Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Prossima revisione
Revisione precedente
Prossima revisione Entrambe le parti successive la revisione
vlsi:resources:latex:slides [27/10/2013 19:20]
pacher creata
vlsi:resources:latex:slides [28/10/2013 22:12]
panati
Linea 4: Linea 4:
 [ __[[vlsi:​resources:​latex|Back]]__ ] [ __[[vlsi:​resources:​latex|Back]]__ ]
 [ __[[vlsi:​resources:​latex:​syntax|Syntax quick references]]__ ] [ __[[vlsi:​resources:​latex:​syntax|Syntax quick references]]__ ]
- 
  
  
 [[http://​en.wikibooks.org/​wiki/​LaTeX/​Presentations]] [[http://​en.wikibooks.org/​wiki/​LaTeX/​Presentations]]
 +
 +[[http://​en.wikipedia.org/​wiki/​Beamer_(LaTeX)]]
 +
 +====== Introduction ======
 +
 +Basic information about creating slides with LaTex and beamer
 +
 +====== Documentclass ======
 +
 +<​code>​
 +\documentclass[options]{beamer}
 +</​code>​
 +
 +====== Slides ======
 +
 +<​code>​
 +\begin{frame}
 +   ​\frametitle{Slide title}
 +   ...
 +\end{frame}
 +</​code>​
 +
 +====  Preamble/​outline of contents ====  ​
 +====  Body structure ====  ​
 +====  Bulleted and/or timed lists ==== 
 +====  Images ====
 +====  Codes ====  ​
 +====  Links to external files (pop-up viewing) ==== 
 +====  Insert web content dynamically (javascript) ====
 +
 +====== Themes ======
 +====  Default themes ====  ​
 +====  Other themes ==== 
 +====  Customizing themes ====
 +====  Customization and definition for colors ====
 +
 +====== Links/​Tutorials======
 +
 +\\
 +----
 +
 +Last update: [[pacher@NOSPAMto.infn.it|Luca Pacher]] - Oct 27, 2013
 +~~NOTOC~~
 +
 +
 +