Revision [10639]
This is an old revision of Latex made by ToBo on 2010-01-11 13:34:28.
LaTeX
Was habe ich über ProgWord Word geschimpft, und dann kam LaTeX...
1. Anleitungen
Formatierung
http://en.wikibooks.org/wiki/LaTeX/Formatting
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
- wmf2eps - wmf-Grafiken in eps konvertieren
- emf2eps - emf-Grafiken in eps konvertieren
3. Templates
4. Pakete und Erweiterungen
5. 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
6. Referenzen
\footnote{} | Fußnoten |
\cite[S. 15]{ObjektSpektrumDerWegIstDasZiel} | Literaturzitat |
\nocite[S. 15]{ObjektSpektrumDerWegIstDasZiel} | Wer nicht zitiert hat, aber eine Quelle nennen will |
\ref{fig:AnforderungenUeberblick} | Referenz auf eine Abbildung oder ein Kapitel; erfordert \label{fig:AnforderungenUeberblick} |
\pageref{chap:Ausblick} | Seite auf der sich das Label befindet |
7. 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}
8. Zeilenumbrüche
\\ oder \\* | Zeilenumbruch. Der * verhindert einen Seitenumbruch nach dem Zeilenumbruch |
\newline | Wie \\ jedoch nicht im Blocksatz |
\\[abstand] | Erzwingt einen Zeilenumbruch mit zuätzlichem abstand. * geht hier auch Beispiel \\[3cm] |
9. Einrückung verhindern
einmal
\noindent
dauerhaft
\parindent 0pt
10. Zeilenumbruch verhindern
11. Querformat
12. Copy and paste
13. Marginnote
Notizen am Rand eines Dokuments
ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf
\usepackage{marginnote}
\marginpar{In Arbeit}
\marginpar{\includegraphics[width=0.05\textwidth]{images/test.jpg}}
\marginpar{In Arbeit}
\marginpar{\includegraphics[width=0.05\textwidth]{images/test.jpg}}
14. Skalierung
% 50% der Originalgröße
[scale=0.5]
% 10 cm breit
[width=10cm]
% 90% der TExtbreite
[width=0.9\textwidth]
[scale=0.5]
% 10 cm breit
[width=10cm]
% 90% der TExtbreite
[width=0.9\textwidth]
15. Silbentrennung
http://de.wikibooks.org/wiki/LaTeX-W%C3%B6rterbuch:_Silbentrennung
Siehe auch • • • • • • • • • • • •