User Tools

Site Tools


cs:beamer
Return to Home page
no way to compare when less than two revisions

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?do=diff&rev2%5B0%5D=&rev2%5B1%5D=1551188037&difftype=sidebyside
/web/htdocs/www.skenz.it/home/data/pages/cs/beamer.txt · Last modified: 2024/04/08 22:34 by 127.0.0.1

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