LaTeX (W3)
"LaTeX" steht für "Lamport TeX". "LaTeX" ist ein Textsatzsystem von Leslie Lamport, das eine Vereinfachung bzw. Spezialisierung des von D. Knuth entwickelten Textsatzsystems "TeX" darstellt. "LaTeX" ermöglicht wie "TeX" unter anderem das Setzen von komplizierten Formeln der Mathematik, Chemie etc.
Das Textsatzsystem "TeX" wurde seit 1977 von Prof. Donald E. Knuth (*1938) in Stanford (USA) entwickelt wurde, um insbesondere wissenschaftliche, mathematische und technische Textdokumente druckfertig zu machen. Die erste Version, der im Lauf der Zeit einige Verbesserungen folgten, wurde 1982 vorgestellt.
TeX (bzw. das dazu entwickelte Makropaket LaTeX, s. u.) entwickelte sich schnell zum De-facto-Standard für die Verarbeitung naturwissenschaftlicher Texte und wird auch noch heute in diesem Bereich eingesetzt.
Zur Aussprache ist zu sagen, daß "TeX" als "tech", "TEKH" ausgesprochen wird. Das zu Grunde liegende griech. "techne" = dt. "Kunst", "Handwerk", "Technik" enthält den griechischen Buchstabe "Chi", der wie ein lateinisches X geschrieben wird.
Die Weiterentwicklung für mathematische Texte, "LaTeX", wird entsprechend "lah-tech", "lah-TEKH", "Lej-tech" ausgesprochen.
"LaTeX" vereinfacht den Umgang mit "TEX", indem es entsprechend der logischen Struktur des Dokuments auf vorgefertigte Layout-Elemente zurückgreift.
Important : Le "Χ" ŕ la fin du mot LaTeX n'est pas un x majuscule mais la lettre grecque "Chi" (dont le code HTML est Χ). LaTeX se prononce donc "lateck" et non "latecs".
(E?)(L1) ftp://ftp.dante.de/tex-archive/info/lshort/german/l2kurz.pdf
Inhaltsverzeichnis
- 1 Allgemeines 3
- 1.1 The Name of the Game . . . . . . . . . . . . . . . . . . . . . . . 3
- 1.1.1 TEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
- 1.1.2 LATEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
- 1.1.3 LATEX2" . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
- 1.2 Grundkonzept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
- 1.2.1 Autor, Designer und Setzer . . . . . . . . . . . . . . . . . 3
- 1.2.2 Layout-Design . . . . . . . . . . . . . . . . . . . . . . . . 4
- 1.2.3 Vor- und Nachteile . . . . . . . . . . . . . . . . . . . . . . 4
- 1.2.4 Der Arbeitsablauf . . . . . . . . . . . . . . . . . . . . . . 5
- 2 Eingabefile 5
- 2.1 Leerstellen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
- 2.2 LATEX-Befehle und Gruppen . . . . . . . . . . . . . . . . . . . . . 6
- 2.3 Kommentare . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
- 2.4 Aufbau . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
- 2.5 Dokumentklassen . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
- 2.6 Pakete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
- 2.7 Eingabezeichensatz . . . . . . . . . . . . . . . . . . . . . . . . . . 9
- 3 Setzen von Text 12
- 3.1 Deutschsprachige Texte . . . . . . . . . . . . . . . . . . . . . . . 12
- 3.2 Zeilen- und Seiten-Umbruch . . . . . . . . . . . . . . . . . . . . . 12
- 3.2.1 Blocksatz . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
- 3.2.2 Silbentrennung . . . . . . . . . . . . . . . . . . . . . . . . 13
- 3.3 Wortabstand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
- 3.4 Spezielle Zeichen . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
- 3.4.1 Anf¨uhrungszeichen . . . . . . . . . . . . . . . . . . . . . . 15
- 3.4.2 Binde- und Gedankenstriche . . . . . . . . . . . . . . . . . 15
- 3.4.3 Punkte . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
- 3.4.4 Ligaturen . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
- 3.4.5 Symbole, Akzente und besondere Buchstaben . . . . . . . 16
- 3.5 Kapitel und ¨Uberschriften . . . . . . . . . . . . . . . . . . . . . . 18
- 3.6 Fußnoten . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
- 3.7 Hervorgehobener Text . . . . . . . . . . . . . . . . . . . . . . . . 19
- 3.8 Hochgestellter Text . . . . . . . . . . . . . . . . . . . . . . . . . . 19
- 3.9 Umgebungen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
- 3.9.1 Zitate (quote, quotation, verse) . . . . . . . . . . . . . . . 19
- 3.9.2 Listen (itemize, enumerate, description) . . . . . . . . . . 20
- 3.9.3 Flattersatz (flushleft, flushright, center) . . . . . . . . . . 22
- 3.9.4 Direkte Ausgabe (verbatim, verb) . . . . . . . . . . . . . 22
- 3.9.5 Tabulatoren (tabbing) . . . . . . . . . . . . . . . . . . . . 22
- 3.9.6 Tabellen (tabular) . . . . . . . . . . . . . . . . . . . . . . 23
- 4 Setzen von mathematischen Formeln 24
- 4.1 Allgemeines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
- 4.2 Elemente in mathematischen Formeln . . . . . . . . . . . . . . . 25
- 4.3 Nebeneinander Setzen . . . . . . . . . . . . . . . . . . . . . . . . 28
- 4.4 ¨Ubereinander Setzen . . . . . . . . . . . . . . . . . . . . . . . . . 29
- 4.5 Liste der mathematischen Symbole . . . . . . . . . . . . . . . . . 30
- 5 Setzen von Bildern 34
- 6 Seitenaufbau 34
- 6.1 Kopf- und Fußzeilen . . . . . . . . . . . . . . . . . . . . . . . . . 34
- 6.2 Gleitobjekte . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
- 6.2.1 Abbildungen (figure) . . . . . . . . . . . . . . . . . . . . . 35
- 6.2.2 Tabellen (table) . . . . . . . . . . . . . . . . . . . . . . . 36
- 7 Schriften 37
- 7.1 Schriftgr¨oßen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
- 7.2 Schriftstil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
- 7.3 Andere Schriftfamilien . . . . . . . . . . . . . . . . . . . . . . . . 39
- 7.4 Die ”europ¨aischen“ Zeichens¨atze . . . . . . . . . . . . . . . . . . 39
- 8 Spezialit¨aten 41
- 8.1 Abst¨ande . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
- 8.1.1 Zeilenabstand . . . . . . . . . . . . . . . . . . . . . . . . . 41
- 8.1.2 Spezielle horizontale Abst¨ande . . . . . . . . . . . . . . . 41
- 8.1.3 Spezielle vertikale Abst¨ande . . . . . . . . . . . . . . . . . 42
- 8.2 Briefe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
- 8.3 Literaturangaben . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
- 8.4 Zerbrechliche Befehle . . . . . . . . . . . . . . . . . . . . . . . . . 44
(E?)(L?) http://filext.com/alphalist.php?extstart=%5EL
".LATEX", LaTeX Source Document (LaTeX3 Project)
(E?)(L?) http://jargonf.org/wiki/LaTeX
(E?)(L?) http://www.matheraetsel.de/latex.html
(E?)(L?) http://www.matheplanet.com/
Der Code dazu: Eine bekannte Summenformel lautet und man erzählt dazu eine Anekdote von Carl-Friedrich Gauss. Wenn man möchte kann man diese Formel auch im Displaystyle schreiben, nämlich
\displaystyle\sum_{k=1}^n k = \frac{n\cdot(n+1)}{2}
\sum _{k=1}^{+n}k=\frac {n\left( n+1\right) } {2}
\warning{ jsMath is not working! }
(E?)(L1) https://whatis.techtarget.com/definitionsAlpha/0,289930,sid9_alpL,00.html
(E?)(L?) https://whatis.techtarget.com/definition/0,,sid9_gci880827,00.html
(E?)(L?) http://www.uni-giessen.de/hrz/tex/cookbook/cookbook.html
Kochbuch für LATEX
Dieser Text beschreibt in Form eines Kochbuches LaTeX-Textteile. In einem gewöhnlichen Kochbuch ermitteln Sie, worauf Sie in etwa Appetit haben, indem Sie die Seiten des Kochbuches überfliegen, bis ein Rezept mit reizvollem Titel Ihre Aufmerksamkeit erregt. Das Rezept enthält dann eine Zutatenliste und einen Text, der Ihnen erklärt, wie und in welcher Reihenfolge Sie diese Zutaten verarbeiten müssen, um das betreffende Gericht zuzubereiten, das durch den Titel benannt ist. Dieses Kochbuch funktioniert in ähnlicher Weise, nur daß Sie hier keine Angst haben müssen, an Gewicht zuzunehmen.
Der wesentlichste Unterschied zu einem normalen Kochbuch ist der, daß Sie hier gleich mit dem Kochen anfangen können.
Ja, Sie haben richtig gelesen. Hier wird Ihnen nicht nur ein Kochbuch zu Verfügung gestellt, sondern eine ganze, vollausgestattete Küche mit dazu. Und Sie müssen am Ende noch nicht einmal abwaschen.
...
(E?)(L?) http://mo.mathematik.uni-stuttgart.de/lexikon/
(E?)(L?) http://mo.mathematik.uni-stuttgart.de/kurse/
LaTeX: Einführung in die Arbeit mit dem Textformatierungssystem LaTeX Download: Broschüre (PDF, 3.2M, 15.07.2009) - Broschüre A5 (PS-ZIP, 5.5M, 15.07.2009)
(E?)(L1) https://www.webopedia.com/TERM/L/LaTeX.html
(E?)(L?) http://www.weinelt.de/latex/
Der LATEX-Index
...
Befehlsübersicht
| abovedisplayskip | abovedisplayshortskip | abstract | acute | addcontentsline | address | addtocontents | addtocounter | addtolength | addvspace | Alph | alph | and | appendix | arabic | array | arraycolsep | arrayrulewidth | arraystretch | author | bar | baselineskip | baselinestretch | begin | belowdisplayskip | belowdisplayshortskip | bf | bibitem | bigskip | bigskipamount | boldmath | bottomfraction | bottomnumber | breve | cal | caption | cc | center | centering | centerline | chapter | check | circle | cite | cleardoublepage | clearpage | cline | closing | columnsep | columnseprule | dashbox | date | dblfloatpagefraction | dblfloatsep | dbltextfloatsep | dbltopfraction | dbltopnumber | ddot | description | discretionary | displaymath | displaystyle | document | documentstyle | dot | dotfill | doublerulesep | em | encl | end | enumerate | eqnarray | equation | evensidemargin | extracolsep | fbox | fboxrule | fboxsep | figure | fill | floatpagefraction | floatsep | flushbottom | flushleft | flushright | fnsymbol | footheight | footnote | footnotemark | footnotesep | footnotesize | footnotetext | footskip | frac | frame | framebox | frenchspacing | fussy | fussypar | grave | hat | headheight | headsep | hfill | hline | hoffset | hrulefill | hspace | Huge | huge | imath | include | includeonly | indent | input | intextsep | it | item | itemize | itemsep | jmath | jot | kill | label | LARGE | Large | large | LaTeX | letter | line | linebreak | linethickness | listoffigures | listoftables | makebox | maketitle | marginpar | marginparpush | marginparsep | marginparwidth | markboth | markright | math | mathindent | mbox | medskip | medskipamount | minipage | multicolumn | multiput | name | newcommand | newcounter | newenvironment | newfont | newlength | newline | newpage | newsavebox | newtheorem | noindent | nolinebreak | nonfrenchspacing | nonumber | nopagebreak | normalmarginpar | normalsize | numberline | oddsidemargin | onecolumn | opening | oval | overbrace | overline | pagebreak | pagenumbering | pageref | pagestyle | par | paragraph | parbox | parindent | parsep | parskip | part | picture | poptabs | protect | ps | pushtabs | put | quotation | quote | raggedbottom | raggedleft | raggedright | raisebox | ref | refstepcounter | renewcommand | renewenvironment | reversemarginpar | rm | Roman | roman | rule | samepage (Befehl) | samepage (Umgebung) | savebox | sbox | sc | scriptscriptstyle | scriptsize | scriptstyle | section | setcounter | setlanguage | setlength | settowidth | sf | shortstack | signature | sl | sloppy | sloppypar | small | smallskip | smallskipamount | sqrt | stackrel | stepcounter | subparagraph | subsection | subsubsection | symbol | tabbing | tabbingsep | tabcolsep | table | tableofcontents | tabular | TeX | textfraction | textfloatsep | textheight | textstyle | textwidth | thanks | thebibliography | thicklines | thinlines | thispagestyle | tilde | tiny | title | titlepage | today | topfraction | topmargin | topnumber | topsep | topskip | totalnumber | tt | twocolumn | typein | typeout | unboldmath | underbrace | underline | unitlength | usebox | value | vec | vector | verb | verbatim | verse | vfill | vline | voffset | vspace | widehat | widetilde | Zähler
(E?)(L?) http://en.wikibooks.org/wiki/LaTeX
Wikibooks: Dewey Decimal Classification: LaTeX
(E?)(L?) http://de.wikipedia.org/wiki/LaTeX
Erstellt: 2011-10