User Tools

Site Tools


cs:beamer
Return to Home page

Differences

This shows you the differences between two versions of the page.


cs:beamer [2024/04/08 22:34] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Beamer ======
 +Beamer is a Latex class useful to build presentations with slides
 +
 +===== Columns =====
 +To generate one or more columns in a slide:
 +<code latex>
 +\begin{columns}
 + \column{0.5\textwidth}
 + % text first column
 + \column{0.5\textwidth}
 + % text second column
 +\end{columns}
 +</code>
 +this code generates two columns with the same dimension.
 +
  

If you found any error, or if you want to partecipate to the editing of this wiki, please contact: admin [at] skenz.it

You can reuse, distribute or modify the content of this page, but you must cite in any document (or webpage) this url: https://www.skenz.it/cs/beamer?rev=1551188037&do=diff

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki
Privacy Policy