location: Diff for "LaTeX"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 1 and 40 (spanning 39 versions)
Revision 1 as of 2009-05-06 12:01:34
Size: 133
Editor: crose
Comment:
Revision 40 as of 2010-11-05 11:06:34
Size: 5190
Editor: raos
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= TeX =
= Include Movies =
 * [[http://www.uoregon.edu/~noeckel/PDFmovie.html|movie15]] - available in standard TeX installation.
## page was renamed from TeX
= LaTeX =
----
 . <<NewPage(subTopicTemplate, Neues Subtopic, @SELF)>>

----
 <<TableOfContents>>

= 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 ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzhbrief-de-mit-absender.pdf|pdf]]) ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzhbrief-de-mit-absender.ps|ps]]) ([[file:///scratch/templates/latex/Korrespondenz/uzhbrief-de-mit-absender.tex|tex]])
 * UZH Brief deutsch ohne Absender ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzhbrief-de-ohne-absender.pdf|pdf]]) ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzhbrief-de-ohne-absender.ps|ps]])
 * UZH Letter English with Sender ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzhbrief-en-mit-absender.pdf|pdf]]) ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzhbrief-en-mit-absender.ps|ps]])
 * UZH Letter English without Sender ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzhbrief-en-ohne-absender.pdf|pdf]]) ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=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/LaTeX?action=AttachFile&do=get&target=uzh-praesentation-de-informal.pdf|pdf]]) ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzh-praesentation-de-informal.ps|ps]])
 * UZH Praesentation deutsch ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzh-praesentation-de.pdf|pdf]]) ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzh-praesentation-de.ps|ps]])
 * UZH Presentation English (informal) ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzh-praesentation-en-informal.pdf|pdf]]) ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzh-praesentation-en-informal.ps|ps]])
 * UZH Presentation Englsich ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzh-praesentation-en.pdf|pdf]]) ([[https://wiki.math.uzh.ch/public/LaTeX?action=AttachFile&do=get&target=uzh-praesentation-en.ps|ps]])

== Installation of Corporate Design Templates ==

=== Windows ===

This instruction assumes that the latest MikTeX is installed including KOMA. In order to ensure you're running the latest version, start the MikTeX Package Administrator found under `Start|All Programs|MikTeX X.Y|Maintenance (Admin)|Package Manager (Admin)` and run the Update Wizard found under `Task|Update Wizard`.

Download the LaTeX templates from [[https://www.uzh.ch/cdssl/cd/vorlagenboerse/downloads.html]]

LaTeX



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) (tex)

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

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

  • UZH Letter English without 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 of Corporate Design Templates

Windows

This instruction assumes that the latest MikTeX is installed including KOMA. In order to ensure you're running the latest version, start the MikTeX Package Administrator found under Start|All Programs|MikTeX X.Y|Maintenance (Admin)|Package Manager (Admin) and run the Update Wizard found under Task|Update Wizard.

Download the LaTeX templates from https://www.uzh.ch/cdssl/cd/vorlagenboerse/downloads.html

PublicMathWiki: LaTeX (last edited 2021-02-04 10:06:06 by eseide)