Revision [10438]
This is an old revision of Latex made by ToBo on 2009-12-05 16:58:34.
LaTeX
Was habe ich über Word geschimpft, und dann kamm 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
http://jabref.sourceforge.net
Table
% Bibliography styles according to DIN
% get from: http://www.ctan.org/tex-archive/biblio/bibtex/contrib/german/din1505/
\bibliographystyle{alphadin}
% get from: http://www.ctan.org/tex-archive/biblio/bibtex/contrib/german/din1505/
\bibliographystyle{alphadin}
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}
Zitate
Siehe auch • • • • • • • • • • • •