location: LaTeX

Institute of Mathematics - PublicMathWiki:

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 32 as of 2010-11-05 09:10:24

TeX



TeX/LaTeX Documentation

Frequently used questions and programs

Count words in a latex documents

Kile: File > Statistics

kdvi

Tips and tricks

Converting .eps-files (automatically) to .pdf-files

Include a movie in a PDF Document

Example: omega.tex omega.mpg 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}

pdflatex movie.tex

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 (pdf) (ps)

  • UZH Brief deutsch ohne Absender (pdf) (ps)

  • UZH Letter English with Sender (pdf) (ps)

  • UZH Letter English witouth Sender (pdf) (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) (pdf) (ps)

  • UZH Praesentation deutsch (pdf) (ps)

  • UZH Presentation English (informal) (pdf) (ps)

  • UZH Presentation Englsich (pdf) (ps)

Installation on Windows