|
Size: 1977
Comment:
|
← Revision 29 as of 2014-05-07 13:53:55 ⇥
Size: 106
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| <<TableOfContents>> | |
| Line 8: | Line 7: |
| = TeX/LaTeX Documentation = * A short introduction to LaTeX (in German): http://developer.kde.org/~kdvi/DVI/l2kurz.dvi = Frequently used questions and programs = == Count words in a latex documents == {{{ Kile: File > Statistics }}} == kdvi == * [[public/TeX/kdvi|KDVI]] = Tips and tricks = == Converting .eps-files (automatically) to .pdf-files == * [[TeX/epstopdf|epstopdf]] == Include a movie in a PDF Document == * [[http://www.uoregon.edu/~noeckel/PDFmovie.html|movie15]] Example: [[attachment:omega.tex]] [[attachment:omega.mpg]] [[attachment:omega.pdf]] {{{ [user@host] pdflatex omega.tex }}} View the PDF File in Acrobat Reader. = Math UZH Logo in Beamer Class = In order to include the Math UZH logo in your presentation, download the files [[attachment:imath-tex-logo.png]] and [[attachment:imath-tex-logo.eps]] to the directory where your LaTeX presentation source file resides. Add the following lines right below the `\documentclass` line {{{ \pgfdeclareimage[height=0.5cm]{logo}{imath-tex-logo} \logo{\pgfuseimage{logo}} }}} After processing the file with LaTeX, the DVI or PDF will show the logo on every frame. == Example == {{{ \documentclass{beamer} \pgfdeclareimage[height=0.5cm]{logo}{imath-tex-logo} \logo{\pgfuseimage{logo}} \begin{document} \begin{frame}{TITLE 1} \begin{itemize} \item Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar. \item Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar. \end{itemize} \end{frame} \begin{frame}{TITLE 2} \begin{itemize} \item Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar. \item Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar. \end{itemize} \end{frame} \end{document} }}} |
Please check [[LaTeX]] |
