summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lshort-german/l2kurz.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/lshort-german/l2kurz.tex')
-rw-r--r--Master/texmf-dist/doc/latex/lshort-german/l2kurz.tex457
1 files changed, 184 insertions, 273 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-german/l2kurz.tex b/Master/texmf-dist/doc/latex/lshort-german/l2kurz.tex
index 29a5e9e982a..266726d474d 100644
--- a/Master/texmf-dist/doc/latex/lshort-german/l2kurz.tex
+++ b/Master/texmf-dist/doc/latex/lshort-german/l2kurz.tex
@@ -1,54 +1,158 @@
-% This is l2kurz.tex - LaTeX2e Kurzbeschreibung v2.3
-% This was L2KURZ.TEX - LaTeX2e Kurzbeschreibung, Mainz 1994,1995
-% This was LKURZ.TEX - LaTeX Kurzbeschreibung, Uni Graz & TU Wien, 1987.
-% 2003-04-10 (WaS)
-%
-\newcommand{\lkver}{2.3} % laufende Versionsnummer ...
-\newcommand{\lkdate}{10.\ April\ 2003} % ... und Datum
+% This is l2kurz.tex - LaTeX2e Kurzbeschreibung v3.0
+% Siehe https://github.com/texdoc/l2kurz
+% arara: pdflatex: {synctex: true}
+% arara: bibtex
+% arara: pdflatex: {synctex: true}
+% arara: pdflatex: {synctex: true}
+\newcommand{\lkver}{3.0} % laufende Versionsnummer ...
+\newcommand{\lkdate}{15.\ November\ 2012} % ... und Datum
\typeout{ LaTeX2e-Kurzbeschreibung}
+\typeout{ Copyright 2012 Marco Daniel, Patrick Gundlach }
\typeout{ Copyright 1998--2003 W.Schmidt, J.Knappen, H.Partl, I.Hyna }
\typeout{ Copyright 1994, 1995 J.Knappen, H.Partl, E.Schlegl, I.Hyna }
\typeout{ Copyright 1987 H.Partl, E.Schlegl, I.Hyna }
-
+%: Start Header
\documentclass[11pt,a4paper]{article} % ergaenze `twoside', wenn gewuenscht!
\NeedsTeXFormat{LaTeX2e}[1998/06/01] % wegen \mathring und Textsymbolen
-\usepackage{german,latexsym,alltt,
- graphicx,textcomp,hyperref}
+% Seitenlayout:
+\usepackage{geometry}
+ \geometry{%
+ textheight=46\baselineskip,
+ textwidth=5.2in,
+ outer=0.5\dimexpr297mm-5.2in-2in\relax,
+ }
+
+% für die Bearbeitung ist ein großer rechter Rand von Vorteil
+%\geometry{%
+% textheight=46\baselineskip,
+% textwidth=5.2in,
+% left=1cm,
+% marginpar=5cm,
+%}
+
+\usepackage[USenglish,ngerman]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage{dtklogos}
+\usepackage{textcomp,ragged2e,csquotes}
+\usepackage{latexsym}
+\usepackage{graphicx}
+\usepackage[ngerman]{varioref}
+\usepackage{array,longtable,tabularx,booktabs}
+\usepackage{enumitem}
+
+\usepackage{amsmath}
+
+\usepackage{caption}
+\makeatletter
+\def\midrule{%
+ \noalign{\ifnum0=`}\fi
+ \penalty\@M%
+ \@aboverulesep=\aboverulesep
+ \global\@belowrulesep=\belowrulesep
+ \global\@thisruleclass=\@ne
+ \@ifnextchar[{\@BTrule}{\@BTrule[\lightrulewidth]}}
+
+\def\arraystretch{1.5}
+\makeatother
+
+\usepackage[normalem]{ulem}
+
+\usepackage{showexpl}
+\makeatletter
+\let\LTXexample\@undefined
+\let\endLTXexample\@undefined
+\let\LTXexample@\@undefined
+
+\lstnewenvironment{LTXexample}[1][]
+{%
+ \@temptokena{#1}%
+ \begingroup
+ \advance\c@ltxexample\@ne \advance\c@lstlisting\@ne
+ \expandafter\lstset\expandafter{\SX@explpreset,#1}%
+ \edef\x{\endgroup
+ \def\noexpand\SX@codefile{\SX@codefile}%
+ \def\noexpand\SX@graphicname{\SX@graphicname}%
+ \def\noexpand\SX@graphicparam{\SX@graphicparam}}%
+ \x
+ \xdef\SX@@explpreset{\the\@temptokena,codefile=\SX@codefile,
+ graphic={[\SX@graphicparam]{\SX@graphicname}}}%
+ \setbox\@tempboxa=\hbox\bgroup% Warum noetig?
+ \def\lst@literate{}%
+ \lstset{extendedchars=true,inputencoding=latin1}%
+ \lst@BeginWriteFile{\SX@codefile}%
+}
+{%
+ \lst@EndWriteFile\egroup
+ \inputencoding{utf8}%
+ \lstset{extendedchars=true,inputencoding=utf8}%
+ \SX@put@code@result
+}
+\makeatother
+
+\usepackage{xcolor}
+% für todo-notes, kann später raus
+\colorlet{done}{green!40}
+
+\lstset{%
+%Sprachdefinition
+ language=[LaTeX]TeX,
+%Definition fuer das Paket showexpl,
+ pos=i,
+ hsep=1cm,
+ width=6cm,
+ rframe={},
+ explpreset={},
+ numbers=none,
+%Definition für listings
+ basicstyle=\ttfamily\small,%
+ texcsstyle=*\bfseries,
+ columns=fullflexible,%
+ fontadjust=true,%
+ basewidth=0.65em,%
+ extendedchars=true,
+ inputencoding={utf8},
+ upquote=true,
+%Mit Farbe:
+ keywordstyle=\color{blue!70!black}\bfseries,
+ texcsstyle=*\color{blue!70!black}\bfseries,
+ moretexcs={part,maketitle,SelectInputMappings,tableofcontents,subsection,subsubsection,chapter,mathcal,midrule,toprule,bottomrule,text,includegraphics},
+% keywordsprefix={\ },
+ literate=
+ {\{}{\textcolor{red!70!black}{\{}}1
+ {\}}{\textcolor{red!70!black}{\}}}1
+ {]}{\textcolor{red!70!black}{]}}1
+ {[}{\textcolor{red!70!black}{[}}1
+ {Ö}{{\"O}}1
+ {Ä}{{\"A}}1
+ {Ü}{{\"U}}1
+ {ß}{{\ss}}1
+ {ü}{{\"u}}1
+ {ä}{{\"a}}1
+ {ö}{{\"o}}1,
+}
+
+\lstnewenvironment{example}[1][]
+{\lstset{xleftmargin=2cm,xrightmargin=2cm,frame=lines,belowcaptionskip=\bigskipamount,#1}}
+{}
+
+
+% \usepackage[textsize=footnotesize]{todonotes}
+
+% Zum Schluss laden:
+\usepackage[pdfpagelabels,pageanchor=false]{hyperref}
\hypersetup{%
pdftitle={LaTeX2e-Kurzbeschreibung},
- pdfauthor={Walter Schmidt et al.}}
+ pdfauthor={Marco Daniel, Patrick Gundlach, Walter Schmidt et al.}}
+
+
-\makeatletter
-% Seitenlayout:
-%
-% Texthoehe 46 Zeilen + \topskip
-% (Rand ueber der Kopfzeile) : (Rand unter dem Text) = 1:2
-%
-\setlength{\textheight}{46\baselineskip}
-\addtolength{\textheight}{\topskip}
-\newlength{\vertmargin}
-\setlength{\vertmargin}{\paperheight}
-\addtolength{\vertmargin}{-\textheight}
-\addtolength{\vertmargin}{-\headsep}
-\addtolength{\vertmargin}{-\headheight}
-\setlength{\topmargin}{.333\vertmargin} % Raender oben/unten 1:2
-\addtolength{\topmargin}{-1in}
-%
-% Textbreite 5.2in, Text hor. zentriert
-%
-\setlength{\textwidth}{5.2in}
-\newlength{\hormargin}
-\setlength{\hormargin}{\paperwidth}
-\addtolength{\hormargin}{-\textwidth}
-\setlength{\oddsidemargin}{.5\hormargin}
-\setlength{\evensidemargin}{\oddsidemargin}
-\addtolength{\oddsidemargin}{-1in}
-\addtolength{\evensidemargin}{-1in}
%
% Seitenzahlen oben, aber keine Kopfzeile
%
@@ -59,10 +163,9 @@
\renewcommand{\textfraction}{.1}
\renewcommand{\floatpagefraction}{.7}
-\newcommand{\bs}{\symbol{92}} % Ein Backslash in Schreibmaschinenschrift;
- % nur mit OT1-Fonts zu verwenden!
-
-% LaTeXe-Symbol fuer cmss/sbc mit groesserem Absstand L-a und halbfettem Epsilon
+\makeatletter
+% LaTeXe-Symbol fuer cmss/sbc mit groesserem Absstand L-a und
+% halbfettem Epsilon
\DeclareRobustCommand{\sbLaTeXe}{{\fontseries{sbc}\selectfont\boldmath%
L\kern-.25em% -.36
{\sbox\z@ T%
@@ -76,15 +179,18 @@
\TeX\kern.15em2$_{\textstyle\varepsilon}$}}
\makeatother
-
+\newcommand{\cs}[1]{\texttt{\textbackslash #1}}
\newcommand\exa{\nopagebreak \begin{flushleft}\smallskip \nopagebreak
\begin{minipage}[t]{6cm}\sloppy}
\newcommand\exb{\end{minipage}\kern 1cm\begin{minipage}[t]{8cm}\sloppy }
\newcommand\exc{\end{minipage}\kern -3cm \smallskip\end{flushleft}}
-
-\newcommand\oben[1]{\begin{center}\begin{minipage}{#1}\hrule\medskip}
-\newcommand\unten {\hrule \end{minipage}\end{center}}
+\newenvironment{beispiel}{\begin{verse}}{\end{verse}}
+
+\newenvironment{lminipage}[1]{%
+ \begin{center}\begin{minipage}{#1}\noindent\hrule\medskip}%
+ {\par\noindent\hrule \end{minipage}\end{center}}
+
\newenvironment{ttdescription}{%
\renewcommand{\descriptionlabel}[1]{%
\hspace{\labelsep}\texttt{##1}}%
@@ -108,247 +214,52 @@
\kern-.1em/\kern-.15em%
\lower.25ex\hbox{\scriptsize #2}}
-\nonfrenchspacing % german.sty sets frenchspacing automatically.
+%: begin document
+\begin{document}
+\pagenumbering{Roman}
+\nonfrenchspacing % babel sets frenchspacing automatically.
% However, some examples are pointless with frenchspacing in action.
% Besides, the larger space after a sentence make the text more readable.
+%: Einleitung
+\input{einleitung}
-
-\begin{document}
-
-\begin{titlepage}
-\renewcommand{\thefootnote}{\fnsymbol{footnote}}
-{\Huge%
-\fontfamily{cmss}\fontseries{sbc}\selectfont
-\raggedright
-\sbLaTeXe-Kurzbeschreibung
-\rule{\textwidth}{0.75pt}
-\par
-}
-\begin{flushleft}
- \normalsize
- \fontfamily{cmss}\fontseries{sbc}\selectfont
- Version \lkver\\
- \lkdate\\[2ex]
- Walter Schmidt\footnote{\texttt{<w-a-schmidt@arcor.de>}}\\
- J"org Knappen\\
- Hubert Partl%\footnote{Zentraler Informatikdienst der Universit"at f"ur Bodenkultur, Wien}
- \\
- Irene Hyna%\footnote{Bundesministerium f"ur Wissenschaft und Verkehr, Wien}
- \\
-\end{flushleft}
-
-\vfill
-
-{\parindent=0cm
-\LaTeX{} ist ein Satzsystem, das f"ur viele Arten von
-Schrift"-st"u"cken verwendet werden kann, von einfachen Briefen bis zu
-kompletten B"uchern. Besonders geeignet ist es f"ur
-wissenschaftliche oder technische Dokumente. \LaTeX{} ist f"ur
-praktisch alle verbreiteten Betriebssysteme verf"ugbar.
-
-Die vorliegende Kurzbeschreibung bezieht sich auf die Version
-\LaTeXe\ in der Fassung vom Juni~2001 und sollte f"ur den
-Einstieg in \LaTeX{} ausreichen.
-Eine voll"-st"andige Beschreibung ent"-h"alt das \manual{}
-in Verbindung mit der Online-Dokumentation.
-}
-\setcounter{footnote}{0}
-\end{titlepage}
-
-
-{\parindent=0cm\thispagestyle{empty}
-
-Copyright \copyright{} 1998--2003 W.~Schmidt, J.~Knappen, H.~Partl, I.~Hyna
-
-\bigskip
-
-{\selectlanguage{USenglish}
- Permission is granted to copy, distribute and/or modify this document
- under the terms of the GNU Free Documentation License, Version~1.2
- or any later version published by the Free Software Foundation;
- with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
- A copy of the license is included in the section entitled ``GNU
- Free Documentation License''.
-}
-
-\bigskip
-
-Die in dieser Publikation erw"ahnten Software- und Hardware-Bezeichnungen sind
-in den meisten F"allen auch eingetragene Warenzeichen und unterliegen als
-solche den gesetzlichen Bestimmungen.
-
-\bigskip
-
-\vfill
-
-Dieses Dokument wurde mit \LaTeX{} gesetzt.
-Es ist als Quelltext und im PDF-Format online er\-h"alt\-lich:
-\begin{quote}
-\path{<ftp://dante.ctan.org/tex-archive/info/lshort/german/>}
-\end{quote}
-\bigskip
-
-Die Autoren bedanken sich bei
-Luzia Dietsche,
-Michael Hofmann,
-Peter Karp,
-Rolf \mbox{Niepraschk},
-Heiko Oberdiek,
-Bernd Raichle,
-Rainer Sch"opf und
-Stefan Steffens
-f"ur Tips, Anmerkungen und Korrekturen.
-
-}
-
-\newpage
-
-\setcounter{page}{1}
+\clearpage
+\pagenumbering{arabic}
\tableofcontents
-\newpage
-
-\input{l2k1}
\clearpage
-\input{l2k2}
+%: Allgemeines
+\input{allgemeines}
+\input{eingabefile}
\clearpage
-
-\input{l2k3}
-\input{l2ksym}
+%: Textsatz
+\input{textsatz}
\clearpage
-
-\input{l2k4}
+ %: Mathematik
+\input{mathematik}
\clearpage
-
-\input{l2k5}
+ %: Bilder
+\input{bilder}
+%: Seitenaufbau
+\input{seitenaufbau}
\clearpage
-
-\input{l2k6}
+%: Schriften
+\input{schriften}
\clearpage
-
-\input{l2ka}
+%: Spezialitäten
+\input{spezialitaeten}
\clearpage
+%: Anhang
+\input{anhang}
-\begin{thebibliography}{99} \hbadness10000 % wg. URLs ;-)
-
-\bibitem{manual}
-L.~Lamport: \textit{Das \LaTeX-Handbuch.}
-Addison-Wesley Deutschland (1995)%, ISBN~3-89319-826-1
-. Deutsche "Uber"-setzung von~\cite{manual-eng}.
-
-\bibitem{manual-eng}
-L.~Lamport: \textit{\LaTeX, A Document Preparation System.}
-Ad\-di\-son-Wesley, 2.~Aufl. (1994)%, ISBN~0-201-52983-1
-.
-
-\bibitem{wonne}
-M.~Goossens, F.~Mittelbach und A.~Samarin:
-\textit{Der \LaTeX-Begleiter.}
-Ad\-di\-son Wesley Longman, 2.~korr.\ Nachdruck (1996)%, ISBN~3-89319-646-3
-. Deutsche "Uber"-setzung von~\cite{wonne-eng}.
-
-\bibitem{wonne-eng}
-M.~Goossens, F.~Mittelbach und A.~Samarin:
-\textit{The \LaTeX\ Companion.}
-Ad\-di\-son-Wesley (1994)%, ISBN~0-201-54199-8
-.
-
-\bibitem{ch8}
-M.~Goossens, F.~Mittelbach und A.~Samarin:
-\textit{Higher Mathematics.}
-Aktualisierte Fassung (1998) von Kapitel\ 8 aus \cite{wonne-eng}.\\
-\path{<ftp://dante.ctan.org/tex-archive/info/companion-rev/ch8.pdf>}
-
-
-\bibitem{grfcomp}
-M.~Goossens, S.~Rahtz und F.~Mittelbach:
-\textit{The \LaTeX\ Graphics Companion.}
-Addison Wesley Longman (1997)% ISBN~0-201-85469-4
-.
-
-\bibitem{local}
-Zu jedem installierten \LaTeX-System sollte ein
-\emph{\LaTeX\ Local Guide} vorhanden sein, in dem alle f"ur
-dieses System spezifischen Angaben -- z.\,B.~die f"ur den
-Aufruf der Programme notwendigen Befehle und die zur Ver"-f"ugung
-stehenden Dokumentklassen, Pakete und Schriften -- angef"uhrt sind.
-
-\bibitem{usrguide}
-\LaTeX3 Project Team (Hrsg.):
-\textit{\LaTeXe\ for authors.}
-Bestandteil der Online-Dokumentation von \LaTeX,
-Datei \texttt{usrguide.tex}.
-Aktuelle "Anderungen und Erg"anzungen sowie die Unterschiede zum fr"uheren
-\LaTeX~2.09 sind hier dokumentiert.
-
-\bibitem{fntguide}
-\LaTeX3 Project Team (Hrsg.):
-\textit{\LaTeXe\ font selection.}
-Bestandteil der Online-Dokumentation von \LaTeX,
-Datei \texttt{fntguide.tex}.
-
-\bibitem{clsguide}
-\LaTeX3 Project Team (Hrsg.):
-\textit{\LaTeXe\ for class and package writers.}
-Bestandteil der Online-Dokumentation von \LaTeX,
-Datei \texttt{clsguide.tex}.
-
-\bibitem{grfguide}
-D.~P.~Carlisle: \textit{Packages in the `graphics' bundle.}
-Bestandteil der Online-Dokumentation von \LaTeX,
-Datei \texttt{grfguide.ps}.
-
-\bibitem{postscript}
-W.~Schmidt: \textit{Using common PostScript fonts with \LaTeX.}
-Bestandteil der Online-Dokumentation von \LaTeX{}
-(seit Juni~2000), Datei \path{psnfss2e.pdf}.
-
-\bibitem{lay}
-H.~Partl und A.~Kielhorn: \textit{Layout-"Anderungen mit \LaTeX.}
-EDV-""Zentrum der Technischen Universit"at Wien (1996).\\
-\path{<ftp://dante.ctan.org/tex-archive/macros/latex/contrib/supported/refman/>}
-
-\bibitem{lay2}
-D.~F.~Langmyhr: \textit{How to make your own document style in \LaTeXe.}
-In: \textit{Proceedings of the Eighth European \TeX{} Conference}
-(1994).
-
-\bibitem{typografie} A.~Reichert: \textit{Typografie -- Gestaltung einer
-Beispielklasse.} (1999)\\
-\path{<ftp://dante.ctan.org/info/german/typografie/>}
-
-\bibitem{epslatex}
-K.~Reckdahl: \textit{Using Imported Graphics in \LaTeXe.} (1997)\\
-\path{<ftp://dante.ctan.org/tex-archive/info/epslatex.ps>}
-
-\bibitem{texbook}
-D.~E.~Knuth: \textit{Computers \& Typesetting, Vol.\ A: The \TeX{}~Book.}
-Addison-Wesley (1991)%, ISBN~0-201-13447-0
-.
-
-\bibitem{schwarz}
-N.~Schwarz: \textit{Einf"uhrung in \TeX -- incl.\ Version~3.0.}
-Oldenbourg, 3.~Aufl.\ (1991)%, ISBN 3-486-24349-7
-.
-
-\bibitem{germtug}
-H.~Partl: \textit{German \TeX.} TUG\-boat Vol.~9, No.~1 (1988).
-
-\bibitem{germdoc}
-B.~Raichle:
-\textit{Kurzbeschreibung -- \texttt{german.sty}.}\\
-\path{<ftp://dante.ctan.org/tex-archive/language/german/gerdoc.tex>}
-
-\bibitem{faq}
-B.~Raichle, R.~Niepraschk und Th.~Hafner:
-\textit{Fragen und Antworten (FAQ) "uber das Textsatzsystem \TeX{} und
-DANTE~e.V.} \\
-\path{<http://www.dante.de/faq/de-tex-faq/>}
-
-\end{thebibliography}
-\cleardoublepage
+\clearpage
+%: Literaturverzeichnis
+\phantomsection
+\addcontentsline{toc}{section}{\refname}
+\bibliographystyle{unsrtdin}
+{\RaggedRight
+\bibliography{l2kurz}}
-\input{l2gfdl}
-
\end{document}
+\endinput