= TeX = ---- . <> ---- <> = 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. It probably won't work on the Sun Ray Terminals. === Example === * movie.tex {{{ \documentclass[12pt,landscape]{article} \usepackage{geometry} \geometry{verbose,letterpaper} \usepackage{movie15} \usepackage{hyperref} \begin{document} Whispering-gallery mode in a quarter circle: \begin{figure}[ht] \includemovie[ poster, text={\small(2-twist-spun.mp4)} ]{6cm}{4.8cm}{2-twist-spun.mp4} \end{figure} \end{document} }}} * To include a Youtube Flash movie, convert it to mp4: * Video example: http://www.youtube.com/watch?v=6lIM9p6XOKo * Convert it online: http://keepvid.com * Download the MP4 version: http://keepvid.com/?url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D6lIM9p6XOKo * compile: {{{ pdflatex movie.tex }}} * View in acrobat reader: [[https://wiki.math.uzh.ch/public/TeX?action=AttachFile&do=get&target=movie.pdf|movie.pdf]] = UZH Style Templates = == Letter == The official LaTeX templates for correspondence are located at `/scratch/templates/latex/Korrespondenz/`. Copy the desired template to your home directory (see below for a preview of each template), or any other suitable location (Do not edit the files in `/scratch/templates/latex/Korrespondenz/`) and edit it with your favorite LaTeX editor. Preview of templates: * UZH Brief deutsch mit Absender ([[attachment:uzhbrief-de-mit-absender.pdf|pdf]]) ([[attachment:uzhbrief-de-mit-absender.ps|ps]]) * UZH Brief deutsch ohne Absender ([[attachment:uzhbrief-de-ohne-absender.pdf|pdf]]) ([[attachment:uzhbrief-de-ohne-absender.ps|ps]]) * UZH Letter English with Sender ([[attachment:uzhbrief-en-mit-absender.pdf|pdf]]) ([[attachment:uzhbrief-en-mit-absender.ps|ps]]) * UZH Letter English witouth Sender ([[attachment:uzhbrief-en-ohne-absender.pdf|pdf]]) ([[attachment:uzhbrief-en-ohne-absender.ps|ps]]) Please replace the text enclosed by angle brackets (`<>`) with the appropriate information. == Presentation == The official LaTeX templates for correspondence are located at `/scratch/templates/latex/Praesentation/`. Copy the desired template to your home directory (see below for a preview of each template), or any other suitable location (Do not edit the files in `/scratch/templates/latex/Praesentation/`) and edit it with your favorite LaTeX editor. * UZH Praesentation deutsch (informell) ([[https://wiki.math.uzh.ch/public/TeX?action=AttachFile&do=get&target=uzh-praesentation-de-informal.pdf|PDF]] [[attachment:uzh-praesentation-de-informal.pdf|pdf]]) ([[attachment:uzh-praesentation-de-informal.ps|ps]]) * UZH Praesentation deutsch ([[attachment:uzh-praesentation-de.pdf|pdf]]) ([[attachment:uzh-praesentation-de.ps|ps]]) * UZH Presentation English (informal) ([[attachment:uzh-praesentation-en-informal.pdf|pdf]]) ([[attachment:uzh-praesentation-en-informal.ps|ps]]) * UZH Presentation Englsich ([[attachment:uzh-praesentation-en.pdf|pdf]]) ([[attachment:uzh-praesentation-en.ps|ps]]) == Installation on Windows ==