summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-referenz
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-29 20:32:35 +0000
committerKarl Berry <karl@freefriends.org>2015-03-29 20:32:35 +0000
commitb80af2581687d9eec04d7e035c53431701307476 (patch)
treec1608d025e3246909136b0474bb99ff6f7a941dc /Master/texmf-dist/doc/latex/latex-referenz
parent10a76fcebdbb37300d277dd01cc131ead3d85fcd (diff)
latex-referenz (29mar15)
git-svn-id: svn://tug.org/texlive/trunk@36671 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-referenz')
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-1.ltx58
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-10.ltx32
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-11.ltx33
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-12.ltx32
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-13.ltx34
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-14.ltx34
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-15.ltx33
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-16.ltx32
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-17.ltx40
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-18.lux36
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-19.ltx36
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-2.ltx30
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-20.ltx44
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-21.ltx36
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-22.ltx43
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-23.ltx208
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-3.ltx30
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-4.ltx31
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-5.ltx32
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-6.ltx31
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-7.ltx37
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-8.ltx32
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/06-04-9.ltx33
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/README4
24 files changed, 3 insertions, 988 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-1.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-1.ltx
deleted file mode 100644
index 98bf48d35a1..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-1.ltx
+++ /dev/null
@@ -1,58 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{352.81416pt}
-\setlength\parindent{0pt}
-%StartShownPreambleCommands
-\usepackage{filecontents}
-\begin{filecontents*}{l3keysdemo.sty}
-\NeedsTeXFormat{LaTeX2e}
-\RequirePackage{ l3keys2e, xparse }
-\ExplSyntaxOn% wegen \tl_ ..., sonst automatisch mit \ProvidesExplPackage
-\tl_new:N \l_keydemo_version
-\tl_set:Nn \l_keydemo_version{0.01}
-\ProvidesExplPackage {l3keysdemo} {2013/08/20}
- {\l_keydemo_version} {2013/08/20 Key/Value Demo}
-\msg_set:nnn { keydemo } { version } { Version \l_keydemo_version }
-\bool_new:N \g_keydemo_tf_bool
-\bool_set_true:N \g_keydemo_tf_bool % Vorgabe ist true
-\bool_new:N \l_keydemo_printversion_bool
-\bool_set_false:N \l_keydemo_printversion_bool% Vorgabe ist false
-
-\keys_define:nn {keydemo}{% Paketoptionen
- tf .bool_set:N = \g_keydemo_tf_bool,% global definiert
- tf .default:n = false,% für tf ohne ANgabe
- version .code:n = % TerminalAusgabe und im Dokument
- {
- \msg_warning:nn {keydemo} {version}
- \bool_set_true:N \l_keydemo_printversion_bool
- }
-}
-\ProcessKeysOptions{keydemo}
-\NewDocumentCommand\Test{}{ \bool_if:NTF \g_keydemo_tf_bool{wahr}{falsch} }
-\AtBeginDocument { Das~Paket~hat~die~Version~
- \bool_if:NT \l_keydemo_printversion_bool { \l_keydemo_version } \par}
-\end{filecontents*}
-\usepackage[tf=true,version]{l3keysdemo}
-%StopShownPreambleCommands
-\begin{document}
-Die Option \texttt{tf} ist \Test!
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-10.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-10.ltx
deleted file mode 100644
index b9dd72cbed6..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-10.ltx
+++ /dev/null
@@ -1,32 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage[log-declarations=false]{xparse}
-\NewDocumentCommand\TYPOm{ O{Berlin} m }{#2 #1}
-%StopShownPreambleCommands
-\begin{document}
-\TYPOm{FU}\\ \TYPOm[München]{TU}\\ \TYPOm{TU}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-11.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-11.ltx
deleted file mode 100644
index df18c7cb28b..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-11.ltx
+++ /dev/null
@@ -1,33 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage[log-declarations=false]{xparse}
-\NewDocumentCommand\TYPdm{ d<> m }
- {#2 \IfValueTF{#1}{#1}{Berlin}}
-%StopShownPreambleCommands
-\begin{document}
-\TYPdm{FU}\\ \TYPdm<München>{TU}\\ \TYPdm{TU}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-12.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-12.ltx
deleted file mode 100644
index c0058801c6f..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-12.ltx
+++ /dev/null
@@ -1,32 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage[log-declarations=false]{xparse}
-\NewDocumentCommand\TYPDm{ D<>{Berlin} m }{#2 #1}
-%StopShownPreambleCommands
-\begin{document}
-\TYPDm{FU}\\ \TYPDm<München>{TU}\\ \TYPDm{TU}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-13.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-13.ltx
deleted file mode 100644
index 7344d7a4c93..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-13.ltx
+++ /dev/null
@@ -1,34 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage[log-declarations=false]{xparse}
-\NewDocumentCommand\TYPsm{ s m }
- {\IfBooleanTF{#1}{\section*}{\section}{#2}}
-%StopShownPreambleCommands
-\begin{document}
-\TYPsm{Sterntest}
-\TYPsm*{Sterntest}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-14.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-14.ltx
deleted file mode 100644
index 5349f3f164a..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-14.ltx
+++ /dev/null
@@ -1,34 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage[log-declarations=false]{xparse}
-\NewDocumentCommand\TYPtm{ t+ m }
- {\IfBooleanTF{#1}{\section*}{\section}{#2}}
-%StopShownPreambleCommands
-\begin{document}
-\TYPtm{Plustest}
-\TYPtm+{Plustest}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-15.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-15.ltx
deleted file mode 100644
index 76379a531f6..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-15.ltx
+++ /dev/null
@@ -1,33 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage[log-declarations=false]{xparse}
-\NewDocumentCommand\TYPgm{ g m }
- {#2 \IfValueTF{#1}{#1}{Berlin}}
-%StopShownPreambleCommands
-\begin{document}
-\TYPgm{}{FU}\\ \TYPgm{München}{TU}\\ \TYPgm{}{TU}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-16.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-16.ltx
deleted file mode 100644
index 94694950e01..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-16.ltx
+++ /dev/null
@@ -1,32 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage[log-declarations=false]{xparse}
-\NewDocumentCommand\TYPGm{ G{Berlin} m }{#2 #1}
-%StopShownPreambleCommands
-\begin{document}
-\TYPGm{}{FU}\\ \TYPGm{München}{TU}\\ \TYPGm{}{TU}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-17.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-17.ltx
deleted file mode 100644
index 22badcdc5dc..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-17.ltx
+++ /dev/null
@@ -1,40 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{121.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage{xparse,graphicx}
-\newcounter{anzahl}
-\NewDocumentCommand\Liste
- { >{\setcounter{anzahl}{0}\SplitList { , } } m }
- { \ProcessList {#1}{\ErhoeheZaehler}}
-\NewDocumentCommand\ErhoeheZaehler { m }
- {\stepcounter{anzahl}\rotatebox{\numexpr10*\theanzahl}{#1}}
-%StopShownPreambleCommands
-\begin{document}
-\Liste{{a,b},{c,d}}\\
-Es gibt \arabic{anzahl} Elemente \\
-\Liste{a,b,c,d,e,1,2,3,7,{1,2,3}}\\
-Es gibt \arabic{anzahl} Elemente
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-18.lux b/Master/texmf-dist/doc/latex/latex-referenz/06-04-18.lux
deleted file mode 100644
index 2dc6c0e816b..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-18.lux
+++ /dev/null
@@ -1,36 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-%StartShownPreambleCommands
-\usepackage{xparse}
-\NewDocumentCommand\Abstandsvektor
- { > { \SplitArgument { 2 } { ; } } m }
- { \xyz #1 }
-\NewDocumentCommand\xyz { mmm }
- {\directlua{%
- tex.print(math.sqrt(#1*#1+#2*#2+#3*#3))}}
-%StopShownPreambleCommands
-\begin{document}
-Die Länge des Abstandsvektors des Punktes (1;2;3) ist
-\Abstandsvektor{1;2;3}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-19.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-19.ltx
deleted file mode 100644
index c01c02383ab..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-19.ltx
+++ /dev/null
@@ -1,36 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[scaled=0.82]{beramono}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage{xparse}
-\DeclareDocumentCommand\ZapSpace
- { >{\TrimSpaces} m }{ #1 }
-%StopShownPreambleCommands
-\begin{document}
-\verb|[ foo ]|\\\relax
- [ foo ]\\\relax
- [\ZapSpace{ foo }]
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-2.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-2.ltx
deleted file mode 100644
index 51a0e9804e9..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-2.ltx
+++ /dev/null
@@ -1,30 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-%StartShownPreambleCommands
-\usepackage{xparse}
-\NewDocumentCommand\TYPm{ m }{\textbf{#1}}
-%StopShownPreambleCommands
-\begin{document}
-Die \TYPm{\LaTeX} Referenz
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-20.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-20.ltx
deleted file mode 100644
index be76863e181..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-20.ltx
+++ /dev/null
@@ -1,44 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{121.16928pt}
-\setlength\parindent{0pt}
-%StartShownPreambleCommands
-\usepackage{xparse}
-\NewDocumentEnvironment{Section}{ om }
- { \IfNoValueTF{#1}
- { \section{#2} }
- { \section[#1]{#2} }
- }{}
-\NewDocumentEnvironment{Section*}{ m }{\section*{#1}}{}
-%StopShownPreambleCommands
-\begin{document}
-\tableofcontents
-\begin{Section}{Foo}
-foo
-\end{Section}
-\begin{Section}[BAR]{Bar}
-bar
-\end{Section}
-\begin{Section*}{Baz}
-baz
-\end{Section*}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-21.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-21.ltx
deleted file mode 100644
index eaa0c531987..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-21.ltx
+++ /dev/null
@@ -1,36 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{193.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage{xfrac}
-%StopShownPreambleCommands
-\begin{document}
-\sfrac{1}{2}, $\sfrac{1}{2}$,
-$\mathbf{3\cdot\sfrac{1}{2}}$
-\quad \fontfamily{ppl}\selectfont
- Palatino: \sfrac{1}{2}
-\quad \fontfamily{ptm}\selectfont
- Times: \sfrac{1}{2} \sfrac{1}[\slash]{2}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-22.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-22.ltx
deleted file mode 100644
index 25b17d4e337..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-22.ltx
+++ /dev/null
@@ -1,43 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{193.16928pt}
-\setlength\parindent{0pt}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%StartShownPreambleCommands
-\usepackage{ccfonts}
-\usepackage{xfrac}
-\DeclareInstance{xfrac}{ccr}{text}{
- slash-symbol-font = ptm,
- numerator-font = cmr,
- numerator-format = \textbf{#1}}
-\DeclareInstance{xfrac}{eur}{math}{
- slash-symbol-font = mdugm,
- scale-factor = 0.5}
-%StopShownPreambleCommands
-\begin{document}
-\huge
-{\fontfamily{cmr}\selectfont\sfrac{3}{4}},
-\sfrac{3}{4}, foo, \sfrac[eur]{3}{4},
-\fontfamily{eur}\selectfont
-\sfrac{3}{4}, foo, $\sfrac{3}{4}$
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-23.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-23.ltx
deleted file mode 100644
index 42cd3848e21..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-23.ltx
+++ /dev/null
@@ -1,208 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{193.16928pt}
-\setlength\parindent{0pt}
-\usepackage{xtemplate,xparse}
-\ExplSyntaxOn
-\DeclareObjectType { names } { 2 }
-
-% das Interface für das Template `fullname':
-\DeclareTemplateInterface { names } { fullname } { 2 }
- {
- reversed : boolean = false ,
- use-last-name : boolean = true ,
- use-first-name : boolean = true ,
- last-name-format : tokenlist ,
- first-name-format : tokenlist ,
- }
-% das Interface für das Template `initial':
-\DeclareTemplateInterface { names } { initial } { 2 }
- {
- reversed : boolean = false ,
- use-last-name : boolean = true ,
- use-first-name : boolean = true ,
- last-name-format : tokenlist ,
- first-name-format : tokenlist ,
- last-name-initial : boolean = false ,
- first-name-initial : boolean = true ,
- }
-
-% erst einmal die Variablen:
-\bool_new:N \l_names_reversed_bool
-\bool_new:N \l_names_use_last_bool
-\bool_new:N \l_names_use_first_bool
-\tl_new:N \l_names_last_format_tl
-\tl_new:N \l_names_first_format_tl
-
-% und dann der Template-Code:
-\DeclareTemplateCode { names } { fullname } { 2 }
- {
- reversed = \l_names_reversed_bool ,
- use-last-name = \l_names_use_last_bool ,
- use-first-name = \l_names_use_first_bool ,
- last-name-format = \l_names_last_format_tl ,
- first-name-format = \l_names_first_format_tl ,
- }
- {
- \AssignTemplateKeys
- \bool_if:NTF \l_names_reversed_bool
- {
- \bool_if:NT \l_names_use_last_bool
- { { \tl_use:N \l_names_last_format_tl #2 } }
- \bool_if:nT { \l_names_use_first_bool && \l_names_use_last_bool }
- { , ~ }
- \bool_if:NT \l_names_use_first_bool
- { { \tl_use:N \l_names_first_format_tl #1 } }
- }
- {
- \bool_if:NT \l_names_use_first_bool
- { { \tl_use:N \l_names_first_format_tl #1 } }
- \bool_if:nT { \l_names_use_first_bool && \l_names_use_last_bool }
- { \tl_use:N \c_space_tl }
- \bool_if:NT \l_names_use_last_bool
- { { \tl_use:N \l_names_last_format_tl #2 } }
- }
- }
-
-% zwei weitere Variablen:
-\bool_new:N \l_names_last_initial_bool
-\bool_new:N \l_names_first_initial_bool
-
-% Hilfsfunktion:
-\cs_new:Npn \names_get_initial:w #1#2 \q_stop { #1 . }
-
-% der Template-Code:
-\DeclareTemplateCode { names } { initial } { 2 }
- {
- reversed = \l_names_reversed_bool ,
- use-last-name = \l_names_use_last_bool ,
- use-first-name = \l_names_use_first_bool ,
- last-name-format = \l_names_last_format_tl ,
- first-name-format = \l_names_first_format_tl ,
- last-name-initial = \l_names_last_initial_bool ,
- first-name-initial = \l_names_first_initial_bool ,
- }
- {
- \AssignTemplateKeys
- \bool_if:NTF \l_names_reversed_bool
- {
- \bool_if:NT \l_names_use_last_bool
- {
- \group_begin:
- \tl_use:N \l_names_last_format_tl
- \bool_if:NTF \l_names_last_initial_bool
- { \names_get_initial:w #2 \q_stop }
- { #2 }
- \group_end:
- }
- \bool_if:nT { \l_names_use_first_bool && \l_names_use_last_bool }
- { , ~ }
- \bool_if:NT \l_names_use_first_bool
- {
- \group_begin:
- \tl_use:N \l_names_first_format_tl
- \bool_if:NTF \l_names_first_initial_bool
- { \names_get_initial:w #1 \q_stop }
- { #1 }
- \group_end:
- }
- }
- {
- \bool_if:NT \l_names_use_first_bool
- {
- \group_begin:
- \tl_use:N \l_names_first_format_tl
- \bool_if:NTF \l_names_first_initial_bool
- { \names_get_initial:w #1 \q_stop }
- { #1 }
- \group_end:
- }
- \bool_if:nT { \l_names_use_first_bool && \l_names_use_last_bool }
- { \tl_use:N \c_space_tl }
- \bool_if:NT \l_names_use_last_bool
- {
- \group_begin:
- \tl_use:N \l_names_last_format_tl
- \bool_if:NTF \l_names_last_initial_bool
- { \names_get_initial:w #2 \q_stop }
- { #2 }
- \group_end:
- }
- }
- }
-
-% ein paar Instanzen, erst mal mit dem Template `fullname':
-\DeclareInstance { names } { standard } { fullname } {}
-\DeclareInstance { names } { it-rev } { fullname }
- {
- first-name-format = \itshape ,
- reversed = true
- }
-\DeclareInstance { names } { first-only } { fullname }
- { use-last-name = false }
-% und dann mit `initial':
-\DeclareInstance { names } { init-first } { initial } {}
-\DeclareInstance { names } { init-it-rev } { initial }
- {
- first-name-format = \itshape ,
- reversed = true
- }
-\DeclareInstance { names } { init-all } { initial }
- { last-name-initial = true }
-
-% eine weitere Hilfsvariable:
-\tl_new:N \l_names_instance_tl
-\tl_set:Nn \l_names_instance_tl { standard }
-
-% der interne Befehl:
-\cs_new:Npn \names_typeset_name:nnn #1#2#3
- {
- \IfInstanceExistTF { names } { #1 }
- { \UseInstance { names } { #1 } }
- { \UseInstance { names } { standard } }
- { #2 } { #3 }
- }
-\cs_generate_variant:Nn \names_typeset_name:nnn { V }
-
-% der Benutzerbefehl:
-\DeclareDocumentCommand \name { o > { \SplitArgument { 1 } { ~ } } m }
- {
- \group_begin:
- \IfNoValueF { #1 } { \tl_set:Nn \l_names_instance_tl { #1 } }
- \names_typeset_name:Vnn \l_names_instance_tl #2
- \group_end:
- }
-\ExplSyntaxOff
-%StartShownPreambleCommands
-\usepackage{xtemplate,xparse}
-\usepackage[T1]{fontenc}
-\usepackage{libertine}
-\usepackage[utf8]{inputenc}
-%StopShownPreambleCommands
-\begin{document}
-\name{Herbert Voß} \\
-\name[it-rev]{Herbert Voß} \\
-\name[first-only]{Herbert Voß} \\
-\name[init-first]{Herbert Voß} \\
-\name[init-it-rev]{Herbert Voß} \\
-\name[init-all]{Herbert Voß}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-3.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-3.ltx
deleted file mode 100644
index 85dd87f20a6..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-3.ltx
+++ /dev/null
@@ -1,30 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-%StartShownPreambleCommands
-\usepackage{xparse}
-\NewDocumentCommand\TYPl{ l }{\textbf{#1}}
-%StopShownPreambleCommands
-\begin{document}
-\TYPl D{ie} \TYPl\LaTeX{} Referenz
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-4.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-4.ltx
deleted file mode 100644
index 50b25dc6df7..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-4.ltx
+++ /dev/null
@@ -1,31 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-%StartShownPreambleCommands
-\usepackage{xparse}
-\NewDocumentCommand\TYPr{ r<] }{\textbf{#1}}
-\NewDocumentCommand\TYPrr{ r() }{\textsl{#1}}
-%StopShownPreambleCommands
-\begin{document}
-\TYPr<Die] \LaTeX{} \TYPrr(Ref)erenz
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-5.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-5.ltx
deleted file mode 100644
index 59936f813c2..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-5.ltx
+++ /dev/null
@@ -1,32 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-%StartShownPreambleCommands
-\batchmode% nicht stoppen
-\usepackage{xparse}
-\NewDocumentCommand\TYPr{ r<] }{\textbf{#1}}
-\NewDocumentCommand\TYPrr{ r() }{\textsl{#1}}
-%StopShownPreambleCommands
-\begin{document}
-\TYPr Die \LaTeX{} \TYPrr(Ref)erenz
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-6.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-6.ltx
deleted file mode 100644
index 83c7ca8b765..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-6.ltx
+++ /dev/null
@@ -1,31 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-%StartShownPreambleCommands
-\batchmode% nicht stoppen
-\usepackage[log-declarations=false]{xparse}
-\NewDocumentCommand\TYPR{ R(){R: } }{\textbf{#1}}
-%StopShownPreambleCommands
-\begin{document}
-\TYPR Die \LaTeX{} Referenz
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-7.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-7.ltx
deleted file mode 100644
index 998d3cfbd52..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-7.ltx
+++ /dev/null
@@ -1,37 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{352.81416pt}
-\setlength\parindent{0pt}
-\usepackage[scaled=0.82]{beramono}
-%StartShownPreambleCommands
-\usepackage{xparse}
-\NewDocumentCommand\TYPu{ u{f} }{\textbf{#1}}% f wird "verschluckt werden"
-\NewDocumentCommand\TYPuu{ u{:->} u{!}}{\noindent Typ: \texttt{#1}\\
- Definition: \texttt{\small#2}}
-%StopShownPreambleCommands
-\begin{document}
-\begin{enumerate}
-\item Die \LaTeX{} \TYPu Referenz
-\item \meaning\today
-\item \expandafter\TYPuu\meaning\today!
-\end{enumerate}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-8.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-8.ltx
deleted file mode 100644
index 2c6b759232e..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-8.ltx
+++ /dev/null
@@ -1,32 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-\usepackage[scaled=0.82]{beramono}
-%StartShownPreambleCommands
-\usepackage[log-declarations=false]{xparse}
-\NewDocumentCommand\TYPv{ v }{\slshape#1}
-%StopShownPreambleCommands
-\begin{document}
-\TYPv|Die \LaTeX{} Referenz| oder
-\TYPv{Die \LaTeX{} Referenz}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/06-04-9.ltx b/Master/texmf-dist/doc/latex/latex-referenz/06-04-9.ltx
deleted file mode 100644
index c2774bfd932..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/06-04-9.ltx
+++ /dev/null
@@ -1,33 +0,0 @@
-%%
-%% Die DANTE-Edition
-%% Ein Beispiel der LaTeX Referenz
-%% 3. Auflage
-%%
-%%
-%% Copyright (C) 2013 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-%%
-\documentclass[]{exaarticle}
-\pagestyle{empty}
-\setlength\textwidth{145.16928pt}
-\setlength\parindent{0pt}
-%StartShownPreambleCommands
-\usepackage[log-declarations=false]{xparse}
-\NewDocumentCommand\TYPmo{ o m }
- {#2 Berlin
- \IfNoValueTF{#1}{}{\\\hspace*{1.5em}\textit{FB #1}}}
-%StopShownPreambleCommands
-\begin{document}
-\TYPmo{FU} \\ \TYPmo[Mathematik/Informatik]{FU} \\
-\TYPmo[[Elektrotechnik]]{TFH} \\ \TYPmo{TFH}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/README b/Master/texmf-dist/doc/latex/latex-referenz/README
index f816b7cfd32..225ae799814 100644
--- a/Master/texmf-dist/doc/latex/latex-referenz/README
+++ b/Master/texmf-dist/doc/latex/latex-referenz/README
@@ -5,4 +5,6 @@ TDS-kompatibles Verzeichnis kopiert werden oder im
Dokumentenverzeichnis verbleiben. Im Allgemeinen
können die Klassen auch durch die Standardklassen
ersetzt werden, wenn die entsprechenden Pakete
-der Klassen selbst geladenwerden.
+der Klassen selbst geladen werden.
+
+Version 2 / 2015-03-29 \ No newline at end of file