Revision [10435]
This is an old revision of Latex made by ToBo on 2009-12-04 22:01:03.
LaTeX
1. Anleitungen
Installation und Verrwendung von MiKTeX und TeXnicCenter unter OsWindows Windows
http://drzoom.ch/project/dml/
Cheat Sheet
http://www.stdout.org/~winston/latex/latexsheet.pdf
2. Tools
- MiKTeX - implementation of TeX and related programs for Windows
- TeXnicCenter - integrated environment for creating LaTeX documents
- mimetex - Debian package to convert LaTeX math expressions to anti-aliased images converter
- matplotlib - Python-Erweiterung zum Plotten von Diagrammen
3. Templates
4. Formeln
http://www.hosi.de/latex/mathe.htm
http://hausheer.osola.com/latex2png
http://de.wikipedia.org/wiki/Hilfe:TeX
http://www.artofproblemsolving.com/LaTeX/AoPS_L_GuideSym.php
5. Literaturverzecihnis mit Bibtex
6. Copy and paste
Table
{|cellpadding="10"
|-valign="top"
|
||
||
|}
|-valign="top"
|
||
||
|}
Images
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{images/RT.eps}
\caption[Test]{Test}
\label{fig:Test}
\end{figure}
\centering
\includegraphics[width=\textwidth]{images/RT.eps}
\caption[Test]{Test}
\label{fig:Test}
\end{figure}
Kapitel, Unterkapitel, ...
\chapter{Kapitel, erste Ebene}
\section{Unterkapitel, zweite Ebene}
\subsection{Unterkapitel, dritte Ebene}
\subsubsection{Unterkapitel, vierte Ebene}
\section{Unterkapitel, zweite Ebene}
\subsection{Unterkapitel, dritte Ebene}
\subsubsection{Unterkapitel, vierte Ebene}
Siehe auch • • • • • • • • • • • •