diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-20 23:05:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-20 23:05:54 +0000 |
commit | 6db964e915c4d62a982a0aed51da9a831a15704f (patch) | |
tree | ed220e642ad19021d8f86fe2c6bbe71b187b3db8 | |
parent | f4e67bebe6f832d21491cfa7ae1dfa9388899117 (diff) |
einfuehrung2 (20dec15)
git-svn-id: svn://tug.org/texlive/trunk@39153 c570f23f-e606-0410-a88d-b1316a301751
1168 files changed, 74318 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-01-1.ltxverb b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-1.ltxverb new file mode 100644 index 00000000000..97208dce5b6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-1.ltxverb @@ -0,0 +1,22 @@ +%% Ein pdflatex-Beispiel +\documentclass[a5paper,ngerman, + 11pt]{article} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage[utf8]{inputenc} +\usepackage{microtype} +\usepackage{geometry} +\usepackage{babel} +\usepackage{eurosym} +\usepackage{blindtext} +\title{Textsatz mit \LaTeX} +\author{Johannes Gutenberg} +\date{\today} +\begin{document} +\maketitle +\section{Einführung} +Erste Versuche mit dem Setzen +eines \LaTeX"=Dokuments für +0,--\,\euro. +\blindtext[2] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-01-2.xltxverb b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-2.xltxverb new file mode 100644 index 00000000000..031b25cad36 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-2.xltxverb @@ -0,0 +1,20 @@ +%% Ein xelatex-Beispiel +\documentclass[a5paper,ngerman, + 11pt]{article} +\usepackage{fontspec} +\usepackage{microtype} +\usepackage{babel} +\usepackage{geometry} +\usepackage{hologo} +\usepackage{blindtext} +\title{Textsatz mit \hologo{XeLaTeX}} +\author{Johannes Gutenberg} +\date{\today} +\begin{document} +\maketitle +\section{Einführung} +Erste Versuche mit dem Setzen +eines \hologo{XeLaTeX}"=Dokuments für +0,--\,€. +\blindtext[2] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-01-3.luaverb b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-3.luaverb new file mode 100644 index 00000000000..e4cb53ad380 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-3.luaverb @@ -0,0 +1,20 @@ +%% Ein lualatex-Beispiel +\documentclass[a5paper,ngerman, + 11pt]{article} +\usepackage{fontspec} +\usepackage{microtype} +\usepackage{babel} +\usepackage{geometry} +\usepackage{hologo} +\usepackage{blindtext} +\title{Textsatz mit \hologo{LuaLaTeX}} +\author{Johannes Gutenberg} +\date{\today} +\begin{document} +\maketitle +\section{Einführung} +Erste Versuche mit dem Setzen eines +\hologo{LuaLaTeX}"=Dokuments für +0,--\,€. +\blindtext[2] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-01-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-4.ltx new file mode 100644 index 00000000000..4aa3e98700f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-4.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-01-4 auf Seite 56. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength\parindent{0pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Dies hier ist ein Text zum Testen +von Textausgaben. Wer diesen Text +liest, ist selbst schuld. + +{\linespread{1.25}\selectfont +Der Text gibt jetzt seinen Inhalt +mit dem 1,5-fachen Abstand aus. +Auch anderthalbzeilig genannt.\par} + +Jetzt ist wieder alles einzeilig. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-01-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-5.ltx new file mode 100644 index 00000000000..7a2ee486d98 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-5.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-01-5 auf Seite 57. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{setspace} +\doublespacing +%StopShownPreambleCommands +\begin{document} +Dies hier ist ein Blindtext +zum Testen von Textausgaben. +Wer diesen Text liest, +ist selbst schuld. +Der Text gibt lediglich den +Grauwert der Schrift an. +Ist das wirklich so? +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-01-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-6.ltx new file mode 100644 index 00000000000..0427d3c61ca --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-6.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-01-6 auf Seite 57. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{textdemo} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{setspace} +%StopShownPreambleCommands +\begin{document} +\textDemo\par +\begin{onehalfspace} \textDemo \end{onehalfspace} + +\begin{doublespace} \textDemo \end{doublespace} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-01-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-7.ltx new file mode 100644 index 00000000000..c0e60e21a7f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-01-7.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-01-7 auf Seite 58. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{textdemo} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{setspace} +%StopShownPreambleCommands +\begin{document} +\begin{spacing}{1.4} \textDemo \end{spacing} + +\begin{spacing}{0.9} \textDemo \end{spacing} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-03-1.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/03-03-1.ltxps new file mode 100644 index 00000000000..57ab16b7ca7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-03-1.ltxps @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-03-1 auf Seite 64. +%% +%% Copyright (C) 2016 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[]{bsppstricks} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\newdimen\fwd +\newdimen\fht +\newdimen\fdp +\psset{linewidth=.1pt,linecolor=blue!80} +\newcommand\printChar[1]{% + \settowidth{\fwd}{#1}\settoheight{\fht}{#1}\settodepth{\fdp}{#1}% + \makebox[0pt]{% + \psframe(0,0)(\fwd,\fht)% + \psframe(0,0)(\fwd,-\fdp)% +}\textcolor{black!40}{#1}} +% +\fontsize{18pt}{18pt}\selectfont\color{blue} +\frame{% + \printChar{E}\printChar{i}\printChar{n}\printChar{~}\printChar{g}\printChar{ü}\printChar{l}% + \printChar{t}\printChar{i}\printChar{g}\printChar{e}\printChar{s}\printChar{~}\printChar{W}% + \printChar{o}\printChar{r}\printChar{t}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-03-2.ctx b/Master/texmf-dist/doc/latex/einfuehrung2/03-03-2.ctx new file mode 100644 index 00000000000..ab8f6ac27fe --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-03-2.ctx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-03-2 auf Seite 64. +%% +%% Copyright (C) 2016 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 +%% +\input CTdefault.tex +\input LoadFonts.tex +%StartShownPreambleCommands +\setuppagenumbering[location={}] +\def\somecharacter#1% + {\setbox0=\hbox{#1}% + \blackrule[width=\wd0,height=\ht0,depth=\dp0]} +\def\someline#1% + {\noindent \processtokens\somecharacter\somecharacter\relax\space{#1}} +%StopShownPreambleCommands +\starttext +Die Höhe und Tiefe ist nicht gleich.\crlf +http://www.latex-project.org\crlf +{\bf Die Höhe und Tiefe ist nicht gleich.}\crlf +\someline{Die Höhe und Tiefe ist nicht gleich.}\crlf +\someline{http://www.latex-project.org}\crlf +\bf\someline{Die Höhe und Tiefe ist nicht gleich.}\crlf +\stoptext diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-03-3.ctxcrop b/Master/texmf-dist/doc/latex/einfuehrung2/03-03-3.ctxcrop new file mode 100644 index 00000000000..f6251d54883 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-03-3.ctxcrop @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-03-3 auf Seite 65. +%% +%% Copyright (C) 2016 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 +%% +\input CTdefault.tex +\input LoadFonts.tex +\setuppagenumbering[location={}] +\definepapersize[DE][width=22cm,height=12.5cm] +\setuppapersize [DE][DE] +\setuplayout[width=19.5cm,height=10.5cm] +\mainlanguage[de] +%StartShownPreambleCommands +\def\processwords#1{\noindent\wort{#1}\space} +\def\somecharacter#1{\framed{#1}} +\def\wort#1{\processtokens\somecharacter\somecharacter\relax\space{#1}} +%StopShownPreambleCommands +\starttext +\setupbodyfont[xits,10pt,rm] +{\rmc\processwords{Ein guter Text mit variabler Breite} rmfamily}\par +{\ssc\processwords{Ein guter Text mit variabler Breite} sffamily}\par +{\ttc\processwords{Ein guter Text mit fester Breite}\tt ttfamily} +\stoptext diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-03-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-03-4.ltx new file mode 100644 index 00000000000..6a674a4c131 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-03-4.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-03-4 auf Seite 65. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\newsavebox\CBox \sbox\CBox{gÄ} +%StopShownPreambleCommands +\begin{document} +g\rule[-\dp\CBox]{5mm}{0.4pt}\rule{5mm}{0.4pt}% +Ä\rule[\ht\CBox]{1cm}{0.4pt}% +\sbox\CBox{gÄ\rule{0pt}{1cm}}% keine Breite +\rule{0.4pt}{1cm}Ä\rule[\ht\CBox]{1cm}{0.4pt} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-05-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-1.ltx new file mode 100644 index 00000000000..0a0baa3cc8a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-1.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-05-1 auf Seite 67. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage[T1]{fontenc} +\usepackage[latin9]{inputenc} +\usepackage{textcomp} +%StopShownPreambleCommands +\begin{document} +Schöne Bücher und Crème Brûlée gibt +es für ungefähr 10\,¤. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-05-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-2.ltx new file mode 100644 index 00000000000..ced2153cf43 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-2.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-05-2 auf Seite 68. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp,eurosym} +\let\texteuro\euro +%StopShownPreambleCommands +\begin{document} +Schöne Bücher und Crème Brûlée gibt +es für ungefähr 10\,€. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-05-3.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-3.xltx new file mode 100644 index 00000000000..6390b9d7bd5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-3.xltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-05-3 auf Seite 68. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +% +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{fontspec}% XeLaTeX +%StopShownPreambleCommands +\begin{document} +Schöne Bücher und Crème Brûlée gibt +es für ungefähr 10\,€. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-05-4.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-4.lualtx new file mode 100644 index 00000000000..f01f415eb86 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-4.lualtx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-05-4 auf Seite 68. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +% +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{fontspec}% LuaLaTeX +%StopShownPreambleCommands +\begin{document} +Schöne Bücher und Crème Brûlée gibt +es für ungefähr 10\,€. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-05-5.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-5.xltx new file mode 100644 index 00000000000..0b64a55a66f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-5.xltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-05-5 auf Seite 68. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +% +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{libertine}% XeLaTeX +\usepackage{eurosym} +%StopShownPreambleCommands +\begin{document} +\Huge €, \texteuro, \euro, +\let\texteuro\euro +€, \texteuro, \euro +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-05-6.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-6.xltx new file mode 100644 index 00000000000..9f90b6af5d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-6.xltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-05-6 auf Seite 68. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{libertine}% XeLaTeX +\XeTeXinputencoding{latin9} +%StopShownPreambleCommands +\begin{document} +Schöne Bücher und Crème Brûlée gibt +es für ungefähr 10\,¤. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-05-7.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-7.lualtx new file mode 100644 index 00000000000..5a78b5fd440 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-05-7.lualtx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-05-7 auf Seite 69. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{libertine}% LuaLaTeX +\usepackage[latin9]{luainputenc} +%StopShownPreambleCommands +\begin{document} +Schöne Bücher und Crème Brûlée gibt +es für ungefähr 10\,¤. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-06-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-1.ltx new file mode 100644 index 00000000000..ddcd46c9ed1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-1.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-06-1 auf Seite 70. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\pdfmapfile{lm.map}% nur die Latin Modern als Vektorfont benutzen +\usepackage{graphicx}% wegen \scalebox +%StopShownPreambleCommands +\begin{document} +\fontfamily{cmr}\selectfont\scalebox{15}{O} % Computer Modern -- Bitmap +\fontfamily{lmr}\selectfont\scalebox{15}{O} % Latin Modern -- Vektor +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-06-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-2.ltx new file mode 100644 index 00000000000..3ceb56e63f4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-2.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-06-2 auf Seite 71. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage[X2,T1]{fontenc}% T1 ist aktiv +%StopShownPreambleCommands +\begin{document} +ABCDEFGHIJKabcdefghijk12. + +\fontencoding{X2}\selectfont +ABCDEFGHIJKabcdefghijk12. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-06-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-3.ltx new file mode 100644 index 00000000000..fe199186796 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-3.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-06-3 auf Seite 71. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +% +\setlength\parindent{0pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Schöne Bücher und Crème Brûlée gibt +es für ungefähr 10\,€. (pdf\LaTeX)\par +Sch\"one B\"ucher und Cr\`eme Br\^ul\'ee +gibt es f\"ur ungef\"ahr 10\,Euro. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-06-4.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-4.xltx new file mode 100644 index 00000000000..b3b50408b2a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-4.xltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-06-4 auf Seite 72. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +% +\setlength\parindent{0pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Schöne Bücher und Crème Brûlée gibt +es für ungefähr 10\,€. (XeLaTeX) +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-06-5.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-5.xltx new file mode 100644 index 00000000000..63964dda744 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-5.xltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-06-5 auf Seite 72. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +% +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{fontspec} +\setmainfont{Kurier-Regular.otf} +\usepackage[ngerman]{babel} +\usepackage{metalogo}% für das Logo +%StopShownPreambleCommands +\begin{document} +Schöne Bücher und Crème Brûlée gibt +es für ungefähr 10\,€. (\XeLaTeX) +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-06-6.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-6.lualtx new file mode 100644 index 00000000000..766a10fddee --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-06-6.lualtx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-06-6 auf Seite 73. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +% +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage[ngerman]{babel} +\usepackage{fontspec} +\setmainfont{Kurier-Regular} +%StopShownPreambleCommands +\begin{document} +Schöne Bücher und Crème Brûlée gibt +es für ungefähr 10\,€. (Lua\LaTeX) +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-1.ltx new file mode 100644 index 00000000000..83b8fbcc074 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-1.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-1 auf Seite 75. +%% +%% Copyright (C) 2016 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} +\usepackage[textwidth=4.2cm,textheight=5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +\emergencystretch=2em +%StartShownPreambleCommands +\usepackage{hyphsubst} +\HyphSubstIfExists{ngerman-x-latest}{% + \HyphSubstLet{ngerman}{ngerman-x-latest}}{} +\usepackage[ngerman]{babel} +%StopShownPreambleCommands +\begin{document} +Das letzte, was ich brauche, sind jetzt noch +Trümmerbrüche des Schienbeins. \par +Dann brauche ich eine Gladiole. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-10.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-10.xltx new file mode 100644 index 00000000000..fc1f8cb20b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-10.xltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-10 auf Seite 82. +%% +%% Copyright (C) 2016 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[english,frenchb,ngerman]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{fontspec}% XeLaTeX +\setmainfont{Linux Libertine O} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[french,english,ngerman]{babel}% XeLaTeX +\usepackage[autostyle,german=guillemets,french=guillemets]{csquotes} +%StopShownPreambleCommands +\begin{document} +Er fragt: \enquote{Hast du Grass' \enquote{Blechtrommel} gelesen?}\par +\selectlanguage{french} +Il demande: \enquote{Avez-vous lu de Grass' \enquote{Le Tambour}?}\par +He asks: \foreignquote{english}{Did you read Grass' \enquote{The Tin Drum}?} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-11.ltx new file mode 100644 index 00000000000..2156371cd7d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-11.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-11 auf Seite 83. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[autostyle,german=guillemets]{csquotes} +\defineshorthand{"`}{\openautoquote} +\defineshorthand{"'}{\closeautoquote} +\MakeAutoQuote{»}{«} +%StopShownPreambleCommands +\begin{document} +Er fragt: "`Hast du Grass' "`Blechtrommel"' gelesen?"'\par +Er fragt: »Hast du Grass' "`Blechtrommel« gelesen?«\par +Er fragt: \glqq Hast du Grass' \glq Blechtrommel\grq{} gelesen?\grqq +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-12.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-12.xltx new file mode 100644 index 00000000000..7b200f7ff8a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-12.xltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-12 auf Seite 83. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{fontspec} +\setmainfont{Linux Libertine O} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[french]{babel} +\usepackage[autostyle,german=guillemets,french=guillemets]{csquotes} +\DeclareQuoteStyle{francaise} + {\guillemotleft}{\guillemotright} + {\guilsinglleft}{\guilsinglright} +%StopShownPreambleCommands +\begin{document} +Il demande: \enquote{Avez-vu lu de Grass' \enquote{Le Tambour}?}\par +\setquotestyle{francaise} +Il demande: \enquote{Avez-vu lu de Grass' \enquote{Le Tambour}?} +Il demande: «Avez-vu lu de Grass' «Le Tambour»?» +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-13.ltx new file mode 100644 index 00000000000..69c62249e86 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-13.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-13 auf Seite 84. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[scaled=0.82]{beramono} +\usepackage{url} +%StopShownPreambleCommands +\begin{document} +Die Seite von DANTE~e.\kern-1pt V. +ist \url{http://www.dante.de}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-14.ltx new file mode 100644 index 00000000000..52aefca5499 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-14.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-14 auf Seite 84. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[scaled=0.82]{beramono} +\usepackage[obeyspaces,hyphens,lowtilde]{url} +%StopShownPreambleCommands +\begin{document} +mehr dazu gibt es unter +\url{http://www.xyz.de/index.html?id=345 34~7}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-2.ltx new file mode 100644 index 00000000000..ee617cf8e8f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-2.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-2 auf Seite 76. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[textwidth=4.2cm,textheight=5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +\emergencystretch=2em +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\showhyphens{Gladiole}% +Das letzte, was ich brauche, sind jetzt noch +Trümmer\-brüche des Schienbeins. \par +Dann brauche ich eine Gladi\-o\-le. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-3.ltx new file mode 100644 index 00000000000..4d390728017 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-3.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-3 auf Seite 77. +%% +%% Copyright (C) 2016 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[ngerman,english,french,dutch]{exareport} +\pagestyle{empty} +\setlength\textwidth{121.16928pt} +% +\setlength\parindent{0pt} +%StartShownPreambleCommands +\documentclass[ngerman,english,french,dutch]{report} +\usepackage{babel} +%StopShownPreambleCommands +\begin{document} +Kapitelname\par +(NL): \chaptername\par% dutch ist aktiv +\selectlanguage{english}(E): \chaptername\par +\selectlanguage{french}(F): \chaptername\par +\selectlanguage{ngerman}(D): \chaptername\par +ngerman aktiv? \iflanguage{ngerman}{ja}{nein} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-4.ltx new file mode 100644 index 00000000000..76c701531ff --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-4.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-4 auf Seite 77. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +% +\setlength\parindent{0pt} +\setlength\emergencystretch{1cm} +%StartShownPreambleCommands +\documentclass[ngerman]{article} +\usepackage[T1]{fontenc} +\usepackage{babel} +%StopShownPreambleCommands +\begin{document} +Der Text wird entsprechend den +Trennregeln der festgelegten Sprache umbrochen. + +\begin{hyphenrules}{nohyphenation} +Der Text wird entsprechend den Trennregeln der +festgelegten Sprache umbrochen. +\end{hyphenrules} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-5.ltx new file mode 100644 index 00000000000..aae871cec50 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-5.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-5 auf Seite 78. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +% +\setlength\parindent{0pt} +\setlength\parskip{2ex} +%StartShownPreambleCommands +\documentclass[ngerman]{article} +\usepackage[T1]{fontenc} +\usepackage{babel} +\usepackage[arrow,matrix,curve]{xy} +%StopShownPreambleCommands +\begin{document} +\shorthandoff{"} "A"u \ldots\par +\begin{xy} +\xymatrix{% + A \ar[r] ^a="a" & B \ar[r] ^b="b" & C + \ar @/^/ "a";"b" } +\end{xy}\par +\shorthandon{"} "A"u \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-6.ltx new file mode 100644 index 00000000000..e1ab5e7c028 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-6.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-6 auf Seite 78. +%% +%% Copyright (C) 2016 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[dutch,ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength\parindent{0pt} +\setlength\parskip{2ex} +%StartShownPreambleCommands +\usepackage[T1]{fontenc} \usepackage[dutch,ngerman]{babel} +\addto\captionsngerman{\renewcommand\tablename{\textbf{TAB}}} +\addto\captionsdutch{\renewcommand\tablename{\textbf{Taf.}}} +%StopShownPreambleCommands +\begin{document} +\begin{table} +\begin{minipage}{0.49\textwidth}\centering\caption{Ein Rahmen.} +\begin{tabular}{| c |}\hline Tabelle\\\hline \end{tabular} +\end{minipage}\hfill\selectlanguage{dutch}% +\begin{minipage}{0.49\textwidth}\centering\caption{Een Frame.} +\begin{tabular}{| c |}\hline Tafel\\\hline \end{tabular} +\end{minipage} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-7.ltx new file mode 100644 index 00000000000..1ddd9b23273 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-7.ltx @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-7 auf Seite 79. +%% +%% Copyright (C) 2016 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[ngerman,10pt]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\textwidth{165pt} +\usepackage{enumitem} +\setlist{leftmargin=*,nosep} +\setlength\parindent{0pt} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel}\sloppy +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{enumerate} +\item[1] Jetzt kommt hier eine + ganz normale Trennstelle +\item[2] Jetzt kommt hier eine + ganz nor\-male Trennstelle +\item[3] Jetzt kommt hier eine + Bindestrich-Trennstelle +\item[4] Jetzt kommt hier eine + echte Binde"=strich-Trennstelle +\item[5] Jetzt kommt hier eine + echte Binde"~strich-Trennstelle +\item[6] Jetzt kommt hier eine + echte Bin\-de"~strich-Trennstelle +\item[7] Jetzt kommt hier eine + echte Linie/Kurve-Trennstelle +\item[8] Jetzt kommt hier eine + echte Linie/""Kurve-Trennstelle +\item[9] Jetzt kommt hier eine + echte Linie\slash{}Kurve-Trennstelle +\end{enumerate} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-8.ltx new file mode 100644 index 00000000000..a75e40c27dc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-8.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-8 auf Seite 79. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[ngerman,english]{babel} +\useshorthands{"} +\addto\extrasenglish{% + \languageshorthands{ngerman}} +%StopShownPreambleCommands +\begin{document} +\minipage{1cm}\hrulefill\par +\hspace{0pt}zoning-facilitated\par +\hspace{0pt}zoning"=facil"-itated +\endminipage\hspace{1cm} +\minipage{1cm} +\hspace{0pt}zoning-facilitated +\endminipage +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-07-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-9.ltx new file mode 100644 index 00000000000..971688de750 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-07-9.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-07-9 auf Seite 81. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[autostyle]{csquotes} +%StopShownPreambleCommands +\begin{document} +Normale \enquote{Anführungszeichen}\par +\enquote{Normale \enquote{Anführungszeichen}}\par +\enquote*{Anführungszeichen} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-08-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-1.ltx new file mode 100644 index 00000000000..6aa8957c310 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-1.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-08-1 auf Seite 85. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +\usepackage{graphicx} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Alegreya und Alegeya Sans\\ +\scalebox{3}{Jana} \scalebox{3}{\textsf{Jana}} + +Latin Modern Font\\ +\fontfamily{lmr} \selectfont \scalebox{3}{Jana} +\fontfamily{lmss}\selectfont \scalebox{3}{Jana} + +Kepler-Font\\ +\fontfamily{jkp} \selectfont \scalebox{3}{Jana} +\fontfamily{jkpss}\selectfont \scalebox{3}{Jana} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-08-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-2.ltx new file mode 100644 index 00000000000..3ffce38bce1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-2.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-08-2 auf Seite 86. +%% +%% Copyright (C) 2016 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{217.16928pt} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength\parindent{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\textrm{Dies ist ein Beispiel im + \textbf{Romanfont}}\\ +\textsf{Dies ist ein Beispiel im + \textbf{Sans-Seriffont}}\\ +\texttt{Dies ist ein Beispiel im + \textbf{Monofont}}\\ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-08-3.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-3.xltx new file mode 100644 index 00000000000..1e0db945d27 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-3.xltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-08-3 auf Seite 87. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{121.16928pt} +\setlength\parindent{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% XeLaTeX Beispiel +\setmainfont[BoldFont=DejaVuSans-Bold.ttf]% + {DejaVuSans.ttf} +\newfontface\Light{DejaVuSans-ExtraLight} +\newfontface\Strong{DejaVuSans-Bold}[FakeBold=3] +%StopShownPreambleCommands +\begin{document} +\huge{\Light DejaVu\par} +DejaVu\par % Normal +{\bfseries DejaVu\par} +\Strong DejaVu +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-08-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-4.ltx new file mode 100644 index 00000000000..5286bb7ddae --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-4.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-08-4 auf Seite 88. +%% +%% Copyright (C) 2016 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} + +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +[Das {\itshape Schiff}] \\\relax +[Das \textit{Schiff}] \\\relax +[Das {\itshape Schiff\/}] +% \relax ist notwendig, da sonst wegen +% der folgenden eckigen Klammer ein +% Zahlenwert erwartet wird, wie \\[3mm] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-08-5.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-5.xltx new file mode 100644 index 00000000000..676ddfe3d02 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-5.xltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-08-5 auf Seite 89. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% XeLaTeX +\setmainfont[Mapping=tex-text]{Adobe Caslon Pro} +%StopShownPreambleCommands +\begin{document} +{\LARGE ff, ffi, ffl} als Ligatur\par +\LARGE Windflaute, Auffahrt, Schifffahrt, Sauerstoffflasche +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-08-6.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-6.xltx new file mode 100644 index 00000000000..c10a633ee1c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-6.xltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-08-6 auf Seite 89. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% XeLaTeX +\setmainfont[Mapping=tex-text]{Adobe Caslon Pro} +\usepackage[ngerman]{babel} +%StopShownPreambleCommands +\begin{document} +{\Large f\/f, f\/f\/i, f\/f\/l} ohne Ligatur\par +\Large Auf\/lauf, Auf\/fahrt, Auf\kern0pt fahrt, Schifffahrt, Sauerstoffflasche +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-08-7.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-7.xltx new file mode 100644 index 00000000000..bdd46b65b61 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-7.xltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-08-7 auf Seite 90. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% XeLaTeX +\setmainfont[Mapping=tex-text]{Adobe Caslon Pro} +\usepackage[babelshorthands]{polyglossia} \setmainlanguage{german} +%StopShownPreambleCommands +\begin{document} +\large stofflich stoff"|lich Tiefflieger Tief"|flieger Auflage Auf"|lage +Sauerstoffflasche Sauerstoff"|flasche +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/03-08-8.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-8.lualtx new file mode 100644 index 00000000000..81064927111 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/03-08-8.lualtx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 03-08-8 auf Seite 90. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% LuaLaTeX +\setmainfont{Adobe Caslon Pro} +\usepackage[ngerman]{babel} +\usepackage[ngerman,noftligs]{selnolig} +\nolig{Herbstt[aruöe]}{Herbst|t} +%StopShownPreambleCommands +\begin{document} +\large stofflich Tiefflieger Auflage Sauerstoffflasche Herbsttagung +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-02-1.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-1.ltx2crop new file mode 100644 index 00000000000..dafc051dcc7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-1.ltx2crop @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-02-1 auf Seite 95. +%% +%% Copyright (C) 2016 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) 2,3 +%% +%% +\documentclass[ngerman]{exadante} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\documentclass[ngerman]{danteedition} +\usepackage{layout} +%StopShownPreambleCommands +\begin{document} +\null\newpage \layout \newpage \layout +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-02-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-2.ltx2 new file mode 100644 index 00000000000..1e362762a04 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-2.ltx2 @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-02-2 auf Seite 99. +%% +%% Copyright (C) 2016 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[ngerman]{exadante} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\documentclass[ngerman]{danteedition} +%StartShownPreambleCommands +\geometry{showframe} +%StopShownPreambleCommands +\begin{document} +\null\vfill +\huge Paket \texttt{geometry}\par +\marginpar{\Large Eine Randbemerkung} +Anzeige des Satzspiegels mit dem +Parameter \texttt{showframe}! +Dieser zeigt auch die Anordnung +von Kopf und Fuß auf der Seite. +\vfill +\newpage\null +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-02-3.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-3.ltx2 new file mode 100644 index 00000000000..63a6eebb129 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-3.ltx2 @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-02-3 auf Seite 101. +%% +%% Copyright (C) 2016 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,2,3,4 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{99.58464pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage[a4paper]{geometry}\geometry{hmargin=3cm,showframe} +%StopShownPreambleCommands +\begin{document} +\sloppy\fontsize{2.5cm}{2.7cm}\selectfont Layout L1 +\newgeometry{left=2cm,right=1cm,bottom=1cm} Neues Layout L2 +\restoregeometry Altes Layout L1 +\newgeometry{margin=1cm,includeheadfoot} Neues Layout L3 +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-02-4.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-4.ltx2 new file mode 100644 index 00000000000..8c96361efbf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-4.ltx2 @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-02-4 auf Seite 101. +%% +%% Copyright (C) 2016 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,2,3,4,5 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{79.66771pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage[a4paper]{geometry}\geometry{hmargin=3cm,showframe} +%StopShownPreambleCommands +\begin{document} +\sloppy\fontsize{2.5cm}{2.7cm}\selectfont Layout L1 +\newgeometry{left=3cm,right=1cm,bottom=0.1cm} Layout L2 +\savegeometry{L2} +\restoregeometry Layout L1 +\newgeometry{margin=1cm,includefoot} Layout L3 +\loadgeometry{L2} Layout L2 +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-02-5.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-5.ltx2 new file mode 100644 index 00000000000..0578bb6d7e5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-5.ltx2 @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-02-5 auf Seite 102. +%% +%% Copyright (C) 2016 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,3,5 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\parindent=0pt\parskip=\normalbaselineskip +\makeatletter +\let\ps@plain\ps@origplain +\makeatother +\pagestyle{plain} +\renewcommand\thepage{{\huge\arabic{page}}} +%StartShownPreambleCommands +\usepackage[ngerman]{babel} +\usepackage[showframe]{geometry} +\usepackage{blindtext} +%StopShownPreambleCommands +\begin{document} +\blindtext[3]\par\blindtext\par\blindtext[3] + +\newpage\vspace*{-4\baselineskip}\blindtext[3]\par +\begin{minipage}{\dimexpr\textwidth+\marginparwidth}\blindtext\end{minipage}\par +\blindtext[3] + +\newpage\enlargethispage{5\baselineskip}\blindtext[3]\par +\hspace*{\dimexpr-1in-\oddsidemargin+\marginparsep\relax}% +\begin{minipage}{1.1\textwidth}\blindtext\end{minipage}\par\blindtext[3] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-02-6.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-6.ltxps new file mode 100644 index 00000000000..e5747a47560 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-6.ltxps @@ -0,0 +1,57 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-02-6 auf Seite 103. +%% +%% Copyright (C) 2016 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{layouts,graphicx,pstricks-add} +%StopShownPreambleCommands +\begin{document} +%\newlength{\pwlayi} +%\setlength{\pwlayi}{0.4375\textwidth} +%\newlength{\pwlayii} +%\setlength{\pwlayii}{0.5\pwlayi} +%\centering +%\begin{minipage}[b]{0.49\linewidth} +%DIV Breite Höhe oben außen innen unten +%9 140,00 198,00 33,00 46,67 23,33 66,00 +\resizebox{\linewidth}{!}{% +\psset{xunit=23.3333pt,yunit=33pt} +\begin{pspicture}(18,9) +\psgrid[gridcolor=black!20,subgriddiv=0,gridlabels=0pt](0,0)(18,9) +\psframe(9,9)\psframe(9,0)(18,9) +\psframe*[linecolor=black!30](2,2)(8,8) +\psframe*[linecolor=black!30](10,2)(16,8) +\psline(0,0)(9,9)\psline(0,0)(18,9) +\psline(0,9)(18,0)\psline(9,9)(18,0) +\psIntersectionPoint(0,0)(18,9)(9,9)(18,0){IPb} +\psIntersectionPoint(0,9)(18,0)(0,0)(9,9){IPa} +\psIntersectionPoint(IPa)(IPb|0,0)(IPb)(IPa|0,0){IPaa} +\psIntersectionPoint(IPa)(IPb|0,9)(IPb)(IPa|0,9){IPbb} +\pspolygon[linestyle=dashed](IPa)(IPa|0,9)(IPbb)(IPb|0,9)(IPb|0,0)(IPaa)(IPa|0,0) +\pspolygon[linestyle=dotted](IPa)(IPbb)(IPb)(IPaa) +\pcline{<->}(0,0|IPa)(2,0|IPa)\ncput*{4} +\pcline{<->}(8,0|IPa)(9,0|IPa)\ncput*{2} +\pcline{<->}(4,9)(4,8)\ncput*{3} +\pcline{<->}(4,0)(4,2)\ncput*{6} +\end{pspicture}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-02-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-7.ltx new file mode 100644 index 00000000000..c556537be3d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-7.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-02-7 auf Seite 106. +%% +%% Copyright (C) 2016 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[paper=a5,parskip]{screxa} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{everysel} +\renewcommand*\familydefault{\ttdefault} +\EverySelectfont{% + \fontdimen2\font=0.4em% interword space + \fontdimen3\font=0.2em% interword stretch + \fontdimen4\font=0.1em% interword shrink + \fontdimen7\font=0.1em% extra space + \hyphenchar\font=`\-% to allow hyphenation +} +%StartShownPreambleCommands +\documentclass[paper=a5,parskip]{scrreprt} +\usepackage[ngerman]{babel} +\usepackage[T1]{fontenc} +\usepackage{beramono,lineno,microtype} +\usepackage{blindtext} +\linenumbers +\newlength\Zeichen \newlength\Zeilen +\settowidth\Zeichen{\texttt{0123456789}}% +\setlength\Zeichen{5\Zeichen}% +\setlength\Zeilen{25\normalbaselineskip}% +\areaset{\Zeichen}{\Zeilen}% Breite/Höhe +%StopShownPreambleCommands +\begin{document} +\blindtext[5] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-02-8.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-8.ltx2 new file mode 100644 index 00000000000..43286a694ff --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-02-8.ltx2 @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-02-8 auf Seite 106. +%% +%% Copyright (C) 2016 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[pagesize]{screxa} +\pagestyle{empty} +%StartShownPreambleCommands +\documentclass[pagesize]{scrartcl} +\usepackage[ngerman]{babel} +\usepackage[T1]{fontenc} +\usepackage{blindtext,microtype} +\setlength\paperwidth{10cm} +\setlength\paperheight{10cm} +\areaset{9cm}{9cm}% Breite/Höhe +%StopShownPreambleCommands +\begin{document} +\blindtext[4] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-03-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-1.ltx new file mode 100644 index 00000000000..f346c2dd686 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-1.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-03-1 auf Seite 107. +%% +%% Copyright (C) 2016 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} +%\setlength\textwidth{150pt} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +1. A\hfill B\hfill C \par +2.\hspace{2cm}foo\hspace{2cm}bar% +\hspace{2cm}baz \par +3.\hspace*{2cm}foo\hspace*{2cm}bar% +\hspace*{2cm}baz \par +4.\hspace{1cm}foo\hfill bar\hspace{1cm}\par +\hfill Rechts +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-03-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-2.ltx new file mode 100644 index 00000000000..d2add0cf12e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-2.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-03-2 auf Seite 107. +%% +%% Copyright (C) 2016 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 + +%StopShownPreambleCommands +\begin{document} +1. A\hrulefill B\hrulefill C \par +2.\rule{2.5cm}{1ex}foo\rule{1ex}{7mm}bar \rule{2cm}{0pt}baz\par%\rule nicht sichtbar +3.\dotfill foo\dotfill bar \dotfill baz \par +4.\rule[-5mm]{1cm}{5mm}foo\hrulefill\par 5. \hrulefill Rechts +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-03-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-3.ltx new file mode 100644 index 00000000000..526f785c61a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-3.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-03-3 auf Seite 108. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{xhfill} +%StopShownPreambleCommands +\begin{document} +A\xrfill[-1ex]{1pt}B + \xrfill[1ex]{0.5pt}[black!10]C\par +\xhrectanglefill{5mm}{0.4pt} Rechts +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-03-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-4.ltx new file mode 100644 index 00000000000..164f365f653 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-4.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-03-4 auf Seite 108. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Von A nach B.\par +Von \phantom{A nach }B.\par +Von \vphantom{\huge A}A nach B.\\ +\fbox{\phantom{goo}}\fbox{\hphantom{goo}}% +\fbox{\vphantom{goo}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-03-5.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-5.ltx2 new file mode 100644 index 00000000000..3ed860ccf4f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-5.ltx2 @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-03-5 auf Seite 109. +%% +%% Copyright (C) 2016 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,2,3,4 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{95.58464pt} +\setlength\parindent{0pt} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\pagestyle{origplain} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\huge Oben\par\vspace{5cm} Mitte\par\vspace{5cm}Mitte\par \vspace{5cm}Unten + +\vfill Untere Seitenkante\newpage \vfill Mitte \vfill Untere Seitenkante\newpage +\null\vfill Mitte \vfill Untere Seitenkante +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-03-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-6.ltx new file mode 100644 index 00000000000..7d751239156 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-03-6.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-03-6 auf Seite 109. +%% +%% Copyright (C) 2016 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[twocolumn,ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\newcommand\HF{\hrulefill\par} +%StopShownPreambleCommands +\begin{document} +Erste Zeile \HF\bigskip +Zweite Zeile\HF\medskip +Dritte Zeile\HF\smallskip +Vierte Zeile\HF\newpage +Erste Zeile \par Zweite Zeile\par +Dritte Zeile\par Vierte Zeile\par +\smallskip\medskip +Fünfte Zeile +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-04-1.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/04-04-1.ltx2 new file mode 100644 index 00000000000..e01676867ad --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-04-1.ltx2 @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-04-1 auf Seite 110. +%% +%% Copyright (C) 2016 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[ngerman]{exadante} +\pagestyle{empty} +\usepackage{babel} +%\geometry{showframe} +%StartShownPreambleCommands +\usepackage[color=blue, + cam, + a4, + center]{crop} +\usepackage{blindtext} +%StopShownPreambleCommands +\begin{document} +\blinddocument +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/04-04-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/04-04-2.ltx new file mode 100644 index 00000000000..5d301b5af94 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/04-04-2.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 04-04-2 auf Seite 111. +%% +%% Copyright (C) 2016 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} +\usepackage[a5paper,nohead,nofoot,margin=5mm]{geometry} +%StartShownPreambleCommands +\usepackage[crossmark]{ticket} \usepackage{graphicx} +\unitlength=1mm \ticketNumbers{2}{2} +\ticketSize{60}{60} \ticketDistance{0}{0} %in unitlength +\renewcommand\ticketdefault{\put(0,30){\parbox{60mm}{% + \centering\includegraphics[width=40mm]{tiger}}}} +\newcounter{numcards} +%StopShownPreambleCommands +\begin{document} +\whiledo{\value{numcards}<4}{\stepcounter{numcards}\ticket{}} a5,center]{crop} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-01-1.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/05-01-1.ltx2crop new file mode 100644 index 00000000000..80bd006ab6f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-01-1.ltx2crop @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-01-1 auf Seite 114. +%% +%% Copyright (C) 2016 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\parindent{0pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{blindtext} +\title{Einführung in \LaTeX} +\author{Herbert Voß\thanks{FU-Berlin} + \and Jana Voß\thanks{CMS}} +\date{23.11.2015} +%StopShownPreambleCommands +\begin{document} +\maketitle +\section{Einführung} +\blindtext[2] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-01-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-01-2.ltx2 new file mode 100644 index 00000000000..7bacc399d81 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-01-2.ltx2 @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-01-2 auf Seite 115. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{graphicx} \usepackage[a5paper]{geometry} +%StopShownPreambleCommands +\begin{document} +\begin{titlepage} +\vspace*{-3cm}% nach Oben verschieben +\enlargethispage{3cm}% nach Unten verlängern +\makebox[1.2\linewidth][r]{% nach rechts + \includegraphics[width=0.6\linewidth]{images/texte/FULogoRGB}} +\begin{center} \vspace{3cm} \huge +\begin{tabular}{c}Die Feminisierung\\ der Berufsbezeichnungen in\\ + frankophonen Ländern\\ im Vergleich\end{tabular}\par +\vspace{2cm}\large von\par\bigskip +\textbf{Dipl. Frank.-Wiss. Jana Voß} +\end{center}\vfill +\makebox[1.1\linewidth]{\parbox[b]{0.4\textwidth}{% + Fachbereich Philosophie und Geisteswissenschaften\\ + Institut für Romanische Philologie\\ + Frankreichstudien} \hfill \parbox[b]{0.4\textwidth}{\raggedleft% + Gutachter:\\ Prof.\,Dr. Jürgen Trabant\\ Prof.\,Dr. Thomas Kotschi}} +\end{titlepage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-01-3.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-01-3.ltx2 new file mode 100644 index 00000000000..4192237044e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-01-3.ltx2 @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-01-3 auf Seite 116. +%% +%% Copyright (C) 2016 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[BCOR=5mm,paper=a5,DIV=calc,pagesize]{screxabook} +\pagestyle{empty} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\documentclass[BCOR=5mm,paper=a5, + pagesize,DIV=calc]{scrbook} +\usepackage{mathpazo,microtype} +%StopShownPreambleCommands +\begin{document} +\titlehead{{\Large Freie Universität +Berlin\hfill SS~2005\\} + Institut für Frankreichwissenschaften\\ + Habelschwerdter Allee 45\\ + 14169 Berlin} +\subject{Diplomarbeit} +\title{Die Feminisierung in der\\ + französischen Sprache} +\subtitle{Unter Berücksichtigung der + Staaten\\ Frankreich, Canada, und + Schweiz} +\author{Jana Voß} +\date{30. Juni 2005} +\publishers{Gutachter: \begin{tabular}[t]{l} + Prof.\,Dr. Jürgen Trabant\\ + Prof.\,Dr. Thomas Kotschi + \end{tabular}} +\maketitle +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-01-4.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-01-4.ltx2 new file mode 100644 index 00000000000..e5478b36a24 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-01-4.ltx2 @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-01-4 auf Seite 117. +%% +%% Copyright (C) 2016 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,2,3,4,5,6,7,8 +%% +%% +\documentclass[BCOR=5mm,paper=a5,DIV=calc,pagesize]{screxabook} +\pagestyle{empty} +\documentclass[BCOR=5mm,paper=a5,DIV=calc,pagesize]{scrbook} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\documentclass[BCOR=5mm,paper=a5,pagesize,DIV=calc]{scrbook} +\usepackage{mathpazo, tgpagella, url, microtype, blindtext} +%StopShownPreambleCommands +\begin{document} +\titlehead{{\Large Freie Universität Berlin \hfill SS~2005\par} + Institut für Frankreichwissenschaften\\ Habelschwerdter Allee 45\\ 14169 Berlin} +\subject{Diplomarbeit} \title{Die Feminisierung in der\\ französischen Sprache} +\subtitle{Unter Berücksichtigung der Staaten\\ Frankreich, Canada, und Schweiz} +\extratitle{Die Feminisierung im Französischen} +\author{Jana Voß} \date{30. Juni 2005} +\publishers{Betreut durch Prof.\,Dr.\,phil. Krause} +\dedication{Ich danke meinen Betreuern der Diplomarbeit und meinen Eltern für die + immer währende Unterstützung} +\uppertitleback{Druck: Konrad Triltsch Print und digitale Medien + (\url{http://www.triltsch.de})} +\lowertitleback{Diese Arbeit wurde mit \LaTeX\ und der Dokumentenklasse + \texttt{scrbook} von \KOMAScript{} erstellt.} +\maketitle \blinddocument +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-1.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-1.ltx2 new file mode 100644 index 00000000000..22526b2bffa --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-1.ltx2 @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-1 auf Seite 118. +%% +%% Copyright (C) 2016 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) 2,3,4 +%% +%% +\documentclass[a5paper]{exabook2} +\pagestyle{empty} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{geometry,blindtext} +%StopShownPreambleCommands +\begin{document} +\chapter{foo}\section{bar}\blindtext[1]\newpage +\pagestyle{plain} \section{Seitenstil \texttt{plain}} \blindtext[2]\newpage +\pagestyle{empty} \section{Seitenstil \texttt{empty}} \blindtext[2]\newpage +\pagestyle{headings}\section{Seitenstil \texttt{headings}}\blindtext[2] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-10.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-10.ltx2 new file mode 100644 index 00000000000..1600b1954d5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-10.ltx2 @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-10 auf Seite 125. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[parskip=half,pagesize]{screxabook} +\pagestyle{empty} +\setlength\parindent{0pt} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\usepackage{blindtext,xcolor} +%StartShownPreambleCommands +\documentclass[parskip=half,pagesize]{scrbook} +\usepackage{graphicx,mwe} +\usepackage[ilines]{scrlayer-scrpage} +\DeclareNewLayer[{% + background,oddpage,topmargin,contents={\hfill + \includegraphics[width=3cm,height=3cm]{example-image}}}]{Logo.odd} +\DeclareNewLayer[{% + background,evenpage,topmargin,contents={% + \includegraphics[width=3cm,height=3cm]{example-image}}}]{Logo.even} +\AddLayersToPageStyle{@everystyle@}{Logo.odd,Logo.even} +%StopShownPreambleCommands +\begin{document} +\title{Beispiel für ein Logo auf jeder Seite} +\author{Markus Kohm} +\date{Juli 2014} +\maketitle +\blinddocument +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-11.ltx new file mode 100644 index 00000000000..f530bcd9c32 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-11.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-11 auf Seite 125. +%% +%% Copyright (C) 2016 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[headinclude,footinclude]{screxa} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength\parindent{0pt} +\paperheight=4cm +\areaset{\textwidth}{3.5cm} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{fancyhdr} +\pagestyle{fancy} +\lhead{} \chead{} \rhead{\bfseries Die Feminisierung in der französischen Sprache} +\lfoot{Jana Voß} \cfoot{\today} \rfoot{\thepage} +\renewcommand\headrulewidth{0.8pt} +\renewcommand\footrulewidth{0.4pt} +%StopShownPreambleCommands +\begin{document} +Ein beliebiger Text im Textkörper \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-12.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-12.ltx2crop new file mode 100644 index 00000000000..821002a7dff --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-12.ltx2crop @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-12 auf Seite 126. +%% +%% Copyright (C) 2016 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) 2,3 +%% +%% +\documentclass[headinclude,footinclude,twoside]{screxa} +\pagestyle{empty} +\setlength\parindent{0pt} +\paperheight=4cm +\areaset{\textwidth}{3.5cm} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\AtBeginDocument{\null\clearpage} +%StartShownPreambleCommands +\usepackage{fancyhdr} \pagestyle{fancy} \fancyhead{} % alle Vorgaben löschen +\fancyhead[RO,LE]{\bfseries Die Feminisierung in der französischen Sprache} +\fancyfoot{} % alle Angaben löschen +\fancyfoot[LE,RO]{\thepage}% LeftEven,RightOdd +\fancyfoot[LO,CE]{Jana Voß}% LeftOdd, CenterEven +\fancyfoot[CO,RE]{\today} % CenterOdd,RightEven +\renewcommand\headrulewidth{0.8pt} \renewcommand\footrulewidth{0.4pt} +%StopShownPreambleCommands +\begin{document} +Ein beliebiger Text im Textkörper \ldots \clearpage +Die nächste Seite \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-13.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-13.ltx2 new file mode 100644 index 00000000000..53fbd2b8a33 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-13.ltx2 @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-13 auf Seite 126. +%% +%% Copyright (C) 2016 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) 2,3,4,5 +%% +%% +\documentclass[paper=a5,headinclude,footinclude,twoside,parskip=full,pagesize]{screxabook} +\pagestyle{empty} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\paperheight=11cm\areaset{\textwidth}{10cm} +\usepackage{blindtext} +%StartShownPreambleCommands +\usepackage{fancyhdr} \pagestyle{fancy} +%StopShownPreambleCommands +\begin{document} +\chapter{foo}\section{bar} \blindtext\newpage +\section{Seitenstil \texttt{fancy}}\blindtext\newpage +\section{Mittlerer Abschnitt} \blindtext\newpage +\lhead{\nouppercase{\rightmark}} \rhead{\nouppercase{\leftmark}} +\section{Letzter Abschnitt} \blindtext\newpage +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-14.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-14.ltx2 new file mode 100644 index 00000000000..ae2f0187279 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-14.ltx2 @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-14 auf Seite 127. +%% +%% Copyright (C) 2016 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,2,3,4 +%% +%% +\documentclass[paper=a5,headinclude,footinclude,twoside,parskip=full,pagesize]{screxa} +\pagestyle{empty} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\paperheight=11cm\areaset{\textwidth}{10cm} +\usepackage{blindtext} +%StartShownPreambleCommands +\usepackage{fancyhdr} \pagestyle{fancy} +\addtolength\headheight{\normalbaselineskip} +\renewcommand\sectionmark[1]{\markboth{#1}{}} +\renewcommand\subsectionmark[1]{\markright{#1}} +\rhead{\leftmark\\\rightmark} +%StopShownPreambleCommands +\begin{document} +\section{Einführung} \blindtext\newpage +\subsection{Seitenstil \texttt{fancy}}\blindtext\newpage +\section{Mittlerer Abschnitt} \blindtext\newpage +\subsection{Letzter Abschnitt} \blindtext\newpage +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-15.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-15.ltx2 new file mode 100644 index 00000000000..ca6707c653d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-15.ltx2 @@ -0,0 +1,72 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-15 auf Seite 128. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[]{screxabook} +\pagestyle{empty} +\setlength\parindent{0pt} +\setlength\parskip{0.5\normalbaselineskip} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\usepackage{geometry,blindtext,xcolor} +\geometry{paperheight=239mm,paperwidth=169mm,tmargin=5mm,textwidth=124mm,textheight=195mm, + rmargin=22mm,heightrounded,includeheadfoot,headheight=5mm,headsep=8mm,foot=18mm, + marginparsep=2mm,marginparwidth=18mm} +\makeatletter +\newcommand\s@pt{\hspace{6pt}} +\newcommand\chaptertext{K\s@pt a\s@pt p\s@pt i\s@pt t\s@pt e\s@pt l} +\DeclareRobustCommand\headingfont{\sffamily\bfseries} +\renewcommand\@makechapterhead[1]{\begingroup + \flushright + {\topskip\z@\null} + \headingfont\mdseries + \fontsize{14.4}{5.5pc minus .5pc}\selectfont + \textbf{\chaptertext} + \fontsize{36}{\f@baselineskip}\selectfont\ \thechapter\kern-2pt + \par + \fontsize{28}{24pt}\selectfont + \begin{minipage}{\linewidth}\flushright + \rule{0pt}{5pc}\normalfont\headingfont #1 + \end{minipage}% + \null + \par\endgroup + \rule{0pt}{7.5pc}\par} +\setcounter{chapter}{4} +%StartShownPreambleCommands +\usepackage{fancyhdr} \pagestyle{fancy} +\fancypagestyle{plain}{\fancyhf{}\def\headrulewidth{0pt}} +\fancyhf{} \fancyheadoffset[RO,LE]{30mm} +\fancyhead[LE]{\mbox{\headingfont\smash{% + \setlength\fboxsep{0pt}\colorbox{black!80}{\makebox[22mm]{\hfill% + \ifnum\value{chapter}>0 \textcolor{white}{\fontsize{18}{19}\selectfont\thechapter}~\fi + \rule[-2.85pt]{2mm}{12mm}}}}\quad\small\leftmark}} +\fancyhead[RO]{\small\headingfont\rightmark\quad\makebox[22mm]{}} +\fancyfoot[LE]{\small\headingfont\llap{\thepage\ \rule[-13mm]{.6pt}{18mm}\hspace{1mm}}} +\fancyfoot[RO]{\small\headingfont~ + \hfill \rlap{\hspace{1mm}\rule[-13mm]{.6pt}{18mm}\ \thepage}} +\renewcommand\chaptermark[1]{\markboth{#1}{}} +\renewcommand\sectionmark[1]{\markright{\ifnum\c@secnumdepth>\@ne \thesection\quad#1\fi}} +\makeatother +%StopShownPreambleCommands +\begin{document} +\chapter{Textformatierungen}\section{Seitenstil}\blindtext\par\blindtext\newpage +\section{Das Paket \texttt{scrlayer-scrpage}} \blindtext[2]\par\blindtext\newpage +\section{foobar}\blindtext[2]\par\blindtext\newpage +\blindtext[2] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-2.ltx2 new file mode 100644 index 00000000000..cdcbe9a3a15 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-2.ltx2 @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-2 auf Seite 118. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[a5paper]{exaarticle2} +\pagestyle{empty} +\setlength\parindent{0pt} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\pagestyle{plain} +%StartShownPreambleCommands +\usepackage{geometry,graphicx,blindtext,xcolor} +\renewcommand\thepage{{\Huge\arabic{page}}} \newlength\Left +\setlength\Left{0.5\paperwidth}\addtolength\Left{-1in} +\addtolength\Left{-\oddsidemargin} \newlength\Top +\setlength\Top{-0.5\paperheight}\addtolength\Top{1in}\addtolength\Top{\topskip} +%StopShownPreambleCommands +\begin{document} +\section{foo}\blindtext[1]\newpage\thispagestyle{empty} +\makeatletter \mbox{}% In den horizontalen Modus wechseln +\put(\strip@pt\Left,\strip@pt\Top){\makebox(0,0){\frame{% + \includegraphics[width=\dimexpr\paperwidth-2cm, + height=\dimexpr\paperheight-2cm]{tiger}}}} +\put(\strip@pt\Left,\strip@pt\Top){\color{blue}\circle*{15}} +\makeatother +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-3.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-3.ltx2 new file mode 100644 index 00000000000..56f5d6568a3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-3.ltx2 @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-3 auf Seite 119. +%% +%% Copyright (C) 2016 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) 2,3,4,5 +%% +%% +\documentclass[headinclude,footinclude,twoside,parskip=full,pagesize]{screxa} +\pagestyle{empty} +\paperheight=7cm \paperwidth=10cm +\areaset{9cm}{6.5cm} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\pagestyle{headings} +%StopShownPreambleCommands +\begin{document} +\section{Abschnitt 1} \subsection{Unterabschnitt} +Ein beliebiger Text im Textkörper \ldots \clearpage +Ein beliebiger Text im Textkörper \ldots \clearpage +\markboth{}{}% leere Kopfzeile +Die nächste Seite ohne Kopf \ldots\clearpage +\markboth{\rlap{\protect\rule[-3pt]{\textwidth}{0.4pt}}\textbf{Linker Kopf}}% + {\textbf{rechter Kopf}}% neue Kopfzeile +Die nächste (linke) Seite mit eigenem Kopf \ldots\clearpage +Die letzte (rechte) Seite \ldots\clearpage +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-4.ltx new file mode 100644 index 00000000000..189f8eeb32d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-4.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-4 auf Seite 120. +%% +%% Copyright (C) 2016 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[headinclude,footinclude]{screxa} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength\parindent{0pt} +\paperheight=3.75cm +\areaset{\textwidth}{3.5cm} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\documentclass[]{scrartcl} +\usepackage{scrlayer-scrpage} +\lohead{}\cohead{} \lofoot{Jana Voß} \cofoot{\today} +\rofoot{\thepage}\setheadsepline{0.8pt}\setfootsepline{0.4pt} +\rohead{\bfseries Die Feminisierung in der französischen Sprache} +%StopShownPreambleCommands +\begin{document} +Ein beliebiger Text im Textkörper \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-5.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-5.ltx2crop new file mode 100644 index 00000000000..fd722444948 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-5.ltx2crop @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-5 auf Seite 121. +%% +%% Copyright (C) 2016 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) 2,3 +%% +%% +\documentclass[headinclude,footinclude,twoside]{screxa} +\pagestyle{empty} +\setlength\parindent{0pt} +\paperheight=3.5cm +\areaset{\textwidth}{3.5cm} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\AtBeginDocument{\null\clearpage} +%StartShownPreambleCommands +\documentclass[twoside]{scrartcl} +\usepackage{scrlayer-scrpage} +\ihead{} \chead{} % alle Vorgaben löschen +\ohead{\bfseries Die Feminisierung in der französischen Sprache} +\ofoot{\thepage} % LeftEven,RightOdd (außen) +\lofoot{Jana Voß}\cefoot{Jana Voß}% LeftOdd, CenterEven +\cofoot{\today}\refoot{\today} % CenterOdd,RightEven +\setheadsepline{0.8pt} +\setfootsepline{0.4pt} +%StopShownPreambleCommands +\begin{document} +Ein beliebiger Text im Textkörper \ldots \clearpage +Die nächste Seite \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-6.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-6.ltx2 new file mode 100644 index 00000000000..6abaf977aef --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-6.ltx2 @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-6 auf Seite 121. +%% +%% Copyright (C) 2016 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) 3,4,5 +%% +%% +\documentclass[headinclude,footinclude,twoside,parskip=full,pagesize]{screxabook} +\pagestyle{empty} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\paperheight=11cm\areaset{\textwidth}{10cm} +\usepackage{blindtext} +%StartShownPreambleCommands +\documentclass[headinclude,footinclude,twoside,parskip=full,pagesize]{scrbook} +\usepackage{scrlayer-scrpage} +%StopShownPreambleCommands +\begin{document} +\chapter{foo}\section{bar} \blindtext\newpage +\section{Seitenstil \texttt{scrheadings}}\blindtext\newpage +\section{Mittlerer Abschnitt} \blindtext\newpage +\ohead{\textsc{\leftmark}} \ihead{\textsc{\rightmark}} +\section{Letzter Abschnitt} \blindtext\newpage +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-7.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-7.ltx2 new file mode 100644 index 00000000000..0f907511602 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-7.ltx2 @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-7 auf Seite 122. +%% +%% Copyright (C) 2016 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,2,3,4 +%% +%% +\documentclass[headinclude,footinclude,twoside,parskip=full,pagesize]{screxa} +\pagestyle{empty} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\paperheight=11cm\areaset{\textwidth}{10cm} +\usepackage{blindtext} +%StartShownPreambleCommands +\documentclass{twoside,parskip=full,pagesize} +\usepackage{scrlayer-scrpage} +\addtolength\headheight{\normalbaselineskip} +\renewcommand\sectionmark[1]{\markboth{#1}{}} +\renewcommand\subsectionmark[1]{\markright{#1}} +\ohead{\leftmark\\\rightmark} +%StopShownPreambleCommands +\begin{document} +\section{Einführung} \blindtext\newpage +\subsection{Seitenstil \texttt{scrheadings}}\blindtext\newpage +\section{Mittlerer Abschnitt}\blindtext\newpage +\subsection{Letzter Abschnitt}\blindtext +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-8.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-8.ltx2 new file mode 100644 index 00000000000..9193545ea96 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-8.ltx2 @@ -0,0 +1,75 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-8 auf Seite 123. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[parskip=half,pagesize]{screxabook} +\pagestyle{empty} +\setlength\parindent{0pt} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\usepackage{geometry,blindtext,xcolor} +\geometry{paperheight=239mm,paperwidth=169mm,tmargin=5mm,textwidth=124mm,textheight=195mm, + rmargin=22mm,heightrounded,includeheadfoot,headheight=5mm,headsep=8mm,foot=18mm, + marginparsep=2mm,marginparwidth=18mm} +\makeatletter +\newcommand\s@pt{\hspace{6pt}} +\newcommand\chaptertext{K\s@pt a\s@pt p\s@pt i\s@pt t\s@pt e\s@pt l} +\DeclareRobustCommand\headingfont{\sffamily\bfseries} +\renewcommand\@makechapterhead[1]{\begingroup + \flushright + {\topskip\z@\null} + \headingfont\mdseries + \fontsize{14.4}{5.5pc minus .5pc}\selectfont + \textbf{\chaptertext} + \fontsize{36}{\f@baselineskip}\selectfont\ \thechapter\kern-2pt + \par + \fontsize{28}{24pt}\selectfont + \begin{minipage}{\linewidth}\flushright + \rule{0pt}{5pc}\normalfont\headingfont #1 + \end{minipage}% + \null + \par\endgroup + \rule{0pt}{7.5pc}\par} +\setcounter{chapter}{4} +\newlength\fullwidth +\setlength\fullwidth{\paperwidth}\addtolength\fullwidth{-1in} +\addtolength\fullwidth{-\oddsidemargin}% für die Kopflinie +%StartShownPreambleCommands +\documentclass[parskip=half,pagesize]{scrbook} +\usepackage[ilines]{scrlayer-scrpage} \clearscrheadfoot{} +\setheadwidth[\marginparsep]{textwithmarginpar} +\lehead[\clearscrheadfoot]{\mbox{\headingfont\smash{% + \setlength\fboxsep{0pt}\raisebox{-2pt}{\colorbox{black!80}{\makebox[22mm]{\hfill% + \ifnum\value{chapter}>0 + \textcolor{white}{\fontsize{18}{19}\selectfont\thechapter}~\fi% + \rule[-2.85pt]{2mm}{12mm}}}}}\quad\small\leftmark}} +\rohead[\clearscrheadfoot]{\small\headingfont\rightmark\quad\makebox[22mm]{}} +\lefoot[\clearscrheadfoot]{\small\headingfont\llap{\thepage~\rule[-13mm]{.6pt}{18mm} + \hspace{1mm}}} \rofoot[\clearscrheadfoot]{\small\headingfont~ + \hfill \rlap{\hspace{1mm}\rule[-13mm]{.6pt}{18mm}\ \thepage}} +\setheadsepline[\fullwidth]{0.8pt} \renewcommand\chaptermark[1]{\markboth{#1}{}} +\renewcommand\sectionmark[1]{% + \markright{\ifnum\c@secnumdepth>\@ne \thesection\quad #1\fi}} +\makeatother +%StopShownPreambleCommands +\begin{document} +\chapter{Textformatierungen}\section{Seitenstil}\blindtext\par\blindtext\newpage +\section{baz} \blindtext[2]\par\blindtext\newpage +\section{foobar}\blindtext[2]\par\blindtext\newpage \blindtext[2] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-02-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-9.ltx new file mode 100644 index 00000000000..8f438d1466b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-02-9.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-02-9 auf Seite 124. +%% +%% Copyright (C) 2016 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[headinclude,footinclude,parskip=full,pagesize]{screxa} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\paperheight=9cm\areaset{\textwidth}{7cm} +\usepackage{blindtext,xcolor} +%StartShownPreambleCommands +\documentclass[parskip=full,pagesize]{scrartcl} +\usepackage[ilines,footsepline,footbotline]{scrlayer-scrpage} +\clearscrheadfoot{} +\ifoot{KOMA-Script} +\ofoot{\pagemark} +\setkomafont{pagenumber}{\Large\bfseries\color{red}} +\setfootbotline{2pt} +\setfootsepline[text]{.4pt} +\setfootwidth[0pt]{textwithmarginpar} +%StopShownPreambleCommands +\begin{document} +\blindtext[2] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-1.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-1.ltx2 new file mode 100644 index 00000000000..f65dde3fedf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-1.ltx2 @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-1 auf Seite 129. +%% +%% Copyright (C) 2016 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,3 +%% +%% +\documentclass[ngerman,paper=a5,DIV=15,pagesize]{screxabook} +\pagestyle{empty} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\setcounter{page}{1} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\documentclass[ngerman,paper=a5,DIV=15,pagesize]{scrbook} +\usepackage{textdemo} +%StopShownPreambleCommands +\begin{document} +\part{Höchste Ebene} +\chapter{Kapitel} \textDemo +\section{Ãœberschriftsebene 1} \textDemo +\subsection{Ãœberschriftsebene 2} \textDemo +\subsubsection{Ãœberschriftsebene 3}\textDemo +\paragraph{Ãœberschriftsebene 4} \textDemo +\subparagraph{Ãœberschriftsebene 5} \textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-10.ltx new file mode 100644 index 00000000000..972c20e74b7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-10.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-10 auf Seite 138. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{textdemo} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{titlesec} +%StopShownPreambleCommands +\begin{document} +\titleformat{\section}{\titlerule\medskip\normalfont\bfseries\Large}% + {\sffamily\thesection.}{1em}{}[\titlerule] +\section{Ãœberschrift mit section, die sehr lang ist und daher + einen Zeilenumbruch zur Folge hat} +\textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-11.ltx new file mode 100644 index 00000000000..0cb2c00ad37 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-11.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-11 auf Seite 138. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{textdemo} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{titlesec} +\titleformat{\section}% + [drop]% + {\normalfont\bfseries\slshape\filright}% + {\thesection.}% + {1em}{} +\titlespacing{\section}{12pc}{1.5ex plus .1ex minus .2ex}{1pc} +%StopShownPreambleCommands +\begin{document} +\section{Ãœberschrift mit section, die sehr lang ist und daher + einen Zeilenumbruch zur Folge hat} +\textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-12.ltx new file mode 100644 index 00000000000..d3c6435ffb2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-12.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-12 auf Seite 139. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=12cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{textdemo} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{titlesec} +\titleformat{\section}% + {\titlerule*{.}\medskip\normalfont\scshape\Large}% + {\sffamily\thesection.}% + {1em}% + {}[\normalfont\normalsize\titlerule*{--}] +%StopShownPreambleCommands +\begin{document} +\section{Ãœberschrift mit section, die sehr lang ist und daher + einen Zeilenumbruch zur Folge hat} +\textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-13.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-13.ltx2 new file mode 100644 index 00000000000..8a29cfcbd31 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-13.ltx2 @@ -0,0 +1,75 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-13 auf Seite 140. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[ngerman,a6paper,margin=5mm]{exaarticle} +\pagestyle{empty} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +\usepackage{titlesec,geometry} +\titleformat{\part}{\normalfont\LARGE\bfseries}{\arabic{part}. Teil}{1em}{} +\titlespacing{\part}{0pt}{-3.5ex plus -1ex minus -.2ex}{2.3ex plus.2ex} +\titleclass{\subsubsubsection}{straight}[\subsubsection] +\titleformat{\subsubsubsection}{\normalfont\normalsize\bfseries}% + {\alph{subsubsubsection})}{1em}{} +\titlespacing{\subsubsubsection}{0pt}{-3.25ex plus -1ex minus -.2ex}{1.5ex plus .2ex} +\titleformat{\paragraph}{\normalfont\normalsize\bfseries}% + {\alph{subsubsubsection}\alph{paragraph})}{1em}{} +\titlespacing{\paragraph}{0pt}{-3.25ex plus-1ex minus-.2ex}{1.25ex plus .1ex} +\titleformat{\subparagraph}{\normalfont\normalsize\bfseries}{(\arabic{subparagraph})}{1em}{} +\titlespacing{\subparagraph}{0pt}{-3.25ex plus-1ex minus-.2ex}{1.25ex plus .1ex} +\titleclass{\subsubparagraph}{straight}[\subparagraph] +\titleformat{\subsubparagraph}{\normalfont\normalsize\bfseries}% + {(\alph{subsubparagraph})}{1em}{} +\titlespacing{\subsubparagraph}{0pt}{-3.25ex plus-1ex minus-.2ex}{1.25ex plus .1ex} +\makeatletter +\newcounter{subsubsubsection}[subsubsection] \newcounter{subsubparagraph}[subparagraph] +\@addtoreset{section}{part} +\@addtoreset{paragraph}{subsubsubsection} +\renewcommand\thepart {\arabic{part}. Teil}% 1. Teil +\renewcommand\thesection {§ \arabic{part}\ \Alph{section}.}% § 1 A. +\renewcommand\thesubsection {\Roman{subsection}.}% I. +\renewcommand\thesubsubsection {\arabic{subsubsection}.}% 1. +\renewcommand\thesubsubsubsection{\alph{subsubsubsection})}% a) +\renewcommand\theparagraph {\alph{subsubsubsection}\alph{paragraph})}% aa) +\renewcommand\thesubparagraph {(\arabic{subparagraph})}% (1) +\renewcommand\thesubsubparagraph {(\alph{subsubparagraph})}% (a) +\setcounter{secnumdepth}{8} \setcounter{tocdepth}{8} +\renewcommand*\l@section{\@dottedtocline{1}{1em}{2em}}% kein Abstand links +\renewcommand*\l@subsection{\@dottedtocline{2}{2.5em}{2em}} +\renewcommand*\l@subsubsection{\@dottedtocline{3}{3em}{2em}} +\newcommand*\l@subsubsubsection{\@dottedtocline{4}{3.5em}{2em}} +\renewcommand*\l@paragraph{\@dottedtocline{5}{4em}{2em}} +\renewcommand*\l@subparagraph{\@dottedtocline{6}{4.5em}{2em}} +\newcommand*\l@subsubparagraph{\@dottedtocline{7}{5em}{2em}} +%StartShownPreambleCommands +\usepackage{titlesec} +%StopShownPreambleCommands +\begin{document} +\tableofcontents \newpage \part{Die Oberste Ebene} +\section{Ãœberschrift mit section} \section{Noch eine} +\subsection{Ãœberschrift mit subsection}\subsection{Noch eine} +\subsubsection{Ãœberschrift mit subsubsection}\subsubsection{Noch eine} +\subsubsubsection{Ãœberschrift mit subsubsubsection} +\paragraph{Ãœberschrift mit paragraph} \paragraph{Noch einer} +\subparagraph{Ãœberschrift mit subparagraph}\subparagraph{Noch einer} +\subsubparagraph{Ãœberschrift mit subsubparagraph}\subsubparagraph{Noch einer} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-2.ltx2 new file mode 100644 index 00000000000..3063a18caa1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-2.ltx2 @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-2 auf Seite 130. +%% +%% Copyright (C) 2016 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[ngerman,paper=a5,DIV=15,pagesize]{screxa} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\setcounter{page}{1} +\setlength\parindent{0pt} +\setlength\textwidth{2\textwidth} +%StartShownPreambleCommands +\documentclass[ngerman,paper=a5,DIV=15, + pagesize]{scrartcl} +\usepackage{textdemo} +%StopShownPreambleCommands +\begin{document} +\part{Höchste Ebene} +\section{Ãœberschriftsebene 1} \textDemo +\subsection{Ãœberschriftsebene 2} \textDemo +\subsubsection{Ãœberschriftsebene 3}\textDemo +\paragraph{Ãœberschriftsebene 4} \textDemo +\subparagraph{Ãœberschriftsebene 5} \textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-3.ltx new file mode 100644 index 00000000000..d572bc6b244 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-3.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-3 auf Seite 130. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\setcounter{page}{1} +\setlength\parindent{0pt} +%StartShownPreambleCommands +%\documentclass[ngerman]{scrartcl} +\setcounter{secnumdepth}{5} +%StopShownPreambleCommands +\begin{document} +\section{Abschnitt} +\subsection{Ãœberschriftsebene 2} +\subsubsection{Ãœberschriftsebene 3} +\paragraph{Ãœberschriftsebene 4} +\subparagraph{Ãœberschriftsebene 5} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-4.ltx new file mode 100644 index 00000000000..1f1d9a4b51d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-4.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-4 auf Seite 132. +%% +%% Copyright (C) 2016 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[ngerman]{screxabook} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\documentclass[ngerman]{scrbook} +\RedeclareSectionCommand[ + style =section, + indent=0pt, + font =\large\bfseries, + beforeskip=-2ex plus -0.5ex minus -0.2ex, + afterskip = 2ex plus 0.2ex]{chapter} +%StopShownPreambleCommands +\begin{document} +\chapter{Kapitelüberschrift als Abschnitt} +\section{Abschnitt} +\subsection{Ãœberschriftsebene 2} +\subsubsection{Ãœberschriftsebene 3} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-5.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-5.ltx2 new file mode 100644 index 00000000000..b4ea2438697 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-5.ltx2 @@ -0,0 +1,90 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-5 auf Seite 134. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[ngerman,paper=a6,DIV=15,pagesize,numbers=noenddot]{screxareport} +\pagestyle{empty} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +\RedeclareSectionCommand + [style=section, + beforeskip=-3.5ex plus -1ex minus -.2ex, afterskip=2.3ex plus.2ex, + font=\normalfont\LARGE\bfseries, indent=0pt, tocindent=0pt, tocnumwidth=2.5em]{chapter} + +\RedeclareSectionCommand[counterwithin=chapter,tocindent=1em,tocnumwidth=2.5em]{section} +\RedeclareSectionCommand[tocindent=2em,tocnumwidth=1.5em]{subsection} +\RedeclareSectionCommand[tocindent=3em,tocnumwidth=1.25em]{subsubsection} + +\DeclareSectionCommand + [level=4,style=section, + beforeskip=-3.25ex plus -1ex minus -.2ex, afterskip=1.5ex plus .2ex, + font=\normalfont\normalsize\bfseries, counterwithin=subsubsection, + indent=0pt,tocindent=4em, tocnumwidth=1.5em]{subsubsubsection} + +\RedeclareSectionCommand + [level=5, + beforeskip=-3.25ex plus-1ex minus-.2ex, afterskip=1.25ex plus .1ex, + font=\normalfont\normalsize\bfseries, indent=0pt,tocindent=5em, + tocnumwidth=2em, + counterwithin=subsection]{paragraph} + +\RedeclareSectionCommand + [level=6, + beforeskip=-3.25ex plus-1ex minus-.2ex, afterskip=1.25ex plus .1ex, + font=\normalfont\normalsize\bfseries, indent=0pt,tocindent=6em, + tocnumwidth=1.75em, + counterwithin=paragraph]{subparagraph} + +\DeclareSectionCommand + [level=7, style=section, + beforeskip=-3.25ex plus-1ex minus-.2ex, afterskip=1.25ex plus .1ex, + font=\normalfont\normalsize\bfseries, counterwithin=subparagraph, + indent=0pt, tocindent=7em, tocnumwidth=1.75em]{subsubparagraph} + +\setcounter{secnumdepth}{7} +\setcounter{tocdepth}{7} +\renewcommand\thechapter {\arabic{chapter}. Teil}% 1. +\renewcommand\thesection {§ \arabic{chapter}\ \Alph{section}.}% § 1 A. +\renewcommand\thesubsection {\Roman{subsection}.}% I. +\renewcommand\thesubsubsection {\arabic{subsubsection}.}% 1. +\renewcommand\thesubsubsubsection{\alph{subsubsubsection})}% a) +\renewcommand\theparagraph {\alph{subsubsubsection}\alph{paragraph})}%aa) +\renewcommand\thesubparagraph {(\arabic{subparagraph})}% (1) +\renewcommand\thesubsubparagraph {(\alph{subsubparagraph})}% (a) +\makeatletter +\let\chaptermark\@gobble % Damit keine doppelte Ausgabe erfolgt +\let\subsubsubsectionmark\@gobble % " +\let\subsubparagraphmark\@gobble % " +\makeatother +%StartShownPreambleCommands +\documentclass[ngerman,paper=a6,DIV=15,pagesize]{scrreprt} +%StopShownPreambleCommands +\begin{document} +\tableofcontents \newpage +\chapter{Die Oberste Ebene} +\section{Ãœberschrift mit section} \section{Noch eine} +\subsection{Ãœberschrift mit subsection}\subsection{Noch eine} +\subsubsection{Ãœberschrift mit subsubsection}\subsubsection{Noch eine} +\subsubsubsection{Ãœberschrift mit subsubsubsection} +\paragraph{Ãœberschrift mit paragraph} \paragraph{Noch einer} +\subparagraph{Ãœberschrift mit subparagraph}\subparagraph{Noch einer} +\subsubparagraph{Ãœberschrift mit subsubparagraph}\subsubparagraph{Noch einer} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-6.ltx new file mode 100644 index 00000000000..a0a0161eb7a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-6.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-6 auf Seite 135. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[bf,sl,big,center]{titlesec} \usepackage{textdemo} +%StopShownPreambleCommands +\begin{document} +\section{Ãœberschrift mit section} \subsection{Eine tiefere Ebene} \textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-7.ltx new file mode 100644 index 00000000000..193a37d1b25 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-7.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-7 auf Seite 136. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[bf,sl,big,compact]{titlesec} \usepackage{textdemo,xcolor} +\titlelabel{\colorbox{red}{\color{white}\thetitle.}\quad} +%StopShownPreambleCommands +\begin{document} +\section{Ãœberschrift mit section} \subsection{Ãœberschrift mit subsection} +\textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-8.ltx new file mode 100644 index 00000000000..fffc27b2ad4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-8.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-8 auf Seite 136. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{textdemo} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[raggedleft]{titlesec} +\titlelabel{\thetitle.\quad} +\titleformat*{\section}{\scshape\bfseries\huge} +\titleformat*{\subsection}{\bfseries\Large} +%StopShownPreambleCommands +\begin{document} +\section{Ãœberschrift mit section} \subsection{Ãœberschrift mit subsection} +\textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-03-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-9.ltx new file mode 100644 index 00000000000..d714e611418 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-03-9.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-03-9 auf Seite 137. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{textdemo} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{titlesec} +\titleformat + {\section}% die Ebene + [frame]% der Typ + {\normalfont}% Format + {\footnotesize\enspace Abschnitt \thesection\enspace}% Nummerierung + {8pt}% Abstand zum Text + {\Large\bfseries}% Code vorher +%StopShownPreambleCommands +\begin{document} +\section{Ãœberschrift mit section, die sehr lang ist und daher + einen Zeilenumbruch zur Folge hat} +\textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-1.ltx new file mode 100644 index 00000000000..1061d09b944 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-1.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-1 auf Seite 140. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\usepackage{babel} +\usepackage[textwidth=5.5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Ãœblicherweise setzt \LaTeX{} jeden +Text im so genannten Blocksatz, +also links- und rechtsseitig bündig +mit dem jeweiligen Rand. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-10.ltx new file mode 100644 index 00000000000..42310d8fd1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-10.ltx @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-10 auf Seite 144. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=10cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{url} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Der Berliner Tagesspiegel berichtete am 16.\,August zum Thema Aufschwung. +\begin{quotation} +Das Bruttoinlandsprodukt ist im Vergleich zum Vorquartal nur um 0,1 Prozent gestiegen. +Auch das Ergebnis für das erste Vierteljahr 2011 wurde nach unten korrigiert.\\ +~\hfill{\footnotesize\url{http://www.tagesspiegel.de}} +\end{quotation} +Weiteres lässt sich in der Printausgabe nachlesen. In der Onlineausgabe +finden wir auch noch einen Bericht zum Problem des Euros +\begin{quote} +Noch einmal am Anfang des Schulden-Tohuwabohus zu stehen, wäre erlösend. Griechenland +wäre kein Euroland und die Kontrolle der Maastricht-Kriterien besser organisiert. +~\hfill{\footnotesize\url{http://www.tagesspiegel.de}} +\end{quote} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-11.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-11.xltx new file mode 100644 index 00000000000..096690553be --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-11.xltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-11 auf Seite 145. +%% +%% Copyright (C) 2016 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} +\usepackage[textwidth=10cm]{geometry}\parindent=0pt +%StartShownPreambleCommands +\usepackage{fontspec}% Ein XeTeX Dokument +\usepackage[ngerman]{babel} +\renewenvironment{quote} + {\list{}{\leftmargin=2cm \rightmargin=\leftmargin}\item\relax} + {\endlist} +\newenvironment{Quote}% mit automatischen «...» + {\list{}{\leftmargin=3cm \rightmargin=0.5cm}\item[]«\ignorespaces} + {»\endlist} +%StopShownPreambleCommands +\begin{document} +Der Berliner Tagesspiegel berichtete am 16.\,August zum Thema Aufschwung. +\begin{quote} +Das Bruttoinlandsprodukt ist im Vergleich zum Vorquartal nur um 0,1 Prozent gestiegen. +Auch das Ergebnis für das erste Vierteljahr 2011 wurde nach unten korrigiert. +\end{quote} +Weiteres lässt sich in der Printausgabe nachlesen. In der Onlineausgabe +finden wir auch noch einen Bericht zum Problem des Euros +\begin{Quote} +Noch einmal am Anfang des Schulden"=Tohuwabohus zu stehen, wäre erlösend. Griechenland +wäre kein Euroland und die Kontrolle der Maastricht-Kriterien besser organisiert. +\end{Quote} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-12.ltx new file mode 100644 index 00000000000..634c6c443fc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-12.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-12 auf Seite 146. +%% +%% Copyright (C) 2016 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[ngerman,twocolumn]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[textwidth=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\subsection*{Warum} +\begin{verse} +Es gibt Tage \\Da kann ich sie erklären\\ Die Frage \\ +Warum? \\Ãœberzeugend und klar \\ Doch es gibt Tage \\ +Da frage ich selber\\ Warum? \\ Und die einzige Antwort\\ +Die ich dann habe \\ Sind die anderen Tage \\ {\scriptsize 1995} +\end{verse} \newpage +\subsection*{Resignation und Entschlossenheit} +\begin{verse} +Do you know what you've done?\\ Do you know that I'm gone?\\ +I didn't stand their pressure\\ That's not my way to measure\\ +For all I want to thank you\\ But I'm sure about what I'll do\\ +Bye bye forever\\ We don't see never +\end{verse} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-13.ltx new file mode 100644 index 00000000000..12b1bc77b92 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-13.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-13 auf Seite 147. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{shapepar,graphicx,blindtext} \setlength\unitlength{1cm} +%StopShownPreambleCommands +\begin{document} +\cutout{r}(-1cm,2\baselineskip)\setlength\cutoutsep{6pt}% + \shapepar[17mm]{\circleshape}% +\begin{picture}(0,0)% + \put(0.75,-1.75){\makebox[0pt]{\includegraphics[width=2.5cm]{tiger}}} +\end{picture}\par +\blindtext +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-14.ltx new file mode 100644 index 00000000000..b12b77d9d03 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-14.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-14 auf Seite 147. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{shapepar,blindtext} +%StopShownPreambleCommands +\begin{document} +\heartpar{\blindtext} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-2.ltx new file mode 100644 index 00000000000..2edb5ed7ed7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-2.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-2 auf Seite 141. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\usepackage{babel} +\usepackage[textwidth=5.5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Text davor +\begin{center} +Ãœblicherweise setzt \LaTeX{} jeden +Text im Blocksatz, also links- und +rechtsseitig bündig mit dem Rand, es +sei denn, man setzt den Text in +eine Umgebung \texttt{center}. +\end{center} +und Text danach +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-3.ltx new file mode 100644 index 00000000000..e3bcab12a1c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-3.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-3 auf Seite 141. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\usepackage{babel} +\usepackage[textwidth=5.5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Text davor\par +{\centering +Ãœblicherweise setzt \LaTeX{} jeden +Text im Blocksatz, also links- und +rechtsseitig bündig mit dem Rand, es +sei denn, man zentriert den Text mit +\texttt{\textbackslash centering}.\par} +und Text danach +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-4.ltx new file mode 100644 index 00000000000..728f6d6f47c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-4.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-4 auf Seite 142. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=5.5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength\parindent{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Text davor +\begin{flushleft} +Ãœblicherweise setzt \LaTeX{} jeden Text im +Blocksatz, also links- und rechtsseitig +bündig mit dem Rand, es sei denn, man setzt +den Text in eine Umgebung \texttt{flushleft}. +\end{flushleft} +und Text danach +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-5.ltx new file mode 100644 index 00000000000..ac502d7d2b2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-5.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-5 auf Seite 142. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\usepackage{babel} +\usepackage[textwidth=5.5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Text davor\par +{\raggedright +Ãœblicherweise setzt \LaTeX{} jeden Text im +Blocksatz, also links- und rechtsseitig +bündig mit dem Rand, es sei denn, man setzt +den Text mit \texttt{\textbackslash +raggedright}.\par} +und Text danach +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-6.ltx new file mode 100644 index 00000000000..c05bafb7f23 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-6.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-6 auf Seite 142. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=5.5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength\parindent{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Text davor +\begin{flushright} +Ãœblicherweise setzt \LaTeX{} jeden Text im +Blocksatz, also links- und rechtsseitig +bündig mit dem Rand, es sei denn, man setzt +den Text in eine Umgebung \texttt{flushright}. +\end{flushright} +und Text danach +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-7.ltx new file mode 100644 index 00000000000..43b41a4f329 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-7.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-7 auf Seite 142. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\usepackage{babel} +\usepackage[textwidth=5.5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Text davor\par +{\raggedleft +Ãœblicherweise setzt \LaTeX{} jeden Text im +Blocksatz, also links- und rechtsseitig +bündig mit dem Rand, es sei denn, man +setzt den Text mit \texttt{\textbackslash +raggedleft}. \par} +und Text danach +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-8.ltx new file mode 100644 index 00000000000..08c9df28f1a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-8.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-8 auf Seite 143. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=5.5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength\parindent{0em} +%StartShownPreambleCommands +\usepackage{ragged2e} +%StopShownPreambleCommands +\begin{document} +Text davor +\begin{FlushLeft} +Ãœblicherweise setzt \LaTeX{} jeden Text im +Blocksatz, also links- und rechtsseitig +bündig mit dem Rand, es sei denn, man setzt +den Text in eine Umgebung \texttt{FlushLeft}. +\end{FlushLeft} +und Text danach +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-04-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-9.ltx new file mode 100644 index 00000000000..498b0c67ce2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-04-9.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-04-9 auf Seite 144. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\setlength\parindent{0pt} +\usepackage{babel} +\usepackage[textwidth=5.5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[newcommands]{ragged2e} +%StopShownPreambleCommands +\begin{document} +Text davor\par {\raggedright Ãœblicherweise +setzt \LaTeX{} jeden Text im Blocksatz, also +links- und rechtsseitig bündig mit dem Rand, +es sei denn, man setzt den Text mit dem Befehl +\texttt{\textbackslash raggedright}.\par} +und Text danach +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-05-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-05-1.ltx new file mode 100644 index 00000000000..5998f152af5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-05-1.ltx @@ -0,0 +1,53 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-05-1 auf Seite 149. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{microtype,xcolor} +%StopShownPreambleCommands +\begin{document} +{\fontfamily{jkp}\fontseries{bx}\selectfont +Extrem Fette Schrift}\\ +{\fontfamily{jkp}\fontseries{b}\selectfont +Fette Schrift}\\ +{\fontfamily{jkpx}\fontseries{sb}\selectfont +Halbfette Schrift}\\ +\textbf{Fette Schrift}\\ +\textls[300]{Gesperrte Schrift}\\% microtype +\emph{Hervorgehobene \emph{Schrift} -- Italic}\par +\textit{kursive Schrift -- Italic} \par +\textsl{Geneigte Schrift -- Slanted} \par +\underline{Unterstrichene Schrift} \par +\textsc{Schrift mit Kapitälchen} \par +\MakeUppercase{Schrift mit Versalien}\par +\textcolor{red}{Farbige Schrift} \par +\colorbox{cyan}{Farbiger Hintergrund}\par +\colorbox{blue}{\color{white}Vorder- + und Hintergrund}\par +\textsf{Abweichende Schriftart} \par +{\font\calligra=callig15 \calligra% +Ungewöhnliche Schriftart} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-05-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-05-2.ltx new file mode 100644 index 00000000000..16e738d278f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-05-2.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-05-2 auf Seite 149. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{xcolor,soul} +\sethlcolor{red} +%StopShownPreambleCommands +\begin{document} +\so{Sperren von Text} \par +\caps{Auszeichnen mit Kapit\"alchen}\par +\st{Durchstreichen von langem Text \"uber + die Zeilengrenze hinweg.} \par +\hl{Farbliche Auszeichnung \"uber diese + Zeilengrenze hinweg.} \par +\ul{Unterstreichen von Text, der ziemlich +lang sein und trotzdem auch einen +Zeilenumbruch aufweisen kann.} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-06-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-06-1.ltx new file mode 100644 index 00000000000..676bd05ea36 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-06-1.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-06-1 auf Seite 150. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Text\textsuperscript{hochgestellt}. +The 2\textsuperscript{nd} floor.\par +Text\textsubscript{tiefgestellt}. +H\textsubscript{2}O +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-07-1.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-1.ltx2crop new file mode 100644 index 00000000000..9cb89c57b6e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-1.ltx2crop @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-07-1 auf Seite 151. +%% +%% Copyright (C) 2016 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[ngerman,parskip=half,paper=a7,DIV=13,pagesize]{screxa} +\pagestyle{empty} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Heute gewann Deutschland eine +Goldmedaille\footnote{Robert Harting, +wie erwartet im Diskus}, sowie eine +Silbermedaille\footnote{Martina +Strutz, unerwarteterweise im +Stabhochsprung} und eine +Bronzemedaille\footnote{Jennifer +Oeser im Siebenkampf, obwohl es +gestern im Zwischenstand ziemlich +schlecht für sie aussah, sodass +sie sich schon unter "`ferner +liefen"' sah.}. + +Fußnotentexte\footnote[11]{Jetzt mit +einer eigenen Nummer, warum auch +immer.} werden in der Schriftgröße +\verb|\footnotesize| +gesetzt.\footnote{Die letzte \ldots} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-07-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-10.ltx new file mode 100644 index 00000000000..7a44e9ffbb2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-10.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-07-10 auf Seite 157. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype}\sloppy +\setlength{\parindent}{0em} +\usepackage[paperheight=5.5cm,paperwidth=8cm]{geometry} +%StartShownPreambleCommands +\usepackage{footmisc} +%StopShownPreambleCommands +\begin{document} +Heute gewann Deutschland eine Goldmedaille +durch Robert Harting% +\footnote{Berlin\label{Berlin}}, +sowie eine Silbermedaille% +\footnote{Unbestätigt} durch +Martina Strutz\footref{Berlin} +und auch noch eine Bronzemedaille durch +Jennifer Oeser\footref{Berlin}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-07-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-2.ltx2 new file mode 100644 index 00000000000..46bb9fd76cd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-2.ltx2 @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-07-2 auf Seite 151. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[ngerman,parskip=half,paper=a7,DIV=13,pagesize]{screxa} +\pagestyle{empty} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{blindtext} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Heute gewann Deutschland eine Goldmedaille\footnote{Robert Harting, wie erwartet im +Diskus}, sowie eine Silbermedaille\footnote{Martina Strutz, unerwarteterweise +im Stabhochsprung} und eine Bronzemedaille\footnote{Jennifer Oeser im Siebenkampf, +obwohl es gestern im Zwischenstand ziemlich schlecht für sie aussah, sodass sie sich +schon unter "`ferner liefen"' sah.}. \par +Fußnotentexte\footnote[11]{Jetzt mit einer eigenen Nummer, warum auch immer.} werden +in der Schriftgröße \verb|\footnotesize| gesetzt.\footnote{\blindtext} \blindtext +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-07-3.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-3.ltx2crop new file mode 100644 index 00000000000..c7880e16674 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-3.ltx2crop @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-07-3 auf Seite 152. +%% +%% Copyright (C) 2016 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[ngerman,parskip=half,paper=a6,DIV=13,pagesize]{screxa} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength\textheight{7cm} +%StartShownPreambleCommands +\deffootnote[0.8em]{0pt}{0pt}{% + \makebox[0.8em][l]{% + \textsuperscript{\thefootnotemark}}} +%StopShownPreambleCommands +\begin{document} +Heute gewann Deutschland eine Goldmedaille% +\footnote{Robert Harting, wie erwartet im +Diskus}, sowie eine Silbermedaille% +\footnote{Martina Strutz, unerwarteterweise +im Stabhochsprung} und eine Bronzemedaille% +\footnote{Jennifer Oeser im Siebenkampf, +obwohl es gestern im Zwischenstand ziemlich +schlecht für sie aussah, sodass sie sich +schon unter "`ferner liefen"' sah.}. + +Fußnotentexte\footnote[11]{Jetzt mit einer +eigenen Nummer, warum auch immer.} werden +in der Schriftgröße \verb|\footnotesize| +gesetzt.\footnote{Die letzte \ldots} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-07-4.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-4.ltx2 new file mode 100644 index 00000000000..adac1efed3a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-4.ltx2 @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-07-4 auf Seite 153. +%% +%% Copyright (C) 2016 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[ngerman,parskip=half,paper=a7,DIV=15,pagesize]{screxa} +\pagestyle{empty} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage[hang]{footmisc} +\renewcommand\footnotemargin{0.8em} +%StopShownPreambleCommands +\begin{document} +Heute gewann Deutschland eine +Goldmedaille\footnote{Robert Harting, +wie erwartet im Diskus}, sowie eine +Silbermedaille\footnote{Martina Strutz, +unerwarteterweise im Stabhochsprung} +und eine Bronzemedaille\footnote{Jennifer +Oeser im Siebenkampf, obwohl es gestern +im Zwischenstand ziemlich schlecht für +sie aussah, sodass sie sich schon +unter "`ferner liefen"' sah.}. + +Fußnotentexte\footnote[11]{Jetzt mit +einer eigenen Nummer, warum auch immer.} +werden in der Schriftgröße +\verb|\footnotesize| gesetzt.% +\footnote{Die letzte \ldots} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-07-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-5.ltx new file mode 100644 index 00000000000..056d15a8952 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-5.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-07-5 auf Seite 153. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength\parindent{0pt} +\usepackage[textwidth=6cm,textheight=4cm]{geometry} +%StartShownPreambleCommands +\usepackage[para]{footmisc} +\usepackage{pifont} +\renewcommand\thefootnote{\ding{% + \numexpr\value{footnote}+40\relax}} +%StopShownPreambleCommands +\begin{document} +foo\footnote{bar}foo\footnote{bar} +foo\footnote{bar}foo\footnote{bar} +foo\footnote{bar}foo\footnote{bar} +foo\footnote{bar}foo\footnote{bar} +foo\footnote{bar}foo\footnote{bar} +foo\footnote{bar}foo\footnote{bar} +foo\footnote{bar}foo\footnote{bar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-07-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-6.ltx new file mode 100644 index 00000000000..8372a0d752d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-6.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-07-6 auf Seite 154. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength\parindent{0pt} +\usepackage[textwidth=6cm,textheight=4cm]{geometry} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{} l l @{}}\hline +\emph{foo}\footnotemark[1] & + \emph{bar}\footnotemark[2]\\\hline +foobar & foobaz\\\hline +\end{tabular} +\footnotetext[1]{Ein Kunstwort} +\footnotetext[2]{Und noch ein Kunstwort} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-07-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-7.ltx new file mode 100644 index 00000000000..5d0c4ad1e93 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-7.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-07-7 auf Seite 154. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength\parindent{0pt} +\usepackage[textwidth=6cm,textheight=4cm]{geometry} +%StartShownPreambleCommands +\setcounter{footnote}{7}% nur Demo +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{} l l @{}}\hline +\emph{foo}\footnotemark & + \emph{bar}\footnotemark\\\hline +foobar & foobaz\\\hline +\end{tabular} +\addtocounter{footnote}{-1} +\footnotetext{Ein Kunstwort} +\stepcounter{footnote} +\footnotetext{Und noch ein Kunstwort} + +Normaler Text\footnote{Normale Fußnote} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-07-8.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-8.ltx2 new file mode 100644 index 00000000000..80b8b18fd4c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-8.ltx2 @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-07-8 auf Seite 155. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[parskip=half,paper=a7,DIV=15,pagesize]{screxa} +\pagestyle{empty} +\setlength\paperheight{9cm}\setlength\textheight{8cm} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\setcounter{footnote}{7}% nur Demo +%StopShownPreambleCommands +\begin{document} +\begin{table}[!htb]\centering +\caption{Fußnote in einer Gleitumgebung} +\begin{tabular}{@{} l l @{}}\hline +\emph{foo} & \emph{bar}\\\hline foobar & foobaz\\\hline +\end{tabular}\par \smallskip \small Quelle: foo\footnotemark +\end{table} + +\footnotetext{Ein Kunstwort}% muss irgendwo auf der Seite erscheinen +Normaler Text\footnote{Normale Fußnote} \clearpage + +\begin{table}[!htb]\centering +\caption{Fußnote in einer Gleitumgebung} +\begin{minipage}{\linewidth}\centering +\begin{tabular}{@{} l l @{}}\hline +\emph{foo} & \emph{bar}\\\hline foobar & foobaz\\\hline +\end{tabular}\par\smallskip \small Quelle: foo\footnote{Ein Kunstwort} +\end{minipage} +\end{table} +Normaler Text\footnote{Normale Fußnote} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-07-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-9.ltx new file mode 100644 index 00000000000..25cfa17ccd6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-07-9.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-07-9 auf Seite 156. +%% +%% Copyright (C) 2016 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[ngerman,12pt]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength\parindent{0pt} +\usepackage[a6paper,lmargin=10mm,rmargin=3cm,marginpar=2.5cm]{geometry} +%StartShownPreambleCommands +\usepackage[newcommands]{ragged2e} +\usepackage[side,ragged]{footmisc} +\renewcommand\footnotemargin{0.8em} +%StopShownPreambleCommands +\begin{document} +Heute gewann Deutschland eine Goldmedaille +durch Robert Harting\footnote{Im Diskus}, +sowie eine Silbermedaille durch die +Mecklenburgerin Martina Strutz% +\footnote{Im Stabhochsprung} +und auch noch eine Bronzemedaille durch +Jennifer Oeser\footnote{ im Siebenkampf}.\par +Fußnotentexte\footnote[11]{Elf} werden +in der Schriftgröße \verb|\footnotesize| +gesetzt. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-08-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-08-1.ltx new file mode 100644 index 00000000000..12a1c19bd81 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-08-1.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-08-1 auf Seite 158. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[paperwidth=13cm,marginpar=2.8cm,textwidth=7.5cm,textheight=5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Dies hier ist ein Blindtext\marginpar{Blindtext aus dem Paket \texttt{blindtext}} +zum Testen von Textausgaben. Wer diesen Text liest, ist selbst schuld. Der Text +gibt lediglich den Grauwert der Schrift an. Ist das wirklich so? Ist es +gleichgültig, ob ich \marginpar{Weiter Text} schreibe: "`Dies ist ein Blindtext"' +oder "`Huardest gefburn"'?. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-08-2.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/05-08-2.ltx2crop new file mode 100644 index 00000000000..0783e4306c7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-08-2.ltx2crop @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-08-2 auf Seite 159. +%% +%% Copyright (C) 2016 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) 2,3 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage[textwidth=7cm,marginpar=2cm]{geometry} +\setlength{\parindent}{0em} +\AtBeginDocument{\null\newpage} +%StartShownPreambleCommands +\usepackage{graphicx,pifont} +\newcommand\HandL{\huge\ding{43}} \newcommand\HandR{\huge\reflectbox{\ding{43}}} +\newcommand\MPar[1]{\marginpar[\raggedleft#1]{\raggedright#1}} +%StopShownPreambleCommands +\begin{document} +Dies hier ist ein Blindtext \marginpar[\raggedleft\HandL]{\HandR} zum Testen von +Textausgaben. Wer diesen Text liest, ist selbst schuld. Der Text gibt lediglich +den Grauwert der Schrift an. Ist das wirklich so? Ist es gleichgültig, ob ich +\MPar{\itshape Weiter Text} schreibe: "`Dies ist ein Blindtext"' oder +"`Huardest gefburn"'?. \newpage +Dies hier ist ein Blindtext \marginpar[\raggedleft\HandL]{\HandR} zum Testen von +Textausgaben. Wer diesen Text liest, ist selbst schuld. Der Text gibt lediglich +den Grauwert der Schrift an. Ist das wirklich so? Ist es gleichgültig, ob ich +\MPar{Weiter Text} schreibe: "`Dies ist ein Blindtext"' oder "`Huardest gefburn"'?. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-08-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-08-3.ltx new file mode 100644 index 00000000000..ca5e431947b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-08-3.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-08-3 auf Seite 159. +%% +%% Copyright (C) 2016 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[ngerman]{screxa} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[marginpar=2cm,textwidth=9cm,textheight=5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{marginnote} +%StopShownPreambleCommands +\begin{document} +Dies hier ist ein Blindtext\marginnote{Blindtext} zum Testen von Textausgaben. +Wer diesen Text liest, ist selbst schuld. Der Text gibt lediglich den Grauwert +der Schrift an. Ist das wirklich so?\marginnote{$\Leftarrow$}[-\baselineskip] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-09-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-1.ltx new file mode 100644 index 00000000000..ecd161c1e70 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-1.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-09-1 auf Seite 160. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\rule{\linewidth}{1pt}\makebox(0,0){\rule[-2cm]{1pt}{1cm}}\par +Möchte man eine (feste) Schriftart definieren, die direkt über \Lcs{<Name>} +angesprochen werden kann, so geht dies beispielsweise mit +\verb+\DeclareFixedFont{\RM}{T1}{ptm}{b}{n}{2cm}+. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-09-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-2.ltx new file mode 100644 index 00000000000..844ecaf3d0c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-2.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-09-2 auf Seite 160. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{sloppypar} +Möchte man eine (feste) Schriftart definieren, die direkt über \Lcs{<Name>} +angesprochen werden kann, so geht dies beispielsweise mit +\verb+\DeclareFixedFont{\RM}{T1}{ptm}{b}{n}{2cm}+. +\end{sloppypar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-09-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-3.ltx new file mode 100644 index 00000000000..0ba62458d63 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-3.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-09-3 auf Seite 160. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +Möchte man eine (feste) Schriftart definieren, die direkt über \Lcs{<Name>} +angesprochen werden kann, so geht dies beispielsweise mit\\ +\verb+\DeclareFixedFont{\RM}{T1}{ptm}{b}{n}{2cm}+. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-09-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-4.ltx new file mode 100644 index 00000000000..2ffc0e61608 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-4.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-09-4 auf Seite 161. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +[1] Eine Zeile mit Text\\\relax % sonst Fehler +[2] Eine Zeile mit Text\\*[2pt] % keine neue Seite +[3] Eine Zeile mit Text\\[5pt] +[4] Eine Zeile mit Text\\*\relax% sonst Fehler +[5] Eine Zeile mit Text\\[10pt] +[6] Eine Zeile mit Text +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-09-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-5.ltx new file mode 100644 index 00000000000..05c670fe6d5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-5.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-09-5 auf Seite 161. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{minipage}{6cm} +Dies hier ist ein Blindtext zum Testen von Textausgaben. Wer diesen Text liest, ist +selbst schuld. Der Text gibt lediglich den Grauwert der Schrift an. Ist das wirklich so? +\end{minipage}\quad\begin{minipage}{6cm} +Dies hier ist ein Blindtext zum Testen von Textausgaben.\linebreak +Wer diesen Text liest, ist selbst schuld. Der Text gibt +lediglich den Grauwert der Schrift an. Ist das wirklich so? +\end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-09-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-6.ltx new file mode 100644 index 00000000000..129129aa07d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-6.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-09-6 auf Seite 162. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{minipage}{6cm} +Dies hier ist ein Blindtext zum Testen von Textausgaben. Wer diesen Text liest, +ist selbst schuld. Der Text gibt lediglich den Grauwert der Schrift an. Ist +das wirklich so? +\end{minipage}\quad\begin{minipage}{6cm} +Dies hier ist ein Blindtext zum Testen von Textausgaben. Wer diesen Text liest, +ist \nolinebreak % <===!!!Jetzt kann nach "ist" nicht die Zeile umbrochen werden +selbst schuld. Der Text gibt lediglich den Grauwert der Schrift an. +Ist das wirklich so? +\end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-09-7.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-7.ltx2crop new file mode 100644 index 00000000000..073f4c27a88 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-7.ltx2crop @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-09-7 auf Seite 162. +%% +%% Copyright (C) 2016 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[ngerman,paper=a6,pagesize,parskip=half]{screxabook} +\pagestyle{empty} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\hyphenation{Gewicht} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Testen wir nun ein Verhalten von +79~kg Gewicht. + +Testen wir nun ein Verhalten von +\mbox{79 kg} Gewicht. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-09-8.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-8.ltx2crop new file mode 100644 index 00000000000..9f29b06f116 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-8.ltx2crop @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-09-8 auf Seite 164. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[paper=a6,DIV=13,pagesize,ngerman,12pt]{screxa} +\pagestyle{empty} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{lmodern,blindtext} +\usepackage[factor=1750]{microtype} +%StopShownPreambleCommands +\begin{document} +\microtypesetup{expansion=false,protrusion=false}% +Links\hfill Rechts\makebox(0,0){\put(0,-220){\line(0,-1){210}}}\par +\blindtext{} -- ohne Paket \texttt{microtype} +\newpage +\microtypesetup{expansion,protrusion}% +Links\hfill Rechts\makebox(0,0){\put(0,-220){\line(0,-1){210}}}\par +\blindtext{} -- mit dem Paket \texttt{microtype} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-09-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-9.ltx new file mode 100644 index 00000000000..691100a0f2a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-09-9.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-09-9 auf Seite 165. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\rule{\linewidth}{1pt}\makebox(0,0){\put(0,-75){\line(0,-1){75}}}\par +Beispielsweise der vorgegebene Wert des \TeX-Längenregisters +\texttt{\textbackslash emergencystretch}=\the\emergencystretch.\par +\begin{sloppypar} +Beispielsweise der vorgegebene Wert des \TeX-Längenregisters +\texttt{\textbackslash emergencystretch}=\the\emergencystretch. +\end{sloppypar} +\sloppy% +Beispielsweise der vorgegebene Wert des \TeX-Längenregisters +\texttt{\textbackslash emergencystretch}=\the\emergencystretch.\par +\fussy% +Beispielsweise der vorgegebene Wert des \TeX-Längenregisters +\texttt{\textbackslash emergencystretch}=\the\emergencystretch. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-10-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-1.ltx new file mode 100644 index 00000000000..645d169a005 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-1.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-10-1 auf Seite 167. +%% +%% Copyright (C) 2016 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} +\setlength\fboxsep{0pt} +%StartShownPreambleCommands +\usepackage{graphicx} +%StopShownPreambleCommands +\begin{document} + X\_\fbox{\includegraphics[width=2cm]{B}}\_X + X\_\fbox{\includegraphics[height=2cm]{B}}\_X + X\_\fbox{\includegraphics[width=2cm,height=2cm,keepaspectratio=false]{B}}\_X + X\_\fbox{\includegraphics[width=2cm,height=2cm,keepaspectratio]{B}}\_X +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-10-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-2.ltx new file mode 100644 index 00000000000..5d1c7fde035 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-2.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-10-2 auf Seite 168. +%% +%% Copyright (C) 2016 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} +\setlength\fboxsep{0pt} +%StartShownPreambleCommands +\usepackage{graphicx} +%StopShownPreambleCommands +\begin{document} + X\_\fbox{\includegraphics[scale=0.5]{B}}\_X + X\_\fbox{\includegraphics[trim=9 18 30 15]{B}}\_X\qquad + X\_\fbox{\includegraphics[trim=9 18 30 15, clip]{B}}\_X\qquad + X\_\fbox{\includegraphics[viewport=20 10 80 80]{B}}\_X +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-10-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-3.ltx new file mode 100644 index 00000000000..71fec2d243b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-3.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-10-3 auf Seite 169. +%% +%% Copyright (C) 2016 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} +\setlength\fboxsep{0pt} +%StartShownPreambleCommands +\usepackage{graphicx} +%StopShownPreambleCommands +\begin{document} + X\_\fbox{\includegraphics[viewport=20 10 80 80,clip]{B}}\_X + X\_\fbox{\includegraphics[trim=10 10 5 5, clip]{B}}\_X + X\_\fbox{\includegraphics[angle=45, width=2cm]{B}}\_X + X\_\fbox{\includegraphics[width=2cm, angle=45]{B}}\_X +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-10-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-4.ltx new file mode 100644 index 00000000000..62253ef740e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-4.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-10-4 auf Seite 169. +%% +%% Copyright (C) 2016 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} +\setlength\fboxsep{0pt} +%StartShownPreambleCommands +\usepackage{graphicx} +%StopShownPreambleCommands +\begin{document} + X\_\fbox{\includegraphics[origin=rt,angle=45,width=2cm]{B}}\_X + X\_\fbox{\includegraphics[origin=lc,angle=45,width=2cm]{B}}\_X + X\_\fbox{\includegraphics[origin=rb,angle=45,width=2cm]{B}}\_X + X\_\fbox{\includegraphics[draft,width=2cm]{B}}\_X +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-10-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-5.ltx new file mode 100644 index 00000000000..15330077ca4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-5.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-10-5 auf Seite 170. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[textwidth=7cm,textheight=5cm]{geometry} +\usepackage{babel} +\emergencystretch=2em +%StartShownPreambleCommands +\usepackage{wrapfig,graphicx} +\usepackage{blindtext} +%StopShownPreambleCommands +\begin{document} +\begin{wrapfigure}{r}{2.5cm} +\includegraphics[width=2cm]{tiger} +\caption{Ein Tiger} +\end{wrapfigure} +\blindtext +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-10-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-6.ltx new file mode 100644 index 00000000000..4dfaaf1e969 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-6.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-10-6 auf Seite 170. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[textwidth=8cm,textheight=5cm]{geometry} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage{wrapfig} +\usepackage{blindtext} +%StopShownPreambleCommands +\begin{document} +\begin{wraptable}{l}{3.2cm} +\centering +\caption{Eine Tabelle} +\begin{tabular}{@{} l l @{}}\hline +\emph{Foo} & \emph{Bar}\\\hline +A & B\\ +Arbeit & Beton\\ +1 & 2\\\hline +\end{tabular} +\end{wraptable} +\blindtext +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-10-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-7.ltx new file mode 100644 index 00000000000..4740c754ea5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-7.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-10-7 auf Seite 171. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage{graphicx,cutwin} +\usepackage{blindtext} +\renewcommand*\windowpagestuff{\centering\includegraphics[width=3cm]{tiger}} +%StopShownPreambleCommands +\begin{document} +\opencutcenter +\begin{cutout}{2}{0.2\textwidth}{0.5\textwidth}{8} +Das in den Absatz eingefügte Fenster wird absolut durch den linken und rechten +Rand und relativ durch die Anzahl nicht geteilter Zeilen am Absatzanfang und +die Anzahl nicht geteilter Zeilen am Absatzende festgelegt. Die horizontale Position +innerhalb des Absatzes wird durch die oben angegebenen Makros festgelegt, wobei die +durch das Makro \verb|\opencutcenter| "`zentrierte"' Anordnung, wie sie hier zu +sehen ist, den Standard darstellt. Streng genommen handelt es sich hier gar nicht +um eine Zentrierung, sondern ebenfalls um eine linksbündige Anordnung entsprechend +der Vorgabe für den linken Rand. Der Anwender muss selbst darauf achten, dass +zum einen die Vorgaben für das Absatzfenster nicht widersprüchlich sind, beispielsweise +zu große Ränder, und zum anderen der das Fenster umfließende Text auch lang genug ist, +um das Fenster komplett einzuhüllen. +\end{cutout} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-10-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-8.ltx new file mode 100644 index 00000000000..1a133c95658 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-8.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-10-8 auf Seite 172. +%% +%% Copyright (C) 2016 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{url,graphicx} +%StopShownPreambleCommands +\begin{document} +\graphicspath{{images/}{../../images/}} +\includegraphics[width=0.8\linewidth]{fi-garamond-lig} +\rotatebox{90}{Quelle: \url{http://www.wikipedia.de}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-10-9.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-9.lualtx new file mode 100644 index 00000000000..15c84d3e05a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-10-9.lualtx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-10-9 auf Seite 173. +%% +%% Copyright (C) 2016 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{graphicx,epstopdf} +%StopShownPreambleCommands +\begin{document} +% Aufruf mit lualatex <Datei> +\includegraphics[width=2.5cm]{images/texte/tiger.eps} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-1.ltx new file mode 100644 index 00000000000..c5b9d619a26 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-1.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-1 auf Seite 174. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{calc} +%StopShownPreambleCommands +\begin{document} +Die folgende Maßzahl wird von der Einheit +\mbox{75 kg} nicht getrennt.\par +|\makebox[3cm]{foo}|\par +|\makebox[3cm][l]{foo}|\par +|\makebox[3cm][r]{foo}|\par +|\makebox[3cm][s]{f\hfill o\hfill o}|\par +\makebox[0pt][l]{Ungültig}% + \rule[0.8ex]{\widthof{Ungültig}}{0.1pt}\par +\makebox[\textwidth]{\rule{1.1\textwidth}{1ex}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-10.ltx new file mode 100644 index 00000000000..dd26bab9149 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-10.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-10 auf Seite 179. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{graphicx,calc} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ l l } +foo & \frame{\includegraphics[width=2cm]{tiger}}\\ +foo & \raisebox{-0.5\height+0.5\normalbaselineskip}{% + \frame{\includegraphics[width=2cm]{tiger}}}\\ +foo & \raisebox{-\height+0.5\normalbaselineskip}{% + \frame{\includegraphics[width=2cm]{tiger}}}\\ +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-11.ltx new file mode 100644 index 00000000000..a08a10d0b30 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-11.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-11 auf Seite 180. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{rotating} +%StopShownPreambleCommands +\begin{document} +\huge Jana\reflectbox{Jana} \scalebox{0.5}{Jana} +\scalebox{0.5}[2]{Felix}\par +\resizebox{0.49\linewidth}{1cm}{Jana} +\hfill\rule{1pt}{1cm}% +\resizebox*{0.49\linewidth}{1cm}{Jana} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-12.ltx new file mode 100644 index 00000000000..d24012648d9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-12.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-12 auf Seite 180. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{graphicx} +%StopShownPreambleCommands +\begin{document} +\Huge\makebox[0pt][l]{Jana}% +\makebox[0pt][l]{\rotatebox{90}{Jana}}% +\makebox[0pt][l]{\rotatebox{-60}{Jana}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-13.ltx new file mode 100644 index 00000000000..2f3e29409fc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-13.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-13 auf Seite 181. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{graphicx} +\newcommand\J{{\fboxsep=0pt\fbox{Jana}}} +%StopShownPreambleCommands +\begin{document} +\Huge\J\rotatebox{90}{\J}% +\rotatebox[origin=rB]{90}{\J}% +\rotatebox[origin=c,units=6.2832]{1.57}{\J} +\llap{\rule{0.75\linewidth}{0.2pt}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-2.ltx new file mode 100644 index 00000000000..9908a2fe1aa --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-2.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-2 auf Seite 175. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\newcommand\Text[1]{Der Inhalt der #1 Box, der automatisch 2.7~cm breit ist.} +%StopShownPreambleCommands +\begin{document} +Anfang\_\parbox[b]{2.7cm}{\Text{ersten}}% +\hrulefill\fbox{\parbox{2.7cm}{\Text{zweiten}}}% +\hrulefill\parbox[t]{2.7cm}{\Text{dritten}}\_Ende +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-3.ltx new file mode 100644 index 00000000000..0dfd44f5232 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-3.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-3 auf Seite 176. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{rotating} +%StopShownPreambleCommands +\begin{document} +\parbox[b]{2.7cm}{Der Inhalt der ersten Box, der 2.7~cm breit ist.}\hrulefill +\rotatebox{180}{\fbox{\parbox[b]{2.7cm}{Der Inhalt der zweiten Box, der 2.7~cm +breit ist.}}}\fbox{\parbox[c][2.5cm][c]{2.7cm}{Der Inhalt der dritten Box.}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-4.ltx new file mode 100644 index 00000000000..3b5c82676d4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-4.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-4 auf Seite 176. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{minipage}{\textwidth} +Hier steht der Inhalt der ersten Box, der in einer Minipage der Textbreite und ohne +Rahmen, aber in mehreren Zeilen erscheint.\footnote{Eine Fußnote} +\end{minipage}\par +\fbox{\begin{minipage}{\dimexpr \linewidth-2\fboxsep-2\fboxrule\relax} +Hier steht der Inhalt der ersten Box, der in einer Minipage der Textbreite und ohne +Rahmen, aber in mehreren Zeilen erscheint.\footnote{Noch eine Fußnote} +\end{minipage}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-5.ltx new file mode 100644 index 00000000000..d6f70bd10d3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-5.ltx @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-5 auf Seite 177. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{xcolor}\newsavebox\MBox +\newenvironment{Merksatz} + {\par\begin{lrbox}{\MBox} + \begin{minipage}{\dimexpr\textwidth-5mm}} + {\end{minipage}\end{lrbox}% + \vline width \dimexpr5mm-2\fboxsep\relax + \colorbox{red!50}{\usebox\MBox}\par} +%StopShownPreambleCommands +\begin{document} +Normaler Text davor, der auch die +Länge der Zeile zeigt \ldots +\begin{Merksatz} +Man kann die Minipage auch mit einem +vertikalen Strich \emph{und} einem +Hintergrund versehen. +\end{Merksatz} +Normaler Text danach \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-6.ltx new file mode 100644 index 00000000000..170baf06360 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-6.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-6 auf Seite 177. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\newsavebox\CBox +%StopShownPreambleCommands +\begin{document} +\Large gerahmt \frame{gerahmt}% +\sbox\CBox{g}\rlap{\rule{4em}{0.2pt}} +\raisebox{-\dp\CBox}{\frame{gerahmt}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-7.ltx new file mode 100644 index 00000000000..b6585728d91 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-7.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-7 auf Seite 177. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\Large gerahmt \fbox{gerahmt}\par +{\setlength\fboxsep{7mm}\fbox{gerahmt}} +{\setlength\fboxrule{2pt}\fbox{gerahmt}} + +\setlength\fboxsep{0pt}\fbox{gerahmt} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-8.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-8.ltx2crop new file mode 100644 index 00000000000..5bb8a724ed9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-8.ltx2crop @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-8 auf Seite 178. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[paperwidth=12cm,paperheight=7cm]{geometry} +\usepackage{blindtext} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[style=1]{mdframed} +%StopShownPreambleCommands +\begin{document} +Text vor der Umgebung \texttt{mdframed}. +\begin{mdframed}[outerlinewidth=5pt, innerlinewidth=0pt, outerlinecolor=red, + roundcorner=5pt] +\blindtext +\end{mdframed} +\blindtext +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-11-9.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-9.ltx2crop new file mode 100644 index 00000000000..4f49401cb07 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-11-9.ltx2crop @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-11-9 auf Seite 179. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[paperwidth=12cm,paperheight=7cm]{geometry} +\usepackage{blindtext} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{framed,xcolor} \colorlet[named]{shadecolor}{black!15} +%StopShownPreambleCommands +\begin{document} +Text vor der Umgebung \texttt{framed}. +\begin{shaded} \blindtext \end{shaded} +\blindtext +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-12-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-12-1.ltx new file mode 100644 index 00000000000..20270841c51 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-12-1.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-12-1 auf Seite 182. +%% +%% Copyright (C) 2016 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[ngerman]{screxa} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\setcounter{table}{6}% demo +%StopShownPreambleCommands +\begin{document} +\begin{table}[!htb]\centering +\caption{Beschriftung 1}\label{tab-1}% \label nach \caption ist richtig!! +(K)eine Tabelle :-) +\end{table} +foo +\begin{table}[!htb]\centering +\label{tab-2}\caption{Beschriftung 2}% \label ist hier falsch angeordnet +Noch (K)eine Tabelle :-)) +\end{table} + +Wie man deutlich sehen kann, ist die Referenz auf die Tabelle~\ref{tab-1} +richtig und auf die Tab.~\ref{tab-2} falsch, weil die Marke zu früh gesetzt wurde. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-12-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-12-2.ltx new file mode 100644 index 00000000000..b99eb4f9fb8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-12-2.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-12-2 auf Seite 183. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{cleveref} +%StopShownPreambleCommands +\begin{document} +\section{Una}\label{eins} +\subsection{Due}\label{zwei} +\section{Tre}\label{drei} +In \cref{eins} \ldots\par +\Cref{zwei} \dots\par +Die \crefrange{eins}{drei} \dots +\Cref{eins,zwei} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-12-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-12-3.ltx new file mode 100644 index 00000000000..0fd3f698170 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-12-3.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-12-3 auf Seite 184. +%% +%% Copyright (C) 2016 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[ngerman]{screxa} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\immediate\write18{latex -output-directory=target/CP 05-12-1.ltx} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{xr} +\externaldocument[12-1:]{05-12-1} +%StopShownPreambleCommands +\begin{document} +Hier kommt jetzt eine Referenz +auf Tabelle~\ref{12-1:tab-1} auf +Seite \pageref{12-1:tab-1} des +externen Dokuments 05-12-1.ltx +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-13-1.ltx1 b/Master/texmf-dist/doc/latex/einfuehrung2/05-13-1.ltx1 new file mode 100644 index 00000000000..cd26784a82f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-13-1.ltx1 @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-13-1 auf Seite 187. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[margin=15pt,paperheight=5cm,paperwidth=350pt]{geometry} +%StartShownPreambleCommands +\usepackage{hyperref} +%StopShownPreambleCommands +\begin{document} +\tableofcontents +\clearpage +\section{Das Paket hyperref}\subsection{Einleitung}\newpage +\subsection{Das Paket nameref}\subsubsection{Einleitung}\newpage +\section{Pakete von Heiko Oberdiek}\subsection{Einleitung} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-13-2.ltx1 b/Master/texmf-dist/doc/latex/einfuehrung2/05-13-2.ltx1 new file mode 100644 index 00000000000..b2620e07d9d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-13-2.ltx1 @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-13-2 auf Seite 191. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\AtBeginDocument{\setlength\parindent{0pt}} +\usepackage[margin=15pt,paperheight=6cm,paperwidth=330pt]{geometry} +%StartShownPreambleCommands +\usepackage[colorlinks,linktoc=all]{hyperref} \hypersetup{linkcolor=red} +%StopShownPreambleCommands +\begin{document} +\tableofcontents \bigskip +Der Abschnitt~\ref{bar} ist auf Seite~\pageref{bar}. Eine URL: +\url{http://archiv.dante.de/~herbert/PSTricks-TDS/}\newpage +\section{Das Paket hyperref}\subsection{Einleitung}\newpage +\subsection{Das Paket nameref}\subsubsection{Einleitung}\newpage +\section{Pakete von Heiko Oberdiek}\subsection{Einleitung}\label{bar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-13-3.ltx1ps b/Master/texmf-dist/doc/latex/einfuehrung2/05-13-3.ltx1ps new file mode 100644 index 00000000000..fe6f643c5e2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-13-3.ltx1ps @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-13-3 auf Seite 192. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\AtBeginDocument{\setlength\parindent{0pt}} +\usepackage[margin=15pt,paperheight=6cm,paperwidth=330pt]{geometry} +%StartShownPreambleCommands +\usepackage[dvips,colorlinks,linktoc=all]{hyperref} +\usepackage{breakurl} +\usepackage{xcolor} +\hypersetup{linkcolor=[cmyk]{0.2,0.8,0.7,0.5}} +%StopShownPreambleCommands +\begin{document} +\tableofcontents \bigskip +Der Abschnitt~\ref{bar} ist auf Seite~\pageref{bar}. Eine URL: +\url{http://archiv.dante.de/~herbert/PSTricks-TDS/}\newpage +\section{Das Paket hyperref}\subsection{Einleitung}\newpage +\subsection{Das Paket nameref}\subsubsection{Einleitung}\newpage +\section{Pakete von Heiko Oberdiek}\subsection{Einleitung}\label{bar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-13-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-13-4.ltx new file mode 100644 index 00000000000..c026bce18bc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-13-4.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-13-4 auf Seite 193. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage[colorlinks]{hyperref} +\makeatletter +\pdfstringdefDisableCommands{\let~\textasciitilde + \def\url#1{#1\pdfstringdefWarn\url}% + \let\textcolor\@gobble} +\makeatother +%StopShownPreambleCommands +\begin{document} +\section{\url{http://foo.bar}} \url{http://foo.bar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-13-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-13-5.ltx new file mode 100644 index 00000000000..0397311a2dc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-13-5.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-13-5 auf Seite 194. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{hyperref} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}ll} +Dokument & \Acrobatmenu{Quit}{Schließen}\\ + & \Acrobatmenu{Print}{Drucken} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-14-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-14-1.ltx new file mode 100644 index 00000000000..fda9e1d3567 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-14-1.ltx @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-14-1 auf Seite 203. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{lineno,url} +%StopShownPreambleCommands +\begin{document} +\nolinenumbers +Vor dem Beginn der Installation sollte man sich vergewissern, ob nicht eine bereits +vorhandene \TeX-Installation existiert, die schon Umgebungsvariablen entsprechend +gesetzt hat. Insbesondere unter Windows kann es hier zu Problemen kommen, +sicherheitshalber sollte man eventuell vorher eine existierende +\TeX-Installation entfernen. + +\linenumbers +Mit den Einstellungen "`Paketgruppen der Sprach-Pakete"' können hier einzelne +Sprachen und die Dokumentation ausgewählt werden. Hat man vorher "`scheme-full"' +gewählt, so sind hier automatisch alle Paketgruppen ausgewählt. Mit der +Einstellung "`TEXDIR"' wird das Hauptverzeichnis ausgewählt. Standardmäßig +wird hier \url{C:\texlive\2011} vorgeschlagen. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-14-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-14-2.ltx new file mode 100644 index 00000000000..80901ede127 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-14-2.ltx @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-14-2 auf Seite 203. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[modulo]{lineno} \linenumbers \usepackage{url,xcolor} +\modulolinenumbers[2] \renewcommand\linenumberfont{\sffamily\small\color{blue}} +\setlength\linenumbersep{3mm} +%StopShownPreambleCommands +\begin{document} +Vor dem Beginn der Installation sollte man sich vergewissern, ob nicht eine bereits +vorhandene \TeX-Installation existiert, die schon Umgebungsvariablen entsprechend +gesetzt hat. Insbesondere unter Windows kann es hier zu Problemen kommen, +sicherheitshalber sollte man eventuell vorher eine existierende \TeX-Installation +entfernen. + +Mit den Einstellungen "`Paketgruppen der Sprach-Pakete"' können hier einzelne +Sprachen und die Dokumentation ausgewählt werden. Hat man vorher "`scheme-full"' +gewählt, so sind hier automatisch alle Paketgruppen ausgewählt. Mit der +Einstellung "`TEXDIR"' wird das Hauptverzeichnis ausgewählt. Standardmäßig wird +hier \url{C:\texlive\2011} vorgeschlagen. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-14-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-14-3.ltx new file mode 100644 index 00000000000..c7ef69f2277 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-14-3.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-14-3 auf Seite 204. +%% +%% Copyright (C) 2016 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[ngerman,twocolumn,twoside]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength\textheight{4.5cm} +\setlength\parindent{0em} +%StartShownPreambleCommands +\usepackage[modulo,switch]{lineno} \linenumbers \usepackage{url,textdemo,xcolor} +\modulolinenumbers[2] \renewcommand\linenumberfont{\sffamily\small\color{blue}} +\setlength\linenumbersep{3mm} +%StopShownPreambleCommands +\begin{document} +\TextDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-15-1.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-15-1.ltx2 new file mode 100644 index 00000000000..8233e4e2172 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-15-1.ltx2 @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-15-1 auf Seite 205. +%% +%% Copyright (C) 2016 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,3 +%% +%% +\documentclass[ngerman,parskip=half,paper=a6,DIV=13,twocolumn,pagesize]{screxa} +\pagestyle{empty} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\pagestyle{origplain} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\documentclass[ngerman,twocolumn]{scrartcl} +\usepackage{blindtext} +\title{Zweispaltenmodus} +\author{Herbert Voß} +%StopShownPreambleCommands +\begin{document} +\twocolumn[\maketitle \begin{abstract} Hier kann eine einspaltige Zusammenfassung +erscheinen, die von der Abschnittsüberschrift gefolgt wird. \end{abstract} +\section{Ãœberschrift auf Ebene 1 über die ganze Zeile(section)}] +\blindtext[2] +\begin{figure}[!]\centering \fbox{foo} \caption{Ein Bild} \end{figure} +\subsection{Ãœberschrift auf Ebene 2 (subsection)} +\blindtext +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-15-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-15-2.ltx new file mode 100644 index 00000000000..7159bfdebb0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-15-2.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-15-2 auf Seite 206. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[%textwidth=12cm, +textheight=7cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength{\parindent}{0em} +\AtBeginDocument{\setcounter{section}{1}} +%StartShownPreambleCommands +\usepackage{multicol} \usepackage{blindtext} +%StopShownPreambleCommands +\begin{document} +\begin{multicols}{3}[\subsection{Der Blindtext zum Testen!}] +Dies hier ist ein Blindtext zum Testen von Textausgaben. Wer diesen Text liest, +ist selbst schuld. Der Text gibt lediglich den Grauwert der Schrift an. Ist das +wirklich so? Ist es gleichgültig, ob ich schreibe: "`Dies ist ein Blindtext"' +oder "`Huardest gefburn"'?. +\end{multicols} +\subsection{Nun mit zwei Spalten} +\begin{multicols}{2} \blindtext \end{multicols} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-15-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-15-3.ltx new file mode 100644 index 00000000000..50889ee467b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-15-3.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-15-3 auf Seite 207. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textheight=7.5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength{\parindent}{0em} +\AtBeginDocument{\setcounter{section}{1}} +%StartShownPreambleCommands +\usepackage{multicol} \usepackage{blindtext} +\setlength\columnsep{10mm} \setlength\columnseprule{0.2mm} +%StopShownPreambleCommands +\begin{document} +\begin{multicols}{3}[\subsection{Spalten mit Umbruch}] +Dies hier ist ein Blindtext zum Testen von Textausgaben.\footnote{Hier kommt +der Befehl \texttt{\textbackslash columnbreak}} \columnbreak +Wer diesen Text liest, ist selbst schuld. Der Text gibt lediglich den Grauwert +der Schrift an. Ist das wirklich so? Ist es gleichgültig, ob ich schreibe: +"`Dies ist ein Blindtext"' oder "`Huardest gefburn"'?. +\end{multicols} +\setlength\columnsep{2mm} \begin{multicols}{4} \blindtext \end{multicols} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-15-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-15-4.ltx new file mode 100644 index 00000000000..5553facaa91 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-15-4.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-15-4 auf Seite 208. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=10cm,textheight=3cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{parallel} +%StopShownPreambleCommands +\begin{document} +\begin{Parallel}{.48\linewidth}{.48\linewidth} +\ParallelLText{Dies hier ist ein Blindtext zum Testen von Textausgaben. Wer diesen +Text liest, ist selbst schuld. Der Text gibt lediglich den Grauwert der Schrift an. +Ist das wirklich so?} +\ParallelRText{Hello, here is some text without a meaning.This text should show, +how a printed text will look like at this place. If you read this text, you will +get no information. Really?} +\end{Parallel} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-15-5.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/05-15-5.ltx2 new file mode 100644 index 00000000000..9e4965d1eea --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-15-5.ltx2 @@ -0,0 +1,82 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-15-5 auf Seite 209. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage[a6paper,margin=1cm]{geometry} +\usepackage[ngerman,english]{babel} +\usepackage{blindtext} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage[series={},nocritical,noend,noeledsec,nofamiliar,noledgroup]{reledmac} +\usepackage{reledpar} +%StopShownPreambleCommands +\begin{document} +\begin{abstract} +Dieses Beispiel zeigt eine Ãœbersetzung von \emph{Jane Eyre} von Charlotte Bront\"e +in der Gegenüberstellung, zuerst in Spalten, danach in Seiten. +\end{abstract} +\begin{pairs}\emergencystretch=1cm + \begin{Leftside}\beginnumbering + \pstart There was no possibility of taking a walk that day. \pend + \pstart We had been wandering, indeed, in the leafless shrubbery an hour in the + morning; but since dinner (Mrs. Reed, when there was no company, dined early) + the cold winter wind had brought with it clouds so sombre, and a rain so + penetrating, that further out-door exercise was now out of the question.\pend + \endnumbering\end{Leftside} + \begin{Rightside}\beginnumbering\selectlanguage{ngerman} + \pstart Es war ganz unmöglich, an diesem Tage einen Spaziergang zu machen.\pend + \pstart Am Morgen waren wir allerdings während einer ganzen Stunde in den + blätterlosen, jungen Anpflanzungen umhergewandert; aber seit dem Mittagessen -- + Mrs. Reed speiste stets zu früher Stunde, wenn keine Gäste zugegen waren -- hatte + der kalte Winterwind so düstere, schwere Wolken und einen so durchdringenden Regen + heraufgeweht, dass von weiterer Bewegung in frischer Luft nicht mehr die Rede sein + konnte.\pend + \endnumbering\end{Rightside} +\end{pairs} +\Columns% Alles spaltenweise setzen +\begin{pages} + \begin{Leftside}\beginnumbering + \pstart I was glad of it: I never liked long walks, especially on chilly afternoons: + dreadful to me was the coming home in the raw twilight, with nipped fingers and + toes, and a heart saddened by the chidings of Bessie, the nurse, and humbled by + the consciousness of my physical inferiority to Eliza, John, and Georgiana Reed.\pend + \pstart The said Eliza, John, and Georgiana were now clustered round their mama in the + drawing-room: she lay reclined on a sofa by the fireside, and with her darlings + about her (for the time neither quarrelling nor crying) looked perfectly happy.\pend + \endnumbering\end{Leftside} + \begin{Rightside}\beginnumbering\selectlanguage{ngerman} + \pstart Ich war von Herzen froh darüber: lange Spaziergänge, besonders an frostigen + Nachmittagen, waren mir stets zuwider: -- ein Greuel war es mir, in der rauhen + Dämmerstunde nach Hause zu kommen, mit fast erfrorenen Händen und Füßen, -- mit + einem Herzen, das durch das Schelten Bessies, der Kinderwärterin, bis zum Brechen + schwer war, -- gedemütigt durch das Bewußtsein, physisch so tief unter Eliza, + John und Georgina Reed zu stehen.\pend + \pstart Die soeben erwähnten Eliza, John und Georgina hatten sich in diesem Augenblick + im Salon um ihre Mama versammelt: diese ruhte auf einem Sofa in der Nähe des + Kamins und umgeben von ihren Lieblingen, die zufälligerweise in diesem Moment + weder zankten noch schrieen, sah sie vollkommen glücklich aus.\pend + \endnumbering\end{Rightside} +\end{pages} +\Pages% Alles seitenweise setzen +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/05-16-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/05-16-1.ltx new file mode 100644 index 00000000000..fc093fed90b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/05-16-1.ltx @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 05-16-1 auf Seite 211. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{filecontents} +\begin{filecontents*}{preamble.tex} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage[justification=raggedright]{caption} +\setlength\parindent{0em} +\AtBeginDocument{\fontfamily{zapfino}\selectfont} +\end{filecontents*} +\begin{filecontents*}{tabelle1.tex} +\begin{tabular}{cc}\hline +Links & Rechts \\\hline +\end{tabular} +\end{filecontents*} +%StartShownPreambleCommands +\input{preamble} +%StopShownPreambleCommands +\begin{document} +\InputIfFileExists{vorwort.tex} + {\input{vorwort}} + {Vorwort fehlt noch!} + +\section{Tabellen} +Der Tabellenabschnitt: +\begin{table}[!htb]\centering +\caption{Eine Tabelle}\label{tab1} + \input{tabelle1} +\end{table} +\par\hrulefill +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-02-1.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-1.ltxps new file mode 100644 index 00000000000..f1a3804b826 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-1.ltxps @@ -0,0 +1,90 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-02-1 auf Seite 214. +%% +%% Copyright (C) 2016 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[de]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\setlength\parindent{0pt} +\usepackage[T1]{fontenc} +\usepackage{Alegreya,AlegreyaSans} +\usepackage[scale=0.9,ttdefault]{AnonymousPro} +%StartShownPreambleCommands +\usepackage{array,pstricks} +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +\let\Ldim\Lcs +\newsavebox\TabBox +%StopShownPreambleCommands +\begin{document} +\begin{center} +\newlength\Start +\newlength\End +\setlength\Start{\tabcolsep} +\setlength\End{\tabcolsep} +\savebox\TabBox{Links} +\addtolength\Start{\wd\TabBox} +\begin{pspicture}(0,0.3cm)(5.6cm,-0.8cm) +\rput[lb](0,0){\begin{tabular}{|l|r|p{3cm}|}\hline +Links & Rechts & p\{3cm\}\\\hline +%\rule{\wd\TabBox}{5mm} +\end{tabular}} +\psframe[fillcolor=black!30,fillstyle=solid](0,0)(\tabcolsep,-5mm) +\addtolength\End{\wd\TabBox}\addtolength\End{\tabcolsep} +\addtolength\End{\fboxrule} +\rput[lb](\tabcolsep,-5mm){Links} +%\psline{<->}(\tabcolsep,-2mm)(\Start,-2mm) +\psframe[fillcolor=black!50,fillstyle=solid](\Start,0)(\End,-5mm) +\addtolength\Start{\tabcolsep}\addtolength\End{\tabcolsep} +\addtolength\Start{\fboxrule}\addtolength\End{\fboxrule} +\psframe[fillcolor=black!30,fillstyle=solid](\Start,0)(\End,-5mm) +\rput[lb](\End,-5mm){Rechts} +\savebox\TabBox{Rechts} +\addtolength\Start{\wd\TabBox}\addtolength\End{\wd\TabBox} +\addtolength\Start{\tabcolsep}\addtolength\End{\tabcolsep} +\addtolength\Start{\fboxrule}\addtolength\End{\fboxrule} +\psframe[fillcolor=black!50,fillstyle=solid](\Start,0)(\End,-5mm) +\addtolength\Start{\tabcolsep}\addtolength\End{\tabcolsep} +\addtolength\Start{\fboxrule}\addtolength\End{\fboxrule} +\psframe[fillcolor=black!30,fillstyle=solid](\Start,0)(\End,-5mm) +\rput[lb](\End,-5mm){p\{3cm\}} +\addtolength\Start{\tabcolsep}\addtolength\End{\tabcolsep} +\addtolength\Start{3cm}\addtolength\End{3cm} +\addtolength\Start{\fboxrule}\addtolength\End{\fboxrule} +\psframe[fillcolor=black!50,fillstyle=solid](\Start,0)(\End,-5mm) +\end{pspicture}\par +\begin{tabular}{@{}l >{\ttfamily}l@{}} +\emph{Breite} & \multicolumn{1}{c@{}}{\textrm{\emph{Wert}}}\\\hline +\Ldim{tabcolsep} & \phantom{00}\the\tabcolsep\\ +\Lcs{widthof}\{Links\} & \settowidth\Start{\textrm{Links}}\phantom{0}\the\Start\\ +2\Ldim{tabcolsep} & \Start=2\tabcolsep \phantom{0}\the\Start\\ +\Lcs{widthof}\{Rechts\} & \settowidth\Start{\textrm{Rechts}}\phantom{0}\the\Start\\ +2\Ldim{tabcolsep} & \Start=2\tabcolsep \phantom{0}\the\Start\\ +p\{3cm\} & \Start=3cm \phantom{0}\the\Start\\ +\Ldim{tabcolsep} & \phantom{00}\the\tabcolsep\\\hline +\textbf{Gesamtbreite}& +\Start=6\tabcolsep% +\settowidth\End{\textrm{Links}}% +\addtolength\Start{\End}% +\settowidth\End{\textrm{Rechts}}% +\addtolength\Start{\End}% +\addtolength\Start{3cm}% +\the\Start \global\End=\Start +\end{tabular} +\end{center} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-02-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-10.ltx new file mode 100644 index 00000000000..656850a871d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-10.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-02-10 auf Seite 218. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ccccc} +A1 & A1 & A1 & A1 & A1\\\hline +A2 & \begin{tabular}{|c|}\hline + a1\\a1\\a1\\\hline + \end{tabular} & + \begin{tabular}{c}a2\\a2\\a2\\\end{tabular} & + A & \begin{tabular}{|c|}\hline + a3\\a3\\a4\\\hline\end{tabular}\\ +A3 & A3 & A3 & A3 & A3\\\cline{3-4} +A4 & A4 & \multicolumn{2}{|c|}{A4*} + & A4\\\cline{3-4} +A5 & A5 & A5 & A5 & A5\\ +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-02-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-2.ltx new file mode 100644 index 00000000000..62b6cbc44e6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-2.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-02-2 auf Seite 215. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +\begin{tabular} + {|*{3}{l}|*{4}{r|}}\cline{1-3} +l&l&l&r&r&r&r\\ L&L&L&R&R&R&R\\\cline{1-3} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-02-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-3.ltx new file mode 100644 index 00000000000..e11db6a2e45 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-3.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-02-3 auf Seite 215. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}% + {@{}l|r@{:}c@{$\rightarrow$}p{1.5cm}@{}} +Links & Rechts & Zentriert & Box\\\cline{2-4} +l & r & c & p\{1.5cm\}\\\cline{1-1} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-02-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-4.ltx new file mode 100644 index 00000000000..7aec8a3af12 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-4.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-02-4 auf Seite 215. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular*}{\linewidth}{lll} +1 & 2 & 3 \\\hline A & B & Links \\\hline +\end{tabular*}\par\bigskip +\begin{tabular*}{\linewidth}{llr} +1 & 2 & 3 \\\hline A & B & Rechts \\\hline +\end{tabular*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-02-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-5.ltx new file mode 100644 index 00000000000..6e69a94489f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-5.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-02-5 auf Seite 216. +%% +%% Copyright (C) 2016 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{217.16928pt} +\setlength\parindent{0pt} +\setlength\textwidth{201.7051pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular*}{\linewidth}% + {|@{\extracolsep{\fill}}l|l|l@{}|} +1 & 2 & 3 \\\hline A & B & C \\\hline +\end{tabular*}\par\bigskip +\begin{tabular*}{\linewidth}% + {|@{\extracolsep{\fill}}l|l|r@{}|} +1 & 2 & 3 \\\hline +Links & Links & Rechts \\\hline +\end{tabular*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-02-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-6.ltx new file mode 100644 index 00000000000..483bb5c693d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-6.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-02-6 auf Seite 216. +%% +%% Copyright (C) 2016 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[utf8]{inputenc}% evtl. anpassen! +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|||p{4cm}|r||}\hline + links & p--Spalte & rechts\\ + \hline\hline\hline + A & jetzt hat diese Spalte eine + fixe Breite und ein \newline + sorgt für eine neue Zeile in + dieser Spalte & B \\\hline\hline + 1 & 2 & 3 \\\hline\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-02-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-7.ltx new file mode 100644 index 00000000000..d2a7bc63e66 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-7.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-02-7 auf Seite 217. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{lp{4cm}r} +links & p--Spalte & rechts\\ + \cline{1-2}\hline% siehe Text + A & jetzt hat diese Spalte eine + fixe Breite und ein \newline + sorgt für eine neue Zeile in + dieser Spalte & B \\\cline{2-2} + 1 & 2 & 3 \\\cline{2-3} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-02-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-8.ltx new file mode 100644 index 00000000000..8f96fc99560 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-8.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-02-8 auf Seite 217. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}cccc@{}}\hline +\multicolumn{2}{|@{}c}{\textbf{Personen}} & +\multicolumn{2}{@{}c|}{\textbf{Beruf}}\\\hline +Anzahl& Geschl.& Angest.& Frei\\\hline +222 & m & 160 & 62 \\ + 2 & n &\textbf{1}& 2 \\[5pt] +97 & w & 70 & 27 \\\hline +\multicolumn{4}{c}{Summen} \\\cline{1-1} +\multicolumn{1}{@{}|c|@{}}{321} + & & 231 & 91 \\ + \cline{1-1}\cline{3-4} + & & \multicolumn{2}{|c|}{322}\\\cline{3-4} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-02-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-9.ltx new file mode 100644 index 00000000000..5cf10e40643 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-02-9.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-02-9 auf Seite 218. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|cc|cc|@{}}\hline +\multicolumn{2}{|c}{\textbf{Personen}} & +\multicolumn{2}{c|}{\textbf{Beruf}} \\\hline +\multicolumn{4}{c}{}\\% leere Zeile ohne | +Anzahl& Geschl.& Angest.& Frei\\\hline +222 & m & 160 & 62 \\ + 2 & n &\textbf{1}&2 \\[5pt] +97 & w & 70 & 27 \\\hline +\multicolumn{4}{c}{Summen} \\\cline{1-1} +\multicolumn{1}{|c|}{321} & & 231 & 91 + \\\cline{1-1}\cline{3-4} + & & \multicolumn{2}{c|}{322}\\\cline{3-4} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-1.ltx new file mode 100644 index 00000000000..f155825508d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-1.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-1 auf Seite 219. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|c|p{1.5cm}|}\hline +Links & Rechts & Zentriert &Eine parbox\\\hline +l & r & c &p\{1.5cm\}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-10.ltx new file mode 100644 index 00000000000..c91bd8e09ac --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-10.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-10 auf Seite 221. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|m{1.5cm}|p{1.5cm}|b{1.5cm}|} +\hline +Eine parbox & Eine parbox & Eine parbox + \hfill\llap{\rule{5cm}{0.4pt}}\\\hline +m\{1.5cm\} & p\{1.5cm\} & b\{1.5cm\}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-100.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-100.ltx new file mode 100644 index 00000000000..841d9b46fba --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-100.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-100 auf Seite 275. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{diagbox} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{l|*{5}{c}} +\diagbox{Feiertag}{Jahr} & 2007 & 2008 & 2009 & 2010 & 2011\\\hline +Ostern & 08.04. & 23.03. & 12.04. & 04.04. & 24.04.\\ +Pfingsten & 27.05. & 11.05. & 31.05. & 23.05. & 12.06. +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-101.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-101.ltx new file mode 100644 index 00000000000..fc38739157d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-101.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-101 auf Seite 275. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{diagbox} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{r|*{5}{c}|l} +\diagbox{Fest}{Jahr}& 2007& 2008& 2009& 2010& 2011& \diagbox[dir=SW]{Jahr}{Fest}\\\hline +Ostern & 08.04. & 23.03. & 12.04. & 04.04. & 24.04. & Ostern\\ +Pfingsten & 27.05. & 11.05. & 31.05. & 23.05. & 12.06. & Pfingsten +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-102.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-102.ltx new file mode 100644 index 00000000000..ee4f1c84a0d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-102.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-102 auf Seite 276. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{diagbox} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{l | *{5}{c} | l } +\diagbox[width=25mm]{Zwei\\Feiertage}{Jahr} &2007 &2008 &2009 &2010 &2011\\\hline +Ostern & 08.04. & 23.03. & 12.04. & 04.04. & 24.04.\\ +Pfingsten & 27.05. & 11.05. & 31.05. & 23.05. & 12.06.\\\hline +Weihnachten& 24.12.& 24.12. & 24.12. & 24.12. & 24.12. + & \diagbox[dir=SW,height=10mm]{Jahr}{Fest}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-103.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-103.ltx new file mode 100644 index 00000000000..dee3ff322fb --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-103.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-103 auf Seite 276. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{diagbox} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|@{}r|*{5}{c}|l@{}|}\hline +\diagbox[trim=l]{Fest}{Datum}{Jahr} & 2007 & 2008 & 2009 & 2010 & 2011 + & \diagbox[dir=SW]{Jahr}{Fest}\\\hline +Ostern & 08.04. & 23.03. & 12.04. & 04.04. & 24.04. & Ostern\\ +Pfingsten & 27.05. & 11.05. & 31.05. & 23.05. & 12.06. & Pfingsten\\\hline +Weihnachten& 24.12.& 24.12. & 24.12. & 24.12. & 24.12. + & \diagbox[dir=SW,trim=r]{Jahr}{Fest}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-104.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-104.ltx new file mode 100644 index 00000000000..69a15a02ae2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-104.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-104 auf Seite 278. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{siunitx,booktabs} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{S + S[table-number-alignment=center,table-format=2.4] + S[table-number-alignment=right, table-format=2.4] + S[table-number-alignment=left,table-format=2.4, + output-decimal-marker={,}]}\toprule +\emph{Standard}&\emph{Zentriert}&\emph{Rechtsbündig}&\emph{Linksbündig}\\\midrule + 2.3456 & 2.3456 & 2.3456 & 2.3456 \\ +34.25 & 34.25 & 34.25 & 34.25 \\ + 6.7835 & 6.7835 & 6.7835 & 6.7835 \\ +90.473 & 90.473 & 90.473 & 90.473 \\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-105.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-105.ltx new file mode 100644 index 00000000000..79d91e1813d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-105.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-105 auf Seite 279. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage[exponent-product=\cdot]{siunitx} \usepackage{booktabs} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{S[table-number-alignment=center,table-format=2.2e2] + S[table-number-alignment=center,table-format=+2.2e2] + S[table-number-alignment=center,table-format=2.2e1.1] + S}\toprule +\emph{Sehr große Werte} & \emph{Sehr große Werte} & +\emph{Sehr große Werte} & \emph{Werte}\\\midrule + 2.3e1 & 2.34e1 & +-2.34e1 & +2.31 \\ +-34.23e45 & -34.23e45 & -34.23e45 & 34.23 \\ +-56.78 & -56.78 & -56.78 & -56.78 \\ + 1.0e34 & 1.0e34 & +1.0e34 & +-1.0 \\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-106.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-106.ltx new file mode 100644 index 00000000000..fbd73583f1d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-106.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-106 auf Seite 279. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage[exponent-product=\cdot]{siunitx} +\usepackage{booktabs} +\sisetup{table-format=1.3e2,table-number-alignment=center} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{SS[table-align-exponent=false]}\toprule +\emph{Spalte} & \emph{Spalte} \\\midrule +1.2e3 & 1.2e3\\ +1.234e56 & 1.234e56\\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-107.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-107.ltx new file mode 100644 index 00000000000..d99e2564b1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-107.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-107 auf Seite 280. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{siunitx,booktabs} +\sisetup{table-format=1.3, + table-number-alignment=center} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{SS[table-auto-round]S[table-auto-round, + table-number-alignment=center-decimal-marker]}\toprule +\emph{Spalte} & \emph{Spalte} + & \emph{Spalte} \\\midrule +11.2 &11.2 &11.2 \\ +1.234 & 1.2345 & 1.234\\ +\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-108.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-108.ltx new file mode 100644 index 00000000000..f428177d9c1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-108.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-108 auf Seite 280. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage[exponent-product=\cdot]{siunitx} +\sisetup{table-parse-only} +\usepackage{booktabs} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ S S[table-number-alignment=left] + S[table-number-alignment=right]}\toprule +\emph{Zentriert} & \emph{Linksbündig} + & \emph{Rechtsbündig} \\\midrule +14.2 & 14.2 & 14.2 \\ +1.23456 & 1.23456 & 1.23456\\ +1.2e3 & 1.2e3 & 1.2e3\\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-109.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-109.ltx new file mode 100644 index 00000000000..49aa01d6aff --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-109.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-109 auf Seite 281. +%% +%% Copyright (C) 2016 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{97.16928pt} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{siunitx} \usepackage{booktabs} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ + S[group-separator={},output-decimal-marker={\,\pm\,}, + input-digits={0123456789.},input-decimal-markers=+]}\toprule +\emph{Zahlenwerte}\\\midrule + 2.3456 + 0.02 \\ +34.2345 + 0.001 \\ +56.7835 + 0.067 \\ +90.473 + 0.021 \\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-11.ltx new file mode 100644 index 00000000000..626a63df6d2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-11.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-11 auf Seite 222. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{array}\newcolumntype{L}{>{$}l<{$}} +\newcolumntype{T}{>{\ttfamily\small}l} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{} lLT @{}}\hline +Sinus & \sin(\alpha) & <Wert> sin\\ +Tangens & \tan(\alpha) & <Wert> tan\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-110.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-110.ltx new file mode 100644 index 00000000000..fb32a3daa69 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-110.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-110 auf Seite 281. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{siunitx} \usepackage{booktabs} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ + S[table-format=1.2e-1,table-number-alignment=center] + s[table-unit-alignment=left]}\toprule +{\emph{Wert}} & \emph{Einheit}\\\midrule +2.16e-5 & \metre\squared\per\second \\ +2.83e-6 & \metre\squared\per\second \\ +7.39e3 & \pascal\cubic\metre\per\mole\\ +1.0e5 & \pascal \\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-111.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-111.ltx new file mode 100644 index 00000000000..a5e8ffe9f49 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-111.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-111 auf Seite 281. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{siunitx} \usepackage{booktabs} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ + S[table-format=1.2e-1, + table-number-alignment=center]@{\,} + s[table-unit-alignment=left]}\toprule +{\emph{Wert}} & \emph{Einheit}\\\midrule +2.16e-5 & \metre\squared\per\second \\ +2.83e-6 & \metre\squared\per\second \\ +7.39e3 & \pascal\cubic\metre\per\mole\\ +1.0e5 & \pascal \\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-112.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-112.ltx new file mode 100644 index 00000000000..99e00f5a835 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-112.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-112 auf Seite 282. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage[exponent-product=\cdot]{siunitx} +\usepackage{booktabs} +\sisetup{table-number-alignment=center} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{c + S[table-format=1.3e1]<{{\,\si{\kilogram}}} + S[table-format=2.2]}\toprule +\emph{No} & \multicolumn{1}{c}{\emph{Masse}} + & {Masse/\SI{e3}{\kilogram}}\\\midrule +1 & 4.56e3 & 4.56 \\ +2 & 2.40e3 & 2.40 \\ +3 & 1.345e4 & 13.45 \\ +4 & 4.5e2 & 0.45 \\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-113.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-113.ltx new file mode 100644 index 00000000000..23b3fd9096f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-113.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-113 auf Seite 282. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|*7{c|}}\hline +a1&b1&c1&d1&e1&f1&g1\\\hline +a2&\multicolumn{2}{l|}{b2} + &d2&e2&f2&g2\\\hline +\multicolumn{3}{|l|}{a3}&d3& +\multicolumn{2}{l|}{e3}&g3\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-114.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-114.ltx new file mode 100644 index 00000000000..50dc1d17de3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-114.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-114 auf Seite 283. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{spreadtab} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}{{tabular}{rr |r}} + 27 & 54 & a1+b1 \\ + 58 & 45 & a2-b2 \\ + 50 & 25 & a3*b3 \\ + 60 & 47 & a4/b4 \\\hline +a1+a2+a3 & b1+b2+b4 & a5/b5 +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-115.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-115.ltx new file mode 100644 index 00000000000..dec19a5d4a9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-115.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-115 auf Seite 283. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{spreadtab} +%StopShownPreambleCommands +\begin{document} +\STautoround{3} +\begin{spreadtab}{{tabular}{rr |r}} + 27 & 54 & a1+b1 \\ + 58 & 45 & a2-b2 \\ + 50 & 25 & a3*b3 \\ + 60 & 47 & a4/b4 \\\hline +a1+a2+a3 & b1+b2+b4 & a5+b5 +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-116.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-116.ltx new file mode 100644 index 00000000000..db155531ee0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-116.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-116 auf Seite 283. +%% +%% Copyright (C) 2016 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{spreadtab,amsmath} +%StopShownPreambleCommands +\begin{document} +$\begin{spreadtab}{{matrix}{}} +1\\ +[0,-1] & [-1,-1]\\ +[0,-1] & [-1,-1]+[0,-1] & [-1,-1]\\ +[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1]\\ +[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1]\\ +[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1] +\end{spreadtab}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-117.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-117.ltx new file mode 100644 index 00000000000..4e39b7f43ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-117.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-117 auf Seite 284. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{spreadtab} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}{{tabular}{rr |r}} +@ Monat & @ Einkommen & @ Steuer \\\hline + 1 & 5409 & b2*0.3 \\ + 2 & 4523 & b3*0.3 \\ + 3 & 4711 & b4*0.3 \\\hline + & b2+b3+b4 & B5*0.3 +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-118.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-118.ltx new file mode 100644 index 00000000000..669db2ff4a6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-118.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-118 auf Seite 284. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{spreadtab,eurosym} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}{{tabular}{rr |r}} +@ Monat & @ Einkommen & @ Steuer \\\hline + 1 & 5409 & b2*0.3 \\ + 2 & 4523 & b3*0.3 \\ + 3 & 4711 & b4*0.3 \\\hline + & \llap{Summe: :={b2+b3+b4} \euro} + & $\sum$: :={B5*0.3} +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-119.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-119.ltx new file mode 100644 index 00000000000..8eb52e78d01 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-119.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-119 auf Seite 285. +%% +%% Copyright (C) 2016 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{spreadtab} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}{{tabular}{r | ccc}}\hline +@ $x$-Werte & -1 & 0 \SThidecol & 2 & 3 \\\hline +@ $f(x)=2\cdot x-1$ & 2*[0,-1]-1& 2*[0,-1]-1 & 2*[0,-1]-1 & 2*[0,-1]-1\\ +@ $g(x)=x-10$\SThiderow& [0,-2]-10 & [0,-2]-10 & [0,-2]-10 & [0,-2]-10 \\ +@ $h(x)=1-x$ & 1-[0,-3] & 1-[0,-3] & 1-[0,-3] & 1-[0,-3] \\\hline +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-12.ltx new file mode 100644 index 00000000000..1e88f1c808d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-12.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-12 auf Seite 222. +%% +%% Copyright (C) 2016 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[T1]{fontenc} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{array,rotating} \newcolumntype{B}{>{\bfseries}c} +\newcolumntype{T}{>{\ttfamily}l} +\newcolumntype{R}[1]{>{\begin{turn}{#1}}l<{\end{turn}}} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}[b]{BTl} +\multicolumn{1}{R{45}}{Abkürzung} & \multicolumn{1}{R{45}}{Bezugsspalte} & +\multicolumn{1}{R{45}}{Parameter}\\\hline B & c & - \\ T & l & - \\ R & l & 1\\\hline +\end{tabular} \qquad +\begin{tabular}[b]{@{}BTl@{}} +\multicolumn{1}{R{90}}{Abkürzung} & \multicolumn{1}{R{90}}{Bezugsspalte} & +\multicolumn{1}{R{90}}{Parameter}\\ B & c & - \\ T & l & - \\ R & l & 1 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-120.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-120.ltx new file mode 100644 index 00000000000..d8fd4d70fe9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-120.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-120 auf Seite 285. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{spreadtab} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}[\STsavecell\result{c1}]% + {{tabular}{|c|c|c|c|c|}}\hline +10 & a1+10 & b1+10 & a1+b1+c1 + & @Zelle c1 : \result\\\hline +\end{spreadtab}\par\medskip +\medskip +Zelle c1 hatte den Wert: \result +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-121.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-121.ltx new file mode 100644 index 00000000000..2e34bd54c38 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-121.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-121 auf Seite 286. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{spreadtab,eurosym} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}[\STsavecell\EK{b5}% + \STsavecell\ST{c5}]{{tabular}{rr |r}} +@ Monat & @ Einkommen & @ Steuer \\\hline + 1 & 5409 & b2*0.3 \\ + 2 & 4523 & b3*0.3 \\ + 3 & 4711 & b4*0.3 \\\hline + & \llap{Summe: :={b2+b3+b4} \euro} + & $\sum$: :={B5*0.3} +\end{spreadtab}\par\medskip +Das Einkommen betrug \EK~\euro\ +und die Steuer \ST~\euro! +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-122.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-122.ltx new file mode 100644 index 00000000000..e7d98ac7363 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-122.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-122 auf Seite 286. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{spreadtab,eurosym} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}{{tabular}{rr |r}} +@ Monat & @ Einkommen & @ Steuer \\\hline + 1 & 5409 & b2*0.3 \\ + 2 & 4523 & b3*0.3 \\ + 3 & 4711 & b4*0.3 \\\hline + & \llap{Summe: :={sum(b2:b4)} \euro} + & $\sum$: :={sum(C2:C4)} +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-123.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-123.ltx new file mode 100644 index 00000000000..5416ab704bf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-123.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-123 auf Seite 286. +%% +%% Copyright (C) 2016 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} + +%StartShownPreambleCommands +\usepackage{spreadtab} \setlength\tabcolsep{2pt} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}{{tabular}{@{} *9{p{3em}} @{}}} + 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 &8\\\hline +fact(a1)&fact(b1)&fact(c1)&fact(d1)&fact(e1)&fact(f1)&fact(g1)&fact(h1)&fact(i1) +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-124.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-124.ltx new file mode 100644 index 00000000000..b731397a170 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-124.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-124 auf Seite 287. +%% +%% Copyright (C) 2016 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} + +%StartShownPreambleCommands +\usepackage{spreadtab} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}{{tabular}{ @{} r *6c @{}}} +@Alter & 10 & 11 & 12 & 13 & 14 & 15\\ +@Anzahl & 5 & 8 & 20 & 55 & 9 & 3\\\hline +\multicolumn{7}{@{}l}{Altersmittelwert: :={sumprod(b1:g1;b2:g2)/sum(b2:g2)}} +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-125.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-125.ltx new file mode 100644 index 00000000000..f9154b0aaf1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-125.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-125 auf Seite 287. +%% +%% Copyright (C) 2016 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} + +%StartShownPreambleCommands +\usepackage{spreadtab} \STautoround{4} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}{{tabular}{@{} l|cccc @{}}} +@Zufallszahl $\in [0;1]$ &rand() &rand() &rand() &rand() \\ +@Zufallszahl $\in [-20;20]$ &randint(-5,5) &randint(-5,5) &randint(-5,5) &randint(-5,5)\\ +@Zufallszahl $\in [0;20]$ &randint(20) &randint(20) &randint(20) &randint(20) \\ +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-126.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-126.ltx new file mode 100644 index 00000000000..ebfc0f2c1b6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-126.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-126 auf Seite 288. +%% +%% Copyright (C) 2016 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} + +%StartShownPreambleCommands +\usepackage{spreadtab} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}{{tabular}{cc}} +@1789/7/14 & engshortdatetonum(a1)\\ +2001/1/1 :={} & engshortdatetonum([-1,0])\\ +engshortdatetonum(0/3/1) + & engshortdatetonum(\number\year/% + \number\month/\number\day)\\ +englongdatetonum(February 13, 2005) + & englongdatetonum(\today)\\ +@July 1, 1970 & englongdatetonum(a5)\\\hline +@2010/11/23 & engshortdatetonum([-1,0])\\ +@2010/1/1 & engshortdatetonum([-1,0])\\ +@Differenz & :={[0,-2]-[0,-1]} Tage +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-127.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-127.ltx new file mode 100644 index 00000000000..76d00e39a9c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-127.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-127 auf Seite 288. +%% +%% Copyright (C) 2016 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} + +%StartShownPreambleCommands +\usepackage{spreadtab} +%StopShownPreambleCommands +\begin{document} +\begin{spreadtab}{{tabular}{cc}}\hline +\multicolumn{2}{|c|}{@2010/3/17} \\\hline + 365& numtoengshortdate(engshortdatetonum(a1)+[-1,0])\\ + 365& numtoenglongdate(engshortdatetonum(a1)+[-1,0]) \\ + 365& numtoengmonth(engshortdatetonum(a1)+[-1,0]) \\ + 365& numtoengday(engshortdatetonum(a1)+[-1,0])\\\hline +-365& numtoengshortdate(engshortdatetonum(a1)+[-1,0])\\ +-365& numtoenglongdate(engshortdatetonum(a1)+[-1,0]) \\ +-365& numtoengmonth(engshortdatetonum(a1)+[-1,0]) \\ +-365& numtoengday(engshortdatetonum(a1)+[-1,0]) +\end{spreadtab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-128.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-128.ltx new file mode 100644 index 00000000000..3cb6f868e6a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-128.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-128 auf Seite 289. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\textwidth{6cm} +\setlength\parskip{8pt plus 3pt} +%StartShownPreambleCommands +\usepackage{tabulary} +%StopShownPreambleCommands +\begin{document} +Text vor der Tabelle, der über die ganze Zeile +geht.\par +\begin{tabulary}{\linewidth}{@{}L | C | R@{}} +Die Höhe der Spalte wird automatisch bestimmt. +& Diese Spalte ist ? breit. +& Die Höhe der Spalte wird automatisch bestimmt. +\end{tabulary}\par +Text nach der Tabelle, der über die ganze Zeile +geht. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-129.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-129.ltx new file mode 100644 index 00000000000..3ff024e2369 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-129.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-129 auf Seite 289. +%% +%% Copyright (C) 2016 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{246.96883pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parskip{8pt plus 3pt} +%StartShownPreambleCommands +\usepackage{tabulary} +%StopShownPreambleCommands +\begin{document} +Text vor der Tabelle, der über die ganze Breite der Zeile gehen wird.\par +\begin{tabulary}{\linewidth}{@{}J | J | J@{}} +Die Höhe der Spalte wird automatisch bestimmt. + & Diese Spalte ist ?\,cm breit, wie genau, weiß man nicht. + & Die Höhe der Spalte wird automatisch bestimmt, sodass alle Spalten gleich hoch + sind, allerdings bei vorgegebener Breite. +\end{tabulary}\par +Text vor der Tabelle, der über die ganze Breite der Zeile gehen wird. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-13.ltx new file mode 100644 index 00000000000..cec8c49610f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-13.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-13 auf Seite 223. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{array} +\newcolumntype{P}[1]{>{\hspace{0pt}}p{#1}} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|cp{1.75cm}|} +Links & Rechts & Zentriert & Box\\\hline +l & r & c & Definitionsgemäß +\end{tabular}\\[8mm] +\begin{tabular}{|l|r|cP{1.75cm}|} +Links & Rechts & Zentriert & Box\\\hline +l & r & c & Definitionsgemäß +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-130.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-130.ltx new file mode 100644 index 00000000000..6fe7588b663 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-130.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-130 auf Seite 290. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\textwidth{6cm} +\setlength\parskip{8pt plus 3pt} +%StartShownPreambleCommands +\usepackage{tabularx} +%StopShownPreambleCommands +\begin{document} +Text vor der Tabelle, der über die Zeile geht.\par +\begin{tabularx}{\linewidth}% + {!{\vrule width 2pt}X@{}} +Auf einfache Weise kann jetzt ein Balken neben +dem Text erzeugt werden.\par\medskip Dieser +kann auch über Absätze hinweg gehen. Lediglich +ein Seitenumbruch ist mit \texttt{tabularx} +nicht möglich ($\rightarrow$\texttt{ltxtable})! +\end{tabularx}\par +Text nach der Tabelle, der über die Zeile geht. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-131.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-131.ltx new file mode 100644 index 00000000000..3eb2768cdfc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-131.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-131 auf Seite 290. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\hyphenation{Spal-te} +\setlength\textwidth{6cm} +\setlength\parskip{8pt plus 3pt} +%StartShownPreambleCommands +\usepackage{tabularx} +%StopShownPreambleCommands +\begin{document} +Text vor der Tabelle, der über die ganze Zeile +geht, um zu zeigen, dass die Tabelle auch so +breit ist.\par +\begin{tabularx}{\linewidth}{@{}X p{1cm} X@{}} +Die Breite der Spalte wird automatisch bestimmt. +& Diese Spalte ist 1~cm breit. +& Die Breite der Spalte wird automatisch bestimmt. +\end{tabularx}\par +Text nach der Tabelle, der über die ganze Zeile +geht, um zu zeigen, dass die Tabelle auch so +breit ist. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-132.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-132.ltx new file mode 100644 index 00000000000..1fc95674940 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-132.ltx @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-132 auf Seite 291. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\hyphenation{Spal-te} +\setlength\textwidth{6cm} +\setlength\parskip{8pt plus 3pt} +%StartShownPreambleCommands +\usepackage{tabularx} +%StopShownPreambleCommands +\begin{document} +Text vor der Tabelle, der über die ganze Zeile +geht, um zu zeigen, dass die Tabelle auch so +breit ist.\par +\begin{tabularx}{\linewidth}{@{} + >{\setlength\hsize{0.7\hsize}}X | + p{1cm} | + >{\setlength\hsize{1.3\hsize}}X@{}} +Die Breite der Spalte wird automatisch +bestimmt. +& Diese Spalte ist 1~cm breit. +& Die Breite der Spalte wird automatisch bestimmt. +\end{tabularx}\par +Text nach der Tabelle, der über die ganze Zeile +geht, um zu zeigen, dass die Tabelle auch so +breit ist. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-133.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-133.ltx new file mode 100644 index 00000000000..76328979028 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-133.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-133 auf Seite 291. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\textwidth{6cm} +\setlength\parskip{8pt plus 3pt} +%StartShownPreambleCommands +\usepackage{tabularx,ragged2e} +%StopShownPreambleCommands +\begin{document} +Text vor der Tabelle, der über die ganze Zeile +geht, um zu zeigen, dass die Tabelle auch so +breit ist.\par +\begin{tabularx}{\linewidth}{@{} + >{\setlength\hsize{0.7\hsize}\RaggedRight}X | + >{\RaggedRight}p{1cm} | + >{\setlength\hsize{1.3\hsize}\RaggedRight}X@{}} +Die Breite der Spalte wird automatisch bestimmt. + & Diese Spalte ist 1~cm breit. + & Die Breite der Spalte wird automatisch + bestimmt. +\end{tabularx}\par +Text nach der Tabelle, der über die ganze +Zeile geht, um zu zeigen, dass die Tabelle +auch so breit ist. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-134.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-134.ltx new file mode 100644 index 00000000000..b8bf4803585 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-134.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-134 auf Seite 292. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\textwidth{6cm} +\setlength\parskip{8pt plus 3pt} +%StartShownPreambleCommands +\usepackage{tabularx,ragged2e} +\renewcommand\tabularxcolumn[1]{>{\small}m{#1}} +%StopShownPreambleCommands +\begin{document} +Text nach der Tabelle, der über die ganze Zeile +geht.\par +\begin{tabularx}{\linewidth}{@{} + >{\setlength\hsize{0.7\hsize}\RaggedRight}X | + >{\RaggedRight}p{1cm} | + >{\setlength\hsize{1.3\hsize}\RaggedRight}X@{}} +Die Breite der Spalte wird automatisch bestimmt. + &Diese Spalte ist 1~cm breit. + &Die Breite der Spalte wird automatisch bestimmt. +\end{tabularx}\par +Text nach der Tabelle, der über die ganze +Zeile geht, um zu zeigen, dass die Tabelle +auch so breit ist. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-135.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-135.ltx new file mode 100644 index 00000000000..59af2df8b41 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-135.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-135 auf Seite 293. +%% +%% Copyright (C) 2016 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[ngerman]{babel} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage[para]{threeparttable} +%StopShownPreambleCommands +\begin{document} +\begin{threeparttable} +\caption{Gegenüberstellung der + verschiedenen Analysen in Gas.} +\begin{tabular}[t]{r|c|c|c}\hline +\rule[-0.5ex]{0pt}{3ex} + & P1 & P2\tnote{A} & P3\\\hline +Druckabfall & 0,149 & 0,494 & 0,199\\ +Windung & 0,146 & 0,480 & 0,240\\ +Heißextraktion & 0,164\tnote{a} + & 0,508 & 0,209 \\\hline +\end{tabular} +\begin{tablenotes}[flushleft] +\item[A] Unsichere Messung +\item[a] Störung während der Messung +\end{tablenotes} +\end{threeparttable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-136.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-136.ltx new file mode 100644 index 00000000000..82e6ee8da28 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-136.ltx @@ -0,0 +1,52 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-136 auf Seite 294. +%% +%% Copyright (C) 2016 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[ngerman]{babel} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{threeparttable,array,booktabs,calc} +%StopShownPreambleCommands +\begin{document} +\begin{threeparttable} +\caption{Zusammenstellung der Vorzeichen für die wichtigsten trigonometrischen + Funktionen.\tnote{1}} +\begin{tabular}{@{}rc*{6}{>{$}c<{$}}}\toprule +\emph{Quadrant} & Größe des Winkels & \sin\tnote{a} & \cos\tnote{a} & \tan\tnote{b} + & \mathrm{cot}\tnote{b} & \mathrm{sec}\tnote{c} & \mathrm{csec}\tnote{c} \\\midrule + I & $0^\circ$ bis $90^\circ$ & + & + & + & + & + & + \\ + II & $90^\circ$ bis $180^\circ$ & + & - & - & - & - & + \\ + III & $180^\circ$ bis $270^\circ$ & - & - & + & + & - & - \\ + IV & $270^\circ$ bis $360^\circ$ & - & + & - & - & + & - \\\bottomrule +\end{tabular} +\begin{tablenotes} + \item[1] Ãœbertragung auf das Bogenmaß ist einfach möglich. + \begingroup% lokal halten + \renewcommand\tnote[1]{\normalsize\bfseries#1} + \item[Wertebereiche:] ~ \endgroup + \item[a] \makebox[1.8em][r]{$-1$} bis $+1$ + \item[b] \makebox[1.8em][r]{$-\infty$} bis $+\infty$ + \item[c] \makebox[1.8em][r]{$-\infty$} bis $-1$ und $+1$ bis $+\infty$ +\end{tablenotes} +\end{threeparttable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-14.ltx new file mode 100644 index 00000000000..5eb2649ec3d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-14.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-14 auf Seite 223. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{array,ragged2e} +\newcolumntype{L}[1]{>{\hspace{0pt}\RaggedRight}p{#1}} +\newcolumntype{C}[1]{>{\hspace{0pt}\Centering}p{#1}} +\newcolumntype{R}[1]{>{\hspace{0pt}\RaggedLeft}p{#1}} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}L{3cm}C{3cm}R{3cm}@{}}\hline +Eine linksbündige Spalte mit rechtsseitigem Flattersatz + & Eine zentrierte Spalte mit linkem und rechtem Flattersatz + & Eine rechtsbündige Spalte mit linksseitigem Flattersatz\\ +L & C & R\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-15.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-15.ltx new file mode 100644 index 00000000000..0f969ca74c9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-15.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-15 auf Seite 224. +%% +%% Copyright (C) 2016 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{array} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l!{\vrule width 3pt}l|c|l|l|}\hline +L & L & C & L & L\\ +LL&\multicolumn{3}{!{\vrule width 3pt}c|}{CCC} & L\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-16.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-16.ltx new file mode 100644 index 00000000000..b408ccbfb09 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-16.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-16 auf Seite 224. +%% +%% Copyright (C) 2016 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{array} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l!{\vrule width 3pt}l|c|l|l|}\hline +L& L& C& L& L\\ LL&\multicolumn{3}{c|}{CCC}& L\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-17.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-17.ltx new file mode 100644 index 00000000000..a49d6ced106 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-17.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-17 auf Seite 225. +%% +%% Copyright (C) 2016 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} +\setlength\parskip{5pt plus 2pt minus 1pt} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +Zeile \begin{tabular}[t]{|c|}\hline + Eins\\Zwei\\\hline +\end{tabular} Zeile \par +eine neue Zeile im Absatz\par Zeile +\begin{tabular}[t]{|c|}\firsthline + Eins\\Zwei\\\hline +\end{tabular} Zeile \par +eine neue Zeile im Absatz\par Zeile +\begin{tabular}[b]{|c|}\firsthline + Eins\\Zwei\\\lasthline +\end{tabular} Zeile \\ +eine neue Zeile im Absatz +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-18.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-18.ltx new file mode 100644 index 00000000000..5181012db2a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-18.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-18 auf Seite 225. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +Eine Zeile im Absatz vor der Tabelle.\par +Zeile \begin{tabular}[t]{|c|}\firsthline + Eins\\Zwei\\\lasthline +\end{tabular} Zeile \par +Eine Zeile im Absatz nach der Tabelle.\par +Eine Zeile im Absatz vor der Tabelle und\par +\verb+\addtolength\extratabsurround{10pt}+. +\par Zeile +\addtolength\extratabsurround{10pt} +\begin{tabular}[t]{|c|}\firsthline + Eins\\Zwei\\\lasthline +\end{tabular} Zeile \par +Eine Zeile im Absatz nach der Tabelle. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-19.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-19.ltx new file mode 100644 index 00000000000..fe9f174fd49 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-19.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-19 auf Seite 225. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{arydshln} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l:r:|:c:p{1.5cm}|}\hline +Links & Rechts & Zentriert & Box\\\hdashline +l & r & c & p\{1.5cm\}\\\hline +l & r & c & p\{1.5cm\}\\\hdashline\hdashline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-2.ltx new file mode 100644 index 00000000000..a585bca9860 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-2.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-2 auf Seite 220. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +\setlength\extrarowheight{8pt} +\begin{tabular}{|l|r|c|p{1.75cm}|}\hline +Links & Rechts & Zentriert & Box\\\hline +l & r & c & p\{1.75cm\}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-20.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-20.ltx new file mode 100644 index 00000000000..f5b15edf203 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-20.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-20 auf Seite 226. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{arydshln} +%StopShownPreambleCommands +\begin{document} +\begin{tabular} + {|l:r:|:c;{2pt/2pt}p{1.5cm};{2pt/4pt}} + \hdashline[3pt/1.5pt] +Links & Rechts & Zentriert & Box\\ + \cdashline{2-3}[1pt/3pt] +l & r & c & p\{1.5cm\}\\\hdashline[5pt/3pt] +l & r & c & p\{1.5cm\}\\\hline +l & r & c & p\{1.5cm\}\\\hdashline[3pt/5pt] +l & r & c & p\{1.5cm\}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-21.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-21.ltx new file mode 100644 index 00000000000..e7f42d88608 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-21.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-21 auf Seite 226. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\setlength\parskip{5pt plus 2pt minus 1pt} +%StartShownPreambleCommands +\usepackage{array,arydshln} +%StopShownPreambleCommands +\begin{document} +eine neue Zeile im Absatz\par Zeile +\begin{tabular}[t]{:c:}\firsthdashline + Eins\\Zwei\\\hdashline +\end{tabular} Zeile \\ +eine neue Zeile im Absatz\par Zeile +\begin{tabular}[t]{:c:}\firsthdashline[3pt/1pt] + Eins\\Zwei\\\lasthdashline[1pt/3pt] +\end{tabular} Zeile \\ +eine neue Zeile im Absatz +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-22.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-22.ltx new file mode 100644 index 00000000000..4c4fc30d8ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-22.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-22 auf Seite 227. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{arydshln} +\setlength\dashlinedash{2pt} +\setlength\dashlinegap{2pt} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l:r:|:c:p{1.5cm}:} + \hdashline +Links & Rechts & Zentriert & Box\\ + \cdashline{2-3} +l & r & c & p\{1.5cm\}\\\hdashline +l & r & c & p\{1.5cm\}\\\hdashline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-23.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-23.ltx new file mode 100644 index 00000000000..cc7930937ea --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-23.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-23 auf Seite 228. +%% +%% Copyright (C) 2016 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} +\renewcommand\arraystretch{1.1} +%StartShownPreambleCommands +\usepackage{multirow,bigdelim} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{lllr} + & 0 & \ldots &\\ +\ldelim{\{}{6}{1.9cm}[Wenn $f(n)=$] + & 1 & dann mache\ldots &\\ + & 2 & dann mache\ldots &\rdelim{]}{3}{1cm}[R]\\ + & 3 & dann mache\ldots &\\ + & 4 & dann mache\ldots &\\ + & 5 & dann mache\ldots &\\ + & 6 &\ldots &\\ +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-24.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-24.xltx new file mode 100644 index 00000000000..ad7e81b6fd5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-24.xltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-24 auf Seite 229. +%% +%% Copyright (C) 2016 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\parskip{10pt} +\AtBeginDocument{\setbox0\hbox{$ $}} +%StartShownPreambleCommands +\usepackage{blkarray} +%StopShownPreambleCommands +\begin{document} +\begin{blockarray}{c \{ c c \} c} +11 & 21 & 31 & 41\\ +\begin{block*}{c \BAmulticolumn{2}{c} c} +12 & 23\mbox{--}32 & 42\\13 & 23\mbox{--}33 & 43\\ +\end{block*} +14 & 24 & 34 & 44 +\end{blockarray} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-25.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-25.xltx new file mode 100644 index 00000000000..d0934438126 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-25.xltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-25 auf Seite 229. +%% +%% Copyright (C) 2016 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\parskip{10pt} +\AtBeginDocument{\setbox0\hbox{$ $}} +%StartShownPreambleCommands +\usepackage{blkarray} +%StopShownPreambleCommands +\begin{document} +\begin{blockarray}{cccc} +11 & 21 & 31 & 41\\ +\begin{block}{c | cc \} c} +12 & 22 & 32 & 42\\ 13 & 23 & 33 & 43\\ +\end{block} +14 & 24 & 34 & 44 +\end{blockarray} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-26.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-26.xltx new file mode 100644 index 00000000000..b039fa16792 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-26.xltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-26 auf Seite 229. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parskip{10pt} +\AtBeginDocument{\setbox0\hbox{$ $}} +%StartShownPreambleCommands +\usepackage{blkarray} +%StopShownPreambleCommands +\begin{document} +\begin{blockarray}{>{\scriptsize}cccc} +\begin{block}{*{4}{>{\scriptsize}c}} +1 & 2 & 3 & 4\\ +\end{block} +\begin{block}{>{\scriptsize}c(ccc)} +2 & 22 & 32 & 42\\ 3 & 23 & 33 & 43\\ +4 & 24 & 34 & 44\\ +\end{block} +\end{blockarray} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-27.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-27.xltx new file mode 100644 index 00000000000..1327bd5dba8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-27.xltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-27 auf Seite 230. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parskip{10pt} +\AtBeginDocument{\setbox0\hbox{$ $}} +%StartShownPreambleCommands +\usepackage{blkarray} +%StopShownPreambleCommands +\begin{document} +\begin{blockarray}{>{\scriptsize}ccccl} +\begin{block}{*{5}{>{\scriptsize}c}} +1 & 2 & 3 & 4 & Spalten\\ +\end{block} +\begin{block}{\Left{Demo} \{ >{\scriptsize}cccc + \Right\}{3$\times$3 Matrix} l} +2 & 22 & 32 & 42\\ 3 & 23 & 33 & 43\\ +4 & 24 & 34 & 44\\ +\end{block} +\makebox[0pt][l]{\scriptsize Zeilen} +\end{blockarray} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-28.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-28.xltx new file mode 100644 index 00000000000..51282dd8dc4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-28.xltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-28 auf Seite 231. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setbox0\hbox{$ $}} +%StartShownPreambleCommands +\usepackage{blkarray} +%StopShownPreambleCommands +\begin{document} +\begin{blockarray}{||c||c|cc||cc||} + \BAhhline{|t:=:t:=|==#==:t|} + 0 & 1 & 2 & 3 & 4 & 5\\\BAhline + 0 & 1 & 2 & 3 & 4 & 5\\\BAhline\BAhline + 0 & 1 & 2 & 3 & 4 & 5\\\BAhhline{||-||-..||.-} + 0 & 1 & 2 & 3 & 4 & 5\\\BAhhline{=::=""::"=} + 0 & 1 & 2 & 3 & 4 & 5\\\BAhhline{|b:=:b:=""::"=:b|} +\end{blockarray} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-29.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-29.ltx new file mode 100644 index 00000000000..8bd65651869 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-29.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-29 auf Seite 232. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{eurosym,array,multirow,booktabs} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}ll>{$}r<{$}@{}} \toprule +\multicolumn{2}{c}{Fleisch}\\\cmidrule(r){1-2} +Tier &Einheit& \textrm{Preis in \euro}\\\midrule +Gnome & Pfund & 13.65 \\ + & Stück & 0.01 \\ +Gnu & \multirow{2}*{gefüllt} & 92.50\\ +Emu & & 33.33 \\ +Schnabeltier & gefroren & 8.99\\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-3.ltx new file mode 100644 index 00000000000..962a27f5fa9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-3.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-3 auf Seite 220. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|c|>{\raggedright% + \arraybackslash}p{2.5cm}|}\hline +L & R & Z & Box\\\hline +l & r & c & p\{2.5cm\}\newline + neue Zeile mit \verb+\newline+\\ +l & r & c & neue Tabellenzeile mit \verb+\\+\\ + wie jetzt &&& \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-30.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-30.ltx new file mode 100644 index 00000000000..4570b15bc72 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-30.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-30 auf Seite 232. +%% +%% Copyright (C) 2016 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{booktabs} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}cccc@{}} +Eins&Zwei&Drei&Vier\\\cmidrule{1-2}\cmidrule{3-4} +Eins&Zwei&Drei&Vier\\\cmidrule{1-1}\cmidrule{2-2} + \cmidrule{3-3}\cmidrule{4-4} +Eins&Zwei&Drei&Vier\\\cmidrule(lr){1-2}\cmidrule(lr){3-4} +Eins&Zwei&Drei&Vier\\\cmidrule(lr){1-1}\cmidrule(lr){2-2} + \cmidrule(lr){3-3}\cmidrule(lr){4-4} +Eins&Zwei&Drei&Vier\\\cmidrule(r){1-2}\cmidrule(l){3-4} +Eins&Zwei&Drei&Vier\\\cmidrule(r){1-1}\cmidrule(lr){2-2} + \cmidrule(lr){3-3}\cmidrule(l){4-4} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-31.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-31.ltx new file mode 100644 index 00000000000..f144a2b5b03 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-31.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-31 auf Seite 233. +%% +%% Copyright (C) 2016 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{booktabs} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{cccc} +Eins & Zwei & Drei & Vier\\\cmidrule{2-3}\cmidrule{2-3} +Eins & Zwei & Drei & Vier\\ + \cmidrule{2-3}\morecmidrules\cmidrule{2-3} +Eins & Zwei & Drei & Vier\\\cmidrule{2-3}\morecmidrules + \cmidrule{2-3}\morecmidrules\cmidrule{2-3} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-32.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-32.ltx new file mode 100644 index 00000000000..55f262923ad --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-32.ltx @@ -0,0 +1,62 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-32 auf Seite 234. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{array,booktabs} +\usepackage[table]{xcolor} +\definecolor{cLightRed}{rgb}{1,.70,.70} +\definecolor{cLightYellow}{rgb}{.90,.85,.55} +\definecolor{cLightGray}{rgb}{.90,.90,.90} +\definecolor{cMediumGray}{rgb}{.70,.70,.70} +\definecolor{cDarkGray}{rgb}{.50,.60,.70} \newcommand\thickc[1][0.5pt]{\vrule width #1} +\newcommand\myMidrule{\specialrule{0.6pt}{0pt}{0pt}} +%StopShownPreambleCommands +\begin{document} +\renewcommand{\arraystretch}{1.35} +\begin{tabular}{|l|c|c|m{4cm}|} \specialrule{2pt}{5pt}{0pt} + \multicolumn{4}{!{\thickc[2pt]}c!{\thickc[2pt]}}{% + \large \textbf{Boot Loader Header Table}}\\\specialrule{2pt}{0pt}{0pt} + \multicolumn{4}{!{\thickc[1pt]}>{\columncolor{cLightYellow}}r!{\thickc[1pt]}}{% + \large Version Independent }\\\specialrule{1pt}{0pt}{0pt} + \multicolumn{1}{!{\thickc[1pt]}>{\columncolor{cDarkGray}}c|}{Entry} + & \multicolumn{1}{|>{\columncolor{cDarkGray}}c|}{Location} + & \multicolumn{1}{|>{\columncolor{cDarkGray}}c|}{Size} + & \multicolumn{1}{|>{\columncolor{cDarkGray}}c!{\thickc[1pt]}}{Comments} \\ + \specialrule{1pt}{0pt}{0pt} +% + \rowcolor{cLightGray} JmpTrap & 0 & Word & 0EBFEh (JMP \$)\\\myMidrule + \rowcolor{cMediumGray} MagicNumber & 2 & Word & 0AA55h \\\myMidrule + \rowcolor{cLightGray} Name & 4 & 4 Bytes & 'EBLH' \\\myMidrule + \rowcolor{cMediumGray} Version & 8 & Word & Version of BLH table\\\myMidrule + \rowcolor{cLightGray} Size & 10 & Byte & Size of BLH table \\\myMidrule + \rowcolor{cMediumGray}SizeVDT & 11 & Byte & Size of following version + dependent table\\\myMidrule + \multicolumn{4}{!{\thickc[1pt]}>{\columncolor{cLightYellow}}r!{\thickc[1pt]}}{% + \large Version 1.x }\\\myMidrule + \rowcolor{cLightGray} Empty & 0 & 0 & No Data for 1.x\\\myMidrule + \multicolumn{4}{!{\thickc[2pt]}c!{\thickc[2pt]}}{% + \large \textbf{End of Boot Loader Header Table}}\\[-2pt]\bottomrule[2pt] +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-33.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-33.ltx new file mode 100644 index 00000000000..e77b0c3f8f3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-33.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-33 auf Seite 235. +%% +%% Copyright (C) 2016 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 + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{c}\hline +$ f(x)=\frac{\sqrt{x^2-1}}{x^2+1}$ \\\hline +$ f(x)=\frac{\sqrt{x^2-1}}{x^2+\frac{1}{x^2}}$\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-34.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-34.ltx new file mode 100644 index 00000000000..6eed072e120 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-34.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-34 auf Seite 235. +%% +%% Copyright (C) 2016 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{cellspace} +\addtolength\cellspacetoplimit{3pt} +\addtolength\cellspacebottomlimit{3pt} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{Sc}\hline +$ f(x)=\frac{\sqrt{x^2-1}}{x^2+1}$ \\\hline +$ f(x)=\frac{\sqrt{x^2-1}}{x^2+\frac{1}{x^2}}$\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-35.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-35.ltx new file mode 100644 index 00000000000..3928bcf6956 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-35.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-35 auf Seite 235. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\setlength\textwidth{180pt} +%StartShownPreambleCommands +\usepackage{amsmath,cellspace,tabularx} +\addparagraphcolumntypes{X} +\addtolength\cellspacetoplimit{3pt} +\addtolength\cellspacebottomlimit{3pt} +%StopShownPreambleCommands +\begin{document} +\begin{tabularx}{\linewidth}{S{p{3em}}SX}\hline +$x$ & die unabhängige Variable, kann + willkürlich vorgegeben werden \\\hline +$y$ & die abhängige Variable \\\hline +$f(x)$ & die Funktion + $y=f(x)\dfrac{1}{\sqrt{x}}$\\\hline +\end{tabularx} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-36.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-36.ltx new file mode 100644 index 00000000000..03d88858f38 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-36.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-36 auf Seite 236. +%% +%% Copyright (C) 2016 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{colortbl} +\definecolor{gray70}{gray}{0.7} +\definecolor{gray90}{gray}{0.9} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{>{\columncolor{gray70}}c + >{\columncolor[rgb]{1,0,0}}c + >{\columncolor{gray90}}c} +Eins & Zwei & Drei\\ A & B & C +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-37.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-37.ltx new file mode 100644 index 00000000000..488fb1f68e5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-37.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-37 auf Seite 236. +%% +%% Copyright (C) 2016 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{colortbl} +\definecolor{gray70}{gray}{0.7} +\definecolor{gray90}{gray}{0.9} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|>{\columncolor{gray70}[0pt]}c| + >{\columncolor[rgb]{1,0,0}[0pt]}c| + >{\columncolor{gray90}[0pt]}c|} +Eins & Zwei & Drei\\ A & B & C +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-38.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-38.ltx new file mode 100644 index 00000000000..55e1f6a1556 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-38.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-38 auf Seite 237. +%% +%% Copyright (C) 2016 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{97.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{colortbl} +\definecolor{gray70}{gray}{0.7} +\definecolor{gray90}{gray}{0.9} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}>{\columncolor{gray70}[0pt][\tabcolsep]}c + >{\columncolor[rgb]{1,0,0}}c + >{\columncolor{gray90}[\tabcolsep][0pt]}c@{}} +Eins & Zwei & Drei\\ A & B & C +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-39.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-39.ltx new file mode 100644 index 00000000000..bdc5ada688f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-39.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-39 auf Seite 237. +%% +%% Copyright (C) 2016 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[table]{xcolor} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ccc} +\rowcolor[gray]{0.6}Eins & Zwei & Drei\\ +\rowcolor[gray]{0.7}A & B & C \\ +\rowcolor[gray]{0.9}uno & due & tre +\end{tabular}\\[6pt] +% +\begin{tabular}{|>{\columncolor{gray!70}[0pt]}c| + >{\columncolor[rgb]{1,0,0}[0pt]}c| + >{\columncolor{gray!90}[0pt]}c|} +\rowcolor[gray]{0.6}Eins & Zwei & Drei\\ +\rowcolor{cyan} A & B & C \\ + uno & due & tre +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-4.ltx new file mode 100644 index 00000000000..1bc2166ea33 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-4.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-4 auf Seite 220. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{array,ragged2e} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|c| + >{\RaggedRight}p{2.5cm}|}\hline +L & R & Z & Box\tabularnewline\hline +l & r & c & p\{2.5cm\} + \newline neue Zeile mit \verb+\newline+\\ +l & r & c & neue Tabellen\-zeile + mit \verb=\tabularnewline=\\ +wie jetzt&&&\tabularnewline\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-40.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-40.ltx new file mode 100644 index 00000000000..09b4139922a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-40.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-40 auf Seite 238. +%% +%% Copyright (C) 2016 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{colortbl} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{||@{} + >{\columncolor[gray]{.7}[0pt][\tabcolsep]}ccc@{}||} +\rowcolor[gray]{0.6}Eins & Zwei& Drei\\ +\rowcolor{cyan} A & B & C\\ uno & due & tre +\end{tabular}\\[8pt] +\begin{tabular}{||@{} + >{\columncolor[gray]{.7}[0pt][\tabcolsep]}ccc@{}||} +\rowcolor[gray]{0.6}[0pt]Eins & Zwei& Drei\\ +\rowcolor{cyan}[0pt] A & B & C\\ uno & due & tre +\end{tabular}\\[8pt] +\begin{tabular}{||@{} + >{\columncolor[gray]{.7}[0pt][\tabcolsep]}cc + >{\columncolor{white}[\tabcolsep][0pt]}c@{}||} +\rowcolor[gray]{0.6}Eins & Zwei& Drei\\ +\rowcolor{cyan} A & B & C\\ uno & due & tre +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-41.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-41.ltx new file mode 100644 index 00000000000..e2faf85157e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-41.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-41 auf Seite 238. +%% +%% Copyright (C) 2016 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{colortbl} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ccc} +\rowcolor[gray]{0.6}Eins & Zwei & Drei\\ +\rowcolor[gray]{0.7}A & \cellcolor{white}B & C \\ +\rowcolor[gray]{0.9}\cellcolor{red}uno&due&\cellcolor{white}tre +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-42.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-42.ltx new file mode 100644 index 00000000000..75e997386bc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-42.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-42 auf Seite 239. +%% +%% Copyright (C) 2016 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{colortbl} +\definecolor{gray70}{gray}{0.7} +\definecolor{gray90}{gray}{0.9} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|>{\columncolor{gray70}[0pt]}c| + >{\columncolor[rgb]{1,0,0}[0pt]}c| + >{\columncolor{gray90}[0pt]}c|} +\rowcolor[gray]{0.6}Eins & Zwei & \cellcolor{white}Drei\\ +\rowcolor{cyan} A & \cellcolor{white}B & C \\ +\cellcolor{white}uno & due & tre +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-43.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-43.ltx new file mode 100644 index 00000000000..825a286ca5f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-43.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-43 auf Seite 239. +%% +%% Copyright (C) 2016 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{colortbl} +\definecolor{gray70}{gray}{0.7} +\definecolor{gray90}{gray}{0.9} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{} + >{\columncolor{gray70}[0pt][\tabcolsep]}c + >{\columncolor[rgb]{1,0,0}}c + >{\columncolor{gray90}[\tabcolsep][0pt]}c@{}} +\cellcolor{white}Eins & Zwei & Drei\\ +\rowcolor{cyan} A & \cellcolor{white}B & C \\ +\rowcolor[gray]{0.9}uno & due & \cellcolor{white}tre +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-44.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-44.ltx new file mode 100644 index 00000000000..69164147c6c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-44.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-44 auf Seite 239. +%% +%% Copyright (C) 2016 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{colortbl} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{!{\color[gray]{0.2}\vline}c + !{\color[gray]{0.4}\vline}c!{\color[gray]{0.6}\vline}c + !{\color[gray]{0.7}\vline} !{\color[gray]{0.9}\vline}} + Eins & Zwei & Drei\\ A & B & C \\ uno & due & tre +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-45.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-45.ltx new file mode 100644 index 00000000000..9c18996b4bf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-45.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-45 auf Seite 239. +%% +%% Copyright (C) 2016 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{colortbl} +\newlength\Dicke\setlength\Dicke{2\arrayrulewidth} +\addtolength\Dicke{\doublerulesep} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ + !{\color[gray]{0.2}\vline}!{\color[gray]{0.2}\vline}c + !{\color[gray]{0.2}\vrule width \Dicke}c + !{\color{red}\vline}!{\color{red}\vline}c + !{\color{cyan}\vrule width \Dicke}} + Eins & Zwei & Drei\\ A & B & C \\ uno & due & tre +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-46.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-46.ltx new file mode 100644 index 00000000000..5a1c2836ad4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-46.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-46 auf Seite 240. +%% +%% Copyright (C) 2016 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{colortbl}\setlength\arrayrulewidth{2pt} +\arrayrulecolor{red}\doublerulesepcolor{blue} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{||c|||c|||c||}\hline\hline + Eins & Zwei & Drei\\\hline\arrayrulecolor[gray]{0.9} + A & B & C \\\hline\hline + uno & due & tre \\\hline\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-47.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-47.ltx new file mode 100644 index 00000000000..6796416142d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-47.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-47 auf Seite 241. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{ctable} +%StopShownPreambleCommands +\begin{document} +\ctable[notespar=true]{|c||c|}{% + \tnote[\textsc{Quelle:}]{Chicago Manual of Style.}% + \tnote{Anmerk. zu II. Dies ist eine sehr lange Fußnote + zur Demonstration des Zeilenumbruchs in der Fußnote.}% + \tnote[b]{Fußnote zu Links-3.}% + \tnote[*]{Fußnote zu Rechts-3}% + \tnote[c]{Fußnote zu III.}% + \footnotetext[6]{Noch eine echte Fußnote.}}{% + I\tmark[\textsc{Quelle:}] & II\tmark \\ + Links--1 & Rechts--1 \\ + Links--2 & Rechts--2 \\ + Links--3\tmark[b]& Rechts--3\tmark[*]\\ + Links--4 & Rechts--4 \\ + III\tmark[c] & IV\tmark[f] } +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-48.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-48.ltx new file mode 100644 index 00000000000..cd599944830 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-48.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-48 auf Seite 242. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{ctable} +%StopShownPreambleCommands +\begin{document} +\ctable[framerule=0.5pt,framesep=5pt, + framebg=0.8 0.5 0.6]{@{}c||c@{}}{% + \tnote[Quelle:]{Chicago Manual of Style.}% + \tnote{Anmerk. zu II. Dies ist eine sehr lange + Fußnote zur Demonstration des Zeilenumbruchs + in der Fußnote.}% + \tnote[b]{Fußnote zu Links-3.}% + \tnote[*]{Fußnote zu Rechts-3}% + \tnote[c]{Fußnote zu III.}% + \footnotetext[6]{Noch eine ,,echte`` Fußnote.}% +}{I\tmark[\textsc{Quelle:}] & II\tmark \\ + Linke Spalte--1 & Rechte Spalte--1 \\ + Links--2 & Rechts--2 \\ + Links--3\tmark[b]& Rechts--3\tmark[*]\\ + Links--4 & Rechts--4 \\ + III\tmark[c] & IV\tmark[f]} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-49.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-49.ltx2 new file mode 100644 index 00000000000..d4418ad6c46 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-49.ltx2 @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-49 auf Seite 243. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{166.40709pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paperheight=9.5cm, paperwidth=6.5cm, lmargin=5mm, rmargin=5mm, + bmargin=10mm,tmargin=15mm]{geometry} +\AtBeginDocument{\small\pagestyle{headings}} +\setcounter{page}{2} +%StartShownPreambleCommands +\usepackage{ctable} +%StopShownPreambleCommands +\begin{document} +Hier kommt zur Demonstration ziemlich sinnloser Text vor der folgenden Tabelle, +die wegen der \texttt{sideways}-Option auf einer eigenen Seite erscheinen wird. + +\ctable[sideways,maxwidth=\textheight, + caption=Eine Tabelle mit \texttt{\textbackslash ctable}]{@{}>{\ttfamily}l X@{} +}{\tnote[*]{Eine Demonstration mit \texttt{\textbackslash ctable}.}}{% +\FL% FirstLine mit Standarddicke +sideways\tmark[*] & Dreht die Tabelle entgegen (oneside) oder mit (twoside) dem + Uhrzeigersinn um 90 Grad und setzt sie auf eine eigene Seite. Die + \texttt{pos}-Option darf in diesem Fall nicht benutzt werden.\ML[0.1pt]% MidLine +star & Verwendet als Gleitumgebung die jeweilige Sternvariante, was nur im + \texttt{\textbackslash twocolumn}-Modus sinnvoll ist, um damit die Tabelle über + beide Spalten zu setzen.\LL[0.5pt]% LastLine +}% Ende des Tabellenarguments +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-5.ltx new file mode 100644 index 00000000000..45fc9f5e3fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-5.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-5 auf Seite 220. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|>{\bfseries}l|r|c|p{1.5cm}|} +Links & Rechts & Zentriert & Box\\ + l & r & c & p\{1.5cm\} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-50.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-50.ltx new file mode 100644 index 00000000000..0c259bac129 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-50.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-50 auf Seite 244. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\begin{filecontents*}{data0.csv} +Vorname,Nachname,AusweisNo,Alter +Hannes,"Wader, sen.",102689,68 +Jane,Austen,102647,75 +James,Brown,103569,42 +Jana,Voss,105488,26 +Roger,Daltry,106872,58 +Claire,Waldoff,104356,45 +Felix,Voss,513110,29 +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{datatool} +%StopShownPreambleCommands +\begin{document} +\DTLloaddb{Liste}{data0.csv} +\begin{tabular}{llc} +\bfseries Vorname & \bfseries Nachname + & \bfseries Alter +\DTLforeach{Liste}{\vorname=Vorname, + \nachname=Nachname,\alter=Alter}{% + \\ \vorname & \nachname & \alter} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-51.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-51.ltx new file mode 100644 index 00000000000..b753bf13a5a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-51.ltx @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-51 auf Seite 245. +%% +%% Copyright (C) 2016 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} +\setlength\textwidth{180pt} +\usepackage[utf8]{inputenc} +\begin{filecontents*}{data0.csv} +Vorname,Nachname,AusweisNo,Alter +Hannes,"Wader, sen.",102689,68 +Jane,Austen,102647,75 +James,Brown,103569,42 +Jana,Voss,105488,26 +Roger,Daltry,106872,58 +Claire,Waldoff,104356,45 +Felix,Voss,513110,29 +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{datatool} \usepackage{booktabs} +\DTLloaddb{Liste}{data0.csv} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ @{}cllc@{}}\toprule +\emph{No.} & \emph{Vorname} & \emph{Nachname} & \emph{Alter}\\\midrule +\DTLforeach{Liste}{\vorname=Vorname,\nachname=Nachname,\alter=Alter}{% + \label{tab:\nachname} \theDTLrowi. & \vorname & \nachname & \alter\\} +\end{tabular}\par +Man findet den Eintrag von James Brown in Zeile~\ref{tab:Brown} der Tabelle und den +von Claire in Zeile~\ref{tab:Waldoff}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-52.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-52.ltx new file mode 100644 index 00000000000..b8d11de119f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-52.ltx @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-52 auf Seite 245. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\begin{filecontents*}{data0.csv} +Vorname,Nachname,AusweisNo,Alter +Hannes,"Wader, sen.",102689,68 +Jane,Austen,102647,75 +James,Brown,103569,42 +Jana,Voss,105488,26 +Roger,Daltry,106872,58 +Claire,Waldoff,104356,45 +Felix,Voss,513110,29 +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{datatool} +\DTLloaddb{Liste}{data0.csv} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{cllc} +\bfseries No. & \bfseries Vorname + & \bfseries Nachname & \bfseries Alter +\DTLforeach[\DTLisopenbetween{\nachname}{W}{X}]% + {Liste}{\vorname=Vorname, + \nachname=Nachname,\alter=Alter}{\\ + \theDTLrowi.&\vorname&\nachname&\alter} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-53.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-53.ltx new file mode 100644 index 00000000000..d851dc7aee9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-53.ltx @@ -0,0 +1,51 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-53 auf Seite 246. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\begin{filecontents*}{data0.csv} +Vorname,Nachname,AusweisNo,Alter +Hannes,"Wader, sen.",102689,68 +Jane,Austen,102647,75 +James,Brown,103569,42 +Jana,Voss,105488,26 +Roger,Daltry,106872,58 +Claire,Waldoff,104356,45 +Felix,Voss,513110,29 +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{datatool} +\usepackage[table]{xcolor} +%StopShownPreambleCommands +\begin{document} +\DTLloaddb{Liste}{data0.csv} +\begin{tabular}{cllc} +\emph{No.} & \emph{Vorname} & + \emph{Nachname} & \emph{Alter} +\DTLforeach{Liste}{\vorname=Vorname, + \nachname=Nachname,\alter=Alter}{\\ + \DTLifoddrow% + {\rowcolor{black!20}}{\rowcolor{black!40}} + \theDTLrowi.&\vorname&\nachname&\alter} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-54.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-54.ltx new file mode 100644 index 00000000000..f49bbaa7213 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-54.ltx @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-54 auf Seite 246. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\begin{filecontents*}{data0.csv} +Vorname,Nachname,AusweisNo,Alter +Hannes,"Wader, sen.",102689,68 +Jane,Austen,102647,75 +James,Brown,103569,42 +Jana,Voss,105488,26 +Roger,Daltry,106872,58 +Claire,Waldoff,104356,45 +Felix,Voss,513110,29 +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{datatool} \DTLloaddb{Liste}{data0.csv} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{cllc@{\qquad}cllc} +\bfseries No. & \bfseries Vorname & \bfseries Nachname & \bfseries Alter & +\bfseries No. & \bfseries Vorname & \bfseries Nachname & \bfseries Alter +\DTLforeach{Liste}{\vorname=Vorname,\nachname=Nachname,\alter=Alter}% + {\DTLifoddrow{\\}{&} \theDTLrowi. & \vorname & \nachname & \alter} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-55.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-55.ltx new file mode 100644 index 00000000000..7da1b767c2a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-55.ltx @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-55 auf Seite 246. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\begin{filecontents*}{data0.csv} +Vorname,Nachname,AusweisNo,Alter +Hannes,"Wader, sen.",102689,68 +Jane,Austen,102647,75 +James,Brown,103569,42 +Jana,Voss,105488,26 +Roger,Daltry,106872,58 +Claire,Waldoff,104356,45 +Felix,Voss,513110,29 +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{datatool} \usepackage{booktabs} +\DTLloaddb{Liste}{data0.csv} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{} cllc @{}}\toprule +\emph{No.} & \emph{Vorname} & + \emph{Nachname} & \emph{Alter} +\DTLforeach{Liste}{\vorname=Vorname, + \nachname=Nachname,\alter=Alter}{% + \DTLiffirstrow{\\\midrule}{\\} + \theDTLrowi.&\vorname&\nachname&\alter} +\\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-56.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-56.ltx new file mode 100644 index 00000000000..6e428ede86d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-56.ltx @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-56 auf Seite 247. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\begin{filecontents*}{data0.csv} +Vorname,Nachname,AusweisNo,Alter +Hannes,"Wader, sen.",102689,68 +Jane,Austen,102647,75 +James,Brown,103569,42 +Jana,Voss,105488,26 +Roger,Daltry,106872,58 +Claire,Waldoff,104356,45 +Felix,Voss,513110,29 +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{datatool} +\DTLloaddb{Liste}{data0.csv} +%StopShownPreambleCommands +\begin{document} +\DTLsort[Nachname]{Alter=descending}{Liste} +\begin{tabular}{@{}cllc@{}} +\bfseries No. & \bfseries Vorname & + \bfseries Nachname & \bfseries Alter +\DTLforeach{Liste}{\vorname=Vorname, + \nachname=Nachname,\alter=Alter}{% + \DTLiffirstrow{\\\hline}{\\} + \theDTLrowi.&\vorname&\nachname&\alter} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-57.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-57.ltx new file mode 100644 index 00000000000..ce755728e60 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-57.ltx @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-57 auf Seite 247. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\begin{filecontents*}{data0.csv} +Vorname,Nachname,AusweisNo,Alter +Hannes,"Wader, sen.",102689,68 +Jane,Austen,102647,75 +James,Brown,103569,42 +Jana,Voss,105488,26 +Roger,Daltry,106872,58 +Claire,Waldoff,104356,45 +Felix,Voss,513110,29 +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{datatool} +\DTLloaddb{Liste}{data0.csv} +%StopShownPreambleCommands +\begin{document} +\DTLsort*{Nachname}{Liste} +\begin{tabular}{@{}cllc@{}} +\bfseries No. & \bfseries Vorname + & \bfseries Nachname & \bfseries Alter +\DTLforeach{Liste}{\vorname=Vorname, + \nachname=Nachname,\alter=Alter}{% + \DTLiffirstrow{\\\hline}{\\} + \theDTLrowi.&\vorname&\nachname&\alter} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-58.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-58.ltx new file mode 100644 index 00000000000..7b40464da42 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-58.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-58 auf Seite 248. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{dcolumn} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{| c | D{.}{,}{5} | D{,}{.}{-1} | } +Name & Wert & Normdarstellung\\\hline + e & 2.71828 & 0,271828\cdot10^{1}\\ $\pi$ & 3.1416 & 0,31416\cdot10^{1}\\ + v & 0.21 & 0,21 \\ Q & 0 & 0 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-59.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-59.ltx new file mode 100644 index 00000000000..7d85b1cd8aa --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-59.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-59 auf Seite 249. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{dcolumn} \newcommand\mc[1]{\multicolumn{1}{c|}{\emph{#1}}} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{| c | D{.}{,}{5} | D{,}{.}{-1} | } +\emph{Name} & \mc{Wert} & \mc{Normdarstellung}\\\hline + e & 2.71828 & 0,271828\cdot10^{1}\\ $\pi$ & 3.1416 & 0,31416\cdot10^{1}\\ + v & 0.21 & 0,21 \\ Q & 0 & 0 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-6.ltx new file mode 100644 index 00000000000..06ea2930fd4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-6.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-6 auf Seite 221. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{l>{$}r<{$}c|p{1.5cm}|} +Links & Rechts & Zentriert & Box\\\hline +l & r & c & p\{1.5cm\} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-60.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-60.ltx new file mode 100644 index 00000000000..4d2162f2fe9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-60.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-60 auf Seite 249. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{dcolumn} \newcommand\mc[1]{\multicolumn{1}{c|}{\emph{#1}}} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{| c | D{.}{,}{5} | >{$}l<{$} | } +\emph{Name} & \mc{Wert} & \mc{Normdarstellung}\\\hline + e & 2.71828 & 0,271828\cdot10^{1}\\ $\pi$ & 3.1416 & 0,31416\cdot10^{1}\\ + v & 0.21 & 0,21 \\ Q & 0 & 0 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-61.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-61.ltx new file mode 100644 index 00000000000..5b7f8fb5c0c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-61.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-61 auf Seite 250. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{dcolumn} \newcolumntype{d}[1]{D{.}{.}{#1}} +\newcommand\mc[1]{\multicolumn{1}{c|}{#1}}\newcommand\Mc[1]{\multicolumn{1}{|c|}{#1}} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{| d{-1}| d{1}| d{2}| d{3.2}| d{5.2}|} +\Mc{d\{-1\}}&\mc{d\{1\}}&\mc{d\{2\}}&\mc{d\{3.2\}}&\mc{d\{5.2\}}\\\hline +-13.02 & -13.02 & -13.02 & -13.02 & -13.02 \\ +-13.02 & -13.02 & -13.02 & -13.02 & -13.02 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-62.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-62.ltx new file mode 100644 index 00000000000..292cad59bf1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-62.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-62 auf Seite 250. +%% +%% Copyright (C) 2016 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} +%\setlength\textwidth{220pt} +%StartShownPreambleCommands +\usepackage{longtable} +%StopShownPreambleCommands +\begin{document} +Links \hfill Zentriert \hfill Rechts \par +\begin{longtable}{|l|c|r|p{1.5cm}|}\hline +Links & center & Rechts & Box\\\hline +l & c & r & p\{1.5cm\}\\\hline +\end{longtable}% Ende zentriert +\begin{longtable}[r]{|l|c|r|p{1.5cm}|}\hline +Links & Zentriert & right & Box\\\hline +l & c & r & p\{1.5cm\}\\\hline +\end{longtable}% Ende rechtsbündig +\begin{longtable}[l]{|l|c|r|p{1.5cm}|}\hline +left & Zentriert & Rechts & Box\\\hline +l & c & r & p\{1.5cm\}\\\hline +\end{longtable}% Ende linksbündig +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-63.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-63.ltx2 new file mode 100644 index 00000000000..3acee8f6c7b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-63.ltx2 @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-63 auf Seite 251. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[utf8]{inputenc}% adapt maybe +\usepackage[paper=70mm:85mm,pagesize]{typearea} +\usepackage[ngerman]{babel} +\AtBeginDocument{\setlength\parindent{0pt} +\setlength\LTpre{0pt}} +\usepackage{fancyhdr} +\lhead{\small Seitenumbruch-Demo} +\pagestyle{fancy} +\setcounter{page}{1} +\renewcommand\thepage{Seite \arabic{page}} +%StartShownPreambleCommands +\usepackage{array,longtable} +%StopShownPreambleCommands +\begin{document} +\begin{longtable}{@{}l c r >{\hspace{0pt}}p{2.5cm}@{}} +l & c & r & 1. Zeile\\\hline l & c & r & 2. Zeile\\\hline +l & c & r & Eine Zeile mit besonders viel Text, der dazu führt, dass bereits + nach der zweiten Tabellenzeile umbrochen werden muss, da die dritte Zeile + zu hoch ist, um auf die erste Seite zu passen. +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-64.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-64.ltx2 new file mode 100644 index 00000000000..ac299d3bab8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-64.ltx2 @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-64 auf Seite 252. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[utf8]{inputenc}% adapt maybe +\usepackage[paper=70mm:85mm,pagesize]{typearea} +\usepackage[ngerman]{babel} +\AtBeginDocument{\setlength\parindent{0pt} +\setlength\LTpre{0pt}} +\usepackage{fancyhdr} +\lhead{\small Seitenumbruch-Demo} +\pagestyle{fancy} +\setcounter{page}{1} +\renewcommand\thepage{Seite \arabic{page}} +%StartShownPreambleCommands +\usepackage{array,longtable} +%StopShownPreambleCommands +\begin{document} +\begin{longtable}{@{}l c r >{\arraybackslash\hspace{0pt}}p{2.5cm}@{}} +l & c & r & 1. Zeile\\\hline l & c & r & 2. Zeile\\\hline +l & c & r & Eine Zeile mit besonders viel Text, der dazu führt, dass bereits nach der + zweiten Tabellenzeile umbrochen werden muss, da die dritte Zeile zu \\% eingefügt! + & & & hoch ist, um auf \\% eingefügt! + & & & die erste Seite zu passen. +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-65.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-65.ltx2 new file mode 100644 index 00000000000..7d5aaaa33e5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-65.ltx2 @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-65 auf Seite 253. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[utf8]{inputenc}% adapt maybe +\usepackage[paper=70mm:85mm,pagesize]{typearea} +\usepackage[ngerman]{babel} +\AtBeginDocument{\setlength\parindent{0pt} +\setlength\LTpre{0pt}} +%\setlength\textheight{5cm} +%\setlength\textwidth{5cm} +\usepackage{fancyhdr} +\lhead{\small Seitenumbruch-Demo} +\pagestyle{fancy} +\setcounter{page}{1} +\renewcommand\thepage{Seite \arabic{page}} +%StartShownPreambleCommands +\usepackage{array,longtable} +\newcommand\NewLine{\setlength\parfillskip{0pt}\tabularnewline} +%StopShownPreambleCommands +\begin{document} +\begin{longtable}{@{}l c r >{\arraybackslash\hspace{0pt}}p{2.5cm}@{}} +l & c & r & 1. Zeile\\\hline +l & c & r & 2. Zeile\\\hline +l & c & r & Eine Zeile mit besonders viel Text, der dazu führt, dass bereits + nach der zweiten Tabellenzeile umbrochen werden muss, + da die dritte Zeile zu hoch ist, um auf \NewLine% eingefügt! + & & & die erste Seite zu passen. +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-66.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-66.ltx2 new file mode 100644 index 00000000000..553fe05b609 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-66.ltx2 @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-66 auf Seite 253. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[utf8]{inputenc}% adapt maybe +\usepackage[paper=70mm:83mm,pagesize]{typearea} +\setlength\parindent{0pt} +\usepackage{fancyhdr} +\lhead{\small\texttt{newpage}-Demo} +\pagestyle{fancy} +\setcounter{page}{1} +\renewcommand\thepage{Seite \arabic{page}} +%StartShownPreambleCommands +\usepackage{longtable} +%StopShownPreambleCommands +\begin{document} +\begin{longtable}{@{}l c r p{1.5cm}@{}} +L & Z & R & Box\\\hline +l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ +l & c & r & 4. Zeile\\ l & c & r & 5. Zeile\\ l & c & r & 6. Zeile\\\newpage +l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ l & c & r & 9. Zeile\\ +l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ l & c & r &12. Zeile +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-67.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-67.ltx new file mode 100644 index 00000000000..3af79cb651f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-67.ltx @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-67 auf Seite 255. +%% +%% Copyright (C) 2016 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} + +\usepackage[utf8]{inputenc}% eventuell anpassen +\setlength\parindent{0pt} +\setlength\parskip{6pt plus 2pt minus 1pt} +%StartShownPreambleCommands +\usepackage{longtable} +%StopShownPreambleCommands +\begin{document} +Eine Textzeile vor der Tabelle +\begin{longtable}{|l|c|r|p{1.5cm}|}\hline +Links & Zentriert & Rechts & Box\\\hline +l & c & r & p\{1.5cm\}\\\hline +\end{longtable} +Eine Textzeile nach der Tabelle\par +Eine Textzeile vor der Tabelle +\setlength\LTpre{0pt}% +\setlength\LTpost{0pt}% +\begin{longtable}{|l|c|r|p{1.5cm}|}\hline +Links & Zentriert & Rechts & Box\\\hline +l & c & r & p\{1.5cm\}\\\hline +\end{longtable} +Eine Textzeile nach der Tabelle +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-68.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-68.ltx2 new file mode 100644 index 00000000000..04465d514a7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-68.ltx2 @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-68 auf Seite 256. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[utf8]{inputenc}% adapt maybe +\usepackage[paper=70mm:82mm,pagesize]{typearea} +\setlength\parindent{0pt} +\usepackage{fancyhdr} +\lhead{\small Kopf- und Fu\ss zeilendemo} +\pagestyle{fancy} +\setcounter{page}{1} +\renewcommand\thepage{Seite \arabic{page}} +%StartShownPreambleCommands +\usepackage{longtable} +%StopShownPreambleCommands +\begin{document} +\begin{longtable}{@{}l c r p{1.5cm}@{}} +L & Z & R & Box\\\hline +\endfirsthead +\multicolumn{4}{@{}l}{\small\ldots\emph{Fortsetzung}}\\\hline L & Z & R & Box\\\hline +\endhead +\hline \multicolumn{4}{r@{}}{\small\emph{Fortsetzung nächste Seite} \ldots}\\ +\endfoot +\hline +\endlastfoot +l & c & r&1. Zeile\\l & c & r& 2. Zeile\\l & c & r& 3. Zeile\\l & c & r& 4. Zeile\\ +l & c & r&5. Zeile\\l & c & r& 6. Zeile\\l & c & r& 7. Zeile\\l & c & r& 8. Zeile\\ +l & c & r&9. Zeile\\l & c & r&10. Zeile\\l & c & r&11. Zeile\\l & c & r&12. Zeile +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-69.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-69.ltx2 new file mode 100644 index 00000000000..696b407d48a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-69.ltx2 @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-69 auf Seite 257. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[utf8]{inputenc}% adapt maybe +\usepackage[paper=70mm:85mm,pagesize]{typearea} +\setlength\parindent{0pt} +\usepackage{fancyhdr} +\lhead{\small\texttt{\textbackslash caption}-Demo} +\pagestyle{fancy} +\setcounter{page}{1} +\renewcommand\thepage{Seite \arabic{page}} +%StartShownPreambleCommands +\usepackage{longtable} +%StopShownPreambleCommands +\begin{document} +\begin{longtable}{@{}l c r p{1.5cm}@{}} +\caption{Tabellenüberschrift}\label{tab:l1}\\ +L & Z & R & Box\\\hline +\endfirsthead +\multicolumn{4}{@{}l}{\small\ldots\emph{Fortsetzung}}\\\hline +L & Z & R & Box\\\hline +\endhead +\hline +\multicolumn{4}{r@{}}{\small\emph{Fortsetzung nächste Seite} \ldots}\\ +\endfoot +\hline +\endlastfoot +l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ +l & c & r & 4. Zeile\\ l & c & r & 5. Zeile\\ l & c & r & 6. Zeile\\ +l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ l & c & r & 9. Zeile\\ +l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ l & c & r &12. Zeile +\end{longtable} +Wie Tabelle~\ref{tab:l1} zeigt, \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-7.ltx new file mode 100644 index 00000000000..f9a8a1a3e72 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-7.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-7 auf Seite 221. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{l ! {\vline}r !{:} c + !{$\rightarrow$} p{1.5cm}} +Links & Rechts & Zentriert & Box\\\hline +l & r & c & p\{1.5cm\} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-70.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-70.ltx2 new file mode 100644 index 00000000000..b2a42c4164a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-70.ltx2 @@ -0,0 +1,58 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-70 auf Seite 258. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[utf8]{inputenc}% adapt maybe +\usepackage[paper=70mm:85mm,pagesize]{typearea} +\setlength\parindent{0pt} +\usepackage[ngerman]{babel} +\usepackage{fancyhdr} +\lhead{\small\texttt{\textbackslash caption}-Demo} +\pagestyle{fancy} +\setcounter{page}{1} +\renewcommand\thepage{Seite \arabic{page}} +%StartShownPreambleCommands +\usepackage{longtable} +%StopShownPreambleCommands +\begin{document} +Belangloser Text vor der nun einzufügenden \texttt{longtable}. + +\begin{longtable}{@{}l c r p{1.5cm}@{}} +L & Z & R & Box\\\hline +\endfirsthead +\multicolumn{4}{@{}l}{\small\ldots\emph{Fortsetzung}}\\\hline +L & Z & R & Box\\\hline +\endhead +\hline +\multicolumn{4}{r@{}}{\small\emph{Fortsetzung nächste Seite} \ldots}\\ +\caption{Tabellenunterschrift}\\ +\endfoot +\hline +\\[-2ex] +\caption{Tabellenunterschrift} +\endlastfoot +l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ +l & c & r & 4. Zeile\\ l & c & r & 5. Zeile\\ l & c & r & 6. Zeile\\ +l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ l & c & r & 9. Zeile\\ +l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ l & c & r &12. Zeile\\ +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-71.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-71.ltx2 new file mode 100644 index 00000000000..900143b6a4d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-71.ltx2 @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-71 auf Seite 259. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[utf8]{inputenc}% adapt maybe +\usepackage[paper=70mm:82mm,pagesize]{typearea} +\setlength\parindent{0pt} +\usepackage[ngerman]{babel} +\usepackage{fancyhdr} +\lhead{\small\texttt{\textbackslash caption}-Demo} +\pagestyle{fancy} +\setcounter{page}{1} +\renewcommand\thepage{Seite \arabic{page}} +%StartShownPreambleCommands +\usepackage{longtable} +\setlength\LTcapwidth{1in} +%StopShownPreambleCommands +\begin{document} +Belangloser Text vor der nun einzufügenden \texttt{longtable}. +\begin{longtable}{@{}l c r p{1.5cm}@{}} +L & Z & R & Box\\\hline +\endfirsthead +\multicolumn{4}{@{}l}{\small\ldots\emph{Fortsetzung}}\\\hline L & Z & R & Box\\\hline +\endhead +\hline +\multicolumn{4}{r@{}}{\small\emph{Fortsetzung nächste Seite} \ldots} +\endfoot +\endlastfoot% leerer letzter Fuß, keine Linie nach caption +l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ +l & c & r & 4. Zeile\\ l & c & r & 5. Zeile\\ l & c & r & 6. Zeile\\ +l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ l & c & r & 9. Zeile\\ +l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ l & c & r &12. Zeile\\\hline +\caption{Tabellenunterschrift mit 1\,Inch Breite} +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-72.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-72.ltx2 new file mode 100644 index 00000000000..78de5b9ef91 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-72.ltx2 @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-72 auf Seite 260. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[utf8]{inputenc}% adapt maybe +\usepackage[paper=70mm:85mm,pagesize]{typearea} +\setlength\parindent{0pt} +\usepackage[ngerman]{babel} +\usepackage{fancyhdr} +\lhead{\small\texttt{\textbackslash caption}-Demo} +\pagestyle{fancy} +\setcounter{page}{1} +\renewcommand\thepage{Seite \arabic{page}} +%StartShownPreambleCommands +\usepackage{longtable} +\usepackage[labelfont=bf]{caption} +%StopShownPreambleCommands +\begin{document} +\setlength\LTcapwidth{2.75cm}% <--- Länge ändern +\begin{longtable}{@{}l c r p{1.5cm}@{}} +\caption{Eine Tabellenüberschrift mit 2,75\,cm Breite\label{tab:l4}}\\[5pt] +L & Z & R & Box\\\hline +l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ +l & c & r & 4. Zeile\\ l & c & r & 5. Zeile\\ l & c & r & 6. Zeile\\ +l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ l & c & r & 9. Zeile\\ +l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ l & c & r &12. Zeile\\\hline +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-73.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-73.ltx2 new file mode 100644 index 00000000000..36a173cb6aa --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-73.ltx2 @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-73 auf Seite 261. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[utf8]{inputenc}% adapt maybe +\usepackage[paper=70mm:85mm,pagesize]{typearea} +\setlength\parindent{0pt} +\usepackage{fancyhdr} +\lhead{\small\texttt{\textbackslash caption}-Demo} +\pagestyle{fancy} +\setcounter{page}{1} +\renewcommand\thepage{Seite \arabic{page}} +%StartShownPreambleCommands +\usepackage{longtable} +%StopShownPreambleCommands +\begin{document} +Eine Demo\footnote{Textzeile} für Fußnoten. +\begin{longtable}{@{}l c r p{1.5cm}@{}} +L\footnote{Ãœberschrift} & Z & R & Box\\\hline +l & c\footnote{Erste Zeile, zweite Spalte} & r & 1. Zeile +\\ l & c & r\footnote{Zweite Zeile, dritte Spalte} & 2. Zeile\\ +l & c & r & 3. Zeile\\ l & c & r & 4. Zeile\\ l & c & r & 5. Zeile +\\ l & c & r & 6. Zeile\\ l & c & r & 7. Zeile\\ +l & c & r& 8. Zeile\footnote{Achte Zeile, letzte Spalte}\\ l & c & r& 9. Zeile\\ +l & c&r&10. Zeile\\ l\footnote{Elfte Zeile, erste Spalte} &c&r&11. Zeile\\\hline +\end{longtable} + +Eine Demo\footnote{Textzeile} für Fußnoten. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-74.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-74.ltx new file mode 100644 index 00000000000..98d53b138cd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-74.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-74 auf Seite 261. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{makecell} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|c|c|}\hline +1. & \makecell{Ohne Parameter} \\\hline +2. & \makecell[t]{vertikal oben} \\\hline +3. & \makecell[t]{vertikal\\ oben} \\\hline +4. & \makecell[b]{vertikal unten} \\\hline +5. & \makecell[b]{vertikal\\ unten}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-75.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-75.ltx new file mode 100644 index 00000000000..a5f20fee9ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-75.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-75 auf Seite 262. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{makecell} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|c|c|}\hline +1. & \makecell{Ohne Parameter} \\\hline +2. & \makecell{Ohne Parameter\\aber zweizeilig}\\\hline +3. & \makecell[l]{horizontal linksbündig} \\\hline +4. & \makecell[l]{horizontal\\ linksbündig} \\\hline +5. & \makecell[r]{horizontal rechtsbündig} \\\hline +6. & \makecell[r]{horizontal\\ rechtsbündig}\\\hline +\end{tabular}\\[5pt] +\begin{tabular}{|c|c|}\hline +7. & \makecell[{}{p{3cm}}]{feste Breite} \\\hline +8. & \makecell[{}{p{3cm}}]{feste\\ Breite}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-76.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-76.ltx new file mode 100644 index 00000000000..5aea4ec6216 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-76.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-76 auf Seite 262. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{makecell} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|c|c|}\hline +1. & \makecell{Ohne Parameter} \\\hline +2. & \makecell*[tl]{vertikal oben\\ + horizontal links}\\\hline +3. & \makecell[tr]{vertikal oben\\ + horizontal rechts}\\\hline +4. & \makecell*[bl]{vertikal unten\\ + horizontal links}\\\hline +5. & \makecell[br]{vertikal unten\\ + horizontal rechts}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-77.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-77.ltx new file mode 100644 index 00000000000..cfd66d05d4c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-77.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-77 auf Seite 262. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{makecell} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ccc} +\thead{Titel für die\\Spalte 1} + & \thead[l]{Spalte 2} + & \thead[r]{Spalte 3} \\\hline +A & \makecell*[tl]{vertikal oben\\ + horizontal links} & B\\ +C & \makecell[tr]{vertikal oben\\ + horizontal rechts} & RECHTS \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-78.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-78.ltx new file mode 100644 index 00000000000..766960a5c7c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-78.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-78 auf Seite 263. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{makecell} +%StopShownPreambleCommands +\begin{document} +\renewcommand\cellalign{lt} +\renewcommand\theadalign{lb} +\renewcommand\theadfont{\itshape\small} +\begin{tabular}{@{}ccc@{}} +\thead{Titel für die\\Spalte 1} + & \thead{Spalte 2} + & \thead{Spalte 3} \\\hline +A & \makecell*{vertikal oben\\LINKS} & B\\ +C & \makecell{vertikal oben\\ LINKS} + & RECHTS \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-79.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-79.ltx new file mode 100644 index 00000000000..f36e2714c2a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-79.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-79 auf Seite 264. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{makecell,rotating} +%StopShownPreambleCommands +\begin{document} +\renewcommand\cellalign{lt} +\renewcommand\theadalign{lb} +\renewcommand\theadfont{\itshape\normalsize} +\settowidth\rotheadsize{\theadfont Titel für die} +\begin{tabular}{@{}ccc@{}}\hline +\rothead{Titel für die\\Spalte 1} + & \thead{Spalte 2} + & \renewcommand\cellrotangle{45} + \rothead{Spalte 3} \\\hline +A & \rotcell{vertikal oben\\LINKS} & B\\ +C & \makecell*{vertikal oben\\ LINKS} + & RECHTS \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-8.ltx new file mode 100644 index 00000000000..e8a4aadc526 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-8.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-8 auf Seite 221. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l | m{1.5cm}|}\hline +Links & Eine parbox \\\hline +l & m\{1.5cm\}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-80.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-80.ltx new file mode 100644 index 00000000000..f10683fe77d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-80.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-80 auf Seite 264. +%% +%% Copyright (C) 2016 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} +\setlength\fboxsep{0pt} +%StartShownPreambleCommands +\usepackage{makecell} +%StopShownPreambleCommands +\begin{document} +\rule{1em}{0.5pt}\fbox{guter Text}\rule{1em}{0.5pt}\fbox{\gape{guter Text}}% +\rule{1em}{0.5pt}\fbox{\gape[b]{guter Text}}\rule{1em}{0.5pt} +\fbox{\gape[t]{guter Text}}\rule{1em}{0.5pt} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-81.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-81.ltx new file mode 100644 index 00000000000..5e849bc7a7a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-81.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-81 auf Seite 265. +%% +%% Copyright (C) 2016 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} +\setlength\fboxsep{0pt} +%StartShownPreambleCommands +\usepackage{makecell} +%StopShownPreambleCommands +\begin{document} +\rule{1em}{0.5pt}\fbox{guter Text}\rule{1em}{0.5pt}\fbox{\Gape{guter Text}}% +\rule{1em}{0.5pt}\fbox{\Gape[5pt]{guter Text}}\rule{1em}{0.5pt} +\fbox{\Gape[5pt][-5pt]{guter Text}}\rule{1em}{0.5pt} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-82.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-82.ltx new file mode 100644 index 00000000000..178eaa088ad --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-82.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-82 auf Seite 265. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{makecell} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}c@{}}\hline +normale Zeile\\\hline +\bottopstrut oben und unten\\\hline +\botstrut nur unten\\\hline +\topstrut nur oben\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-83.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-83.ltx new file mode 100644 index 00000000000..12969172220 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-83.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-83 auf Seite 265. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{makecell} +%StopShownPreambleCommands +\begin{document} +\setcellgapes{5pt}\makegapedcells +\begin{tabular}{@{}c@{}}\hline +normale Zeile\\\hline oben und unten\\\hline +oben und unten\\\hline +\end{tabular}\\[10pt] \nomakegapedcells +\begin{tabular}{@{}c@{}}\hline +normale Zeile\\\hline oben und unten\\\hline +oben und unten\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-84.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-84.ltx new file mode 100644 index 00000000000..27090904f01 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-84.ltx @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-84 auf Seite 266. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{lmodern} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{multirow,makecell} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{ l c c }\hline +\multirowthead{4}{Erster Spaltenkopf} + & \multicolumn{2}{c}{\thead{Mehrspaltenkopf}}\\\cline{2-3} + & \thead{Zweiter und\\mehrzeiliger\\Spaltenkopf} + & \thead{Dritter\\Spaltenkopf} \\\hline +Zellentext & A &\multirowcell{4}{28--31} \\\cline{1-2} +\makecell{Mehrzeiliger \\ Zellentext} & B & \\ \hline +\makecell[l]{Linksbündiger \\ Zellentext} & C + & \multirowcell{4}[.5\normalbaselineskip][l]{37--43}\\\cline{1-2} +\makecell[r]{Rechtsbündiger \\ Zellentext} & D & \\\hline +\makecell[b]{Fußbündiger \\ Zellentext} & E + & \multirowcell{6}[\normalbaselineskip][r]{37--43\\52--58}\\\cline{1-2} +\makecell[{{p{5cm}}}]{langer langer langer Zellentext mit fester Breite} + & F & \\\cline{1-2} +\makecell[{{>{\setlength\parindent{1em}}p{5cm}}}]{langer langer langer + Zellentext mit fester Breite} & G & \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-85.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-85.ltx new file mode 100644 index 00000000000..762c38141b5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-85.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-85 auf Seite 267. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{booktabs,multirow,makecell}\renewcommand\theadfont{\itshape\footnotesize} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}llr@{--}rrlr@{--}rrl@{}}\toprule +& \multicolumn{8}{l}{\thead{Zum Umsetzen}} & \\\cmidrule(lr){2-9} +& \multicolumn{4}{l}{\thead{von Frequenzen im}} +& \multicolumn{4}{l}{\thead{auf Frequenzen im}}\\\cmidrule(lr){2-5}\cmidrule(lr){6-9} + \thead[b]{Typ} & \thead[t]{Fernseh-\\bereich} & \multicolumn{2}{l}{\thead{Kanal}} + & \thead{MHz} & \thead[t]{Fernseh-\\bereich} & \multicolumn{2}{l}{\thead{Kanal}} + & \thead{MHz} & \thead[t]{Bau-\\form}\\\cmidrule(r){1-1}\cmidrule(lr){2-2} + \cmidrule(lr){3-4}\cmidrule(lr){5-5}\cmidrule(lr){6-6}\cmidrule(lr){7-8} + \cmidrule(lr){9-9}\cmidrule(l){10-10} + SAFE 381 WK & F I & 2 & 4 & 174 & F III & 5 & 12 & 174 & DO \\ + SAFE 382 WK & F II & 5 & 12 & 68 & F I & 2 & 4 & 47 & DO \\ + SAFE 383 WK & F III & 21 & 38 & 174 & F III & 5 & 12 & 174 & ES \\ + SAFE 384 WK & F IV & 42 & 48 & 47 & F III & 5 & 12 & 174 & ET \\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-86.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-86.ltx new file mode 100644 index 00000000000..0533bfa1de2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-86.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-86 auf Seite 267. +%% +%% Copyright (C) 2016 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{241.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{makecell} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}c|*{9}{c}@{}} +1 & \nline[1][2]{9}\\\hline +2 & A & \eline{7} & Z\\ +3 &\nline{2}&\eline{5}&\nline{2}\\ +4 & \nline[S1][4]{9}\\ +5 & \nline[(a)][2]{6}\\ +6 & \eline{4} & \nline[1][4]{3} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-87.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-87.ltx new file mode 100644 index 00000000000..9aa2652fa24 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-87.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-87 auf Seite 268. +%% +%% Copyright (C) 2016 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{multirow} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|l|l|}\hline + Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ + Sp1 Z1 & Sp2 Z1 + & \multirow{3}{2cm}{Sp 3}\\\cline{1-1} + Sp1 Z2 & Sp2 Z2 & \\\cline{1-2} + Sp1 Z3 & \multirow{2}{1cm}{Sp 2 und mehr Text} &\\ + \cline{1-1}\cline{3-3} + Sp1 Z4 & & Sp3 Z4\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-88.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-88.ltx new file mode 100644 index 00000000000..e8ebf7d12a5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-88.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-88 auf Seite 269. +%% +%% Copyright (C) 2016 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{multirow,bigstrut} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|l|l|}\hline + Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ + Sp1 Z1 & Sp2 Z1 & + \multirow{3}{2cm}{Sp 3}\\\cline{1-1} + Sp1 Z2 & Sp2 Z2 & \\\cline{1-2} + Sp1 Z3 & \multirow{4}{1cm}{Sp 2 und mehr Text} &\\ + \cline{1-1}\cline{3-3} + Sp1 Z4 & & Sp3 Z4\\ + & & \\ + & & \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-89.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-89.ltx new file mode 100644 index 00000000000..cac9631f4c7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-89.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-89 auf Seite 269. +%% +%% Copyright (C) 2016 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{multirow} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|c|}\hline + Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ + Sp1 Z1 & Sp2 Z1 & \multirow{3}*{Sp 3}\\\cline{1-1} + Sp1 Z2 & Sp2 Z2 & \\\cline{1-2} + Sp1 Z3 & \multirow{2}*{Sp 2} & \\ + \cline{1-1}\cline{3-3} + Sp1 Z4 & & Sp3 Z4\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-9.ltx new file mode 100644 index 00000000000..c98c20aec42 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-9.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-9 auf Seite 221. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{array} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l | b{1.5cm}|}\hline +Links& Eine parbox\\\hline l&b\{1.5cm\}\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-90.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-90.ltx new file mode 100644 index 00000000000..659ef803df3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-90.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-90 auf Seite 270. +%% +%% Copyright (C) 2016 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{multirow,bigstrut} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|c|}\hline + Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ + Sp1 Z1 & Sp2 Z1 & + \multirow{3}{1.25cm}{Sp 3}\bigstrut\\\cline{1-1} + Sp1 Z2 & Sp2 Z2 & \bigstrut\\\cline{1-2} + Sp1 Z3 & \multirow{2}{1.25cm}{Sp 2} & \bigstrut\\ + \cline{1-1}\cline{3-3} + Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-91.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-91.ltx new file mode 100644 index 00000000000..9555191060b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-91.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-91 auf Seite 270. +%% +%% Copyright (C) 2016 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{multirow,bigstrut} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|c|}\hline + Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ + Sp1 Z1 & Sp2 Z1 & + \multirow{3}[6]{1.25cm}{Sp 3}\bigstrut\\\cline{1-1} + Sp1 Z2 & Sp2 Z2 & \bigstrut\\\cline{1-2} + Sp1 Z3 & \multirow{2}[4]{1.25cm}{Sp 2} & \bigstrut\\ + \cline{1-1}\cline{3-3} + Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-92.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-92.ltx new file mode 100644 index 00000000000..551167cc479 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-92.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-92 auf Seite 270. +%% +%% Copyright (C) 2016 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{multirow,bigstrut} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|c|}\hline + Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ + Sp1 Z1 & Sp2 Z1 & \multirow{3}[6]{1.25cm}{Sp 3} + \bigstrut\\\cline{1-1} + Sp1 Z2 & Sp2 Z2 & \bigstrut\\\cline{1-2} + Sp1 Z3 & \multirow{2}[4]{2cm}{\[f(x,y)=xy\]} + & \bigstrut\\\cline{1-1}\cline{3-3} + Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-93.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-93.ltx new file mode 100644 index 00000000000..f5b68e60846 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-93.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-93 auf Seite 271. +%% +%% Copyright (C) 2016 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{multirow,bigstrut} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|c|}\hline + Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ Sp1 Z1 & Sp2 Z1 & + \multirow{3}[6]{1.25cm}{Sp 3}\bigstrut\\\cline{1-1} + Sp1 Z2 & Sp2 Z2 & \bigstrut\\\cline{1-2} + Sp1 Z3 & + \multirow{2}[4]{2cm}[0.8\abovedisplayskip]{% + \[f(x,y)=xy\]} & + \bigstrut\\\cline{1-1}\cline{3-3} + Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-94.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-94.ltx new file mode 100644 index 00000000000..4f3901e07f3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-94.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-94 auf Seite 271. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{multirow,bigstrut} +\renewcommand\multirowsetup{\centering} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{| l | r | r |}\hline + Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ Sp1 Z1 & Sp2 Z1 +& \multirow{3}[6]{2cm}{Sp3}\bigstrut\\\cline{1-1} + Sp1 Z2 & Sp2 Z2 & \bigstrut\\\cline{1-2} + Sp1 Z3 & + \multirow{2}[4]{2cm}[0.8\abovedisplayskip]{% + \[f(x,y)=xy\]} & + \bigstrut\\\cline{1-1}\cline{3-3} + Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-95.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-95.ltx new file mode 100644 index 00000000000..78a863d97b6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-95.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-95 auf Seite 272. +%% +%% Copyright (C) 2016 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{multirow,bigstrut} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|c|}\hline + 11 & 21 & \multirow{3}[6]{1cm}{3}\bigstrut\\\cline{1-1} + 12 & 22 & \bigstrut\\\cline{1-2} + 13 & \multirow{2}[4]{1cm}{2} & \bigstrut\\\cline{1-1}\cline{3-3} + 14 & & 34 \bigstrut\\\hline +\end{tabular}\quad +\begin{tabular}{@{}|l|r|c|@{}}\hline + 11 & 21 & \multirow{3}[3]{1cm}{3}\bigstrut[t]\\\cline{1-1} + 12 & 22 & \bigstrut[t]\\\cline{1-2} + 13 & \multirow{2}[2]{1cm}{2} & \bigstrut[t]\\\cline{1-1}\cline{3-3} + 14 & & 34 \bigstrut[t]\\\hline +\end{tabular}\quad +\begin{tabular}{@{}|l|r|c|@{}}\hline + 11 & 21 & \multirow{3}[3]{1cm}{3}\bigstrut[b]\\\cline{1-1} + 12 & 22 & \bigstrut[b]\\\cline{1-2} + 13 & \multirow{2}[2]{1cm}{2} & \bigstrut[b]\\\cline{1-1}\cline{3-3} + 14 & & 34 \bigstrut[b]\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-96.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-96.ltx new file mode 100644 index 00000000000..215595b216d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-96.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-96 auf Seite 272. +%% +%% Copyright (C) 2016 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{multirow,bigstrut} \addtolength\bigstrutjot{2pt} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|r|c|}\hline + 11 & 21 & \multirow{3}[6]{1cm}{3}\bigstrut\\\cline{1-1} + 12 & 22 & \bigstrut\\\cline{1-2} + 13 & \multirow{2}[4]{1cm}{2} & \bigstrut\\\cline{1-1}\cline{3-3} + 14 & & 34 \bigstrut\\\hline +\end{tabular} \quad \begin{tabular}{@{}|l|r|c|@{}}\hline + 11 & 21 & \multirow{3}[3]{1cm}{3}\bigstrut[t]\\\cline{1-1} + 12 & 22 & \bigstrut[t]\\\cline{1-2} + 13 & \multirow{2}[2]{1cm}{2} & \bigstrut[t]\\\cline{1-1}\cline{3-3} + 14 & & 34 \bigstrut[t]\\\hline +\end{tabular} \quad \begin{tabular}{@{}|l|r|c|@{}}\hline + 11 & 21 & \multirow{3}[3]{1cm}{3}\bigstrut[b]\\\cline{1-1} + 12 & 22 & \bigstrut[b]\\\cline{1-2} + 13 & \multirow{2}[2]{1cm}{2} & \bigstrut[b]\\\cline{1-1}\cline{3-3} + 14 & & 34 \bigstrut[b]\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-97.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-97.ltx new file mode 100644 index 00000000000..33b063773e7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-97.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-97 auf Seite 273. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{multirow,bigstrut} +\usepackage[table]{xcolor} +\renewcommand\multirowsetup{\centering} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|>{\columncolor{black!30}}r|>{\columncolor{black!20}}r|}\hline + Sp1 Z1 & Sp2 Z1 & \multirow{3}[6]{2cm}{Sp 3} \bigstrut\\\cline{1-1} + Sp1 Z2 & Sp2 Z2 & \bigstrut \\\cline{1-2} + Sp1 Z3 & \multirow{2}[4]{2cm}[0.8\abovedisplayskip]{\[f(x,y)=xy\]} & + \bigstrut\\\cline{1-1}\cline{3-3} + Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline +\end{tabular} \quad +\begin{tabular}{|l|>{\columncolor{black!30}}r|>{\columncolor{black!20}}r|}\hline + Sp1 Z1 & Sp2 Z1 & \bigstrut \\\cline{1-1} + Sp1 Z2 & Sp2 Z2 & \bigstrut \\\cline{1-2} + Sp1 Z3 & & \multirow{-3}[6]{2cm}{Sp 3} \bigstrut \\\cline{1-1}\cline{3-3} + Sp1 Z4 & \multirow{-2}[4]{2cm}[0.8\abovedisplayskip]{\[f(x,y)=xy\]} + & Sp3 Z4 \bigstrut\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-98.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-98.ltx new file mode 100644 index 00000000000..c6817328768 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-98.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-98 auf Seite 274. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{rccol} +\newcommand\mc[2]{\multicolumn{1}{#1}{\ttfamily#2}} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{|R{1}{5}|R{1}{6} @{$\cdot10^1$\hspace{\tabcolsep}}|c|R{3}{2}|} +\mc{|c|}{R\{1\}\{5\}} & \mc{c|}{R\{1\}\{6\}} & c &\mc{c|}{R\{3\}\{2\}}\\\hline +2,71828 & 0,271828 & $\pi$ & 314.16\\ 0,21 & 0,21 & Q & 0.3\\ +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/06-03-99.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-99.ltx new file mode 100644 index 00000000000..26136556ff4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/06-03-99.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 06-03-99 auf Seite 274. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{rccol} \newcommand\mc[2]{\multicolumn{1}{#1}{\ttfamily#2}} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{| R-{1}{4} | R{1}{6} @{$\cdot10^1$\hspace{\tabcolsep}} + | c | R[.][,]{3}{2} |} +\mc{|c|}{R-\{1\}\{4\}}&\mc{c|}{R\{1\}\{6\}}&c&\mc{c|}{R[.][,]\{3\}\{2\}}\\\hline +-2,71828 & 0,271828 & $\pi$ & 314.16\\ -0,21 & 0,21 & Q & 0.3\\ +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-00-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-00-1.ltx new file mode 100644 index 00000000000..b80eaa58302 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-00-1.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-00-1 auf Seite 296. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{layouts} +%StopShownPreambleCommands +\begin{document} +\currentlist +%\listdesign +\listdiagram +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-01-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-1.ltx new file mode 100644 index 00000000000..208ecfb0da0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-1.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-01-1 auf Seite 296. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{itemize} + \item Erster Listeneintrag + \item[---] Zweiter Listeneintrag + \item Dritter Listeneintrag +\end{itemize} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-01-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-10.ltx new file mode 100644 index 00000000000..bd051f023de --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-10.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-01-10 auf Seite 300. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[textwidth=8cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\renewcommand*\descriptionlabel[1]{\hspace\labelsep + \normalfont\makebox[3em][r]{\itshape#1}} +%StopShownPreambleCommands +\begin{document} +\begin{description} + \item [FU] Freie Universität + \item [HU] Humboldt Universität + \item [TFH]Technische Fachhochschule + \item [TU] Technische Universität +\end{description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-01-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-2.ltx new file mode 100644 index 00000000000..606974fa75a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-2.ltx @@ -0,0 +1,51 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-01-2 auf Seite 297. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{itemize} + \item[1] Erste Ebene + \item foo + \begin{itemize} + \item[2] Punkt A + \item bar + \begin{itemize} + \item[3] Punkt a + \item baz + \begin{itemize} + \item[4] Die tiefste Ebene + \item foobar + \end{itemize} + \item Punkt b + \end{itemize} + \item Punkt B + \end{itemize} + \item Punkt zwei \item Punkt drei +\end{itemize} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-01-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-3.ltx new file mode 100644 index 00000000000..ddf766db13a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-3.ltx @@ -0,0 +1,51 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-01-3 auf Seite 297. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{amssymb} +\renewcommand\labelitemi{$\blacksquare$} +\renewcommand\labelitemii{$\bigstar$} +\renewcommand\labelitemiii{$\blacktriangleright$} +\renewcommand\labelitemiv{$\triangleright$} +%StopShownPreambleCommands +\begin{document} +\begin{itemize} + \item Punkt eins + \begin{itemize} + \item Punkt A + \begin{itemize} + \item Punkt a + \begin{itemize} + \item Punkt I \item Punkt II + \end{itemize} + \item Punkt b + \end{itemize} + \item Punkt B + \end{itemize} + \item Punkt zwei \item Punkt drei +\end{itemize} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-01-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-4.ltx new file mode 100644 index 00000000000..173da7c82b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-4.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-01-4 auf Seite 298. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[textwidth=8cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{enumerate} + \item Erster Listeneintrag + \item Zweiter Listeneintrag\label{liste} + \item[(3)] Dritter Listeneintrag +\end{enumerate} +Wie der Eintrag~\ref{liste} zeigt, \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-01-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-5.ltx new file mode 100644 index 00000000000..828e941474f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-5.ltx @@ -0,0 +1,51 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-01-5 auf Seite 298. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[textwidth=8cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{enumerate} + \item Erste Ebene + \item Punkt 2 + \begin{enumerate} + \item Zweite ebene + \item Punkt B + \begin{enumerate} + \item Punkt a \item Punkt b + \begin{enumerate} + \item Die tiefste Ebene + \item[4.2] foobar + \end{enumerate} + \item Punkt b + \end{enumerate} + \item Punkt B + \end{enumerate} + \item Punkt zwei \item Punkt drei +\end{enumerate} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-01-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-6.ltx new file mode 100644 index 00000000000..e95ee521c44 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-6.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-01-6 auf Seite 299. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[textwidth=8cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\renewcommand\labelenumi{\Roman{enumi}} +\renewcommand\labelenumii{\Roman{enumi}-\Alph{enumii}} +\renewcommand\labelenumiii{\theenumii:\alph{enumiii}} +%StopShownPreambleCommands +\begin{document} +\begin{enumerate} + \item Punkt eins + \begin{enumerate} + \item Punkt A \item Punkt B + \begin{enumerate} + \item Punkt a \item Punkt b + \end{enumerate} + \end{enumerate} + \item Punkt zwei \item Punkt drei +\end{enumerate} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-01-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-7.ltx new file mode 100644 index 00000000000..761d96b93bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-7.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-01-7 auf Seite 299. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[textwidth=8cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\newcounter{ZStand} +%StopShownPreambleCommands +\begin{document} +\begin{enumerate} + \item Punkt A + \item Punkt B \setcounter{ZStand}{\value{enumi}} +\end{enumerate} + Zwischentext \dots +\begin{enumerate}\setcounter{enumi}{\value{ZStand}} + \item Punkt C \item Punkt D +\end{enumerate} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-01-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-8.ltx new file mode 100644 index 00000000000..09b733ed1b4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-8.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-01-8 auf Seite 299. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=8cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{description} + \item [FU] Freie Universität + \item [HU] Humboldt Universität + \item [TFH]Technische Fachhochschule + \item [TU] Technische Universität +\end{description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-01-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-9.ltx new file mode 100644 index 00000000000..6b082787027 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-01-9.ltx @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-01-9 auf Seite 300. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=8cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{description} + \item[Universitäten] ~ + \begin{description} + \item[FU] Freie Universität + \item[HU] Humboldt Universität + \item[TU] Technische Universität + \end{description} + \item [Fachhochschulen] ~ + \begin{description} + \item[FHS] Fachhochschule für Sozialarbeit + \item[TFH] Technische Fachhochschule + \end{description} +\end{description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-02-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-02-1.ltx new file mode 100644 index 00000000000..753e4cf298f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-02-1.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-02-1 auf Seite 301. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Dies ist eine normale Zeile vor der Liste, +die keine besondere Auszeichnung hat. +\begin{trivlist} +\item Freie Universität Berlin +\item Technische Fachhochschule Berlin +\item Evangelische Fachhochschule Berlin +\item[Test] Jetzt ein längerer Text, um + den Umbruch in der Liste zu + verdeutlichen. +\end{trivlist} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-02-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-02-2.ltx new file mode 100644 index 00000000000..894acb91494 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-02-2.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-02-2 auf Seite 301. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{textdemo} \newcounter{Quote} +\renewcommand\theQuote{[\Roman{Quote}\,:]} +\newenvironment{Quote} + {\begin{trivlist} \setlength\leftskip{2cm} \setlength\rightskip{1cm} + \def\makelabel{\llap{\refstepcounter{Quote}\theQuote}}} + {\end{trivlist}} +%StopShownPreambleCommands +\begin{document} +Dies ist eine normale Zeile vor der Liste, die keine besondere Auszeichnung hat und +nur die normale Zeilenlänge zeigen soll. +\begin{Quote} +\item \textD \item \textD +\end{Quote} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-02-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-02-3.ltx new file mode 100644 index 00000000000..2ef4405093f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-02-3.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-02-3 auf Seite 302. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{xcolor} +%StopShownPreambleCommands +\begin{document} +\begin{list} + {\color{blue}%%% die Labelerklärung + \textbf{Menü \arabic{enumi}:}} + {\usecounter{enumi}%%% Listenerklärung + \setlength\labelwidth{3cm}% + \setlength\itemsep{0pt}% + \setlength\parsep{5pt}} +\item Salat und Fisch +\item Suppe und Lasagne +\item Suppe/Salat und Gulasch +\end{list} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-02-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-02-4.ltx new file mode 100644 index 00000000000..a53b27bd32c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-02-4.ltx @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-02-4 auf Seite 303. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{xcolor} +\newenvironment{Menue}[1][black] + {\begin{list} + {\color{#1}%%% die Labelerklärung + \textbf{Menü \arabic{enumi}:}} + {\usecounter{enumi}%%% Listenerklärung + \setlength\labelwidth{2cm}% + \setlength\leftmargin{5em}% + \setlength\itemsep{0pt}% + \setlength\parsep{5pt}}% + }{\end{list}} +%StopShownPreambleCommands +\begin{document} +\begin{Menue}[red] +\item Salat und Fisch \item Suppe und Lasagne +\item Suppe/Salat und Gulasch +\end{Menue} +Die Karte für Morgen: +\begin{Menue} +\item Salat und Fisch \item Suppe und Rigatoni +\end{Menue} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-02-5.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/07-02-5.ltx2 new file mode 100644 index 00000000000..3e3ad87ad24 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-02-5.ltx2 @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-02-5 auf Seite 304. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[ngerman,a6paper]{exaarticle} +\pagestyle{empty} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{geometry} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{textdemo,pifont,microtype} +\makeatletter % Damit @ ein normales Zeichen wird +\newenvironment{Lernziele} + {\par\rule{\linewidth}{1pt} \renewcommand*\labelitemi{$\triangleright$} + \renewcommand\item[2][]{\@noitemargtrue \@item[\@itemlabel]% + \addcontentsline{loo}{Lernziele}{##2}##2} + Nach dem Studium dieses Kapitels sollten Sie folgendes können: \itemize} + {\enditemize\vspace{-\baselineskip} \rule{\textwidth}{1pt}} +\newcommand*\listofLernziele{\section*{Lernziele}\@starttoc{loo}} +\newcommand*\l@Lernziele[2]{\par\ding{43}~ + \parbox[t]{0.85\linewidth}{#1}\hfill\textbf{#2}\par\smallskip} +\makeatother% Damit @ wieder ein spezielles Zeichen wird +%StopShownPreambleCommands +\begin{document} +\textDemo +\begin{Lernziele} + \item{Erstellen eines einfachen Dokumentes im \LaTeX-Quellcode;} + \item{Ãœbersetzen des Dokumentes in der grafischen Umgebung und in der Konsole;} + \item{Umgang und Beseitigung mit Fehlermeldungen;} + \item{Anzeige der erstellten PDF-Datei.} +\end{Lernziele} \newpage \listofLernziele +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-03-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-1.ltx new file mode 100644 index 00000000000..6c31a36ce23 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-1.ltx @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-03-1 auf Seite 305. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{enumitem} +\newlist{Enum}{enumerate}{10} +\setlist[Enum]{label*=\arabic*.} +%StopShownPreambleCommands +\begin{document} +\begin{Enum} + \item Erste Ebene \item foo + \begin{Enum} + \item Punkt \item bar + \begin{Enum} + \item Punkt \item baz + \begin{Enum} + \item Die tiefste Ebene + \item foobar + \end{Enum} + \item Punkt + \end{Enum} + \item Punkt + \end{Enum} + \item Punkt zwei \item Punkt drei +\end{Enum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-03-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-2.ltx new file mode 100644 index 00000000000..ab613ada7dd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-2.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-03-2 auf Seite 305. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{enumitem} +%StopShownPreambleCommands +\begin{document} +\begin{itemize} +\item Salat und Fisch +\item Suppe und Lasagne +\item Suppe/Salat und Gulasch +\end{itemize} +Ein normaler Satz zwischen den Listen. +\begin{itemize}[leftmargin=0pt, + labelwidth=5mm,itemindent=5mm,itemsep=1ex] +\item Salat und Fisch +\item Suppe und Lasagne +\item Suppe/Salat und Gulasch +\end{itemize} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-03-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-3.ltx new file mode 100644 index 00000000000..58b0fbddb78 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-3.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-03-3 auf Seite 306. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{enumitem,pifont,xcolor} +%StopShownPreambleCommands +\begin{document} +\begin{enumerate}% + [label=\protect\fcolorbox{blue}{cyan}% + {\protect\color{white}\bfseries% + \ding{\value*}},start=172] +\item Salat und Fisch +\item Suppe und Lasagne +\item Suppe/Salat und Gulasch +\end{enumerate} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-03-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-4.ltx new file mode 100644 index 00000000000..56aa2d594f6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-4.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-03-4 auf Seite 306. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{enumitem} +%StopShownPreambleCommands +\begin{document} +\begin{description} +\item[Mo-Do] Suppe und Lasagne +\item[Fr] Salat und Fisch +\item[Sa,So] Suppe/Salat und Gulasch +\end{description} +Ein normaler Satz zwischen den Listen. +\begin{description}[leftmargin=3cm, + labelwidth=3em, align=right, + itemsep=0pt, parsep=0pt] +\item[Mo-Do] Suppe und Lasagne +\item[Fr] Salat und Fisch +\item[Sa,So] Suppe/Salat und Gulasch +\end{description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-03-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-5.ltx new file mode 100644 index 00000000000..c7235604bc6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-5.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-03-5 auf Seite 306. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{enumitem} \renewlist{description}{description}{2} +\setlist[description]{leftmargin=3cm,labelwidth=3em,align=right,noitemsep,nosep} +%StopShownPreambleCommands +\begin{document} +\begin{description} +\item[Mo-Do] Suppe und Lasagne \item[Fr] Salat und Fisch +\item[Sa,So] Suppe/Salat und Gulasch +\end{description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-03-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-6.ltx new file mode 100644 index 00000000000..6f526fcd1ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-6.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-03-6 auf Seite 307. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands +\usepackage{enumitem} \setlist{nosep,noitemsep} +%StopShownPreambleCommands +\begin{document} +\begin{enumerate}[start=13] + \item Punkt A \item Punkt B +\end{enumerate} Zwischentext \dots +\begin{enumerate}[resume] + \item Punkt C \item Punkt D +\end{enumerate} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-03-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-7.ltx new file mode 100644 index 00000000000..e1803c154af --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-7.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-03-7 auf Seite 307. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands +\usepackage[inline]{enumitem} +\setlist*{before=\unskip{: }, itemjoin={{; }}, itemjoin*={{, and }}} +%StopShownPreambleCommands +\begin{document} +\texttt{itemize*} +\begin{itemize*} \item foo \item bar \item baz. \end{itemize*}\par +\texttt{enumerate*} +\begin{enumerate*} \item foo \item bar \item baz \end{enumerate*}\par +\texttt{description*} +\begin{description*}[itemjoin={{;~}}, itemjoin*={~und~}] +\item[Mo-Do] Arbeit \item[Fr] Kurzarbeit \item[Sa,So] Frei :-)\par +\end{description*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-03-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-8.ltx new file mode 100644 index 00000000000..11186dcff8a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-03-8.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-03-8 auf Seite 308. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{121.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{amssymb,enumitem} \newlist{CItem}{itemize}{3} +\setlist[CItem]{leftmargin=*,noitemsep,nosep} +\setlist[CItem,1]{label=$\blacktriangleright$} +\setlist[CItem,2]{label=$\triangleright$} +\setlist[CItem,3]{label=$\diamondsuit$} +%StopShownPreambleCommands +\begin{document} +\begin{CItem} + \item foo \item bar + \begin{CItem} + \item baz \item foobar + \begin{CItem}\item foobaz \item barbaz \end{CItem} + \end{CItem} +\end{CItem} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/07-04-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/07-04-1.ltx new file mode 100644 index 00000000000..4611708c1fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/07-04-1.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 07-04-1 auf Seite 308. +%% +%% Copyright (C) 2016 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[ngerman]{screxa} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\setkomafont{labelinglabel}{\bfseries} +%StopShownPreambleCommands +\begin{document} +\begin{labeling}[$\triangleright$]% + {\textbf{Muster~}} +\item[FU] Freie Universität Berlin +\item[TU] Technische Universität +\item[HU] Humboldt Universität +\item[Muster] Entspricht der Musterbreite +\end{labeling} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-02-1.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-02-1.ltx2crop new file mode 100644 index 00000000000..12b90dafe35 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-02-1.ltx2crop @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-02-1 auf Seite 311. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{161.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands +\makeatletter\renewcommand\fps@figure{b}\makeatother +%StopShownPreambleCommands +\begin{document} +\textDemo +\begin{figure} \centering\rule{0.75\linewidth}{1cm} \end{figure} +\textDemo +\begin{figure} \centering\rule{0.75\linewidth}{1cm} \end{figure} +\textDemo +\vfill +Das Ende vom Lied \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-02-2.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-02-2.ltx2crop new file mode 100644 index 00000000000..e0a98010356 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-02-2.ltx2crop @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-02-2 auf Seite 312. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\section{Erster Abschnitt} +\textDemo +\section{Zweiter Abschnitt} +\begin{figure}[htp] \centering\rule{0.75\linewidth}{1cm} \end{figure} +\textDemo +\section{Dritter Abschnitt} +\begin{figure} \centering\rule{0.75\linewidth}{1cm} \end{figure} +\textDemo +\vfill +Das Ende vom Lied \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-02-3.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-02-3.ltx2crop new file mode 100644 index 00000000000..fb777b5d7d5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-02-3.ltx2crop @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-02-3 auf Seite 313. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands +\let\Section\section% Alte Definition speichern +\renewcommand\section{\suppressfloats[t]\Section}% neu definieren, alte aufrufen +%StopShownPreambleCommands +\begin{document} +\section{Erster Abschnitt} +\textDemo +\section{Zweiter Abschnitt} +\begin{figure}[htp] \centering\rule{0.75\linewidth}{1cm} \end{figure} +\textDemo +\section{Dritter Abschnitt} +\begin{figure}[htp] \centering\rule{0.75\linewidth}{1cm} \end{figure} +\textDemo +\vfill +Das Ende vom Lied \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-04-1.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-04-1.ltx2crop new file mode 100644 index 00000000000..a3e73c732bf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-04-1.ltx2crop @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-04-1 auf Seite 315. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands +\makeatletter\renewcommand\fps@figure{b}\makeatother +%StopShownPreambleCommands +\begin{document} +\textDemo +\begin{figure} \centering\rule{0.75\linewidth}{2.7cm} \end{figure} +\textDemo +\begin{figure} \centering\rule{0.75\linewidth}{2.7cm} \end{figure} +\textDemo +\vfill +Das Ende vom Lied \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-04-2.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-04-2.ltx2crop new file mode 100644 index 00000000000..67a9fc6d7c3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-04-2.ltx2crop @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-04-2 auf Seite 316. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands +\makeatletter\renewcommand\fps@figure{!b}\makeatother +%StopShownPreambleCommands +\begin{document} +\textDemo +\begin{figure} \centering\rule{0.75\linewidth}{2.7cm} \end{figure} +\textDemo +\begin{figure} \centering\rule{0.75\linewidth}{2.7cm} \end{figure} +\textDemo +\vfill +Das Ende vom Lied \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-05-1.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-1.ltx2crop new file mode 100644 index 00000000000..c3c20def256 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-1.ltx2crop @@ -0,0 +1,51 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-05-1 auf Seite 317. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands +\usepackage{varioref} +%StopShownPreambleCommands +\begin{document} +\textDemo +\begin{figure}[h] +\centering\rule{0.75\linewidth}{1cm} +\caption{Ein breiter, schwarzer Strich}\label{fig:demo} +\end{figure} +\textDemo +\begin{table}[h] +\caption{Ein breite, schwarze Tabelle}\label{tab:demo} +\centering\rule{0.75\linewidth}{2.75cm} +\end{table} +\textDemo +\vfill +Siehe auch Abbildung~\vref{fig:demo} und Tabelle~\vref{tab:demo}\ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-05-2.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-2.ltx2crop new file mode 100644 index 00000000000..427966d828b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-2.ltx2crop @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-05-2 auf Seite 317. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands +\usepackage{varioref} +%StopShownPreambleCommands +\begin{document} +\noindent\texttt{belowcaptionskip} $\rightarrow$ \the\belowcaptionskip\\ + \texttt{abovecaptionskip} $\rightarrow$ \the\abovecaptionskip +\setlength\abovecaptionskip{5pt plus 3pt minus 1pt} +\let\belowcaptionskip\abovecaptionskip\par \textDemo +\begin{figure}[htb] \centering\rule{0.75\linewidth}{1cm} +\caption{Ein breiter, schwarzer Strich}\label{fig:demo} +\end{figure} \textDemo \begin{table}[!h] +\caption{Ein breite, schwarze Tabelle}\label{tab:demo} +\centering\rule{0.75\linewidth}{2.75cm} +\end{table} +\textDemo \vfill +Siehe auch Abbildung~\vref{fig:demo} und Tabelle~\vref{tab:demo}\ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-05-3.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-3.ltx2crop new file mode 100644 index 00000000000..b80008e169b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-3.ltx2crop @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-05-3 auf Seite 318. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy} +\setlength\abovecaptionskip{5pt plus 3pt minus 1pt} +\let\belowcaptionskip\abovecaptionskip +%StartShownPreambleCommands +\usepackage{varioref} +%StopShownPreambleCommands +\begin{document} +\textDemo +\begin{figure}[htb] \centering \rule{0.75\linewidth}{1cm} +\caption{Ein breiter, schwarzer Strich}\label{fig:demo1} +\centering\rule{0.75\linewidth}{1cm} +\caption{Ein breiter, schwarzer Strich}\label{fig:demo2} +\end{figure} \textDemo \begin{table} +\caption{Ein breite, schwarze Tabelle}\label{tab:demo1} +\centering\rule{0.75\linewidth}{1cm} +\caption{Ein breite, schwarze Tabelle}\label{tab:demo2} +\centering\rule{0.75\linewidth}{1cm} +\end{table} +\textDemo \vfill +Siehe auch Abbildung~\ref{fig:demo1} und \vref{fig:demo2} und +Tabelle~\vref{tab:demo1}\ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-05-4.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-4.ltx2crop new file mode 100644 index 00000000000..07271931216 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-4.ltx2crop @@ -0,0 +1,63 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-05-4 auf Seite 319. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy} +\makeatletter\renewcommand\fps@figure{!htb}\makeatother +\setlength\abovecaptionskip{5pt plus 3pt minus 1pt} +\let\belowcaptionskip\abovecaptionskip +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\centering\rule{0.75\linewidth}{1cm} +\caption{Eine ellenlange Bildunterschrift, die auch so ellenlang im + Bildverzeichnis erscheinen wird.}\label{fig:demo} +\end{figure} +\begin{figure} +\centering\rule{0.75\linewidth}{1cm} +\caption{Noch eine ellenlange Bildunterschrift, die auch so ellenlang im + Bildverzeichnis erscheinen wird.} +\end{figure} +\begin{table} +\caption[Eine Tabellenüberschrift]{Eine ellenlange Tabellenüberschrift, die aber + nicht so ellenlang im Tabellenverzeichnis erscheinen wird.}\label{tab:demo} +\centering\rule{0.75\linewidth}{1cm} +\end{table} +\begin{table} +\caption[Ein kurzer Text]{Noch eine ellenlange Tabellenüberschrift, genau wie bei + Tabelle~\protect\ref{tab:demo} und Abbildung~\protect\ref{fig:demo}, + die aber nicht so ellenlang im Tabellenverzeichnis erscheinen wird.} +\centering\rule{0.75\linewidth}{1cm} +\end{table} +\listoffigures \listoftables +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-05-5.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-5.ltx2crop new file mode 100644 index 00000000000..6bb98ce45b9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-5.ltx2crop @@ -0,0 +1,60 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-05-5 auf Seite 320. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{195.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{9cm} +\setlength\textheight{10cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\setlength\abovecaptionskip{5pt plus 3pt minus 1pt} +\let\belowcaptionskip\abovecaptionskip +\usepackage{xcolor} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\textDemo \begin{figure} \centering + \begin{minipage}{0.48\linewidth} + \centering\rule{0.75\linewidth}{1cm}\caption{Ein breiter, schwarzer Strich} + \end{minipage}\hfill% damit eine Links-Rechts-Anordnung entsteht + \begin{minipage}{0.48\linewidth} + \centering\Rule{0.5\linewidth}{1cm}\caption{Noch ein breiter, schwarzer Strich} + \end{minipage} + \par\bigskip\textcolor{lightgray}{\rule{0.9\linewidth}{1cm}} + \caption{Eine Beschriftung über die gesamte Breite der Zeile.} +\end{figure} \textDemo \begin{table}\centering + \caption{Eine Tabellenbeschriftung über die gesamte Breite der Zeile.} + \textcolor{lightgray}{\rule{0.9\linewidth}{1cm}} + \par\bigskip + \begin{minipage}{0.48\linewidth} + \centering\caption{Eine breite, schwarze Tabelle}\rule{0.5\linewidth}{1cm} + \end{minipage}\hfill% damit eine Links-Rechts-Anordnung entsteht + \begin{minipage}{0.48\linewidth} + \centering\caption{Noch eine breite, schwarze Tabelle}\Rule{0.75\linewidth}{1cm} + \end{minipage} +\end{table} \textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-05-6.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-6.ltx2crop new file mode 100644 index 00000000000..9d746e221fc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-6.ltx2crop @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-05-6 auf Seite 321. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{7.5cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy} +\setlength\abovecaptionskip{5pt plus 3pt minus 1pt} +\let\belowcaptionskip\abovecaptionskip +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\textDemo +\begin{figure} \centering\rule{0.75\linewidth}{1cm} +\caption{Ein breiter, schwarzer Strich\protect\footnote{Manchmal auch blau}} +\end{figure} +\textDemo +\begin{table} \caption{Ein breite, schwarze Tabelle\protect\footnotemark} +\centering\rule{0.75\linewidth}{2.75cm} +\end{table} +\footnotetext{Manchmal auch blau} +\textDemo foo\footnote{bar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-05-7.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-7.ltx2crop new file mode 100644 index 00000000000..22c97e5c7ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-05-7.ltx2crop @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-05-7 auf Seite 322. +%% +%% Copyright (C) 2016 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) 2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{textdemo,fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\AtBeginDocument{\sloppy\vspace*{5mm}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\textDemo \textDemo +\begin{figure}[!htb] +\begin{minipage}{\textwidth} +\centering\rule{0.75\linewidth}{1cm} +\caption[Ein breiter, schwarzer Strich] + {Ein breiter, schwarzer Strich${}^a$} +\footnotetext[1]{Manchmal auch blau} +\end{minipage} +\end{figure} +\textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-1.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-1.ltx2crop new file mode 100644 index 00000000000..152d5b553ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-1.ltx2crop @@ -0,0 +1,57 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-1 auf Seite 323. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\hyphenation{Be-schrif-tung} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption}% ohne Optionen +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\centering\rule{0.75\linewidth}{2mm} +\caption{Eine standardmäßige Beschriftung, + die über mehrere Zeilen geht} +\end{figure} \captionsetup{margin=10pt, + labelfont=bf,labelsep=endash} +\begin{figure} +\centering\rule{0.75\linewidth}{2mm} +\caption{Eine formatierte Beschriftung, + die über mehrere Zeilen geht.} +\end{figure} +\captionsetup{font={sf,small},margin=0pt, + labelsep=colon,format=hang} +\begin{figure} +\centering\rule{0.75\linewidth}{2mm} +\caption{Eine formatierte Beschriftung, + die über mehrere Zeilen geht.} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-10.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-10.ltx2crop new file mode 100644 index 00000000000..2bd690f863c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-10.ltx2crop @@ -0,0 +1,53 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-10 auf Seite 332. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption} +\newcommand\Rest{die auch ohne weiteres +mehrere Zeilen lang sein kann.} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\centering\rule{0.75\linewidth}{2mm} +\caption{Eine standardmäßige Beschriftung + ohne Formatierung} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} +\captionsetup{parskip=15pt,hangindent=10pt} +\caption[Kurzform ohne Absatz]{Beschriftung mit + \emph{\textbackslash parskip}, + \Rest\par\Rest} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-11.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-11.ltx2crop new file mode 100644 index 00000000000..1dd92d54619 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-11.ltx2crop @@ -0,0 +1,55 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-11 auf Seite 334. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption} +\DeclareCaptionStyle{MStil}% + [margin=5mm,justification=centering]% + {font=small,labelfont=sf,margin={10mm,0mm}} +\newcommand\Rest{die auch ohne weiteres +mehrere Zeilen lang sein kann.} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\centering\rule{0.75\linewidth}{2mm} +\caption{Eine standardmäßige Beschriftung + ohne Formatierung} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} +\captionsetup{style=MStil} +\caption[Kurzform ohne Absatz]{Beschriftung mit + \emph{einem eigenen Stil}, \Rest\par\Rest} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-12.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-12.ltx2crop new file mode 100644 index 00000000000..bcc377aaf4a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-12.ltx2crop @@ -0,0 +1,56 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-12 auf Seite 335. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption} +\makeatletter +\renewcommand\p@figure{A:} +\makeatother +\DeclareCaptionListFormat{MFormat}{#1 [#2]} +\captionsetup{listformat=MFormat} +%StopShownPreambleCommands +\begin{document} +\begin{figure} + \centering\rule{0.75\linewidth}{2mm} + \caption{Eine Beschriftung} +\end{figure} + +\begin{figure} + \centering\rule{0.75\linewidth}{2mm} + \captionsetup{justification=raggedright} + \caption{Eine Beschriftung} +\end{figure} +\listoffigures +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-13.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-13.ltx2crop new file mode 100644 index 00000000000..6c2bd7d8ed9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-13.ltx2crop @@ -0,0 +1,52 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-13 auf Seite 335. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{6cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption} +\DeclareCaptionType[fileext=bsp]{Beispiel}% + [Bsp.][Beispielliste] +%StopShownPreambleCommands +\begin{document} +\begin{Beispiel} + \centering\rule{0.75\linewidth}{2mm} + \caption{Eine Beschriftung} +\end{Beispiel} +\begin{Beispiel} + \centering\rule{0.75\linewidth}{2mm} + \captionsetup{justification=raggedright} + \caption{Eine Beschriftung} +\end{Beispiel} +\listofBeispiels +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-2.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-2.ltx2crop new file mode 100644 index 00000000000..95284c1039d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-2.ltx2crop @@ -0,0 +1,56 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-2 auf Seite 324. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage{caption} \DeclareCaptionFormat% + {NewLine}{\textbf{#1}\newline#3\par} +%StopShownPreambleCommands +\begin{document} +\begin{table}\centering\rule{0.7\linewidth}{2mm} +\caption{Eine standardmäßige Beschriftung, + die über mehrere Zeilen geht.} +\end{table} +\captionsetup{format=NewLine} +\begin{table}\centering\rule{0.7\linewidth}{2mm} +\caption{Eine formatierte Beschriftung, + die über mehrere Zeilen geht.} +\end{table} +\begin{table}\centering\rule{0.7\linewidth}{2mm} +\captionsetup{indention=2em} +\caption{Eine formatierte Beschriftung, + die über mehrere Zeilen geht.} +\captionsetup{format=hang,indention=-2em} +\captionof{figure}{Eine formatierte + Bildbeschriftung, die über mehrere + Zeilen geht.} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-3.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-3.ltx2crop new file mode 100644 index 00000000000..5958a83ae24 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-3.ltx2crop @@ -0,0 +1,62 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-3 auf Seite 325. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption} \DeclareCaptionLabelFormat{Bracket}{#1\,[#2]} +%StopShownPreambleCommands +\begin{document} +\begin{figure} \centering\rule{0.75\linewidth}{2mm} +\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht} +\end{figure} +\begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelformat=default} +\caption{Eine \emph{default} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelformat=empty} +\caption{Eine \emph{empty} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelformat=simple} +\caption{Eine \emph{simple} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelformat=brace} +\caption{Eine \emph{brace} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelformat=parens} +\caption{Eine \emph{parens} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelformat=Bracket} +\caption{Eine \emph{eigene} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-4.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-4.ltx2crop new file mode 100644 index 00000000000..cfe6493b9e9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-4.ltx2crop @@ -0,0 +1,68 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-4 auf Seite 327. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption} +\DeclareCaptionLabelSeparator{emdash}{---} +%StopShownPreambleCommands +\begin{document} +\begin{figure} \centering\rule{0.75\linewidth}{2mm} +\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelsep=none} +\caption{Eine \emph{none} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelsep=colon} +\caption{Eine \emph{colon} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelsep=period} +\caption{Eine \emph{period} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelsep=space} +\caption{Eine \emph{space} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelsep=quad} +\caption{Eine \emph{quad} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelsep=newline} +\caption{Eine \emph{newline} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelsep=endash} +\caption{Eine \emph{endash} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelsep=emdash} +\caption{Eine \emph{eigene} Beschriftung, die über mehrere Zeilen geht.} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-5.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-5.ltx2crop new file mode 100644 index 00000000000..0d5017aeeee --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-5.ltx2crop @@ -0,0 +1,57 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-5 auf Seite 327. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption} +\DeclareCaptionTextFormat{CR}{#1~\copyright\ hv} +%StopShownPreambleCommands +\begin{document} +\begin{figure} + \centering\rule{0.75\linewidth}{2mm} + \captionsetup{textformat=simple} + \caption{Eine \emph{simple} Beschriftung, + die über mehrere Zeilen geht} +\end{figure} \begin{figure} + \centering\rule{0.75\linewidth}{2mm} + \captionsetup{textformat=period} + \caption{Eine \emph{period} Beschriftung, + die über mehrere Zeilen geht} +\end{figure} \begin{figure} + \centering\rule{0.75\linewidth}{2mm} + \captionsetup{textformat=CR} + \caption{Eine \emph{eigene} Beschriftung, + die über mehrere Zeilen geht} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-6.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-6.ltx2crop new file mode 100644 index 00000000000..8352dead9f7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-6.ltx2crop @@ -0,0 +1,71 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-6 auf Seite 329. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption} +\usepackage{ragged2e}% ragged2e wegen Centering +\DeclareCaptionJustification{Centering}{\Centering} +\newcommand\Rest{die, wie hier deutlich zu sehen ist, auch ohne weiteres +mehrere Zeilen lang sein kann.} +%StopShownPreambleCommands +\begin{document} +\begin{figure} \centering\rule{0.75\linewidth}{2mm} +\caption{Eine standardmäßige Beschriftung ohne Formatierung} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{justification=justified} +\caption{Eine \emph{justified} Beschriftung, \Rest} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{justification=centering} +\caption{Eine \emph{centering} Beschriftung, \Rest} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{justification=centerlast} +\caption{Eine \emph{centerlast} Beschriftung, \Rest} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{justification=centerfirst} +\caption{Eine \emph{centerfirst} Beschriftung, \Rest} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{justification=raggedright} +\caption{Eine \emph{raggedright} Beschriftung, \Rest} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{justification=RaggedRight} +\caption{Eine \emph{RaggedRight} Beschriftung, \Rest} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{justification=raggedleft} +\caption{Eine \emph{raggedleft} Beschriftung, \Rest} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{justification=Centering} +\caption{Eine \emph{eigene} Beschriftung, \Rest} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-7.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-7.ltx2crop new file mode 100644 index 00000000000..139b838a5ac --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-7.ltx2crop @@ -0,0 +1,55 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-7 auf Seite 329. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption} +%StopShownPreambleCommands +\begin{document} +\begin{figure} + \centering\rule{0.75\linewidth}{2mm} + \caption{Eine Beschriftung} +\end{figure} +\begin{figure} + \centering\rule{0.75\linewidth}{2mm} + \captionsetup{justification=raggedleft} + \caption{Eine Beschriftung} +\end{figure} +\begin{figure} + \centering\rule{0.75\linewidth}{2mm} + \captionsetup{singlelinecheck=false, + justification=raggedleft} + \caption{Eine Beschriftung} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-8.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-8.ltx2crop new file mode 100644 index 00000000000..c253c40d5af --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-8.ltx2crop @@ -0,0 +1,59 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-8 auf Seite 331. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption,xcolor}% xcolor wegen der Farbe +\DeclareCaptionFont{Farbe}{\color{red}} +\newcommand\Rest{die, wie hier deutlich zu sehen ist, auch ohne weiteres +mehrere Zeilen lang sein kann.} +%StopShownPreambleCommands +\begin{document} +\begin{figure} \centering\rule{0.75\linewidth}{2mm} +\caption{Eine standardmäßige Beschriftung ohne Formatierung} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{font=sf,labelfont=bf} +\caption{Eine \emph{font=sf,labelfont=bf} Beschriftung, \Rest} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} \captionsetup{labelfont=sc,font=small} +\caption{Eine \emph{labelfont=sc,font=small} Beschriftung, \Rest} +\end{figure} \captionsetup{font={small,sf},labelfont=it} +\begin{figure} \centering\rule{0.75\linewidth}{2mm} +\caption{Eine \emph{font={small,sf},labelfont=it} Beschriftung, \Rest} +\end{figure} \begin{figure} +\centering\rule{0.75\linewidth}{2mm} +\captionsetup{labelfont+={Farbe,bf},textfont+={color=blue!70}} +\caption{Eine \emph{eigene} Beschriftung, \Rest} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-06-9.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-9.ltx2crop new file mode 100644 index 00000000000..2680e54e617 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-06-9.ltx2crop @@ -0,0 +1,59 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-06-9 auf Seite 331. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\usepackage{xcolor} +\newcommand\Rule[2]{{\color{lightgray}\rule{0.75\linewidth}{2mm}}} +\AtBeginDocument{\addtolength\abovecaptionskip{-3pt} +\addtolength\belowcaptionskip{-2pt}} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +\makeatletter\renewcommand\fps@figure{!ht}\makeatother +%StartShownPreambleCommands +\usepackage{caption} +\newcommand\Rest{die auch ohne weiteres + mehrere Zeilen lang sein kann.} +%StopShownPreambleCommands +\begin{document} +\begin{figure} \centering \Rule +\caption{Eine standardmäßige Beschriftung + ohne Formatierung} +\end{figure} +\begin{figure} \centering \Rule +\captionsetup{width=0.75\linewidth} +\caption{Beschriftung mit + \emph{width=0.75\string\linewidth}, \Rest} +\end{figure} +\begin{figure} \centering \Rule +\captionsetup{margin={0pt,40pt}} +\caption{Eine \emph{margin=\{0pt,40pt\}} + Beschriftung, \Rest} +\end{figure} \captionsetup{margin=1cm} +\begin{figure} \centering \Rule \caption{% + Eine \emph{margin=1cm} Beschriftung, \Rest} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-1.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-1.ltx2crop new file mode 100644 index 00000000000..76921207ca3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-1.ltx2crop @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-1 auf Seite 338. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\let\LTXfigure\figure +\let\endLTXfigure\endfigure +\usepackage{floatrow} +%StopShownPreambleCommands +\begin{document} +\begin{LTXfigure}% Standard LaTeX +\rule{0.75\linewidth}{2mm} +\caption{Eine standardmäßige Beschriftung, + die über mehrere Zeilen geht} +\end{LTXfigure} +\begin{figure}% durch floatrow modifiziert +\rule{0.75\linewidth}{2mm} +\caption{Eine standardmäßige Beschriftung, + die über mehrere Zeilen geht} +\end{figure} +\begin{table}% dito +\rule{0.75\linewidth}{2mm} +\caption{Eine neue Beschriftung, + die über mehrere Zeilen geht.} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-10.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-10.ltx2crop new file mode 100644 index 00000000000..5b6c571cb91 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-10.ltx2crop @@ -0,0 +1,56 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-10 auf Seite 348. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{fancybox} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{9cm} +\setlength\textheight{12cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage{floatrow} +\floatsetup[figure]{style=Boxed} +%StopShownPreambleCommands +\begin{document} +\begin{figure}\CenterFloatBoxes\begin{floatrow} +\ffigbox[\FBwidth]{\caption{Beschriftung + über mehrere Zeilen.}}{\rule{2cm}{3cm}} +\killfloatstyle +\ttabbox{\caption{Eine neue Beschriftung + über mehrere Zeilen.}}{\rule{4cm}{2cm}} +\end{floatrow} +\end{figure} +\floatsetup[table]{style=Plaintop} +\begin{figure}\CenterFloatBoxes +\begin{floatrow} +\ffigbox[\FBwidth]{\caption{Beschriftung + über mehrere Zeilen.}}{\rule{2cm}{3cm}} +\killfloatstyle +\ttabbox{\caption{Eine neue Beschriftung + über mehrere Zeilen.}}{\rule{4cm}{2cm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-11.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-11.ltx2crop new file mode 100644 index 00000000000..f9cd6ec2307 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-11.ltx2crop @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-11 auf Seite 348. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{fancybox} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{9cm} +\setlength\textheight{8cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage{caption,floatrow} +\floatsetup[figure]{style=Boxed} +%StopShownPreambleCommands +\begin{document} +\begin{figure}\RawFloats +\begin{center}\begin{minipage}{0.45\linewidth} +\centering\rule{2cm}{3cm} +\caption{Eine neue Beschriftung, + die über mehrere Zeilen geht} +\end{minipage}\begin{minipage}{0.45\linewidth} +\centering\captionof{table}{Eine neue + Beschriftung, die über mehrere Zeilen geht} +\rule{4cm}{2cm} +\end{minipage}\end{center} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-12.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-12.ltx2crop new file mode 100644 index 00000000000..1e12b0913c1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-12.ltx2crop @@ -0,0 +1,59 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-12 auf Seite 349. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{fancybox} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{9cm} +\setlength\textheight{12cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage{caption,floatrow} +\captionsetup{font={sf,small}, + justification=raggedright} +\floatsetup[figure]{style=plain} +%StopShownPreambleCommands +\begin{document} +\begin{figure}\centering +\begin{tabular}{p{3cm}p{3cm}} +\rule{3cm}{2cm} & \rule{3cm}{2cm}\\ +\rule{3cm}{2cm} & \RawCaption{\caption{% + Eine Beschriftung, die über mehrere Zeilen + geht}\label{foo}} +\end{tabular} +\end{figure} +\begin{figure}[!htb]\centering +\begin{tabular}{p{3cm}p{3cm}} +\rule{3cm}{1.5cm} & \rule{3cm}{1.5cm}\\ +\rule{3cm}{1.5cm} & \caption{% + Eine Beschriftung, die über mehrere Zeilen + geht}\label{bar} +\end{tabular} +\end{figure} +\noindent Die Abbildungen~\ref{foo} und +\ref{bar} zeigen, dass es nicht egal ist, +wie man die Beschriftung setzt, weil \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-13.ltx new file mode 100644 index 00000000000..dca3556666f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-13.ltx @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-13 auf Seite 350. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\renewcommand\arraystretch{1.5} +%StartShownPreambleCommands +\usepackage{caption,floatrow} +\captionsetup{font={sf,small},justification=raggedright} +\floatsetup[table]{style=plain,footnoterule=none,footskip=0.75\skip\footins} +%StopShownPreambleCommands +\begin{document} +\begin{table}\centering +\ttabbox{\caption[Ersatztext]{Eine Beschriftung, die über mehrere Zeilen geht.% + \mpfootnotemark}\label{foo}} +{\begin{tabular}{c c}\hline + Linke Zelle\mpfootnotemark[2] & Rechte Zelle\mpfootnotemark[3]\\ + Zweite Zeile\mpfootnotemark[2] & \\\hline +\end{tabular}% +\footnotetext[1]{Anmerkung zur ersten Fußnote.} +\footnotetext[2]{Anmerkung.} +\footnotetext[3]{Anmerkung zur weiteren Fußnote, die auch noch ziemlich lang ist.}} +\end{table} +Die Tabelle~\ref{foo} zeigt, dass es einen Unterschied macht, wie man die +Fußnoten setzt. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-14.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-14.ltx2crop new file mode 100644 index 00000000000..d92d29ef949 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-14.ltx2crop @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-14 auf Seite 351. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{fancybox} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{9cm} +\setlength\textheight{12cm} +\renewcommand\arraystretch{1.5} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage{caption,floatrow} \captionsetup{font={sf,small}} \floatsetup{footfont=sf} +%StopShownPreambleCommands +\begin{document} +\begin{table}\centering +\ttabbox{\caption{Eine Beschriftung, die über mehrere Zeilen geht.}\label{foo}} +{\begin{tabular}{c c}\hline + Linke Zelle &Rechte Zelle\\Zweite Zeile&\\\hline +\end{tabular} +\floatfoot{Hier kommt eine Legende hin, die die Breite der Tabelle selbst erhält.}} +\end{table} +Die Tabelle~\ref{foo} und die Abbildung~\ref{bar} zeigen, dass man eine Legende unter +das Objekt setzen kann, die auch über die ganze Breite gehen kann, weil \ldots +\floatsetup{capposition=top,footposition=caption} +\begin{figure}[!htb] \centering +\ffigbox{\floatfoot{Hier kommt auch eine Legende hin, die die ganze Breite der Zeile + ausfüllt, genau wie eine Beschriftung.} +\caption[Ersatztext]{Eine Beschriftung, die über mehrere Zeilen geht.% + \protect\footnote{foo}}\label{bar}}{\rule{4cm}{2cm}} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-15.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-15.ltx new file mode 100644 index 00000000000..a14a2fc28cf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-15.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-15 auf Seite 352. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow} +\floatsetup{style=Boxed,valign=t} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox[3cm]{\caption{Eine + Beschriftung für eine + Abbildung.}}{\rule{2cm}{4cm}} +\ffigbox[3cm]{\caption{Eine + Bildunterschrift.}} + {\rule{2cm}{2cm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-16.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-16.ltx new file mode 100644 index 00000000000..7bb1b59956f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-16.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-16 auf Seite 353. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow}\floatsetup{style=plain} +%StopShownPreambleCommands +\begin{document} +\begin{figure}\centering +\rule{3cm}{5mm} +\caption{Eine Bildunterschrift für eine Gleitumgebung.} +\end{figure} +\begin{table}[!htbp]\centering +\rule{3cm}{5mm} +\caption{Eine Tabellenüberschrift für eine Gleitumgebung.} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-17.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-17.ltx new file mode 100644 index 00000000000..364b984d68f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-17.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-17 auf Seite 353. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow}\floatsetup{style=plaintop} +%StopShownPreambleCommands +\begin{document} +\begin{figure}\centering +\rule{3cm}{5mm} +\caption{Eine Bildunterschrift für eine Gleitumgebung.} +\end{figure} +\begin{table}[!htbp]\centering +\rule{3cm}{5mm} +\caption{Eine Tabellenüberschrift für eine Gleitumgebung.} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-18.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-18.ltx new file mode 100644 index 00000000000..696ae6d6309 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-18.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-18 auf Seite 353. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow}\floatsetup{style=Plaintop} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-19.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-19.ltx new file mode 100644 index 00000000000..20122556020 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-19.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-19 auf Seite 354. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow}\floatsetup{style=ruled} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-2.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-2.ltx2crop new file mode 100644 index 00000000000..ce66eaef3f5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-2.ltx2crop @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-2 auf Seite 340. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage{floatrow} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\ffigbox +{\caption{Eine standardmäßige Beschriftung, + die über mehrere Zeilen geht}}%Caption +{\rule{4.5cm}{2mm}}% Objekt +\end{figure} + +\begin{table} +\ttabbox +{\caption{Eine neue Beschriftung, + die über mehrere Zeilen geht.}} +{\rule{4.5cm}{2mm}} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-20.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-20.ltx new file mode 100644 index 00000000000..c978aa34b2a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-20.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-20 auf Seite 354. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow}\floatsetup{style=Ruled} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-21.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-21.ltx new file mode 100644 index 00000000000..0e364845fbe --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-21.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-21 auf Seite 354. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow}\floatsetup{style=boxed} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-22.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-22.ltx new file mode 100644 index 00000000000..435d0d56ff9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-22.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-22 auf Seite 354. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow}\floatsetup{style=Boxed} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox[3cm]{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox[3cm]{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-23.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-23.ltx new file mode 100644 index 00000000000..34b9409e549 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-23.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-23 auf Seite 355. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow}\floatsetup{style=BOXED} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox[3cm]{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox[3cm]{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-24.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-24.ltx new file mode 100644 index 00000000000..fa317a11035 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-24.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-24 auf Seite 355. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow,fr-fancy}\floatsetup{style=shadowbox} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-25.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-25.ltx new file mode 100644 index 00000000000..421adad94be --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-25.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-25 auf Seite 355. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow,fr-fancy}\floatsetup{style=Shadowbox} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox[3cm]{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox[3cm]{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-26.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-26.ltx new file mode 100644 index 00000000000..ff8a037c88b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-26.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-26 auf Seite 356. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow,fr-fancy}\floatsetup{style=SHADOWBOX} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox[3cm]{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox[3cm]{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-27.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-27.ltx new file mode 100644 index 00000000000..62898a590f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-27.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-27 auf Seite 356. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow,fr-fancy}\floatsetup{style=doublebox} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-28.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-28.ltx new file mode 100644 index 00000000000..fc5e3ba73c0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-28.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-28 auf Seite 356. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow,fr-fancy}\floatsetup{style=Doublebox} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox[3cm]{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox[3cm]{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-29.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-29.ltx new file mode 100644 index 00000000000..9cd3ffa5328 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-29.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-29 auf Seite 356. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow,fr-fancy}\floatsetup{style=DOUBLEBOX} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox[3cm]{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox[3cm]{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-3.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-3.ltx2crop new file mode 100644 index 00000000000..bb7e22dce70 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-3.ltx2crop @@ -0,0 +1,53 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-3 auf Seite 340. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage[font=small,labelfont=bf, + labelsep=period, + justification=centerlast]{caption} +\usepackage{floatrow} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\ffigbox[\FBwidth] +{\caption{Eine standardmäßige Beschriftung, + die über mehrere Zeilen geht}}%Caption +{\rule{4.5cm}{2mm}}% Objekt +\end{figure} + +\begin{table} +\ttabbox[0.9\linewidth] +{\caption{Eine neue Beschriftung, + die über mehrere Zeilen geht.}} +{\rule{4.5cm}{2mm}} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-30.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-30.ltx new file mode 100644 index 00000000000..c34a8ce3953 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-30.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-30 auf Seite 357. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow,fr-fancy}\floatsetup{style=wshadowbox} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-31.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-31.ltx new file mode 100644 index 00000000000..fd8a57222e5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-31.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-31 auf Seite 357. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow,fr-fancy}\floatsetup{style=Wshadowbox} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox[3cm]{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox[3cm]{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-32.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-32.ltx new file mode 100644 index 00000000000..3527f1c8754 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-32.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-32 auf Seite 357. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{\textcolor{lightgray}{\Rule{#1}{#2}}} +%StartShownPreambleCommands +\usepackage{floatrow,fr-fancy}\floatsetup{style=WSHADOWBOX} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox[3cm]{\caption{Eine Beschriftung für eine Abbildung.}} + {\rule{2cm}{5mm}} +\ttabbox[3cm]{\caption{Eine Tabellenüberschrift.}} + {\rule{2cm}{10mm}} +\end{floatrow} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-4.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-4.ltx2crop new file mode 100644 index 00000000000..b70514f1518 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-4.ltx2crop @@ -0,0 +1,53 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-4 auf Seite 341. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{6cm} +\setlength\textheight{8cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage[font=small,labelfont=bf, +labelsep=period]{caption} +\usepackage{floatrow} +\newfloatcommand{tcapside}{table}[\capbeside][] +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\fcapside +{\caption{Eine standardmäßige Beschriftung, + die über mehrere Zeilen geht}}%Caption +{\rule{2cm}{2.5cm}}% Objekt +\end{figure} + +\begin{table} +\tcapside +{\caption{Eine neue Beschriftung, + die über mehrere Zeilen geht}} +{\rule{2cm}{2.5cm}} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-5.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-5.ltx2crop new file mode 100644 index 00000000000..6934ce20409 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-5.ltx2crop @@ -0,0 +1,61 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-5 auf Seite 342. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[twoside]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{195.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{9cm} +\setlength\textheight{12cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage[labelsep=period]{caption} \usepackage{floatrow} +\floatsetup{facing=yes,capposition=beside,capbesideposition={bottom,outside}} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht} +\rule{2cm}{3cm} +\end{figure} +\begingroup \floatsetup{capbesideposition={top,left}}% lokale Setzung +\begin{figure} +\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht und + lokal anders formatiert wird} +\rule{2cm}{3cm} +\end{figure} \endgroup +\begin{table} +\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht} +\rule{2cm}{3cm} +\end{table} \begin{table} +\caption{Eine neue Beschriftung, die über mehrere Zeilen geht} +\rule{2cm}{3cm} +\end{table} \begin{table} +\caption{Eine neue Beschriftung, die über mehrere Zeilen geht} +\rule{2cm}{3cm} +\end{table} +Normaler Text, der nur zeigen soll, wie breit hier der normale Textbereich +ist. Ansonsten hat dieser Text keine besondere Bedeutung, ist also faktisch +ein Blindtext \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-6.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-6.ltx2crop new file mode 100644 index 00000000000..553f800d247 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-6.ltx2crop @@ -0,0 +1,64 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-6 auf Seite 343. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[twoside]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{195.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{9cm} +\setlength\textheight{12cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage{floatrow} +\newfloatcommand{fcapleft}{figure}[{% + \capbeside\captionsetup[capbesidefigure]{labelsep=newline}% + \thisfloatsetup{capbesideposition={left},capbesidewidth=4cm}}][\FBwidth] +\newfloatcommand{tcapright}{table}[{% + \capbeside\captionsetup[capbesidetable]{labelsep=newline}% + \thisfloatsetup{capbesideposition={right,center}}}][\FBwidth] +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\fcapleft{\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\end{figure} +\begin{figure} +\fcapleft{\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht und + lokal anders formatiert wird}}{\rule{2cm}{3cm}} +\end{figure} \begin{table} +\tcapright{\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\end{table} \begin{table} +\tcapright[\hsize][][t]{\caption{Eine neue Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\end{table} +\floatsetup{capbesidewidth=sidefil} +\tcapright[3cm][][b]{\caption{Eine neue Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} + +Normaler Text, der nur zeigen soll, wie breit hier der normale Textbereich +ist. Ansonsten hat dieser Text keine besondere Bedeutung, ist also faktisch +ein Blindtext \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-7.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-7.ltx2crop new file mode 100644 index 00000000000..2d3a9e71919 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-7.ltx2crop @@ -0,0 +1,59 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-7 auf Seite 345. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[twoside]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{195.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{9cm} +\setlength\textheight{12cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage{floatrow} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\begin{floatrow} +\ffigbox{\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\ffigbox{\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht und + lokal anders formatiert wird}}{\rule{2cm}{3cm}} +\end{floatrow} +\end{figure} +\begin{table} +\begin{floatrow}[3] +\ttabbox{\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\ttabbox{\caption{Eine neue Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\ttabbox[\Xhsize]{\caption{Eine neue Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\end{floatrow} +\end{table} + +Normaler Text, der nur zeigen soll, wie breit hier der normale Textbereich +ist. Ansonsten hat dieser Text keine besondere Bedeutung, ist also faktisch +ein Blindtext \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-8.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-8.ltx2crop new file mode 100644 index 00000000000..6e308d3aa4b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-8.ltx2crop @@ -0,0 +1,58 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-8 auf Seite 346. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[twoside]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancybox} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{9cm} +\setlength\textheight{12cm} +\fancypage{\setlength\fboxsep{4pt}\fbox}{} +%StartShownPreambleCommands +\usepackage{floatrow} +%StopShownPreambleCommands +\begin{document} +\begin{table} \TopFloatBoxes +\begin{floatrow}[3] +\ttabbox{\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\ttabbox{\caption{Eine neue Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\ttabbox[\Xhsize]{\caption{Eine neue Beschriftung,die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\end{floatrow} +\end{table} +\floatsetup[table]{capposition=TOP} +\begin{table} +\begin{floatrow}[3] +\ttabbox{\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\ttabbox{\caption{Eine neue Beschriftung, die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\ttabbox[\Xhsize]{\caption{Eine neue Beschriftung,die über mehrere Zeilen geht}} +{\rule{2cm}{3cm}} +\end{floatrow} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-07-9.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-9.ltx2crop new file mode 100644 index 00000000000..d706e431b90 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-07-9.ltx2crop @@ -0,0 +1,66 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-07-9 auf Seite 347. +%% +%% Copyright (C) 2016 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) 2,3 +%% +%% +\documentclass[twoside,a5paper]{screxa} +\pagestyle{empty} +\setlength\textwidth{159.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor}\let\Rule\rule +\renewcommand\rule[2]{{\color{lightgray}\Rule{#1}{#2}}} +\setlength\textwidth{294.7706pt} +\AtBeginDocument{\null\pagestyle{origplain}\clearpage} +%StartShownPreambleCommands +\usepackage{ragged2e} +\usepackage[format=plain,font=small,justification=RaggedRight]{caption} +\usepackage{floatrow}\hyphenation{Be-schrif-tung} +\DeclareMarginSet{hangleft}{\setfloatmargins{\hskip-\marginparwidth}{\hfil}} +\DeclareMarginSet{hangright}{\setfloatmargins{\hfil}{\kern-\marginparwidth}} +\newenvironment{myFloat}[1][2] + {\ifthispageodd{\floatsetup[widefigure]{margins=hangright}} + {\floatsetup[widefigure]{margins=hangleft}} + \begin{figure*}[!htb]\begin{floatrow}[#1]} + {\end{floatrow}\end{figure*}} +\newcommand\Text{Eine ganz lange Zeile, um zu sehen, wie breit eigentlich die normale +Zeile ist. Eine lange Zeile, um zu sehen, wie breit eigentlich die normale Zeile ist.} +%StopShownPreambleCommands +\begin{document} +\section{Erster Abschnitt} +\begin{myFloat}[4] +\ffigbox[\FBwidth]{\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen + geht}}{\rule{3cm}{3cm}} +\ffigbox{\caption{Eine neue Beschriftung, die über mehrere Zeilen geht}}{\rule{2cm}{3cm}} +\ffigbox{\caption{Eine über mehrere Zeilen gehende Beschriftung}}{\rule{2cm}{3cm}} +\ffigbox[\Xhsize]{\caption{Wieder eine neue Beschriftung, die über mehrere Zeilen geht}} + {\rule{2cm}{3cm}} +\end{myFloat} +\Text\vfill\Text\clearpage +\section{Zweiter Abschnitt} +\begin{myFloat}[4] +\ttabbox[\FBwidth]{\caption{Eine standardmäßige Beschriftung, die über mehrere Zeilen + geht}}{\rule{3cm}{3cm}} +\ttabbox{\caption{Eine neue Beschriftung, die über mehrere Zeilen geht}}{\rule{2cm}{3cm}} +\ttabbox{\caption{Eine über mehrere Zeilen gehende Beschriftung}}{\rule{2cm}{3cm}} +\ttabbox[\Xhsize]{\caption{Wieder eine neue Beschriftung, die über mehrere Zeilen geht}} + {\rule{2cm}{3cm}} +\end{myFloat} +\Text\vfill\Text +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-1.ltx new file mode 100644 index 00000000000..071376659cf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-1.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-1 auf Seite 361. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{subcaption} +%StopShownPreambleCommands +\begin{document} +Text vor der Gleitumgebung, der auch einen Zeilenumbruch haben kann, um zu zeigen, +wie breit die Zeile ist. +\begin{figure}[!htb] \centering +\begin{minipage}[t]{0.4\linewidth} \centering +\rule{\linewidth}{1cm} +\subcaption{Eine Teilbeschriftung des linken "`Bildes"'.}\label{fig:Links} +\end{minipage}\quad \begin{minipage}[t]{.5\linewidth} \centering +\rule{\linewidth}{2cm} +\subcaption{Eine Teilbeschriftung des rechten "`Bildes"'.}\label{fig:Rechts} +\end{minipage} +\caption{Dies ist die Hauptbeschriftung.}\label{fig:beide} +\end{figure} + +Die Abbildungen~\ref{fig:Links} und \ref{fig:Rechts} gehören zur +Hauptabbildung~\ref{fig:beide}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-10.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-10.ltx2crop new file mode 100644 index 00000000000..edac54a818f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-10.ltx2crop @@ -0,0 +1,52 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-10 auf Seite 369. +%% +%% Copyright (C) 2016 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{398.33856pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textdemo} +\usepackage[ngerman]{babel} +\usepackage{pictures} +%StartShownPreambleCommands +\usepackage{subcaption,floatrow} +\newcommand\rightlast{\leftskip=0pt plus 1fil\rightskip=0pt plus -1fil% + \parfillskip=0pt plus 1fil} +\DeclareCaptionJustification{rightlast}{\rightlast} +\captionsetup[subfigure]{labelformat=brace,justification=rightlast,format=hang} +\floatsetup[figure]{style=plain} +\floatsetup[subfigure]{style=BOXED,capbesideposition={left,top}} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\ffigbox{% + \begin{subfloatrow} + \fcapside[1.1\FBwidth]{\caption{Eine ziemlich einfache Zeichnung einer Katze + mit Ohren, wie man sie eigentlich bei einem Spitz findet.}% + \label{subfig:A}\Cat}{} + \fcapside[1.1\FBwidth]{\caption{Eine anspruchsvollere Zeichnung einer Katze, + mit sehr langen Barthaaren und vor allem normalen Ohren und einer normalen + Nase.}\label{subfig:B}\TheCat}{}% + \end{subfloatrow}}{\caption{Teilabbildung~\subref{subfig:A} und~\subref{subfig:B} + mit jeweils seitlicher Beschriftung und eigener Rahmung für Objekt und + Teilbeschriftung.}} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-11.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-11.ltx2crop new file mode 100644 index 00000000000..480cb560dd9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-11.ltx2crop @@ -0,0 +1,56 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-11 auf Seite 370. +%% +%% Copyright (C) 2016 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{398.33856pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{pictures} +%StartShownPreambleCommands +\usepackage{subcaption,floatrow,xcolor} +\DeclareColorBox{framedfigure}{\fcolorbox{gray}{white}} +\floatsetup[figure]{style=BOXED,heightadjust=object,colorframeset=framedfigure, + framestyle=colorbox,frameset={\fboxrule=3pt\fboxsep=8pt}} +\floatsetup[subfigure]{style=plain,capbesideposition={left,top},heightadjust=object} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\ffigbox{}{% + \begin{subfloatrow*} + \fcapside[1.1\FBwidth]{\subcaption{Eine ziemlich einfache Zeichnung einer Katze mit + Ohren, wie man sie eigentlich bei einem Spitz findet.}\label{subfig:A}}{\Cat} + \fcapside[1.1\FBwidth]{\subcaption{Eine anspruchsvollere Zeichnung einer Katze, mit + sehr langen Barthaaren und vor allem normalen Ohren und einer normalen + Nase.}\label{subfig:B}}{\TheCat}% + \end{subfloatrow*}% + \vspace{2ex} + \BottomFloatBoxes\floatsetup[subfigure]{heightadjust=none} + \begin{subfloatrow*} + \fcapside[1.1\FBwidth]{\subcaption{Eine vor dem Fenster sitzende pechschwarze Katze, + die beobachtet, was draußen so passiert.}\label{subfig:C}}{\BlackCat} + \ffigbox[][][b]{\RawCaption{\caption{Seitliche Beschriftungen, die vertikal an ihrer + Oberkante ausgerichtet sind. Es gibt die Teilabbildungen~\ref{subfig:A}, + \ref{subfig:B} und \ref{subfig:C}. Diese Beschriftung wurde mit dem + Makro \texttt{\textbackslash RawCaption} gesetzt.}}}{} + \end{subfloatrow*}} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-2.ltx new file mode 100644 index 00000000000..be16cdca976 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-2.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-2 auf Seite 362. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{subcaption} +%StopShownPreambleCommands +\begin{document} +Text vor der Gleitumgebung, der auch einen Zeilenumbruch haben kann, um zu +zeigen, wie breit die Zeile ist. +\begin{figure}[!htb] \centering +\begin{subfigure}[t]{0.4\linewidth} \centering \vspace{0pt}% für die Ausrichtung +\rule{\linewidth}{2cm} +\caption{Eine Teilbeschriftung des linken "`Bildes"'.}\label{fig:Links} +\end{subfigure}\quad% +\begin{subtable}[t]{.5\linewidth} \centering +\caption{Eine Teilbeschriftung der rechten "`Tabelle"'.}\label{tab:Rechts} +\begin{tabular}{@{}cc@{}}\hline Links & Rechts\\\hline \end{tabular} +\end{subtable} +\caption{Dies ist die Hauptbeschriftung.}\label{fig:beide} +\end{figure} + +Die Abbildung~\ref{fig:Links} und Tabelle~\ref{tab:Rechts} gehören zur +Hauptabbildung~\ref{fig:beide}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-3.ltx new file mode 100644 index 00000000000..b61f0218541 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-3.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-3 auf Seite 363. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{subcaption,pictures} \setcounter{section}{4}% nur Demo +\DeclareCaptionSubType*[Alph]{figure} +\captionsetup[subfigure]{labelformat=simple} +\addto\captionsngerman{\renewcommand\thefigure{\thesection.\arabic{figure}}% +\renewcommand\thesubfigure{\thefigure.\Alph{subfigure})}} +%StopShownPreambleCommands +\begin{document} +Text vor der Gleitumgebung, der auch einen Zeilenumbruch haben kann, um zu +zeigen, wie breit die Zeile ist. +\begin{figure}[!htb] \centering +\subcaptionbox{Eine Katze\label{Katze}}[0.3\linewidth]{\Cat} +\subcaptionbox{Noch eine Katze\label{Katze2}}[0.3\linewidth]{\TheCat} +\caption{Zwei Katzen}\label{Katzen} +\end{figure} + +Die Katzen~\ref{Katze} und \ref{Katze2} gehören zur Gattung der Katzen~\ref{Katzen}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-4.ltx new file mode 100644 index 00000000000..95a5492a77d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-4.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-4 auf Seite 363. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{subcaption,pictures} +%StopShownPreambleCommands +\begin{document} +Text vor der Gleitumgebung, der auch einen Zeilenumbruch haben kann, um zu +zeigen, wie breit die Zeile ist. +\begin{figure}[!htb] \centering +\subcaptionbox{Eine Katze\label{Katze}}[0.3\linewidth]{\Cat} +\subcaptionbox{Noch eine Katze\label{Katze2}}[0.3\linewidth]{\TheCat} +\caption{Zwei Katzen: Links (\subref{Katze}) und rechts (\subref{Katze2})}\label{Katzen} +\end{figure} + +Die Katzen~\ref{Katze} und \ref{Katze2} gehören zur Gattung der Katzen~\ref{Katzen}, +die aus den "`Teilkatzen"' \subref{Katze} und \subref{Katze2} besteht. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-5.ltx new file mode 100644 index 00000000000..e225ca8d400 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-5.ltx @@ -0,0 +1,55 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-5 auf Seite 364. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\setlength\parindent{0pt} +\def\Lcs#1{\texttt{\textbackslash#1}} +%StartShownPreambleCommands +\usepackage{subcaption,floatrow} \floatsetup[subtable]{style=Plaintop} +%StopShownPreambleCommands +\begin{document} +Text vor der Gleitumgebung, der auch einen Zeilenumbruch haben kann, um zu +zeigen, wie breit die Zeile ist. +\begin{table}[!htb] +\ttabbox[0.75\linewidth]% +{\begin{subfloatrow} + \ttabbox[\FBwidth]{\caption{Die erste Teiltabelle}\label{sub:A}}% + {\begin{tabular}{{@{} c c @{}}}\hline + \emph{Links} & \emph{Rechts}\\\hline L & R \\\hline + \end{tabular}} +% + \ttabbox[\Xhsize]{\caption{Zweite Teiltabelle, ebenfalls mit \Lcs{ttabbox} + innerhalb einer Umgebung \texttt{floatrow} gesetzt}\label{sub:B}}% + {\begin{tabular}{{@{} c c @{}}}\hline + \emph{Links} & \emph{Rechts}\\\hline L & R \\ L & R \\\hline + \end{tabular}} +\end{subfloatrow}} +{\caption{Die Teiltabelle \subref{sub:A} ist fast dieselbe Tabelle wie + \subref{sub:B}.}\label{tab:AB}} +\end{table} + +Die Tabelle~\ref{tab:AB} besteht aus der Teiltabelle~\ref{sub:A} und \subref{sub:B}. +\listoftables +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-6.ltx new file mode 100644 index 00000000000..86d4c0ea981 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-6.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-6 auf Seite 365. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage{subcaption,floatrow} +%StopShownPreambleCommands +\begin{document} +Text vor der Gleitumgebung, der auch einen Zeilenumbruch haben kann, um zu +zeigen, wie breit die Zeile ist. +\begin{figure}[!htb] +\ffigbox[\FBwidth]{% + \begin{subfloatrow}[3] + \ffigbox{\caption{Erste Teilabbildung}\label{fig:A} }{\rule{2cm}{1cm}} + \ffigbox{\caption{Zweite Teilabbildung}\label{fig:B}}{\rule{2.5cm}{2cm}} + \ffigbox{\caption{Dritte Teilabbildung}\label{fig:C}}{\rule{3cm}{3cm}} + \end{subfloatrow}% +}{\caption{Drei Teilabbildungen durch geschachtelte + \texttt{\textbackslash tfigbox}-Makros.}\label{fig:ABC}} +\end{figure} + +Es folgt eine Referenz auf Abbildung~\ref{fig:ABC} mit den +Teilabbildungen~\ref{fig:A} -- \subref{fig:C}. +\listoffigures +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-7.ltx new file mode 100644 index 00000000000..fc2d87b4fdc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-7.ltx @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-7 auf Seite 366. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage{subcaption,floatrow,listpen} +\captionsetup[subtable]{labelformat=brace,textfont=small,labelfont=up} +\newseparatedlabel\Tablabel{table}{subtable}\newseparatedref\Tabref{--\textit} +\floatsetup[subtable]{style=Plaintop}\floatsetup[subfigure]{style=plain} +%StopShownPreambleCommands +\begin{document} +\begin{table} +\ttabbox[\FBwidth]{% + \begin{subfloatrow} + \ttabbox{\caption{Erste Teiltabelle}\Tablabel{subtab:A}}% + {\begin{tabular}{l c c}\hline + Erste Zeile & 1 & 2 \\ Zweite Zeile & 4 & 7 \\\hline + \end{tabular}} + \ttabbox{\caption{Zweite Teiltabelle innerhalb der Umgebung \texttt{subfloatrow}.} + \Tablabel{subtab:B}}% + {\begin{tabular}{l c c}\hline + Erste Zeile & 1 & 2 \\ Zweite Zeile & 3 & 3 \\ Dritte Zeile & 4 & 7 \\\hline + \end{tabular}} + \ffigbox{\caption{Eine Abbildung \ldots}\Tablabel{fig:1}}{\rule{3cm}{1cm}} + \end{subfloatrow}% +}{\caption{Zwei Teiltabellen durch geschachtelte \texttt{\textbackslash ttabbox}-% + Makros und Anwendung der Umgebung \texttt{subfloatrow}.}\label{tab:A}} +\end{table} + +Es folgt eine Referenz auf Tabelle~\ref{tab:A} mit den Teiltabellen~% +\Tabref{subtab:A} und \Tabref{subtab:B}, sowie der Teilabbildung~\Tabref{fig:1}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-8.ltx new file mode 100644 index 00000000000..e85339a980f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-8.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-8 auf Seite 367. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\usepackage{pictures} +%StartShownPreambleCommands +\usepackage{subcaption,floatrow,listpen,fr-fancy,fancybox} +\captionsetup[subfigure]{labelformat=brace,justification=centerlast,strut=no} +\floatsetup[figure]{style=Shadowbox,capbesidesep=columnsep,capbesideframe=yes, + capbesideposition={left,bottom}} +\floatsetup[subfigure]{style=plain,heightadjust=object} +\newseparatedlabel\Flabel{figure}{subfigure}\newseparatedref\Fref{-} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\fcapside[\FBwidth]{% + \begin{subfloatrow} + \ffigbox[\FBwidth]{\caption{Eine Katze}\Flabel{subfig:A}}{\Cat} + \ffigbox[\FBwidth]{\caption{Und noch eine Katze}\Flabel{subfig:B}}{\TheCat}% + \end{subfloatrow}}% + {\caption{Eine seitliche Beschriftung einer Gleitumgebung, die aus zwei + Teilabbildungen besteht, die in eine schattierte Box eingerahmt sind. + Die beiden Teile sind Abbildung~\Fref{subfig:A} und + Abbildung~\Fref{subfig:B}.}\label{fig:cap}} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-08-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-9.ltx new file mode 100644 index 00000000000..1cefea71055 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-08-9.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-08-9 auf Seite 368. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{pictures} +%StartShownPreambleCommands +\usepackage{subcaption,floatrow,listpen,fr-fancy,fancybox} +\captionsetup[subfigure]{labelformat=brace,justification=centerlast,strut=no} +\floatsetup[subfigure]{style=plain,heightadjust=object,capbesideposition={left,top}, + capbesidesep=space} +%StopShownPreambleCommands +\begin{document} +\begin{figure} +\ffigbox[\FBwidth]{\begin{subfloatrow}\useFCwidth% bestimme caption-Box + \fcapside[\FBwidth]{\caption[Teilbild 1]{}\label{subfig:A}}{\Cat} + \fcapside[\FBwidth][\dimexpr\FBheight+5mm\relax]% + {\caption[Teilbild 2]{}\label{subfig:B}}% + {\TheCat}% + \end{subfloatrow}}% + {\caption[Teilumgebung mit 2 Abbildungen]{Eine normale Beschriftung einer + Gleitumgebung, die aus zwei Teilabbildungen besteht, die in eine schattierte + Box eingerahmt sind. Die beiden Teile sind Abbildung~\subref{subfig:A} und + Abbildung~\subref{subfig:B}.}\label{fig:cap}} +\end{figure} +\listoffigures +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-09-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/08-09-1.ltx new file mode 100644 index 00000000000..74346c35231 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-09-1.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-09-1 auf Seite 371. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{caption} +\makeatletter +\newcommand\Tcaption{\def\@captype{table}\caption} +\makeatother +\newenvironment{Tabelle} + {\par\medskip\minipage{\linewidth}\centering} + {\endminipage\par\medskip} +%StopShownPreambleCommands +\begin{document} +Text vor der Tabelle, der auch über die komplette Zeile gehen kann, +um zu zeigen, wie breit diese Zeile ist \ldots + +\begin{Tabelle} + \rule{4cm}{1.2cm} + \Tcaption{Eine Tabelle, oder eben eine Box \ldots } +\end{Tabelle} + +Text nach der Tabelle +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-09-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/08-09-2.ltx2 new file mode 100644 index 00000000000..ea1ba7fb558 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-09-2.ltx2 @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-09-2 auf Seite 371. +%% +%% Copyright (C) 2016 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) 2 +%% +%% +\documentclass[twocolumn]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{textdemo} +\usepackage[paper=a6,pagesize]{typearea} +\pagestyle{headings} +%StartShownPreambleCommands +\usepackage{ragged2e} +%StopShownPreambleCommands +\begin{document} +\RaggedRight +\textDemo\textDemo + +\begin{figure*} +\[ f(x)=\int_1^\infty + \frac{1}{x^2}\,\mathrm{d}x = 1\] +\end{figure*} + +\textDemo\textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-09-3.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/08-09-3.ltx2 new file mode 100644 index 00000000000..509a2bb77ae --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-09-3.ltx2 @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-09-3 auf Seite 372. +%% +%% Copyright (C) 2016 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) 2 +%% +%% +\documentclass[twocolumn]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a6,pagesize]{typearea} +\usepackage{textdemo} +\pagestyle{headings} +%StartShownPreambleCommands +\usepackage{ragged2e,dblfloatfix} +%StopShownPreambleCommands +\begin{document} +\RaggedRight +\textDemo + +\begin{figure*}[b] +\[ f(x)=\int_1^\infty + \frac{1}{x^2}\,\mathrm{d}x = 1 \] +\end{figure*} + +\textDemo\textDemo\textDemo +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-09-4.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/08-09-4.ltx2 new file mode 100644 index 00000000000..5958f82b301 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-09-4.ltx2 @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 08-09-4 auf Seite 373. +%% +%% Copyright (C) 2016 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,4,5,6 +%% +%% +\documentclass[openany]{exabook} +\pagestyle{empty} +\setlength\textwidth{95.58464pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[paper=a5,pagesize]{typearea} +\usepackage[ngerman]{babel} +\usepackage{blindtext,fancyhdr} +\pagestyle{fancy} +\fancyhf{}\chead{Seite~\thepage} +\cfoot{Gro\ss e Gleitobjekte} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\chapter{Gleitumgebungen} +\blindtext\par\fbox{Jetzt kommt figure} + +\begin{figure}[!htb] \centering +\rule{1cm}{0.9\textheight} \caption{Ein zu großes Objekt!} +\end{figure} + +\fbox{Jetzt kommt die nächste figure.} +\begin{figure} \centering \fbox{\Large figure} +\caption{Die nächste \ldots} +\end{figure} + +\null\newpage\null\newpage \blindtext \listoffigures +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-02-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-02-1.ltx new file mode 100644 index 00000000000..e509f8cd31e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-02-1.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-02-1 auf Seite 377. +%% +%% Copyright (C) 2016 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{setspace}\doublespacing +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\(\sum_{i=1}^{n}i=\frac{1}{2}\,n\cdot(n+1)\)\par +$ \sum_{i=1}^{n}i=\frac{1}{2}\,n\cdot(n+1) $\par +\begin{math} + \sum_{i=1}^{n}i=\frac{1}{2}\,n\cdot(n+1) +\end{math} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-02-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-02-2.ltx new file mode 100644 index 00000000000..03e8cd3644b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-02-2.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-02-2 auf Seite 378. +%% +%% Copyright (C) 2016 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 + +%StopShownPreambleCommands +\begin{document} +$\int\limits_{1}^{\infty}\frac{1}{x^2}\,\mathrm{d}x=1$ +$\int\sum_{n=1}^{\infty}\frac{1}{2^n}=1$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-02-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-02-3.ltx new file mode 100644 index 00000000000..026b2a5a1f8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-02-3.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-02-3 auf Seite 378. +%% +%% Copyright (C) 2016 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 + +%StopShownPreambleCommands +\begin{document} +Text $ y=\frac{a}{b+1}={\displaystyle\frac{a}{b+1}} $ Text +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-02-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-02-4.ltx new file mode 100644 index 00000000000..6f450c434ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-02-4.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-02-4 auf Seite 379. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\usepackage[scaled=0.85]{beramono} +\renewcommand\thesubsection{9.2.3}% nur Demo +\let\section\subsection% nur Demo +%StartShownPreambleCommands +\providecommand*\Lcs[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\section{Mathematische Ausdrücke in \Lcs{part}, \Lcs{chapter}, \Lcs{section} u.\,a. +Ãœberschriften, wie $f(x)=\prod_{i=1}^{n} \left(i-\frac{1}{2i}\right)$} +Normaler Text \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-02-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-02-5.ltx new file mode 100644 index 00000000000..db35bee6ac8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-02-5.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-02-5 auf Seite 380. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\renewcommand\thesection{1}% nur Demo +\renewcommand\thesubsection{1}% nur Demo +\let\section\subsection% nur Demo +\let\subsection\subsubsection% nur Demo +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage[linktocpage,colorlinks]{hyperref} +%StopShownPreambleCommands +\begin{document} +\tableofcontents +\section{Das \texorpdfstring{Integral $ \int_a^b \sin(x)\mathrm{d}x $}{Sinus-Integral}} +\subsection{\texorpdfstring{$\sqrt{x_1^2+x_2^2}$}{sqrt(x\_1\^{}2+x\_2\^{}2)}} +bar +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-1.ltx new file mode 100644 index 00000000000..5cb82be6136 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-1.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-1 auf Seite 382. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\[ + f(x)=\prod_{i=1}^{n}\left(i-\frac{1}{2i}\right) +\] +\begin{displaymath} +1+2+3+\cdots+n=\sum_{i=1}^n i=\frac{n(n+1)}{2} +\end{displaymath} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-10.ltx new file mode 100644 index 00000000000..c14ff37b10b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-10.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-10 auf Seite 386. +%% +%% Copyright (C) 2016 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[leqno]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\setcounter{equation}{7} +\renewcommand\theequation{9.\arabic{equation}}\setlength\parskip{1ex plus 0.2ex} +%StartShownPreambleCommands +\documentclass[leqno]{article} +%StopShownPreambleCommands +\begin{document} +Normaler Text in der Zeile, der +irgendwann auch umbrochen werden wird. +% +\begin{equation}f(x)=x^2 +x-1 +\end{equation} +\begin{equation}g(x)=\frac{x^2}{x+1} +\end{equation} +\begin{equation}h(x)=\mathrm{cosh}(x-1) +\end{equation} +% +Wieder normaler Text in der Zeile. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-11.ltx new file mode 100644 index 00000000000..f6263ec9560 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-11.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-11 auf Seite 387. +%% +%% Copyright (C) 2016 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} +\setcounter{equation}{10} +\renewcommand\theequation{9.\arabic{equation}}\setlength\parskip{1ex plus 0.2ex} +%StartShownPreambleCommands +\documentclass{article} +\makeatletter +\newcommand*\Links{\begingroup\renewcommand\@eqnnum{\hb@xt@.01\p@{}% + \rlap{\normalfont\normalcolor\hskip-\displaywidth(\theequation)}}} +\makeatother +%StopShownPreambleCommands +\begin{document} +Normaler Text in der Zeile, der keinen weiteren Sinn macht. +% +\begin{equation} f(x)=x^2 +x-1 \end{equation}\Links +\begin{equation} g(x)=\frac{x^2}{x+1} \end{equation}\endgroup + +\begin{equation} h(x)=\mathrm{cosh}(x-1) \end{equation} +% +Normaler Text in der Zeile, der keinen weiteren Sinn macht. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-2.ltx new file mode 100644 index 00000000000..e6529fd8262 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-2.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-2 auf Seite 382. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[ngerman]{babel} +\setcounter{equation}{0} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Eine ganz normale Textzeile vor der +bekannten \texttt{equation}-Umgebung. +% +\begin{equation} + f(x)=\prod_{i=1}^{n}\left(i-\frac{1}{2i}\right) +\end{equation} +% +Eine ganz normale Textzeile nach der +bekannten \texttt{equation}-Umgebung. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-3.ltx new file mode 100644 index 00000000000..7be5f864f65 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-3.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-3 auf Seite 382. +%% +%% Copyright (C) 2016 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[leqno]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\setlength\parindent{0pt} +\usepackage[ngerman]{babel} +\setcounter{equation}{1} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\documentclass[leqno]{article} +%StopShownPreambleCommands +\begin{document} +Eine ganz normale Textzeile vor der bekannten +\texttt{equation}-Umgebung. +% +\begin{equation} + f(x)=\prod_{i=1}^{n}\left(i-\frac{1}{2i}\right) +\end{equation} +% +Eine ganz normale Textzeile nach der bekannten +\texttt{equation}-Umgebung. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-4.ltx new file mode 100644 index 00000000000..1f2819175d6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-4.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-4 auf Seite 383. +%% +%% Copyright (C) 2016 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} +\setcounter{equation}{2} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\makeatletter +\newcommand\be{\@ifstar{\[}{\equation}} +\newcommand\ee{\@ifstar{\]}{\endequation}} +\makeatother +%StopShownPreambleCommands +\begin{document} +\be f(x)= \int\frac{\sin x}{x}\,\mathrm{d}x \ee +\be* f(x)= \int\frac{\sin x}{x}\,\mathrm{d}x \ee* +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-5.ltx new file mode 100644 index 00000000000..80369a92915 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-5.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-5 auf Seite 383. +%% +%% Copyright (C) 2016 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} +\setcounter{equation}{3} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\newenvironment{gl}{\equation}{\endequation} +\newenvironment{gl*} + {\equation\scriptstyle}{\endequation} +%StopShownPreambleCommands +\begin{document} +\begin{gl} f(x)=\int\frac{\sin x}{x}\, + \mathrm{d}x\end{gl} +\begin{gl*}f(x)=\int\frac{\sin x}{x}\, + \mathrm{d}x\end{gl*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-6.ltx new file mode 100644 index 00000000000..938ef7f827d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-6.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-6 auf Seite 384. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\setcounter{section}{3} +\setcounter{equation}{5} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{equation} +f(x)= \int\frac{\sin x}{x}\diff x \end{equation} +\renewcommand*\theequation{% + \thesection-\Alph{equation}} +\begin{equation} +f(x)= \int\frac{\sin x}{x}\diff x +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-7.ltx new file mode 100644 index 00000000000..3955ff4f3c3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-7.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-7 auf Seite 384. +%% +%% Copyright (C) 2016 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} +\setcounter{equation}{6} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\makeatletter +\renewcommand*\@eqnnum{{% + \normalfont\normalcolor[\theequation]}} +\makeatother \newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{equation} +f(x)= \int\frac{\sin x}{x}\diff x +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-8.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-8.ltx2 new file mode 100644 index 00000000000..fd176929d19 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-8.ltx2 @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-8 auf Seite 385. +%% +%% Copyright (C) 2016 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,3 +%% +%% +\documentclass[paper=7cm:7cm,pagesize]{screxabook} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\areaset{5cm}{6cm} +\usepackage[utf8]{inputenc}\AtBeginDocument{\sloppy} +%StartShownPreambleCommands +\documentclass{scrbook} \newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\chapter{foo} +Die Gleichungen werden kapitelweise gezählt. +\begin{equation} f(x)= \int\frac{\sin x}{x}\diff x \end{equation} +\begin{equation} f(x)= \int\frac{1}{x^2}\diff x \end{equation} +\chapter{bar} +Die \texttt{equation}-Zählung wird jetzt durch das neue Kapitel zurückgesetzt und +beginnt von vorne. +\begin{equation} f(x)= \int\frac{\sin x}{x}\diff x \end{equation} +\begin{equation} f(x)= \int\frac{1}{x^2}\diff x \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-03-9.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-9.ltx2 new file mode 100644 index 00000000000..a27a1a6f6b6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-03-9.ltx2 @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-03-9 auf Seite 386. +%% +%% Copyright (C) 2016 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,3 +%% +%% +\documentclass[paper=7cm:8cm,pagesize]{screxabook} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\areaset{5cm}{7cm} +\usepackage[utf8]{inputenc} +\AtBeginDocument{\sloppy} +%StartShownPreambleCommands +\documentclass{scrbook} +\usepackage{chngcntr} +\counterwithout{equation}{chapter}% Rücksetzen durch \chapter löschen +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\chapter{foo} +\begin{equation} f(x)= \int\frac{\sin x}{x}\diff x \end{equation} +\begin{equation} f(x)= \int\frac{1}{x^2}\diff x \end{equation} +\chapter{bar} +Die \texttt{equation}-Zählung wird jetzt durch das neue Kapitel nicht zurückgesetzt. +\begin{equation} f(x)= \int\frac{\sin x}{x}\diff x \end{equation} +\begin{equation} f(x)= \int\frac{1}{x^2}\diff x \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-04-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-04-1.ltx new file mode 100644 index 00000000000..764560e7993 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-04-1.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-04-1 auf Seite 388. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\setcounter{equation}{13} +\renewcommand\theequation{9.\arabic{equation}}\setlength\parskip{1ex plus 0.2ex} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{equation} + f(x)=\int_1^{\infty}\frac{1}{x^2}\mathrm{d}x=1 +\end{equation}\renewcommand*\theequation{*} +% +\begin{equation}\label{eq:*} + f(x)=\int_1^{\infty}\frac{1}{x^2}\mathrm{d}x=1 +\end{equation} +% +Es ist jetzt auch ohne weiteres möglich, auf diese Gleichung zu referenzieren; so +ergibt \verb+\ref{eq:*}+ $\rightarrow$ \ref{eq:*}, der Stern wird korrekt ausgegeben. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-05-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-05-1.ltx new file mode 100644 index 00000000000..d50b003ada9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-05-1.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-05-1 auf Seite 388. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\setcounter{equation}{15} +\renewcommand\theequation{9.\arabic{equation}}\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\setlength\parskip{1ex plus 0.2ex} +%StartShownPreambleCommands +\usepackage{calc} +%StopShownPreambleCommands +\begin{document} +Ähnlich zum Zeilenmodus kann man auch abgesetzte Formeln einrahmen, allerdings +müssen \ldots\ (Dies ist ein reiner Demonstrationstext für die Zeilenbreite) + +\fbox{\parbox{\linewidth-2\fboxsep-2\fboxrule}{% +\begin{equation} f(x)=\int_1^{\infty}\frac{1}{x^2}\,\mathrm{d}x=1 \end{equation}}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-05-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-05-2.ltx new file mode 100644 index 00000000000..82af1a87e46 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-05-2.ltx @@ -0,0 +1,51 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-05-2 auf Seite 390. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setcounter{equation}{16} +\renewcommand\theequation{9.\arabic{equation}}\setlength\parindent{0pt} +\setlength\parskip{1ex plus 0.2ex} +%StartShownPreambleCommands +\usepackage{color,calc} +\makeatletter +\def\myMathBox{\@ifnextchar[{\my@MBoxi}{\my@MBoxi[black]}} +\def\my@MBoxi[#1]{\@ifnextchar[{\my@MBoxii[#1]}{\my@MBoxii[#1][white]}} +\def\my@MBoxii[#1][#2]#3#4{% + \par\noindent\fcolorbox{#1}{#2}{% + \parbox{\linewidth-1.5\labelwidth-2\fboxrule-2\fboxsep}{#3}}% + \parbox{1.5\labelwidth}{\begin{eqnarray}\label{#4}\end{eqnarray}}\par} +\makeatother +%StopShownPreambleCommands +\begin{document} +Ähnlich zum Zeilenmodus kann man auch abgesetzte Formeln einrahmen, allerdings +müssen \ldots\ (Dies ist ein reiner Demonstrationstext für die Zeilenbreite) +% +\begin{equation} + f(x)=x^2 +x +\end{equation} +% +\myMathBox[red]{ \[f(x)=x^2 +x \]}{eq:frame3} +\myMathBox[red][yellow]{ \[f(x)=x^2 +x\] }{eq:frame4} +\myMathBox{ \[f(x)=x^2 +x\] }{eq:frame5} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-05-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-05-3.ltx new file mode 100644 index 00000000000..f5b1bfb5ba2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-05-3.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-05-3 auf Seite 390. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\setlength\parskip{1ex plus 0.2ex} +%StartShownPreambleCommands +\usepackage{varwidth} +%StopShownPreambleCommands +\begin{document} +Ähnlich zum Zeilenmodus kann man auch abgesetzte Formeln einrahmen, allerdings +müssen \ldots\ (dieser Text dient nur der Demonstration der Absatzbreite und hat +sonst keinen Sinn) +\begin{center} +\fbox{\begin{varwidth}{\dimexpr\linewidth-2\fboxsep-2\fboxrule} +\[ f(x)=\int\limits_1^{\infty}\frac{1}{x^2}\,\mathrm{d}x=1 \] +\end{varwidth}} +\end{center} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-1.ltx new file mode 100644 index 00000000000..c66c1a44ef9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-1.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-1 auf Seite 392. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\setlength\arraycolsep{1.4pt} +%StopShownPreambleCommands +\begin{document} +\[ z=f(x,y) \rightarrow + \begin{array}[b]{|rl|} y &=f(x)\\ y &= 3x^2 \end{array} \rightarrow + \begin{array}[c]{|rl|} x &=f(u)\\ x &= \sqrt{u} \end{array} \rightarrow + \begin{array}[t]{|rl|} v &=f(w)\\ v &= u^2-w^3 \end{array} \rightarrow + f(w) \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-10.ltx new file mode 100644 index 00000000000..6ffe53435d2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-10.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-10 auf Seite 395. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$\big(\big)~\big[\,\big]~\big<\big>~\big/\big|\big\backslash~ +\big\lmoustache\,\big\rmoustache~\big\arrowvert\big\vert~ +\big\Vert\,\big\Arrowvert~\big\uparrow\big\downarrow~\big\updownarrow~ +\big\Uparrow\big\Downarrow~\big\Updownarrow~\big\langle\big\rangle~ +\big\lbrace\big\rbrace~\big\lceil\,\big\rceil~\big\lfloor\,\big\rfloor~ +\big\lgroup\big\rgroup~\big\bracevert$ +%\end{LTXexample} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-11.ltx new file mode 100644 index 00000000000..f632abec1bf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-11.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-11 auf Seite 395. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$\Big(\Big)~\Big[\,\Big]~\Big<\Big>~\Big/\Big|\Big\backslash~ +\Big\lmoustache\,\Big\rmoustache~\Big\arrowvert\Big\vert~ +\Big\Vert\,\Big\Arrowvert~\Big\uparrow\Big\downarrow~\Big\updownarrow~ +\Big\Uparrow\Big\Downarrow~\Big\Updownarrow~\Big\langle\Big\rangle~ +\Big\lbrace\Big\rbrace~\Big\lceil\,\Big\rceil~\Big\lfloor\,\Big\rfloor~ +\Big\lgroup\Big\rgroup~\Big\bracevert$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-12.ltx new file mode 100644 index 00000000000..898a411ac99 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-12.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-12 auf Seite 395. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$\bigg(\bigg)~\bigg[\,\bigg]~\bigg<\bigg>~\bigg/\bigg|\bigg\backslash~ +\bigg\lmoustache\,\bigg\rmoustache~\bigg\arrowvert\bigg\vert~ +\bigg\Vert\,\bigg\Arrowvert~\bigg\uparrow\bigg\downarrow~\bigg\updownarrow~ +\bigg\Uparrow\bigg\Downarrow~\bigg\Updownarrow~\bigg\langle\bigg\rangle~ +\bigg\lbrace\bigg\rbrace~\bigg\lceil\,\bigg\rceil~\bigg\lfloor\,\bigg\rfloor~ +\bigg\lgroup\bigg\rgroup~\bigg\bracevert$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-13.ltx new file mode 100644 index 00000000000..a0d1dadc347 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-13.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-13 auf Seite 395. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$\Bigg(\Bigg)~\Bigg[\,\Bigg]~\Bigg<\Bigg>~\Bigg/\Bigg|\Bigg\backslash~ +\Bigg\lmoustache\,\Bigg\rmoustache~\Bigg\arrowvert\Bigg\vert~\Bigg\Vert\,\Bigg\Arrowvert~ +\Bigg\uparrow\Bigg\downarrow~\Bigg\updownarrow~\Bigg\Uparrow\Bigg\Downarrow~ +\Bigg\Updownarrow~\Bigg\langle\Bigg\rangle~\Bigg\lbrace\Bigg\rbrace~ +\Bigg\lceil\,\Bigg\rceil~\Bigg\lfloor\,\Bigg\rfloor~\Bigg\lgroup\Bigg\rgroup~ +\Bigg\bracevert$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-14.ltx new file mode 100644 index 00000000000..79dca2611e0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-14.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-14 auf Seite 396. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{25} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{equation} + \bigg)\times \frac{a}{b} \times\bigg( +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-15.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-15.ltx new file mode 100644 index 00000000000..e974f4ecc38 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-15.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-15 auf Seite 396. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{26} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{equation} + \biggl)\times \frac{a}{b} \times\biggr( +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-16.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-16.ltx new file mode 100644 index 00000000000..8eebc85ea1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-16.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-16 auf Seite 396. +%% +%% Copyright (C) 2016 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{97.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\everymath{\displaystyle} +%StopShownPreambleCommands +\begin{document} +$\bigg(\frac{1}{3}\bigg|\frac{3}{4}\bigg)$\\ % Normalversion +$\bigg(\frac{1}{3}\biggm|\frac{3}{4}\bigg)$ % m-Version +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-17.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-17.ltx new file mode 100644 index 00000000000..0a3de37cb4b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-17.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-17 auf Seite 397. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\fontencoding{OMX}\fontfamily{cmex}\selectfont\char"42 +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-18.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-18.ltx new file mode 100644 index 00000000000..c3476bdbc47 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-18.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-18 auf Seite 397. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\DeclareMathDelimiter{\Norm}{\mathopen}% + {largesymbols}{"42}{largesymbols}{"42} +%StopShownPreambleCommands +\begin{document} +$\left\Norm *BLA* \right\Norm$\\[10pt] +% +$\left\Norm \frac{*BLA*}{*BLUB*} \right\Norm$\\[10pt] +% +$\Norm \big\Norm \bigg\Norm \Big\Norm \Bigg\Norm$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-19.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-19.ltx new file mode 100644 index 00000000000..4340e7f94e3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-19.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-19 auf Seite 397. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\[ \int_\gamma F^\prime(z)\mathrm{d}z= + \int_\alpha^\beta F'\left(\gamma(t) + \right)\cdot\gamma^\prime(t)\mathrm{d}t \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-2.ltx new file mode 100644 index 00000000000..436f3c9d995 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-2.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-2 auf Seite 392. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{21} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\setlength\arraycolsep{1.4pt} +%StopShownPreambleCommands +\begin{document} +\begin{equation} +\left. +\begin{array}{r@{\hspace{.75em}}ccrr} + \textrm{a}) & y & = & d & \textrm{(konstant)} \\[1pt] + \textrm{b}) & y & = & cx+d & \textrm{(linear)} \\ + \textrm{c}) & y & = & bx^2+cx+d & \textrm{(quadratisch)}\\ + \textrm{d}) & y & = & ax^3+bx^2+cx+d & \textrm{(kubisch)} +\end{array} +\right\} \textrm{Polynome} +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-20.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-20.ltx new file mode 100644 index 00000000000..e3637bcbe94 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-20.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-20 auf Seite 397. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +{\setlength\delimitershortfall{-2pt}%durch { } lokal +\[\int_\gamma F^\prime(z)\diff z= + \int_\alpha^\beta +F'\left(\gamma(t)\right)\cdot + \gamma^\prime(t)\diff t\]} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-21.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-21.ltx new file mode 100644 index 00000000000..980dc7ae16f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-21.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-21 auf Seite 398. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +{\delimiterfactor=1002 % lokal halten +\[\int_\gamma F^\prime(z)\diff z + =\int_\alpha^\beta F'\left(\gamma(t) + \right)\cdot\gamma^\prime(t)\diff t\]} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-22.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-22.ltx new file mode 100644 index 00000000000..4b030319197 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-22.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-22 auf Seite 398. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +{ \setlength\delimitershortfall{-1pt} % lokal halten +\[ \left(\left(\left(\left(\left(\left(\left(\left(\left(\left(\left( + \left(\left(\left(\left( A \right)\right)\right)\right)\right)\right) + \right)\right)\right)\right)\right)\right)\right)\right)\right) \] } +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-23.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-23.ltx new file mode 100644 index 00000000000..5b5b8a4298b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-23.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-23 auf Seite 399. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$Mathe - \mathrm{aufrecht} - \textrm{aufrecht} - \mbox{aufrecht}$ +\par\Large +$A^{\mathrm{text}}_{\mathrm{text}}$ \quad $A^{\textrm{text}}_{\textrm{text}}$\quad +$A^{\mbox{text}}_{\mbox{text}}$ \quad $A^{\textnormal{text}}_{\textnormal{text}}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-24.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-24.ltx new file mode 100644 index 00000000000..b88fc2e4134 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-24.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-24 auf Seite 399. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{27} +\renewcommand\theequation{9.\arabic{equation}} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{ragged2e} +%StopShownPreambleCommands +\begin{document} +\begin{equation} +a+b+c+d+ef = g+h+i+j+k\qquad\textrm{\parbox[t]{.3\linewidth}{\RaggedRight% + Dies ist eine sehr lange Beschreibung einer Formel}} +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-25.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-25.ltx new file mode 100644 index 00000000000..28726afb466 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-25.ltx @@ -0,0 +1,53 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-25 auf Seite 400. +%% +%% Copyright (C) 2016 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{264.61061pt} +\usepackage[utf8]{inputenc} +\usepackage{booktabs} +\def\Lcs#1{\texttt{\textbackslash#1}} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{} l|l @{}}\toprule +\emph{Makro} & \emph{Test}\tabularnewline\midrule +\rule{0pt}{2.5ex}Standard & $ABCDEFGHIJKLMNOPQRSTUVWXYZ$\\ + & $abcdefghijklmnopqrstuvwxyz$\tabularnewline +\Lcs{mathrm} & $\mathrm{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ + & $\mathrm{abcdefghijklmnopqrstuvwxyz}$\tabularnewline +\Lcs{mathit} & $\mathit{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ + & $\mathit{abcdefghijklmnopqrstuvwxyz}$\tabularnewline +%\Lcs{mathfrak} & +%$\mathfrak{{ABCDEFGHIJKLMNOPQRSTUVWXYZ}}$ +%$\mathfrak{{abcdefghijklmnopqrstuvwxyz}}$\tabularnewline +\Lcs{mathcal} & $\mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\tabularnewline +\Lcs{mathsf} & $\mathsf{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ + & $\mathsf{abcdefghijklmnopqrstuvwxyz}$\tabularnewline +%\Lcs{mathbb}${}^a$ & $\mathbb{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\tabularnewline +\Lcs{mathtt} & $\mathtt{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ + & $\mathtt{abcdefghijklmnopqrstuvwxyz}$\tabularnewline +\Lcs{mathbf} & $\mathbf{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ + & $\mathbf{abcdefghijklmnopqrstuvwxyz}$\tabularnewline\bottomrule +%\Lcs{mathds}${}^b$ & $\mathds{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\tabularnewline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-26.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-26.ltx new file mode 100644 index 00000000000..ea4257f9f57 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-26.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-26 auf Seite 402. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$ a b\ a\!b\ a\>b\ a\;b $ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-27.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-27.ltx new file mode 100644 index 00000000000..90d85f49642 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-27.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-27 auf Seite 402. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$\begin{array}{@{}l l@{}} +1,234,567.89 & \textrm{Standard} \\[3pt] +1.234.567,89 & \textrm{falsche Abstände}\\[3pt] +1{.}234{.}567{,}89 & \textrm{DUDEN-konform}\\[3pt] +1\mathpunct{.}234\mathpunct{.}567{,}89 + & \textrm{korrekte Abstände}\\[3pt] +1\mathpunct{.}234\mathpunct{.}567\mathord{,}89 + & \textrm{korrekte Abstände} +\end{array}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-28.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-28.ltx new file mode 100644 index 00000000000..006867c4b08 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-28.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-28 auf Seite 404. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$\begin{array}{rcl} + y & = & d\\ y & = & c\frac{1}{x}+d\\ + y & = & b\frac{1}{x^{2}}+cx+d +\end{array}$ +{\renewcommand\arraystretch{2}% lokal halten +$\begin{array}{rcl} + y & = & d\\ y & = & c\frac{1}{x}+d\\ + y & = & b\frac{1}{x^{2}}+cx+d +\end{array}$} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-29.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-29.ltx new file mode 100644 index 00000000000..f6ad5cb0504 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-29.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-29 auf Seite 404. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\[ \left(\begin{array}{*6{c}} +0 & 1 & 1 & 0 & 0 & 1 \\ +1 & 0 & 0 & 1 & 1 & 0 \\\hline +\noalign{\vspace{12pt}} %%%%%% +0 & 1 & 1 & 0 & \frac{1}{\sqrt{2}} & 1\\ +\noalign{\vspace{12pt}}\hline %%%%%% +1 & 0 & 1 & 0 & 1 & 0 \\ +0 & 1 & 0 & 1 & 0 & 1 \\ +\end{array}\right) \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-3.ltx new file mode 100644 index 00000000000..915d431ac80 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-3.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-3 auf Seite 393. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setcounter{equation}{22} +\renewcommand\theequation{9.\arabic{equation}} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{equation} +x = \left\{ + \begin{array}{ l p{.75\textwidth} } + 0 & if A=\ldots\tabularnewline + 1 & if B=\ldots\tabularnewline + x & \parbox[t]{0.75\columnwidth}{Dieser Text kann so lang sein, wie man will, er + wird jetzt wegen der verwendeten \texttt{\textbackslash parbox} auch umbrochen. + Das freut einen denn doch :-) Schließlich sieht das nicht sonderlich + schön aus, wenn der Text so über den Rand geht.} + \end{array} + \right. +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-30.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-30.ltx new file mode 100644 index 00000000000..63bdac7554d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-30.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-30 auf Seite 404. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Normaler Text $\frac{a}{b}$ Normaler Text +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-31.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-31.ltx new file mode 100644 index 00000000000..63b9af3a66e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-31.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-31 auf Seite 405. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\huge\verb+\huge+ $\frac{a}{b}$\normalsize normal $\huge\frac{a}{b}$ normal +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-32.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-32.ltx new file mode 100644 index 00000000000..a2d7dfaa78f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-32.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-32 auf Seite 406. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{graphicx} +%StopShownPreambleCommands +\begin{document} +$\ddots$ \reflectbox{$\ddots$} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-33.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-33.ltx new file mode 100644 index 00000000000..ebafa91f8fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-33.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-33 auf Seite 406. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{graphicx} +%StopShownPreambleCommands +\begin{document} +\[ +\Delta = \| a_{ik} \| = \left| +\begin{array}{ccccc} + a_{11} & a_{12} & a_{13} & \cdots & a_{1n}\\ + a_{21} & a_{22} & a_{23} & \cdots & a_{2n}\\ + \vdots & \vdots & \vdots & \ddots & \vdots\\ + a_{n1} & a_{n2} & a_{n3} & \cdots & a_{nn} +\end{array} \right| +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-34.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-34.ltx new file mode 100644 index 00000000000..0791d5623ca --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-34.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-34 auf Seite 406. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$\vec{\jmath}\ \ddot{\imath}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-35.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-35.ltx new file mode 100644 index 00000000000..8ec12c99970 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-35.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-35 auf Seite 407. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$\begin{array}{r@{\kern1.5pt}c@{\kern1.5pt}c} + & & \textrm{Faktorisieren}\\ +f(x) & = & \underbrace{\overbrace{x^{2}+2x+1}}\\ + & & \quad\left(x+1\right)^{2} +\end{array}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-36.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-36.ltx new file mode 100644 index 00000000000..f0dae8addf1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-36.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-36 auf Seite 407. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$\vec{a}$ $\vec{ab}$ $\vec{A}$ +$\vec{A_1^n}$ $\vec{\imath}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-37.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-37.ltx new file mode 100644 index 00000000000..130593d5307 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-37.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-37 auf Seite 408. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\[ 7a_{11}^{13}+a_1^{}x+a_0 \quad x^{2}+y^2 = r^2 \quad a_{i-1}+a_{i+1}<a_i \] +% +\[ ((x^2)^3)^4 = {({(x^2)}^3)}^4 = {\left({\left(x^2\right)}^3\right)}^4 \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-38.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-38.ltx new file mode 100644 index 00000000000..adbf4b229d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-38.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-38 auf Seite 409. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\[ \oint_{U(r)}H\diff r=\ointop_{U(r)}H\diff r=\frac{I}{2\pi r_0}\oint_{U(r)} + \diff r=\frac{I}{2\pi r_0}\oint_{U(r)}\diff r=I \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-39.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-39.ltx new file mode 100644 index 00000000000..f152aea3611 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-39.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-39 auf Seite 409. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\makeatletter +\newcommand*\foo{\mathop{\operator@font foo}\nolimits} +\newcommand*\baz{\mathop{\operator@font baz}} +\makeatother +%StopShownPreambleCommands +\begin{document} +\[ \foo_1^2 = \baz_1^2 = \foo\limits_1^2 \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-4.ltx new file mode 100644 index 00000000000..763d025dd2d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-4.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-4 auf Seite 393. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$a_{min}\leftrightarrow a_{max}$ +$a_{\mbox{min}}\leftrightarrow a_{\mbox{max}}$\\[3pt] +$a_{\mathrm{min}}\leftrightarrow a_{\mathrm{max}}$; +$ a_{\min}\leftrightarrow a_{\max}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-40.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-40.ltx new file mode 100644 index 00000000000..81c9b53fc2e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-40.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-40 auf Seite 411. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\newcommand{\eqdef}{% + \ensuremath{% + \mathrel{\stackrel{\mathrm{def}}{=}}}} +%StopShownPreambleCommands +\begin{document} +eqdef: $\vec{x}\eqdef\left(x_{1},\ldots,x_{n}\right)$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-41.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-41.ltx new file mode 100644 index 00000000000..e1dd8eebd38 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-41.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-41 auf Seite 411. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\_$\underset{under}{baseline}$\_\\ +\_$\overset{over}{baseline}$\_ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-42.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-42.ltx new file mode 100644 index 00000000000..7374aee4cde --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-42.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-42 auf Seite 411. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Text \boldmath Text $f(x)=a^2+b^2x$ Text +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-43.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-43.ltx new file mode 100644 index 00000000000..1c6b21e18cd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-43.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-43 auf Seite 411. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +A \boldmath$f(x)=a^2+b^2x$\unboldmath $y=f(x)$ B +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-44.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-44.ltx new file mode 100644 index 00000000000..81b1b04ee6b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-44.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-44 auf Seite 412. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{tabularx} +%StopShownPreambleCommands +\begin{document} +\begin{tabularx}{\linewidth}{@{} XX @{}} +\[ \sum_{\makebox[0pt]{${\scriptscriptstyle 1\le j\le p\atop {% + {1\le j\le q\atop 1\le k\le r}}}$}}a_{ij}b_{jk}c_{ki} \] +& +\mathversion{bold} +\[ \sum_{\makebox[0pt]{${\scriptscriptstyle 1\le j\le p\atop {% + {1\le j\le q\atop 1\le k\le r}}}$}}a_{ij}b_{jk}c_{ki} \] +\end{tabularx} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-45.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-45.ltx new file mode 100644 index 00000000000..a0f457da9d2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-45.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-45 auf Seite 412. +%% +%% Copyright (C) 2016 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{97.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\[ \sum_{% + \makebox[0pt]{${\scriptscriptstyle 1\le j\le p\atop {% + {1\le j\le q\atop 1\le k\le r}}}% + $}}a_{ij}\mbox{\boldmath$b_{jk}$\unboldmath}c_{ki} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-46.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-46.ltx new file mode 100644 index 00000000000..5f4a2f3c9ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-46.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-46 auf Seite 413. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\usepackage[scaled=0.88]{beramono} +%StartShownPreambleCommands +\let\itemOld\item\makeatletter +\renewcommand\item[1][]{\ifx\relax#1\relax + \itemOld\else\boldmath\itemOld[#1]\unboldmath\fi} +\newcommand\Section[2][]{\protect\boldmath\ifx\relax#1\relax\section[#2]{#2}\else + \section[#1]{#2}\fi\protect\unboldmath} \makeatother +%StopShownPreambleCommands +\begin{document} +\Section{Funktion $f(x)=x^2$} +\begin{description} + \item[Dies ist $y=f(x)$] nur eine Demonstration. + \item[Und $z=f(x,y)$] noch eine Demonstration. +\end{description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-47.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-47.ltx new file mode 100644 index 00000000000..d09106e6805 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-47.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-47 auf Seite 413. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$f(x)=\underline{x^2-1}$ \[ F(x)=\int \underline{f(x)\,\mathrm{d}x} \] +\[ \underline{F(x)=\int f(x)\,\mathrm{d}x} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-48.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-48.ltx new file mode 100644 index 00000000000..dcd55ef68e4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-48.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-48 auf Seite 414. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\newcommand*\dy{\,\mathrm{d}y} +\newcommand*\dx{\,\mathrm{d}x}\newcommand*\dyx{\,\frac{\mathrm{d}y}{\mathrm{d}x}} +\newcommand*\ds{\,\mathrm{d}s}\newcommand*\dt{\,\mathrm{d}t} +\newcommand*\dst{\,\frac{\mathrm{d}s}{\mathrm{d}t}} +%StopShownPreambleCommands +\begin{document} +\[ ay^\prime=a\dyx \quad c\cdot v = c\,\dst \quad + a = \frac{\mathrm{d}^2t}{\dt^2} \quad \int\!\!\dy=\int\!\sin(x)\dx \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-49.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-49.ltx new file mode 100644 index 00000000000..baf24a2aeca --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-49.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-49 auf Seite 414. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\[ ay^\prime=a\frac{\diff y}{\diff x}\quad c\cdot v=c\,\frac{\diff s}{\diff t}\quad + a = \frac{\diff{^2t}}{\diff{t^2}} \quad \int\!\!\diff y=\int\!\sin(x)\diff x \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-5.ltx new file mode 100644 index 00000000000..c98ddf9b804 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-5.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-5 auf Seite 393. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\large +$\sqrt{x} \quad \sqrt[3]{x} \quad \sqrt[\pi]{\pi}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-6.ltx new file mode 100644 index 00000000000..0b8ccd98f13 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-6.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-6 auf Seite 393. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{23} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{equation} + \sqrt{a}\,\sqrt{T}\,\sqrt{2\alpha k_{B_1}T^i} +\end{equation} +\begin{equation} + \sqrt{a\vphantom{k_{B_1}T^{\scriptscriptstyle i}}}\, + \sqrt{T\vphantom{k_{B_1}T^{\scriptscriptstyle i}}}\, + \sqrt{2\alpha k_{B_1}T^i} +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-7.ltx new file mode 100644 index 00000000000..bd0bc9aa215 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-7.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-7 auf Seite 394. +%% +%% Copyright (C) 2016 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{217.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\[ + \sqrt{1+ \sqrt{1+ \sqrt{1+ \sqrt{1 + + \sqrt{1 + \sqrt{1+x}}}}}} +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-8.ltx new file mode 100644 index 00000000000..6cc8132436c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-8.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-8 auf Seite 394. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\[ \mathrm{sgn}(x)=\left\{ + \begin{array}{rl} + -1 & \textrm{für } x<1 \\ + 0 & \textrm{für } x=0 \\ + 1 & \textrm{für } x>1 + \end{array} \right. \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-06-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-9.ltx new file mode 100644 index 00000000000..fb02024d461 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-06-9.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-06-9 auf Seite 395. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +$\left(\right)~\left[\,\right]~\left<\right>~\left/\right|\left\backslash\right.~ +\left\lmoustache\,\right\rmoustache~\left\arrowvert\right\vert~ +\left\Vert\,\right\Arrowvert~\left\uparrow\right\downarrow~\left\updownarrow\right.~ +\left\Uparrow\right\Downarrow~\left\Updownarrow\right.~\left\langle\right\rangle~ +\left\lbrace\right\rbrace~\left\lceil\,\right\rceil~\left\lfloor\,\right\rfloor~ +\left\lgroup\right\rgroup~\left\bracevert\right.$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-1.ltx new file mode 100644 index 00000000000..d54644a5aab --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-1.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-1 auf Seite 416. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath,calc} +\def\x{\vphantom{lg}x} +%StopShownPreambleCommands +\begin{document} +\fboxsep=0pt +\fbox{\parbox{\linewidth-2\fboxsep-2\fboxrule}{% +\fboxsep=3pt +\begin{align*} +\framebox[0.125\columnwidth]{align} &= \framebox[0.125\columnwidth]{\x} & \framebox[0.125\columnwidth]{\x}&= \framebox[0.125\columnwidth]{\x}\\ +\framebox[0.125\columnwidth]{align} &= \framebox[0.1\columnwidth]{\x} & \framebox[0.1\columnwidth]{\x} &= \framebox[0.1\columnwidth]{\x} +\end{align*}}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-10.ltx new file mode 100644 index 00000000000..6cb3be74ecd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-10.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-10 auf Seite 420. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt} +\sloppy} +\usepackage[ngerman]{babel} +\setcounter{equation}{34} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +Ganz normaler und sinnloser Text vor der +Umgebung \texttt{flalign}. +\begin{flalign} + i_{11} &= 0.25 \nonumber \\ + i_{21} &= \frac{1}{3}i_{11}\\ + i_{31} &= 0.33i_{22} +\end{flalign} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-11.ltx new file mode 100644 index 00000000000..2b4eb26d96d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-11.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-11 auf Seite 420. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\usepackage[ngerman]{babel} +\setcounter{equation}{36} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +Ganz normaler und sinnloser Text vor der +Umgebung \texttt{flalign}. +\begin{flalign} + i_{11} &= 0.25 & \nonumber \\ + i_{21} &= \frac{1}{3}i_{11} & \\ + i_{31} &= 0.33i_{22} & +\end{flalign} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-12.ltx new file mode 100644 index 00000000000..70a774ecb48 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-12.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-12 auf Seite 421. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{38} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{flalign} + f(x) & = \int\frac{1}{x^2}\diff x +\end{flalign} +\begin{flalign} + f(x) & = \int\frac{1}{x^2}\diff x & %<== dummy +\end{flalign} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-13.ltx new file mode 100644 index 00000000000..c0efedf6255 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-13.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-13 auf Seite 421. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{40} +\usepackage[ngerman]{babel} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +Eine normale sinnlose Textzeile vor der +Formel, die keinen Sinn hat. +\begin{align} +\begin{aligned} + 2x+3 &= 7 & 2x+3-3 &= 7-3 \\ + 2x &= 4 & \frac{2x}{2} &= \frac42\\ + x &= 2 +\end{aligned} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-14.ltx new file mode 100644 index 00000000000..39f53205ea2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-14.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-14 auf Seite 422. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{41} +\usepackage[ngerman]{babel} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +Eine normale sinnlose Textzeile vor der +Formel, die keinen Sinn hat. +\begin{gather} + i_{11}=0.25\\ + i_{21}=\frac{1}{3}i_{11}\nonumber \\ + i_{31}=0.33i_{22} \nonumber +\end{gather} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-15.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-15.ltx new file mode 100644 index 00000000000..ad2ffef3149 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-15.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-15 auf Seite 422. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{42} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{gather}\label{eq:gather} +\begin{gathered} + i_{11}=0.25\\ i_{21}=\frac{1}{3}i_{11}\\ + i_{31}=0.33i_{22}\\ i_{41}=i_{11}+i_{22} +\end{gathered} +\end{gather} +% +Eine Referenz auf Gl.~\eqref{eq:gather}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-16.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-16.ltx new file mode 100644 index 00000000000..8f1a2ee0c27 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-16.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-16 auf Seite 423. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{43} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{multline} +\framebox[0.5\columnwidth]{links}\\ +\framebox[0.5\columnwidth]{zentriert}\\ +\framebox[0.5\columnwidth]{zentriert}\\ +\framebox[0.5\columnwidth]{zentriert}\\ +\framebox[0.5\columnwidth]{zentriert}\\ +\framebox[0.5\columnwidth]{rechts} +\end{multline} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-17.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-17.ltx new file mode 100644 index 00000000000..a758ee08f64 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-17.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-17 auf Seite 423. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{44} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{multline} +A = \lim_{n\rightarrow\infty}\Delta x\left(a^{2}+\left(a^{2}+2a \Delta x + +\left(\Delta x\right)^{2}\right)\right.\\ + +\left(a^{2}+2\cdot2a\Delta x+2^{2}\left(\Delta x\right)^{2}\right)\\ + +\left(a^{2}+2\cdot3a\Delta x+3^{2}\left(\Delta x\right)^{2}\right)\\ + + \ldots\\ +\left.+\left(a^{2}+2\cdot(n-1)a\Delta x+(n-1)^{2} + \left(\Delta x\right)^{2}\right)\right)\\ + = \frac{1}{3}\left( b^{3}-a^{3}\right) +\end{multline} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-18.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-18.ltx new file mode 100644 index 00000000000..fc7c7f9d14c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-18.ltx @@ -0,0 +1,56 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-18 auf Seite 424. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\small\fboxsep=0pt +\begin{minipage}[c]{0.475\textwidth}% +\fbox{\parbox{\columnwidth}{\fboxsep=3pt\begin{multline} +\framebox[0.5\columnwidth]{\textrm{\textbackslash multlinegap=\the\multlinegap}}\\ +\framebox[0.6\columnwidth]{\textbackslash multlinetaggap=\the\multlinetaggap}\end{multline} +}} +\end{minipage}% +\hfill{}\begin{minipage}[c]{0.475\textwidth}% +{\setlength{\multlinegap}{0pt}\setlength{\multlinetaggap}{0pt}% +\fbox{\parbox{\columnwidth}{\fboxsep=3pt\begin{multline} +\framebox[0.5\columnwidth]{\textbackslash\textrm{multlinegap=\the\multlinegap}}\\ +\framebox[0.6\columnwidth]{\textbackslash multlinetaggap=\the\multlinetaggap}\end{multline} +}}} +\end{minipage}\\ +\begin{minipage}[c]{0.475\textwidth}% +\fbox{\parbox{\columnwidth}{\fboxsep=3pt\begin{multline*} +\framebox[0.5\columnwidth]{\textrm{\textbackslash multlinegap=\the\multlinegap}}\\ +\framebox[0.6\columnwidth]{\textbackslash multlinetaggap=\the\multlinetaggap}\end{multline*} +}} +\end{minipage}% +\hfill{}\begin{minipage}[c]{0.475\textwidth}% +{\setlength{\multlinegap}{0pt}\setlength{\multlinetaggap}{0pt}% +\fbox{\parbox{\columnwidth}{\fboxsep=3pt\begin{multline*} +\framebox[0.5\columnwidth]{\textbackslash\textrm{multlinegap=\the\multlinegap}}\\ +\framebox[0.6\columnwidth]{\textbackslash multlinetaggap=\the\multlinetaggap}\end{multline*} +}}} +\end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-19.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-19.ltx new file mode 100644 index 00000000000..b52744769b7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-19.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-19 auf Seite 424. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{45} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +\newcommand*\CMD[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\begin{multline} +\framebox[0.5\columnwidth]{x}\\ +\framebox[0.5\columnwidth]{x}\\ +\shoveleft{\framebox[0.5\columnwidth]{\CMD{shoveleft}}}\\ +\shoveright{\framebox[0.5\columnwidth]{\CMD{shoveright}}}\\ +\framebox[0.5\columnwidth]{x}\\ +\framebox[0.5\columnwidth]{x} +\end{multline} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-2.ltx new file mode 100644 index 00000000000..d4c1a26a02a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-2.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-2 auf Seite 417. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath,calc} +\def\x{\vphantom{lg}x} +%StopShownPreambleCommands +\begin{document} +\fboxsep=0pt +\fbox{\parbox{\linewidth-2\fboxsep-2\fboxrule}{% +\fboxsep=3pt +\begin{alignat*}{2} +\framebox[0.125\columnwidth]{alignat} &= \framebox[0.125\columnwidth]{\x} & \framebox[0.125\columnwidth]{\x} &= \framebox[0.125\columnwidth]{\x}\\ +\framebox[0.125\columnwidth]{alignat} &= \framebox[0.1\columnwidth]{\x} & \framebox[0.1\columnwidth]{\x} &= \framebox[0.1\columnwidth]{\x} +\end{alignat*}}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-20.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-20.ltx new file mode 100644 index 00000000000..d1976eb91e4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-20.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-20 auf Seite 424. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{46} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +\newcommand*\CMD[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\begin{multline} + \shoveright{\framebox[0.5\columnwidth]{\CMD{shoveright}}}\\ + \framebox[0.5\columnwidth]{x}\\ + \framebox[0.5\columnwidth]{x}\\ + \framebox[0.5\columnwidth]{x}\\ + \shoveleft{\framebox[0.5\columnwidth]{\CMD{shoveleft}}} +\end{multline} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-21.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-21.ltx new file mode 100644 index 00000000000..be57ba72350 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-21.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-21 auf Seite 425. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align*} +\begin{split} + \framebox[0.25\columnwidth]{x}\\ + \framebox[0.45\columnwidth]{x}\\ + \framebox[0.75\columnwidth]{x}\\ + \framebox[\columnwidth]{x} +\end{split} +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-22.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-22.ltx new file mode 100644 index 00000000000..8874f642ec6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-22.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-22 auf Seite 425. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} + +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align*} +\begin{split} + \framebox[0.1\columnwidth]{x} & \framebox[0.1\columnwidth]{x}\\ + \framebox[0.3\columnwidth]{x} & \framebox[0.3\columnwidth]{x}\\ + \framebox[0.45\columnwidth]{x} & \framebox[0.45\columnwidth]{x} +\end{split} +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-23.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-23.ltx new file mode 100644 index 00000000000..7ff8e2609f8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-23.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-23 auf Seite 425. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{47} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} +\begin{split} + f(x) &= x \\ + g(x) &= \sinh\left(x^2-1\right)\\ + h(x) &= \arctan\left(\frac{x}{\sqrt{1+x^2}}\right) +\end{split} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-24.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-24.ltx new file mode 100644 index 00000000000..25dcbdb18ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-24.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-24 auf Seite 426. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{48} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} +x &= \begin{cases} + 0 & \text{falls } a=\ldots\\ + 1 & \text{falls } b=\ldots\\ + x & \parbox{5cm}{\raggedright Dieser Text kann so lang sein, wie er will, + aber es gibt manchmal Probleme \ldots\ jetzt nicht mehr :-)} +\end{cases} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-25.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-25.ltx new file mode 100644 index 00000000000..d4d7cd617e4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-25.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-25 auf Seite 426. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{48} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} \begin{bmatrix} + a & b\\ + \begin{Vmatrix} A & B\\ C & D \end{Vmatrix} + c & d +\end{bmatrix} \end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-26.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-26.ltx new file mode 100644 index 00000000000..12858bdcf82 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-26.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-26 auf Seite 427. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{49} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\setlength\delimitershortfall{-2pt} +\begin{align} \begin{bmatrix} + a & b\\ + \begin{Vmatrix} A & B\\ C & D \end{Vmatrix} + c & d +\end{bmatrix} \end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-27.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-27.ltx new file mode 100644 index 00000000000..03a22d9f5c7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-27.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-27 auf Seite 427. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{50} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} \begin{pmatrix} + 1 &-2 & 1 & 2\\ 2 & 3 &-2 & 3\\ + 4 &-1 & 3 &-1\\ 3 & 2 &-4 & 5 +\end{pmatrix} \end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-28.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-28.ltx new file mode 100644 index 00000000000..540a65b277d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-28.ltx @@ -0,0 +1,57 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-28 auf Seite 427. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt} +\setcounter{equation}{51} +\renewcommand\theequation{9.\arabic{equation}}} +\usepackage{amsmath} +\makeatletter +\def\env@matrix{\hskip -\arraycolsep + \let\@ifnextchar\new@ifnextchar + \array{*\c@MaxMatrixCols r}}% r für Rechts +\renewenvironment{smallmatrix}{\null\,\vcenter\bgroup + \Let@\restore@math@cr\default@tag + \baselineskip6\ex@ \lineskip1.5\ex@ \lineskiplimit\lineskip + \ialign\bgroup\hfil$\m@th\scriptstyle##$% + &&\thickspace\hfil + $\m@th\scriptstyle##$% + \crcr +}{\crcr\egroup\egroup\,} +\makeatother +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} +\begin{pmatrix} + 1 &-2 & 1 & 2\\ 2 & 3 &-2 & 3\\ + 4 &-1 & 3 &-1\\ 3 & 2 &-4 & 5 +\end{pmatrix} +\end{align} +\begin{align} +\left(\begin{smallmatrix} + 1 &-2 & 1 & 2\\ +2 & 3 &-2 & 3\\ + 4 &-1 & 3 &-1\\ +3 & 2 &-4 & 5 +\end{smallmatrix}\right) +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-29.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-29.ltx new file mode 100644 index 00000000000..d083f5c570c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-29.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-29 auf Seite 429. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{53} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath,array} +%StopShownPreambleCommands +\begin{document} +\begin{align} \setlength\delimitershortfall{-1pt} +\underline{A} &= \left[\begin{array}{*7c} + a_{11} & a_{12} & 0 & \ldots & \ldots & \ldots & 0\\ + a_{21} & a_{22} & a_{23} & 0 & \ldots & \ldots & 0\\ + 0 & a_{32} & a_{33} & a_{34} & 0 & \ldots & 0\\ + \vdots & \vdots & \vdots & \vdots & \vdots & \vdots & \vdots\\ + \hdotsfor{7}\\ + \vdots & \vdots & \vdots & \vdots & \vdots & \vdots & \vdots\\ + 0 & \ldots & 0 & a_{n-2,n-3} & a_{n-2,n-2} & a_{n-2,n-1} & 0\\ + 0 & \ldots & \ldots & 0 & q_{n-1,n-2} & a_{n-1,n-1} & a_{n-1,n}\\ + 0 & \ldots & \ldots & \ldots & 0 & a_{n,n-1} & a_{nn} + \end{array}\right] +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-3.ltx new file mode 100644 index 00000000000..3f3ac0d9b54 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-3.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-3 auf Seite 417. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath,calc} +\def\x{\vphantom{lg}x} +%StopShownPreambleCommands +\begin{document} +\fboxsep=0pt +\fbox{\parbox{\linewidth-2\fboxsep-2\fboxrule}{% +\fboxsep=3pt +\begin{flalign*} +\framebox[0.125\columnwidth]{flalign} &= \framebox[0.125\columnwidth]{\x} & \framebox[0.125\columnwidth]{\x} &= \framebox[0.125\columnwidth]{\x}\\ +\framebox[0.125\columnwidth]{flalign} &= \framebox[0.1\columnwidth]{\x} & \framebox[0.1\columnwidth]{\x} &= \framebox[0.1\columnwidth]{\x} +\end{flalign*}}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-30.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-30.ltx new file mode 100644 index 00000000000..2cedc33e871 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-30.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-30 auf Seite 430. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\[ \genfrac{}{}{0.1pt}{}{x^2+x+1}{3x-2}\quad + \genfrac{}{}{0.1pt}{3}{x^2+x+1}{3x-2} \] + +\[ \genfrac{}{}{1pt}{}{x^2+x+1}{3x-2} \quad + \genfrac[]{1pt}{1}{x^2+x+1}{3x-2} \] + +\[ \genfrac\{\}{0.1pt}{1}{x^2+x+1}{3x-2}\quad + \genfrac(){0pt}{}{n+1}{n} \] + +\[ \genfrac{\{}{\}}{0pt}{2}{n+1}{n} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-31.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-31.ltx new file mode 100644 index 00000000000..bbdbaea5416 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-31.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-31 auf Seite 430. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} + +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align*} +\cfrac{1}{\sqrt{2}+\cfrac{1}{\sqrt{3}+ + \cfrac{1}{\sqrt{4}+ \cfrac{1}{\ldots}}}} +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-32.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-32.ltx new file mode 100644 index 00000000000..6da0c56b3e6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-32.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-32 auf Seite 431. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align*} +\frac{1}{\sqrt{2}+\frac{1}{\sqrt{3}+ + \frac{1}{\sqrt{4}+ \frac{1}{\ldots}}}} +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-33.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-33.ltx new file mode 100644 index 00000000000..82d9d6fbc47 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-33.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-33 auf Seite 431. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{54} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{gather} +\cfrac[l]{1}{\sqrt{2}+\cfrac[l]{1}{\sqrt{3}+\cfrac[l]{1}{\sqrt{4}+\cfrac[l]{1}{\ldots}}}} +\qquad +\cfrac[r]{1}{\sqrt{2}+\cfrac[r]{1}{\sqrt{3}+\cfrac[r]{1}{\sqrt{4}+\cfrac[r]{1}{\ldots}}}} +\end{gather} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-34.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-34.ltx new file mode 100644 index 00000000000..daf338419e4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-34.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-34 auf Seite 431. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\usepackage{booktabs} +%StartShownPreambleCommands +\usepackage{amsmath} +\newcommand*\CMD[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}lcc@{}}\toprule +\emph{Makro} & \emph{Zeilenmodus} & \emph{abgesetzt}\tabularnewline\midrule +\rule{0pt}{.75cm}\CMD{binom}\verb+{m}{n}+ & $\binom{m}{n}$ & $\displaystyle\binom{m}{n}$\tabularnewline +\rule{0pt}{0.75cm}\CMD{dbinom}\verb+{m}{n}+ & $\dbinom{m}{n}$ & $\displaystyle\dbinom{m}{n}$\tabularnewline +\rule{0pt}{0.5cm}\CMD{tbinom}\verb+{m}{n}+ & $\tbinom{m}{n}$ & $\displaystyle\tbinom{m}{n}$\tabularnewline\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-35.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-35.ltx new file mode 100644 index 00000000000..605c418df13 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-35.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-35 auf Seite 432. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\Large $\sqrt[k_n]{a}$ \quad +$\sqrt[\uproot{2}k_n]{a}$ \quad +$\sqrt[\leftroot{2}\uproot{2}k_n]{a}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-36.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-36.ltx new file mode 100644 index 00000000000..a45ccc22451 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-36.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-36 auf Seite 432. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath}\newcommand\rV{\rule{5mm}{0.4pt}} +%StopShownPreambleCommands +\begin{document} +\Large A\rV$\sqrt{\frac{x}{\lambda}}\rV\sqrt{\smash[b]{\frac{b}{\lambda}}} + \rV\sqrt{\smash[t]{\frac{t}{\lambda}}}\rV\sqrt{\smash[tb]{\frac{tb}{\lambda}}} + \rV\sqrt{\frac{b}{\lambda_{k_{i}}}}\rV + \sqrt{\frac{b}{\smash[b]{\lambda_{k_{i}}}}}$\rV B +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-37.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-37.ltx new file mode 100644 index 00000000000..c0ecf71af4e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-37.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-37 auf Seite 433. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +\newcommand\dotcup{$\mathaccent\cdot\cup$} +%StopShownPreambleCommands +\begin{document} +\Huge $\mathaccent\cdot\cup$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-38.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-38.ltx new file mode 100644 index 00000000000..4858386a3e6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-38.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-38 auf Seite 433. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\usepackage{booktabs} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{} *{2}{r@{\,\,$\rightarrow$\,\,} l} @{}}\toprule +\emph{Eingabe} & \emph{Ausgabe} & \emph{Eingabe} &\emph{Ausgabe}\\\midrule +\rule{0pt}{2.6ex}% +\verb+a\mod{n^2}=b+ & $a\mod{n^2}=b$ & \verb+a\bmod{n^2}=b+ & $a\bmod{n^2}=b$\\[2pt] +\verb+a\pmod{n^2}=b+ & $a\pmod{n^2}=b$ &\verb+a\pod{n^2}=b+ & $a\pod{n^2}=b$\\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-39.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-39.ltx new file mode 100644 index 00000000000..dbaffcc42e7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-39.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-39 auf Seite 434. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt} +\setcounter{equation}{55} +\renewcommand\theequation{9-\arabic{equation}-}} +\usepackage{blkarray} +\newcommand\bigstrutht{\vrule width0pt height 12pt depth0pt\relax} +\newcommand\bigstrutdp{\vrule width0pt height 0pt depth5pt\relax} +%StartShownPreambleCommands +\usepackage{amsmath,blkarray} +\renewcommand\theequation{\thesection-\arabic{equation}-} +%StopShownPreambleCommands +\begin{document} +\begin{align}\begin{blockarray}{*{4}{c}} + \begin{block}{[ccc]c} + \bigstrutht 1-\lambda x & 0 & 0 & \ell_1 \\ 0 & 1-\lambda x & 0 & \ell_2 \\ + \bigstrutdp 0 & 0 & 1-\lambda x & \ell_3 \\ + \end{block} + c_1 & c_2 & c_3 +\end{blockarray}\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-4.ltx new file mode 100644 index 00000000000..ec731801187 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-4.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-4 auf Seite 417. +%% +%% Copyright (C) 2016 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{217.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align*} + 1 & 2 & 3\\ A & B & C +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-40.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-40.ltx new file mode 100644 index 00000000000..c258385bbfe --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-40.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-40 auf Seite 434. +%% +%% Copyright (C) 2016 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[]{exareport} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\AtBeginDocument{\setlength\parindent{0pt} +\setcounter{equation}{56} +\setcounter{chapter}{9}\setcounter{section}{11}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{flalign} z &= f(x,y) \end{flalign} +\numberwithin{equation}{section} +\begin{align} +\bordermatrix{% + & c& o& l& u& m &n \cr + l& 1& 0& 0& 0& \cos \phi& \sin\phi\cr + i& 0& 1& 0& 0& -\sin\phi& \cos\phi\cr + n& 0& 0& 1& 0& 0 & 0 \cr + e& 0& 0& 0& 1& 0 & 0 \cr} +\end{align} +\renewcommand\theequation{\arabic{equation}} +\begin{flalign} y &= f(x) \end{flalign} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-41.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-41.ltx new file mode 100644 index 00000000000..b401274fac2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-41.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-41 auf Seite 435. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} + H_c &= \frac{1}{2n} \sum^n_{l=0} (-1)^l (n-l)^{p-2} \sum_{l_1 + \dots + l_p=l} + \prod^p_{i=1} \binom{n_i}{l_i} \tag{*}\label{eq:tagDemo}\\ + & \quad\cdot [(n-l)-(n_i-l_i)]^{n_i-l_i}\tag{II-AZ}\label{eq:tagDemo2} +\end{align} +Man kann auch auf einen Tag verweisen, wie auf obiges Label~\eqref{eq:tagDemo} +oder auf~\eqref{eq:tagDemo2}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-42.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-42.ltx new file mode 100644 index 00000000000..9dc1b5f5b95 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-42.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-42 auf Seite 435. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{59} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} \makeatletter \let\oldTagForm\tagform@ +\renewcommand\tagform@[1]{\maketag@@@{\ignorespaces*#1*\unskip\@@italiccorr}} +\makeatother +%StopShownPreambleCommands +\begin{document} +\begin{align} + c^2 &\le a^2 + b^2\label{eq:pyth0}\\ + \left|\sum_{i=1}^n a_ib_i\right| &\le \left(\sum_{i=1}^n a_i^2\right)^{1/2} + \left(\sum_{i=1}^n b_i^2\right)^{1/2}\label{eq:pyth1} +\end{align} +\makeatletter\let\tagform@\oldTagForm\makeatother +\begin{align}\label{eq:pyth2} c^2 &\le a^2 + b^2 \end{align} + +Eine Referenz auf Gl.~\eqref{eq:pyth0}, auf Gl.~\eqref{eq:pyth1} und +auf Gl.~\eqref{eq:pyth2}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-43.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-43.ltx new file mode 100644 index 00000000000..50a5c75cd94 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-43.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-43 auf Seite 436. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} + f(x) &= cx+b \tag*{linear}\\ + g(x) &= dx^2+cx+b \tag*{quadratisch}\\ + h(x) &= ex^3+dx^2+cx+b \tag*{kubisch} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-44.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-44.ltx new file mode 100644 index 00000000000..1e8868cbaa4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-44.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-44 auf Seite 436. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align*} + \sqrt{\vphantom{b}a}\cdot\sqrt{b} + &= \sqrt{ab} \\ + \frac{\sqrt{a}}{\sqrt{b}} + &= \sqrt{\frac{a}{b}} \tag{$\bullet$}\\ + a\sqrt{b} & =\sqrt{a^2 b} +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-45.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-45.ltx new file mode 100644 index 00000000000..8389b244ffa --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-45.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-45 auf Seite 437. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{62} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{subequations} +\begin{align} +y &= d\\ +y &= cx+d\\ +y &= bx^{2}+cx+d\\ +y &= ax^{3}+bx^{2}+cx+d +\end{align} +\end{subequations} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-46.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-46.ltx new file mode 100644 index 00000000000..83519981302 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-46.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-46 auf Seite 437. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{63} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{subequations} +\renewcommand{\theequation}{% + \theparentequation -\arabic{equation}} +\begin{align} +y &= d\\ +y &= cx+d\label{eq:subequation}\\ +y &= bx^{2}+cx+d\\ +y &= ax^{3}+bx^{2}+cx+d +\end{align} +\end{subequations} +Eine Referenz zu Gl.~\ref{eq:subequation} + auf S.~\pageref{eq:subequation}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-47.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-47.ltx new file mode 100644 index 00000000000..46df8e5ba71 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-47.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-47 auf Seite 438. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{64} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} \newcounter{mySubCounter} +\newcommand\twocoleqn[2]{\setcounter{mySubCounter}{0}\let\OldTheEquation\theequation + \renewcommand\theequation{\OldTheEquation\alph{mySubCounter}}% + \noindent\begin{minipage}{.49\textwidth} + \begin{align}\refstepcounter{mySubCounter}#1\end{align} + \end{minipage}\hfill\addtocounter{equation}{-1}% + \begin{minipage}{.49\textwidth} + \begin{align}\refstepcounter{mySubCounter}#2\end{align} + \end{minipage}\let\theequation\OldTheEquation} +%StopShownPreambleCommands +\begin{document} +\twocoleqn{y=f(x)}{y=f(z)} +\begin{align} z &= f(x,y) \end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-48.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-48.ltx new file mode 100644 index 00000000000..6676f7c1d94 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-48.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-48 auf Seite 438. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{66} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} +\sum_{\substack{1\le i\le p\\ + 1\le j\le q\\ 1\le k\le r}% + }a_{ij}b_{jk}c_{ki} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-49.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-49.ltx new file mode 100644 index 00000000000..86404f9a55d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-49.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-49 auf Seite 439. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{67} +\renewcommand\theequation{6.\arabic{equation}} +\newcommand*\clap[1]{\hbox to 0pt{\hss#1\hss}} +\newcommand*\mathclap{\mathpalette\mathclapinternal} +\newcommand*\mathclapinternal[2]{\clap{$\mathsurround=0pt#1{#2}$}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} + X = \sum_{\mathclap{1\le i\le j\le n}}X_{ij} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-5.ltx new file mode 100644 index 00000000000..1768f313357 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-5.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-5 auf Seite 417. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{4} +\renewcommand\theequation{6.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +\def\x{\vphantom{lg}x} +%StopShownPreambleCommands +\begin{document} +\begin{flalign} +\framebox[0.125\columnwidth]{flalign} &= \framebox[0.125\columnwidth]{\x} & \framebox[0.125\columnwidth]{\x} &= \framebox[0.125\columnwidth]{\x} +\end{flalign} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-50.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-50.ltx new file mode 100644 index 00000000000..9c77c49390a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-50.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-50 auf Seite 439. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{68} +\renewcommand\theequation{6.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} +\rule[2.5pt]{1cm}{0.2pt} % mathematische Achse + \left[ \sum_{\substack{i,j\\i>j}} \frac{1}{2} + \dots \right] +\rule[2.5pt]{1cm}{0.2pt} % mathematische Achse +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-51.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-51.ltx new file mode 100644 index 00000000000..11de9b0f3b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-51.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-51 auf Seite 439. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{69} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} + \sideset{_{UL}^{OL}}{_{UR}^{OR}}% + \sum_{unten}^{oben} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-52.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-52.ltx new file mode 100644 index 00000000000..e6c3225fdf9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-52.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-52 auf Seite 440. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align*} + \sum^\prime_{n<k\atop n\ \textrm{odd}}nE_{n} +\end{align*} +\begin{align*} + \sideset{}{^\prime}\sum_{n<k\atop n\ \textrm{odd}}nE_{n} +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-53.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-53.ltx new file mode 100644 index 00000000000..dd55939813b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-53.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-53 auf Seite 440. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +$\sideset{^{33}_{17}}{^{16}}{\mathop{\mathrm{Cl}}}% + \xrightarrow{n,n}% + \sideset{^{31}_{15}}{^{16}}{\mathop{\mathrm{P}}}+% + \sideset{^4_2}{^2}{\mathop{\mathrm{He}}}$% +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-54.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-54.ltx new file mode 100644 index 00000000000..b12f2278094 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-54.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-54 auf Seite 440. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +\newcommand*\Modulo{\operatorname{Modulo}} +%StopShownPreambleCommands +\begin{document} +\begin{align*} + y &= 135\Modulo17=16\\ + y &= 135\mathrm{Modulo}17=16 +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-55.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-55.ltx new file mode 100644 index 00000000000..4b969ec7a29 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-55.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-55 auf Seite 441. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +\newcommand*\ModuloA{\operatorname{Modulo}} +\newcommand*\ModuloB{\operatornamewithlimits{Modulo}} +%StopShownPreambleCommands +\begin{document} +$\ModuloA\limits^a _b \quad \ModuloB\limits^a _b$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-56.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-56.ltx new file mode 100644 index 00000000000..2fb212e423d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-56.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-56 auf Seite 441. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align*} + \sideset{_1}{}{\mathop{\mathrm{B}}} +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-57.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-57.ltx new file mode 100644 index 00000000000..aae4d47f2d2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-57.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-57 auf Seite 441. +%% +%% Copyright (C) 2016 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{97.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +\newcommand*\CMD[1]{\makebox[4em][l]{% + \normalsize\texttt{\textbackslash#1}}} +%StopShownPreambleCommands +\begin{document} +\sffamily\Large +\CMD{mbox} $A^{\mbox{text}}_{\mbox{text}}$\\ +\CMD{text} $A^{\text{text}}_{\text{text}}$\\ +\CMD{textnormal} $A^{\textnormal{text}}_{\textnormal{text}}$\\ +\CMD{mathrm} $A^{\mathrm{text}}_{\mathrm{text}}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-58.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-58.ltx new file mode 100644 index 00000000000..d7d790db3ea --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-58.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-58 auf Seite 442. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{70} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{flalign*} + && 12(x-1) + 20(y-3) + 14(z-2) &= 0 &&\\ + \text{und} && 6x + 10y + 7z -50 &= 0 && +\end{flalign*} +% +\begin{align} + && 12(x-1) + 20(y-3) + 14(z-2) &= 0\\ + \text{und} && 6x + 10y + 7z - 50&= 0 +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-59.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-59.ltx new file mode 100644 index 00000000000..7aed31965ca --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-59.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-59 auf Seite 443. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\setcounter{equation}{72} +\renewcommand\theequation{9.\arabic{equation}} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} \newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{align} +A_{1} + &= \left|\int_0^1(f(x)-g(x))\diff x\right| +\left| \int _1^2(g(x)-h(x))\diff x + \right|\nonumber\\ + &= \left|\int_0^1(x^2-3x)\diff x\right| +\left| \int _1^2(x^2-5x+6)\diff x + \right|\nonumber +\intertext{Jetzt werden die Stammfunktionen der beiden Integrale + gebildet und anschließend die Werte berechnet:} + &= \left|\frac{x^3}{3}-\frac{3}{2}x^2\right|_0^1+\left| \frac{x^3}{3}- + \frac{5}{2}x^2+6x\right|_1^2\nonumber\\ + &= \left|\frac{1}{3}-\frac{3}{2}\right| +\left| \frac{8}{3}- \frac{20}{2}+12- + \left(\frac{1}{3}-\frac{5}{2}+6\right) \right| \nonumber\\ + &= \left|-\frac{7}{6}\right| +\left| \frac{28}{6}-\frac{23}{6} \right| =\frac{7}{6}+ + \frac{5}{6}=2\,\text{FE} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-6.ltx new file mode 100644 index 00000000000..042fcd576e9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-6.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-6 auf Seite 418. +%% +%% Copyright (C) 2016 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[leqno]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\AtBeginDocument{\setlength\parindent{0pt} +\setlength\abovedisplayskip{5pt} +\setlength\belowdisplayskip{5pt}} +\setcounter{equation}{5} +\renewcommand\theequation{6.\arabic{equation}} +%StartShownPreambleCommands +\usepackage[leqno]{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{align} y &= f(x) \end{align} +\begin{align} y &= f(x) & y &= f(x) & y &= f(x) \end{align} +\begin{align} y &= f(x) & y &= f(x) & y &= f(x) & y &= f(x) & y &= f(x) \end{align} +\begin{align} +y &= f(x) & y &= f(x) & y &= f(x) & y &= f(x) & y &= f(x) & y &= f(x) & y &= f(x) +\end{align} +\renewcommand\minalignsep{2pt}% Verringerung des minimalen Zwischenraumes +\begin{align} +y &= f(x) & y &= f(x) & y &= f(x) & y &= f(x) & y &= f(x) & y &= f(x) & y &= f(x) +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-60.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-60.ltx new file mode 100644 index 00000000000..3d66d8ba71c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-60.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-60 auf Seite 443. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +$\xrightarrow[\text{unterhalb}]{\text{oberhalb}}$ $\xrightarrow{x\in [0\ldots\infty)}$ +$\xleftarrow[\text{unterhalb}]{\text{oberhalb}}$ $\xleftarrow{x\in [0\ldots\infty)}$ +$\xleftarrow[x\in [0\ldots\infty)]{}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-61.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-61.ltx new file mode 100644 index 00000000000..4ce1aa11263 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-61.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-61 auf Seite 444. +%% +%% Copyright (C) 2016 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} +\usepackage[utf8]{inputenc} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +\makeatletter +\newcommand\xLongLeftRightArrow[2][]{\ext@arrow0055{\LongLeftRightArrowfill@}{#1}{#2}} +\def\LongLeftRightArrowfill@{\arrowfill@\Leftarrow\Relbar\Rightarrow} +\newcommand\xlongleftrightarrow[2][]{\ext@arrow0055{\longleftrightarrowfill@}{#1}{#2}} +\def\longleftrightarrowfill@{\arrowfill@\leftarrow\relbar\rightarrow} +\makeatother +%StopShownPreambleCommands +\begin{document} +$\Leftarrow\Relbar\Rightarrow$ +$\Leftarrow\mkern-3mu\Relbar\mkern-3mu\Rightarrow$ +$\xLongLeftRightArrow[\text{UUU}]{\text{OOOOOOO}}$ +$\xlongleftrightarrow[y=f(x,v,w)]{x=f(w)}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-62.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-62.ltx new file mode 100644 index 00000000000..0de5cb49599 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-62.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-62 auf Seite 445. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{73} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +$a\boxed{b+c}$ +\begin{align} + f(x) = \int_1^{\infty}\frac{1}{x^2}\diff t = 1\\ + \boxed{f(x) = \int_1^{\infty}\frac{1}{x^4}\diff t = \frac{1}{3}} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-63.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-63.ltx new file mode 100644 index 00000000000..fe6092777c6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-63.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-63 auf Seite 446. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{75} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{align} + & \kern\fboxsep\kern\fboxrule f(x) = \int_1^{\infty}\frac{1}{x^2}\diff t = 1\\ + & \boxed{f(x) = \int_1^{\infty}\frac{1}{x^4}\diff t = \frac{1}{3}} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-64.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-64.ltx new file mode 100644 index 00000000000..b9ed7f7f2d3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-64.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-64 auf Seite 446. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath,graphicx} +%StopShownPreambleCommands +\begin{document} +\scalebox{8}{$\alpha$} +\scalebox{8}{$\pmb{\alpha}$} +$\pmb{\alpha}$ +\scalebox{8}{$\boldsymbol{\alpha}$} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-7.ltx new file mode 100644 index 00000000000..da9e84b1216 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-7.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-7 auf Seite 419. +%% +%% Copyright (C) 2016 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[leqno]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\AtBeginDocument{\setlength\parindent{0pt} +\setcounter{section}{9}} +%StartShownPreambleCommands +\usepackage{amsmath} \usepackage[amsmath,thmmarks]{ntheorem} +\theoremsymbol{\ensuremath{\triangle}} +\theoremprework{\bigskip\hrule} \theorempostwork{\hrule\bigskip} +\newtheorem{Beispiel}{Beispiel}[section] +%StopShownPreambleCommands +\begin{document} +Normaler Text vor der neuen Umgebung. +\begin{Beispiel} Anwendung des Transformationstheorems: +\begin{align*} + [z^n]C(z) &= [z^n]\biggl[\frac{e^{3/4}}{\sqrt{1-z}}+e^{-3/4}(1-z)^{1/2}+ + \frac{e^{-3/4}}{4}(1-z)^{3/2}+O\Bigl((1-z)^{5/2}\Bigr)\biggr]\\[5pt] + &= \frac{e^{-3/4}}{\sqrt{\pi n}}-\frac{5e^{-3/4}}{8\sqrt{\pi n^3}}+ + \frac{e^{-3/4}}{128\sqrt{\pi n^5}}+O\biggl(\frac{1}{\sqrt{\pi n^7}}\biggr) +\end{align*} +\end{Beispiel} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-8.ltx new file mode 100644 index 00000000000..373bb7b786e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-8.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-8 auf Seite 419. +%% +%% Copyright (C) 2016 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[leqno]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{30} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{alignat}{2} +y &= d & z &= 1 \\ % <=== 3 mal & +y &= cx+d & z &= x+1 \nonumber\\ +y_{12} &= bx^2+cx+d & z &= x^2+x+1 \nonumber\\ +y(x) &= ax^3+bx^2+cx+d & z &= x^3+x^2+x+1 +\end{alignat} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-07-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-9.ltx new file mode 100644 index 00000000000..af1ff2998ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-07-9.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-07-9 auf Seite 420. +%% +%% Copyright (C) 2016 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[leqno]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{32} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +%StopShownPreambleCommands +\begin{document} +\begin{alignat}{3} + abc &= xxx &&= xxxxxxxxxxxx &&= aaaaaaaaa \\ + ab &= yyyyyyyyyyyyyyy &&= yyyy &&= ab +\end{alignat} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-1.ltx new file mode 100644 index 00000000000..6326ddd37f8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-1.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-1 auf Seite 449. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{accents} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}*{3}{r@{\kern2pt}l}@{}} +\verb|\underline{$M$}| & \underline{$M$} & +\verb|$\underbar{M}$| & $\underbar{M}$ & +\verb|\underbar{$M$}| & \underbar{$M$} +\end{tabular}\\[2pt] +\begin{tabular}{@{}r@{\kern2pt}l r@{\kern2pt}l@{}} +\verb|$\underaccent{\bar}{M}$| & $\underaccent{\bar}{M}$ & +\verb|$\underaccent{--}{M}$| & $\underaccent{--}{M}$ +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-10.ltx new file mode 100644 index 00000000000..516e301d36b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-10.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-10 auf Seite 453. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath,color,cancel} +\newcommand\hcancel[2][black]{% + \setbox0=\hbox{#2}% + \rlap{\raisebox{.45\ht0}{% + \textcolor{#1}{\rule{\wd0}{1pt}}}}#2} +%StopShownPreambleCommands +\begin{document} +$\cancel{3}\qquad + f(x)=\dfrac{\left(x^2+1\right) + \cancel{(x-1)}}{\cancel{(x-1)}(x+1)}$\\[0.5cm] +$\bcancel{3}\qquad\bcancel{1234567}$\\[0.5cm] +\renewcommand*{\CancelColor}{\color{cyan}} +$\xcancel{3}\qquad\xcancel{1234567}$\\[0.5cm] +$\hcancel{3}\qquad\hcancel[red]{1234567}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-11.ltx new file mode 100644 index 00000000000..ecd7a9598a1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-11.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-11 auf Seite 453. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath,cancel} +%StopShownPreambleCommands +\begin{document} +$f(x)=\dfrac{\left(x^2+1\right) + \cancelto{1}{(x-1)}}{% + \cancelto{1}{(x-1)}\kern1em(x+1)}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-12.ltx new file mode 100644 index 00000000000..731665c71a6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-12.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-12 auf Seite 454. +%% +%% Copyright (C) 2016 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{217.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{0} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath} +\usepackage{cases} +\DeclareMathOperator{\sgn}{sgn} +%StopShownPreambleCommands +\begin{document} +\begin{numcases}{\sgn{x}=} + -1, & for $x < 0$\\ + 0, & for $x = 0$\\ + 1, & for $x > 0$ +\end{numcases} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-13.ltx new file mode 100644 index 00000000000..2dc4f3a6610 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-13.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-13 auf Seite 455. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{78} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{cases} +%StopShownPreambleCommands +\begin{document} +\begin{subnumcases}{\label{w} w\equiv} + 0 & $c = d = 0$\label{wzero}\\ + \sqrt{|c|}\,\sqrt{\frac{1 + \sqrt{1+(d/c)^2}}{2}} & $|c| \geq |d|$ \\ + \sqrt{|d|}\,\sqrt{\frac{|c/d| + \sqrt{1+(c/d)^2}}{2}} & $|c| < |d|$ +\end{subnumcases} +\begin{subnumcases}{\sqrt{c+id}=} + 0 & $w=0$ (Fall \ref{wzero}) \\ + w+i\frac{d}{2w} & $w \neq 0$, $c \geq 0$ \\ + \frac{|d|}{2w} + iw \qquad & $w \neq 0$, $c < 0$, $d \geq 0$ +\end{subnumcases} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-14.ltx new file mode 100644 index 00000000000..cc257adb118 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-14.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-14 auf Seite 455. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{delarray} +%StopShownPreambleCommands +\begin{document} +\[ A=\begin{array}\|{cc}\| a & b\\ c & d \end{array} \] +\[ B=\begin{array}\lbrack{cc}\rbrack + a & b\\ c & d +\end{array} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-15.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-15.ltx new file mode 100644 index 00000000000..47e13a3b273 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-15.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-15 auf Seite 455. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{delarray} +%StopShownPreambleCommands +\begin{document} +\[ A=\begin{array}\{{cc}. a & b\\ c & d \end{array} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-16.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-16.ltx new file mode 100644 index 00000000000..46dc7156956 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-16.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-16 auf Seite 456. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsfonts} +%StopShownPreambleCommands +\begin{document} +$\mathbb{A\,B\,C\,D\,E\,F\,G\,H\,I\,J\,K\,L\,M\,N\,% + O\,P\,Q\,R\,S\,T\,U\,V\,W\,X\,Y\,Z}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-17.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-17.ltx new file mode 100644 index 00000000000..11e7976ea18 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-17.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-17 auf Seite 456. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{dsfont} +%StopShownPreambleCommands +\begin{document} +$\mathds{A\,B\,C\,D\,E\,F\,G\,H\,I\,J\,K\,L\,M\,N\,% + O\,P\,Q\,R\,S\,T\,U\,V\,W\,X\,Y\,Z}$\\ +$\mathds{a,h,k,1}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-18.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-18.ltx new file mode 100644 index 00000000000..6f2638e64f8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-18.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-18 auf Seite 456. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage[sans]{dsfont} +%StopShownPreambleCommands +\begin{document} +$\mathds{A\,B\,C\,D\,E\,F\,G\,H\,I\,J\,K\,L\,M\,N\,O\,P\,Q\,R\,% + S\,T\,U\,V\,W\,X\,Y\,Z}$\\ $\mathds{a,h,k,1}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-19.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-19.ltx new file mode 100644 index 00000000000..bd9741498f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-19.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-19 auf Seite 457. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{80} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath,empheq,xcolor,graphicx} +\newcommand*\mycolbox[1]{\colorbox{blue!30!yellow!40}{\hspace{1em}#1\hspace{1em}}} +%StopShownPreambleCommands +\begin{document} +\begin{subequations} +\begin{empheq}[% Beginn der Optionen + box=\mycolbox, + right={\;\makebox[.9em]{$\raisebox{-.5\totalheight+\fontdimen22\textfont2} + {\resizebox{!}{\EmphEqdisplayheight+\EmphEqdisplaydepth}{!}}$}}, + left={X=Y\Rightarrow\empheqlbrace}]{alignat=3} +% + A_1&=b_1 & \qquad c_1&=d_1 & \qquad e_1&= f_1 + \tag*{\_A\raisebox{1ex}{silly}\raisebox{-1ex}{tag}\_}\\ + A_2&=b_2 & \qquad c_2&=d_2 & \qquad e_2&= f_2 \\ + A_3&=b_3 & \qquad c_3&=d_3 & \qquad e_3&= f_3 +\end{empheq} +\end{subequations} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-2.ltx new file mode 100644 index 00000000000..d1d8ce820c4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-2.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-2 auf Seite 449. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{amsmath} +\usepackage{amsopn} +\DeclareMathOperator*{\Res}{Res} +%StopShownPreambleCommands +\begin{document} +$\underset{s=p}{Res}\text{ -- }\underset{s=p}{\Res}$\\[5pt] +$\mathop{Res}_{s=p} \text{ -- } + \Res_{s=p}\text{ -- }\Res\limits_{s=p}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-20.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-20.ltx new file mode 100644 index 00000000000..6683f166ad9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-20.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-20 auf Seite 457. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{81} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{empheq} +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{empheq}[box=\fbox]{align} + f(x)=\int\limits_1^{\infty}\frac{1}{x^2}\diff t=1 +\end{empheq} +\begin{empheq}[box={\fboxsep=10pt\fbox}]{align} + f(x)=\int\limits_1^{\infty}\frac{1}{x^2}\diff t=1 +\end{empheq} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-21.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-21.ltx new file mode 100644 index 00000000000..171a4b2c45f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-21.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-21 auf Seite 457. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{83} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{empheq,color} +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{empheq}% + [box={\fboxsep=10pt\colorbox{cyan}}]{align} + f(x)=\int\limits_1^{\infty}\frac{1}{x^2}\diff t=1 +\end{empheq} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-22.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-22.ltx new file mode 100644 index 00000000000..8bca0dfce27 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-22.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-22 auf Seite 458. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{84} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{amsmath,empheq,color} +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{subequations} +\begin{align} + f(x)&=\int\limits_1^{\infty}\frac{1}{x^1}\diff t=1 +\end{align} +\begin{empheq}[box={\fboxsep=10pt\colorbox{red}}]{align} + f(x)&=\int\limits_2^{\infty}\frac{1}{x^2}\diff t=0.25 +\end{empheq} +\end{subequations} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-23.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-23.ltx new file mode 100644 index 00000000000..fccfcc064c0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-23.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-23 auf Seite 458. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{85} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{empheq} +%StopShownPreambleCommands +\begin{document} +\begin{empheq}[right=\kern1em\empheqrbrace\quad\Leftarrow\text{subtrahieren}]{align} + 3x_1 + 4x_2 -3x_3 &= 4\\ 3x_1 - 4x_2 - x_3 &= 1 +\end{empheq} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-24.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-24.ltx new file mode 100644 index 00000000000..f87a94f6e17 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-24.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-24 auf Seite 458. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{87} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{empheq,fancybox} +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{empheq}[box={\fboxsep=10pt\shadowbox*}]{align} + f(x) &= \int\limits_1^{\infty}\frac{1}{x^2}\diff t=1 +\end{empheq} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-25.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-25.xltx new file mode 100644 index 00000000000..365c20b84e4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-25.xltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-25 auf Seite 458. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{88} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{empheq,pstricks} +\usepackage{mathspec}\setmathfont{Latin Modern Math} +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{empheq}[box={\psshadowbox[shadowcolor=black!50, + framesep=10pt,framearc=0.2]}]{align} + f(x) &= \int\limits_1^{\infty}\frac{1}{x^2}\diff t=1 +\end{empheq} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-26.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-26.ltx new file mode 100644 index 00000000000..911ca3aa1f8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-26.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-26 auf Seite 459. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{esvect,graphicx} +\DeclareMathSymbol{\fldrap}{\mathrel}{esvector}{'021} +\DeclareMathSymbol{\fldrbp}{\mathrel}{esvector}{'022} +\DeclareMathSymbol{\fldrcp}{\mathrel}{esvector}{'023} +\DeclareMathSymbol{\fldrdp}{\mathrel}{esvector}{'024} +\DeclareMathSymbol{\fldrep}{\mathrel}{esvector}{'025} +\DeclareMathSymbol{\fldrfp}{\mathrel}{esvector}{'026} +\DeclareMathSymbol{\fldrgp}{\mathrel}{esvector}{'027} +\DeclareMathSymbol{\fldrhp}{\mathrel}{esvector}{'030} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}c | c c c c c c c c@{}} +Paketoption & a & b & c & d & e & f & g & h \\\hline +\rule{0pt}{3ex} +Pfeiltyp & \scalebox{2}{$\fldrap$} & \scalebox{2}{$\fldrbp$} + & \scalebox{2}{$\fldrcp$} & \scalebox{2}{$\fldrdp$} & \scalebox{2}{$\fldrep$} + & \scalebox{2}{$\fldrfp$} & \scalebox{2}{$\fldrgp$} & \scalebox{2}{$\fldrhp$} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-27.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-27.ltx new file mode 100644 index 00000000000..9a8fea6bb06 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-27.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-27 auf Seite 459. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{esvect,booktabs} \newcommand*\CMD[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}c c c@{}}\toprule +\texttt{esvect} & \multicolumn{2}{c}{\LaTeX}\\ +\CMD{vv} & \CMD{overrightarrow} & \CMD{vec} \\\midrule +\strut$\vv{a}$& $\overrightarrow{a}$ & $\vec{a}$ \\ +$\vv{abc}$ & $\overrightarrow{abc}$ & $\vec{abc}$ \\ +$\vv{\imath}$ & $\overrightarrow{\imath}$ & $\vec{\imath}$\\ +$\vv*{A}{x}$ & $\overrightarrow{A}_{x}$ & $\vec{A_x}$ \\ +$\vv{E}_{\vv{u}_{\vv{w}}}$ + & $\overrightarrow{E}_{\overrightarrow{u}_{\overrightarrow{w}}}$ + & $\vec{E}_{\vec{u}_{\vec{w}}}$\\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-28.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-28.ltx new file mode 100644 index 00000000000..9c87fdefe53 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-28.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-28 auf Seite 460. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage[mathscr]{eucal} +\let\mathfrak\relax% da schon definiert +\usepackage{eufrak} +%StopShownPreambleCommands +\begin{document} +$\mathscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ +$\mathscr{MATHEMATIK\ MIT\ LATEX}$\\ +$\mathcal{ABCDEFGHIJKLMNOPQRSTUVW}$\\ +$\mathcal{MATHEMATIK\ MIT\ LATEX}$\\ +$\mathfrak{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ +$\mathfrak{MATHEMATIK\ MIT\ LATEX}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-29.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-29.ltx new file mode 100644 index 00000000000..5c71c453b88 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-29.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-29 auf Seite 460. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{gauss} +%StopShownPreambleCommands +\begin{document} +$\begin{gmatrix} 1 & 2\\ 3 & 4 \end{gmatrix}$ +$\begin{gmatrix}[v] 1 & 2\\ 3 & 4 \end{gmatrix}$ +$\begin{gmatrix}[V] 1 & 2\\ 3 & 4 \end{gmatrix}$ +$\begin{gmatrix}[p] 1 & 2\\ 3 & 4 \end{gmatrix}$ +$\begin{gmatrix}[b] 1 & 2\\ 3 & 4 \end{gmatrix}$ +$\begin{gmatrix}[B] 1 & 2\\ 3 & 4 \end{gmatrix}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-3.ltx new file mode 100644 index 00000000000..6d592d31e13 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-3.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-3 auf Seite 450. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{multirow} +\usepackage{bigdelim} +\usepackage{amsmath}% Wegen pmatrix +%StopShownPreambleCommands +\begin{document} +\delimitershortfall=-4pt +\[ \begin{pmatrix} + & x_{11} & x_{12} & \dots & x_{1p} & \rdelim\}{4}{3cm}[Etwas Text]\\ + \ldelim[{5}{1cm}[Text] & x_{21} & x_{22} & \dots & x_{2p} \\ + & \vdots\\ + & x_{n_1 1}& x_{n_1 2} & \dots & x_{n_1 p}\\ + & x_{n_1+1,1}&x_{n_1+1,2} & \dots & x_{n_1+1, p} & + \rdelim\}{3}{3cm}[Noch mehr Text]\\ + & \vdots\\ + & x_{n_1+n_2, 1} & x_{n_1+n_2,2} & \dots & x_{n_1+n_2,p}\\ + & \vdots \\ + X & - & - &- &- & X + \end{pmatrix} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-30.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-30.ltx new file mode 100644 index 00000000000..a2f0d741c6e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-30.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-30 auf Seite 460. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{gauss} \newmatrix{]}{[}{q} +%StopShownPreambleCommands +\begin{document} +$\begin{gmatrix}[q] 1 & 2\\ 3 & 4 \end{gmatrix}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-31.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-31.ltx new file mode 100644 index 00000000000..c28b19e24a5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-31.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-31 auf Seite 461. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{gauss} +%StopShownPreambleCommands +\begin{document} +$\begin{gmatrix}[b] + 1 & 2 & -3\\ + 0.1 & 0.2 & -1\\ + -0.5 &-1 & \frac{3}{2} +\rowops\swap{0}{2} \colops\swap{0}{1} +\end{gmatrix}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-32.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-32.ltx new file mode 100644 index 00000000000..e61e6cbd4e9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-32.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-32 auf Seite 461. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{gauss} +\makeatletter\def\g@post{$}\makeatother +%StopShownPreambleCommands +\begin{document} +$\begin{gmatrix}[b] + 1 & 2 & -3\\ 0.1 & 0.2 & -1\\ + -0.5 &-1 & \frac{3}{2} +\rowops\mult{0}{\cdot(-0.1)} +\add{0}{1}\swap{1}{2} +\end{gmatrix}$\\[2ex] +$\begin{gmatrix}[b] + 1 & 2 & -3\\ -0.5 &-1 & \frac{3}{2}\\ + 0 & 0 & -0.7 +\rowops\mult{0}{\cdot0.5}\add{0}{1} +\end{gmatrix}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-33.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-33.ltx new file mode 100644 index 00000000000..449d5b75052 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-33.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-33 auf Seite 462. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{mathtools} +%StopShownPreambleCommands +\begin{document} +\[ x = \sum_{1\le i\le j\le n}x_{ij} \] +\[ x = \sum_{\mathclap{1\le i\le j\le n}}x_{ij} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-34.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-34.ltx new file mode 100644 index 00000000000..0e20e9cde0d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-34.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-34 auf Seite 463. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{89} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{mathtools} \newtagform{angels}{<}{>} +\newtagform{brackets}[\textsf]{[}{]} +%StopShownPreambleCommands +\begin{document} +\usetagform{angels} +\begin{equation} E = m\cdot c^2 \end{equation} +\usetagform{brackets} +\begin{equation} E \neq m c^3 \end{equation} +\renewtagform{brackets}{<}{>} +\begin{equation} E \neq m c^3 \end{equation} +\usetagform{default} +\begin{equation} E = m\cdot c^2 \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-35.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-35.ltx new file mode 100644 index 00000000000..88992fc4191 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-35.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-35 auf Seite 463. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\usepackage[ngerman]{babel} +\usepackage{lucbmath} +%StartShownPreambleCommands +\usepackage{mathtools} +%StopShownPreambleCommands +\begin{document} +\begin{equation} +E=m\cdot c^2\label{foo}\tag*{\textbf{Einstein}} +\end{equation} +\emph{Entweder~\ref{foo} oder~\eqref{foo} +oder das spezielle~\refeq{foo}.} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-36.ltx4 b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-36.ltx4 new file mode 100644 index 00000000000..6e6723549a8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-36.ltx4 @@ -0,0 +1,51 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-36 auf Seite 464. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\usepackage[ngerman]{babel} +\usepackage{mathtools} +\setcounter{equation}{93} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{mathtools} +\newtagform{angels}{<}{>} +%StopShownPreambleCommands +\begin{document} +\mathtoolsset{showonlyrefs,showmanualtags} +\usetagform{angels} +\begin{gather} + a=a \label{eq:a}\\ b=b\tag{**}\label{eq:b} +\end{gather} +\mathtoolsset{showmanualtags=false} +Eine Referenz auf Gleichung~\refeq{eq:a} (a). +\usetagform{default}% Ändern der Tagform +\begin{align} + c&=c \label{eq:c}\\ d&=d\label{eq:d}\tag{!!} +\end{align} +Eine Referenz auf Gleichung~\eqref{eq:e} (e). +Tag (!!) wird jetzt nicht angezeigt! +\begin{align} e&=e \label{eq:e} \end{align} +Wieder den Standard herstellen. +\mathtoolsset{showonlyrefs=false} +\begin{align} f&=f \label{eq:f} \end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-37.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-37.ltx new file mode 100644 index 00000000000..1f612cbf1e9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-37.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-37 auf Seite 464. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{mathtools} +%StopShownPreambleCommands +\begin{document} +\[ \begin{pmatrix*}[r] -1 & 3\\ 2 & -4 \end{pmatrix*} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-38.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-38.ltx new file mode 100644 index 00000000000..803aed03a3d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-38.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-38 auf Seite 465. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{mathtools} \newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\[ s = \begin{dcases} + \int\limits_a^b\sqrt{1+y\prime^2}\diff x & y=f(x)\\ + \int\limits_{t_1}^{t_2}\sqrt{\dot{x}^2+\dot{y}^2}\diff t & x=f(t); y=f(t) \\ + \int\limits_{\varphi_1}^{\varphi_2} + \sqrt{\left(\frac{\diff r}{\diff\varphi}\right)^2+r^2}\,\diff\varphi + & r=f(\varphi) + \end{dcases} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-39.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-39.ltx new file mode 100644 index 00000000000..5f4e082e904 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-39.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-39 auf Seite 465. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{mathtools} +%StopShownPreambleCommands +\begin{document} +\[ \mathop{\mathrm{sgn}}x = + \begin{dcases*} + -1 & $x$ negativ \\ + \phantom{+} 0 & $x=0$ \\ + +1 & $x$ positiv + \end{dcases*} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-4.ltx new file mode 100644 index 00000000000..b5c7b81ede5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-4.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-4 auf Seite 451. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{77} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{multirow,bigdelim} +%StopShownPreambleCommands +\begin{document} +\begin{equation} +\begin{array}{*{7}{c}} + \ldelim({4}{4mm}& x & x & x & x + &\rdelim){4}{4mm} & 1 \\ + & x & x & x & x & & i\\ + & x & x & x & x & & j\\ + & x & x & x & x & \\ +y & & u & v & & +\end{array} +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-40.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-40.ltx new file mode 100644 index 00000000000..6cf2e9d9aaf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-40.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-40 auf Seite 466. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{96} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{mathtools} +%StopShownPreambleCommands +\begin{document} +\begin{gather} +\begin{lgathered} + i_{11}+i_{21}=0.25\\ + i_{21}=\frac{1}{3}i_{11}\\ + i_{31}=0.33i_{22}+i_{11}-0.1i_{21} +\end{lgathered}\\[5pt] +\begin{rgathered} + i_{11}+i_{21}=0.25\\ + i_{21}=\frac{1}{3}i_{11}\\ + i_{31}=0.33i_{22}+i_{11}-0.1i_{21} +\end{rgathered}\\[5pt] +\begin{gathered} + i_{11}+i_{21}=0.25\\ + i_{21}=\frac{1}{3}i_{11}\\ + i_{31}=0.33i_{22}+i_{11}-0.1i_{21} +\end{gathered} +\end{gather} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-41.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-41.ltx new file mode 100644 index 00000000000..58e40fd27db --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-41.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-41 auf Seite 466. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\setcounter{equation}{99} +\renewcommand\theequation{9.\arabic{equation}} +%StartShownPreambleCommands +\usepackage{mathtools} +\newcounter{linecnt} +\renewcommand\thelinecnt{(\alph{linecnt})} +\newcommand\stepline{% + \stepcounter{linecnt}\thelinecnt} +\newgathered{agathered} + {\llap{\stepline}\quad\hfil}{\hfil} + {\setcounter{linecnt}{0}} +%StopShownPreambleCommands +\begin{document} +\begin{align}\begin{agathered} + i_{11}+i_{21}=0.25\\ i_{21}=\frac{1}{3}i_{11}\\ + i_{31}=0.33i_{22}+i_{11}-0.1i_{21} +\end{agathered}\\[7pt] +\begin{agathered} + f(x)=3x+4\\ g(x)=\sqrt{x^2-1} +\end{agathered}\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-42.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-42.ltx new file mode 100644 index 00000000000..d94d3cfb4b9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-42.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-42 auf Seite 467. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{mathtools} +%StopShownPreambleCommands +\begin{document} +\[ A = \begin{multlined}[t] + \framebox[3cm]{Zeile 1} \\ \vdots \\ \framebox[3cm]{Zeile n} + \end{multlined} = + B = \begin{multlined}[c] + \framebox[3cm]{Zeile 1} \\ \vdots \\ \framebox[3cm]{Zeile n} + \end{multlined} = + C = \begin{multlined}[b] + \framebox[3cm]{Zeile 1} \\ \vdots \\ \framebox[3cm]{Zeile n} + \end{multlined} = + D \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-43.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-43.ltx new file mode 100644 index 00000000000..cd5519b16c9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-43.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-43 auf Seite 468. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{mathtools} +\newcommand*\CMD[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\[ \begin{multlined}[c][0.75\linewidth] + \framebox[0.5\columnwidth]{x}\\ \framebox[0.5\columnwidth]{x}\\ + \shoveleft{\framebox[0.5\columnwidth]{\CMD{shoveleft}}}\\ + \shoveright{\framebox[0.5\columnwidth]{\CMD{shoveright}}}\\ + \framebox[0.5\columnwidth]{x}\\ \framebox[0.5\columnwidth]{x} + \end{multlined} \] +\[ \begin{multlined}[c][0.75\linewidth] + \framebox[0.5\columnwidth]{x}\\ \framebox[0.5\columnwidth]{x}\\ + \shoveleft[1cm]{\framebox[0.5\columnwidth]{\CMD{shoveleft}}}\\ + \shoveright[-5mm]{\framebox[0.5\columnwidth]{\CMD{shoveright}}}\\ + \framebox[0.5\columnwidth]{x}\\ \framebox[0.5\columnwidth]{x} + \end{multlined} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-44.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-44.ltx new file mode 100644 index 00000000000..f7104d10ab9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-44.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-44 auf Seite 469. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{mathtools} +\newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{align*} +\MoveEqLeft[6] + \frac{A}{x-x_1},\ \frac{A}{\left(x-x_1\right)^k},\ \frac{Ax+b}{x^2+px+q},\ + \frac{Ax+b}{\left(x^2+px+q\right)^k} \text{ mit } p^2<4q \text{ und } A\ne 0\\ + \int\frac{A}{x-x_1}\diff x &= A\ln\left|x-x_1\right|+C\\ + \int\frac{A}{\left(x-x_1\right)^k}\diff x + &=-\frac{A}{(k-1)\left(x-x_1\right)^{k-1}}+C\\ + \int\frac{\diff x}{x^2+px+q} + &= \frac{2}{\sqrt{4q-p^2}}\cdot\arctan\frac{2x+p}{\sqrt{4q-p^2}}+C\\ + \int\frac{Ax+B}{x^2+px+q}\diff x + &= \frac{A}{2}\ln\left|x^2+px+q\right| +\frac{2B-Ap}{\sqrt{4q-p^2}} + \cdot\arctan\frac{2x+p}{\sqrt{4q-p^2}}+C +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-45.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-45.ltx new file mode 100644 index 00000000000..1f682ec0fe8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-45.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-45 auf Seite 469. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{mathtools,esint} \newcommand*\diff{\mathop{}\!\mathrm{d}} +%StopShownPreambleCommands +\begin{document} +\begin{align*} +\iiint\limits_Rf(x,y,z)\diff R + &=\int\limits_{z_1}^{z_2} + \int\limits_{\varphi_1(z)}^{\varphi_2(z)} + \int\limits_{r_1(\varphi,z)}^{r_2(\varphi,z)} + F(r,\varphi,z)r\diff r\diff\varphi\diff z\\ +%\ArrowBetweenLines[\Downarrow]% linke Seite +\ArrowBetweenLines* % rechte Seite (\Updownarrow ist der Standard) + &= \int\limits_{\varphi_1(z)}^{\varphi_2(z)} + \int\limits_{\vartheta_1(\varphi)}^{\vartheta_2(\varphi)} + \int\limits_{r_1(\vartheta,\varphi)}^{r_2(\vartheta,\varphi)} + F(r,\vartheta,\varphi)r^2\sin\vartheta\diff r\,r\diff\vartheta\diff\varphi +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-46.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-46.ltx new file mode 100644 index 00000000000..c684a7717aa --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-46.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-46 auf Seite 470. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{mathtools} +\DeclarePairedDelimiter\abs{\lvert}{\rvert} +%StopShownPreambleCommands +\begin{document} +\[ \abs{a} ~ \abs{\frac{a}{b}} ~ \abs*{\frac{a}{b}} \] +\[ \abs[\big]{\frac{a}{b}} ~ \abs[\bigg]{\frac{a}{b}} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-5.ltx new file mode 100644 index 00000000000..bddefad92e6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-5.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-5 auf Seite 451. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{bm} +%StopShownPreambleCommands +\begin{document} +$f(x)=\sin(x)$ $\mathbf{f(x)=\sin(x)}$ $\bm{f(x)=\sin(x)}$ \\ +$f(\alpha)=\sin(\alpha)$ $\mathbf{f(\alpha)=\sin(\alpha)}$ +$\bm{f(\alpha)=\sin(\alpha)}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-6.ltx new file mode 100644 index 00000000000..479b0f84fed --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-6.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-6 auf Seite 451. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands +\usepackage{bm,amsmath} +\DeclareBoldMathCommand[bold]{\Sin}{\mathrm{sin}} +\DeclareBoldMathCommand[bold]{\Alpha}{\alpha} +%StopShownPreambleCommands +\begin{document} +$ f(x)=\sin(x) $ $ \mathbf{f(x)=\sin(x)} $ $ \bm{f(x)=\sin(x)} $ \\ +$ f(x)=\Sin(x) $ $ \mathbf{f(x)=\Sin(x)} $ $ \bm{f(x)=\Sin(x)} $ \\ +$ f(\Alpha)=\Sin(\Alpha)$ $\mathbf{f(\Alpha)=\Sin(\Alpha)}$ +$\bm{f(\Alpha)=\Sin(\Alpha)}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-7.ltx new file mode 100644 index 00000000000..7bba0e350a1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-7.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-7 auf Seite 452. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\[ \left\{ x\in\mathbf{R} | 0<{|x|}<\frac{5}{3} + \right\} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-8.ltx new file mode 100644 index 00000000000..c7aa2b0af8e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-8.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-8 auf Seite 452. +%% +%% Copyright (C) 2016 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{169.16928pt} +\AtBeginDocument{\setlength\parindent{0pt}} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\[ \left\{\vphantom{\frac{5}{3}}x\in\mathbf{R} + \right|\left. 0<{|x|}<\frac{5}{3}\right\} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/09-08-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-9.ltx new file mode 100644 index 00000000000..9a5c2160703 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/09-08-9.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 09-08-9 auf Seite 452. +%% +%% Copyright (C) 2016 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} +\AtBeginDocument{\setlength\parindent{0pt}} +\def\arraystretch{0.5} +%StartShownPreambleCommands +\usepackage{braket,tabularx} +%StopShownPreambleCommands +\begin{document} +\begin{tabularx}{\linewidth}{@{}XXX@{}} +\[ \Bra{x\in\mathbf{R} | 0<|x|<\frac{5}{3}} \] + & \[ \Ket{x\in\mathbf{R} | 0<|x|<\frac{5}{3}} \] + & \[ \Braket{x\in\mathbf{R} | 0<|x|<\frac{5}{3}} \] \\ +\[ \Braket{x\in\mathbf{R} | 0<\vert x\vert <\frac{5}{3}} \] + & \[ \Set{x\in\mathbf{R} | 0<|x|<\frac{5}{3}} \] +\end{tabularx} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-01-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-1.ltx new file mode 100644 index 00000000000..0b96ed076ab --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-1.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-01-1 auf Seite 472. +%% +%% Copyright (C) 2016 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[headings=small,a5paper]{screxa} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\pagestyle{empty} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\tableofcontents \newpage +\section{foo} \newpage +\subsection{bar} \newpage +\section{baz} \newpage +\subsection{foobar} +\subsubsection{foobarbaz} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-01-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-2.ltx2 new file mode 100644 index 00000000000..2f5e0df8e46 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-2.ltx2 @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-01-2 auf Seite 473. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[12pt,a5paper]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{125.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\textwidth{3\textwidth} +\usepackage[margin=2cm]{geometry} +%StartShownPreambleCommands +\usepackage{blindtext} +%StopShownPreambleCommands +\begin{document} +\tableofcontents +\section{foo}\blindtext \subsection{bar}\blindtext\subsubsection{foobar}\blindtext +\addtocontents{toc}{\clearpage} +\section{baz}\blindtext\subsection{foobar}\blindtext\subsubsection{foobar}\blindtext +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-01-3.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-3.ltx2 new file mode 100644 index 00000000000..2dd5ebabe10 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-3.ltx2 @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-01-3 auf Seite 473. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[12pt,a5paper]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{125.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\textwidth{3\textwidth} +\usepackage[margin=2cm]{geometry} +%StartShownPreambleCommands +\usepackage{blindtext} +%StopShownPreambleCommands +\begin{document} +\tableofcontents +\section*{Vorwort} \addcontentsline{toc}{section}{Vorwort} +\blindtext +\section{foo}\subsection{foobar}\blindtext +\addcontentsline{toc}{section}{Literatur} +\begin{thebibliography}{xx} +\item{foo} Bar, baz: \emph{foobar}, Berlin 2010. +\end{thebibliography} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-01-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-4.ltx new file mode 100644 index 00000000000..8ad5b0b5380 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-4.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-01-4 auf Seite 474. +%% +%% Copyright (C) 2016 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[paper=a5,pagesize]{screxa} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{blindtext} +%StopShownPreambleCommands +\begin{document} +\tableofcontents \clearpage +\addsec{Vorwort} \blindtext +\section{foo}\subsection{foobar} +\blindtext +\addsec{Bibliografie} +\begin{thebibliography}{xx} +\item{foo} Bar, baz: +\emph{foobar}, Berlin 2010. +\end{thebibliography} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-01-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-5.ltx new file mode 100644 index 00000000000..fbaccc905ce --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-5.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-01-5 auf Seite 474. +%% +%% Copyright (C) 2016 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[headings=small,a5paper]{screxa} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\pagestyle{empty} +%StartShownPreambleCommands +\setcounter{tocdepth}{1} +%StopShownPreambleCommands +\begin{document} +\tableofcontents +\clearpage +\section{foo}\newpage +\subsection{bar}\newpage +\section{baz}\newpage +\subsection{foobar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-01-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-6.ltx new file mode 100644 index 00000000000..3b0c9b47b8f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-01-6.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-01-6 auf Seite 474. +%% +%% Copyright (C) 2016 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[headings=small,a5paper]{screxa} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\pagestyle{empty} +%StartShownPreambleCommands +\setcounter{secnumdepth}{1} +%StopShownPreambleCommands +\begin{document} +\tableofcontents +\clearpage +\section{foo}\newpage +\subsection{bar}\newpage +\section{baz}\newpage +\subsection{foobar} +\subsubsection{foobarbaz} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-02-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-02-1.ltx new file mode 100644 index 00000000000..443379d358b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-02-1.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-02-1 auf Seite 475. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\pagestyle{empty} +%StartShownPreambleCommands +\newcommand\Fig[1]{\begin{figure} + foo \caption{#1}\end{figure}} +\newcommand\Tab[1]{\begin{table} + bar \caption{#1}\end{table}} +%StopShownPreambleCommands +\begin{document} +\listoftables \listoffigures +\clearpage + +\Fig{Erstes Bild}\clearpage +\Tab{Erste Tabelle}\clearpage +\Fig{Zweites Bild} \Tab{Zweite Tabelle} +\Fig{Drittes Bild}\clearpage +\Fig{Viertes Bild} \Tab{Dritte Tabelle} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-03-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-03-1.ltx new file mode 100644 index 00000000000..4613c60b6b9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-03-1.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-03-1 auf Seite 476. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%\usepackage[paper=a5,pagesize]{typearea} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{layouts} +%StopShownPreambleCommands +\begin{document} +\setlayoutscale{0.7}\tocdiagram +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-03-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-03-2.ltx new file mode 100644 index 00000000000..331d89ff67e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-03-2.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-03-2 auf Seite 477. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\pagestyle{empty} +%StartShownPreambleCommands +\makeatletter +\newcommand\Neu{\renewcommand\l@subsubsection{\@dottedtocline{3}{3.8em}{4.2em}}} +\makeatother +%StopShownPreambleCommands +\begin{document} +\tableofcontents +\clearpage +\setcounter{section}{10} +\setcounter{subsection}{11} +\section{foo}\newpage +\subsection{bar}\newpage +\section{baz}\newpage +\setcounter{subsection}{11} \subsection{foobar}\setcounter{subsubsection}{123} +\subsubsection{Problem} +\addtocontents{toc}{\protect\Neu} +\subsubsection{Kein Problem}% jetzt keine Probleme im Inhaltsverzeichnis +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-03-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-03-3.ltx new file mode 100644 index 00000000000..44303df402d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-03-3.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-03-3 auf Seite 477. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\pagestyle{empty} +%StartShownPreambleCommands +\makeatletter +\newcommand\Neu{% + \renewcommand\@pnumwidth{2em}} +\makeatother +%StopShownPreambleCommands +\begin{document} +\tableofcontents +\clearpage +\section{foo}\clearpage +\subsection{bar}\newpage\section{baz} +\newpage\setcounter{page}{3} +\setcounter{page}{1000}\subsection{foobar} +\addtocontents{toc}{\protect\Neu} +\subsubsection{foobarbaz}\newpage +\subsubsection{foobarbazz} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-04-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-04-1.ltx new file mode 100644 index 00000000000..159b08b18e0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-04-1.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-04-1 auf Seite 479. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\addtolength\textwidth{-80pt} +\pagestyle{empty} +%StartShownPreambleCommands +\usepackage{titletoc,calc} +\dottedcontents{section}% + [\leftmargin]{\bfseries}{1.5pc}{3pt} +\dottedcontents{subsection}% + [\leftmargin+1pc]{}{2pc}{4pt} +\dottedcontents{subsubsection}% + [\leftmargin+2pc]{\itshape}{2pc}{6pt} +%StopShownPreambleCommands +\begin{document} +\tableofcontents \newpage +\section{foo} \newpage +\subsection{bar} \newpage\section{baz} +\subsection{foobar}\subsubsection{foobarbaz} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-04-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-04-2.ltx new file mode 100644 index 00000000000..a1c27580188 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-04-2.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-04-2 auf Seite 479. +%% +%% Copyright (C) 2016 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[headings=small,9pt,paper=a6,pagesize,DIV15]{screxabook} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\makeatletter\let\ps@plain\ps@empty\makeatother +%StartShownPreambleCommands +\usepackage{titletoc} +\titlecontents{chapter}% + [6pc] + {\addvspace{1pc}\bfseries\titlerule[2pt] + \filright}% + {\contentslabel[\chaptername~ + {\Large\thecontentslabel}]{6pc}}% + {}% + {\hfill\contentspage\\*\titlerule[0.2pt] + \filright} + [\addvspace{2pt}] +%StopShownPreambleCommands +\begin{document} +\tableofcontents \newpage +\chapter{Einleitung} \newpage +\section{Geschichte} \newpage +\subsection{Zeittafel}\chapter{Quellen} +\section{Bücher} \section{Aufsätze} +\addcontentsline{toc}{section}{Bibliografie} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-04-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-04-3.ltx new file mode 100644 index 00000000000..3099890cfe2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-04-3.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-04-3 auf Seite 480. +%% +%% Copyright (C) 2016 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[headings=small,9pt,paper=a6,pagesize,DIV15]{screxabook} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\makeatletter\let\ps@plain\ps@empty\makeatother +%StartShownPreambleCommands +\usepackage{titletoc} +\titlecontents{chapter}[6pc]{\addvspace{1pc}\bfseries\titlerule[2pt]\filright}% + {\contentslabel[\chaptername~{\Large\thecontentslabel}]{6pc}}% + {}{\hfill\contentspage\\*\titlerule[0.2pt]\filright}[\addvspace{2pt}] +\titlecontents*{section}[0pt]{}{}{}{~--~\thecontentspage{}\quad} +%StopShownPreambleCommands +\begin{document} +{\sloppy\tableofcontents} \newpage \chapter{Einleitung} \newpage +\section{Geschichte} \newpage \section{Zeittafel}\appendix +\chapter{Quellen}\section{Bücher}\newpage \section{Aufsätze}\section{WWW} +\addcontentsline{toc}{section}{Bibliografie} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-05-1.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-05-1.ltx2 new file mode 100644 index 00000000000..05edbf79635 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-05-1.ltx2 @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-05-1 auf Seite 481. +%% +%% Copyright (C) 2016 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) 3 +%% +%% +\documentclass[]{exabook} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{blindtext} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[german]{minitoc} +%StopShownPreambleCommands +\begin{document} +\dominitoc \tableofcontents +\chapter{Einleitung} \minitoc +\section{Geschichte} \blindtext +\section{Zeittafel} \blindtext +\subsection{1500--1700}\blindtext +\section{Bücher} \blindtext +\section{Aufsätze} \blindtext +\subsection{WWW} \blindtext +\subsubsection{Anmerkungen} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-05-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-05-2.ltx2 new file mode 100644 index 00000000000..6f345bce865 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-05-2.ltx2 @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-05-2 auf Seite 482. +%% +%% Copyright (C) 2016 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[]{exabook} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{blindtext} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[tight]{minitoc} +\setcounter{minitocdepth}{1} +%StopShownPreambleCommands +\begin{document} +\dominitoc[e] \faketableofcontents +\chapter{Einleitung} \minitoc +\section{Geschichte} \blindtext +\section{Zeittafel} \blindtext +\subsection{1500--1700}\blindtext +\section{Bücher} \blindtext +\section{Aufsätze} \blindtext +\subsection{WWW} \blindtext +\subsubsection{Anmerkungen} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-05-3.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-05-3.ltx2 new file mode 100644 index 00000000000..46ef7b71031 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-05-3.ltx2 @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-05-3 auf Seite 483. +%% +%% Copyright (C) 2016 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) 2,4,5 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{113.60472pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{blindtext} +\usepackage[paper=a5,pagesize,DIV13]{typearea} +%StartShownPreambleCommands +\usepackage{minitoc} +%StopShownPreambleCommands +\begin{document} +\dosecttoc[e] \tableofcontents \clearpage +\section{Grundlagen} \secttoc +\subsection{Einleitung}\blindtext +\subsection{Geschichte}\blindtext +\subsection{Zeittafel} \blindtext +\subsection{1500--1700}\blindtext +\subsection{Bücher} \blindtext +\section{Aufsätze} \secttoc +\subsection{Quellen} \blindtext +\subsection{Online-Quellen} \blindtext +\section{Internet} \secttoc +\subsection{WWW} \blindtext +\subsubsection{Anmerkungen} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-05-4.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-05-4.ltx2 new file mode 100644 index 00000000000..6095c04deb8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-05-4.ltx2 @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-05-4 auf Seite 484. +%% +%% Copyright (C) 2016 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,3,9 +%% +%% +\documentclass[]{exabook} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{blindtext} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage{minitoc} \noptcpagenumbers +\makeatletter +\let\@@endpart\@endpart +\def\@endpart{% + \let\beforeparttoc\empty\let\afterparttoc\empty + \addtocounter{ptc}{1}\vfill\parttoc\vfill\addtocounter{ptc}{-1}\@@endpart} +\makeatother +%StopShownPreambleCommands +\begin{document} +\doparttoc[e] \tableofcontents +\part{Grundlagen} +\chapter{Einleitung} +\section{Geschichte} \blindtext \section{Zeittafel}\blindtext +\subsection{1500--1700}\blindtext \section{Bücher} \blindtext +\section{Aufsätze} \blindtext +\part{Quellen} +\chapter{Online-Quellen} +\section{Internet} \blindtext \subsection{WWW} \blindtext +\subsubsection{Anmerkungen} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-06-1.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-06-1.ltx2 new file mode 100644 index 00000000000..224ea3c7b20 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-06-1.ltx2 @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-06-1 auf Seite 485. +%% +%% Copyright (C) 2016 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,3 +%% +%% +\documentclass[]{exabook} +\pagestyle{empty} +\setlength\textwidth{136.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{blindtext} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage{shorttoc} +%StopShownPreambleCommands +\begin{document} +\shorttableofcontents{Ãœberblick}{0} \tableofcontents +\part{Grundlagen} \chapter{Einleitung} +\section{Geschichte} \blindtext \section{Zeittafel}\blindtext +\subsection{1500--1700}\blindtext \section{Bücher} \blindtext +\section{Aufsätze} \blindtext +\part{Quellen} \chapter{Online-Quellen} +\section{Internet} \blindtext \subsection{WWW} \blindtext +\subsubsection{Anmerkungen} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-1.ltx new file mode 100644 index 00000000000..77ba1928748 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-1.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-1 auf Seite 486. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{fancyvrb} \fvset{fontsize=\small} +\newsavebox\verbatimbox +\IfFileExists{\jobname.idx}{\begin{lrbox}{\verbatimbox} + \BVerbatimInput{\jobname.idx}\end{lrbox}}{} +\makeindex% braucht 2 LaTeX-Laeufe +%StopShownPreambleCommands +\begin{document} +Ein Index\index{Index} wird erstellt. Die Datei +\index{Datei} sammelt die Einträge.\index{Eintrag} +\index{sammeln} \par +\medskip\noindent\usebox\verbatimbox +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-10.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-10.ltx2 new file mode 100644 index 00000000000..0ee0de91d20 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-10.ltx2 @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-10 auf Seite 493. +%% +%% Copyright (C) 2016 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) 2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{136.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a7,pagesize,DIV15]{typearea} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage[splitindex]{imakeidx}\makeindex% Erstellt Standardindex +\makeindex[name=author,title=Namensverzeichnis,columnsep=10pt] +%StopShownPreambleCommands +\begin{document} +foo\index{Auto}\index[author]{Daimler, Hans}\index{Motor}\index[author]{Wankel, Horst} +\index{PSTricks}\index[author]{Voß, Herbert}\index{Mathematik}\index[author]{Riese, Adam} +\index{$E=mc^2$}\index[author]{Einstein, Albert}\index{\TeX}\index[author]{Knuth, Donald} +\index{VW}\index[author]{Porsche, Ferdinand}\index{Oper}\index[author]{Verdi, Giacomo} +\printindex % Der Standardindex +\indexprologue{Die Autorenliste wurde willkürlich ausgewählt} +\printindex[author] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-11.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-11.ltx2 new file mode 100644 index 00000000000..5323e58f730 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-11.ltx2 @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-11 auf Seite 495. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==command splitindex ++FILE++== +% Show page(s) 2,3,4 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{113.60472pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paperwidth=8cm,paperheight=7cm]{geometry} +%StartShownPreambleCommands +\usepackage[makeindex]{splitidx}% Aufruf mit splitindex ++FILE++ +%StopShownPreambleCommands +\begin{document} +Normaler Text +\sindex[env]{document} \sindex{Ol@Öl} \sindex[com]{\textbackslash ref} +\sindex[com]{\textbackslash emph} \index{Index} \sindex[env]{quote} +\printindex[idx][Allgemeiner Index] \printindex[com][Befehle] +\printindex[env][Umgebungen] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-12.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-12.ltx2 new file mode 100644 index 00000000000..476914ae9d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-12.ltx2 @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-12 auf Seite 497. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex -s Letter== +% Show page(s) 2,3,4 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{113.60472pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paperwidth=8cm,paperheight=7cm]{geometry} +%StartShownPreambleCommands +\usepackage[makeindex,split]{splitidx} +\newindex{idx} +\newindex[Befehle]{com} +\newindex[Umgebungen]{env} +% Aufruf mit makeindex -s Letter datei-???.idx +%StopShownPreambleCommands +\begin{document} +Normaler Text +\sindex[env]{document} \index{Ol@Öl} \sindex[com]{\textbackslash ref} +\sindex[com]{\textbackslash emph} \sindex{Index} \sindex[env]{quote} +\printindex[idx][Allgemeiner Index] +\printindex[com] +\printindex[env] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-13.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-13.ltx2 new file mode 100644 index 00000000000..3e6daad76f5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-13.ltx2 @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-13 auf Seite 498. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex -s Letter== +% Show page(s) 2,3 +%% +%% +\documentclass[]{screxa} +\pagestyle{empty} +\setlength\textwidth{170.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\usepackage[paperwidth=10cm,paperheight=10cm]{geometry} +%StartShownPreambleCommands +\usepackage{ragged2e} +\usepackage[makeindex,split]{splitidx} +\newindex{idx}\newindex[Befehle]{com} +\newindex[Umgebungen]{env} +\setindexpreamble[com]{\RaggedRight Der Befehlsindex gibt alle verwendeten + Makros aus. Die Umgebungen sind in einem weiteren Index zu finden.} +%StopShownPreambleCommands +\begin{document} +Normaler Text +\sindex[env]{document} \index{Ol@Öl} +\sindex[com]{ref@\textbackslash ref} +\sindex[com]{emph@\textbackslash emph} +\sindex{Index} \sindex[env]{quote} +\sindex[com]{index@\textbackslash index} +\printindex[idx][Allgemeiner Index] +\printindex[com] +\printindex[env] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-14.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-14.ltx2 new file mode 100644 index 00000000000..0e4a8084913 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-14.ltx2 @@ -0,0 +1,55 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-14 auf Seite 499. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex -s Letter== +% Show page(s) 3 +%% +%% +\documentclass[]{screxa} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paperwidth=8cm,paperheight=9cm]{geometry} +%StartShownPreambleCommands +\usepackage[makeindex,split]{splitidx} +\usepackage{multicol} +\newindex{idx} +\newindex[Befehle]{com} +\newindex[Umgebungen]{env} +\setindexpreamble[com]{Der Befehlsindex gibt alle verwendeten Makros aus. Die Umgebungen + sind in einem weiteren Index zu finden.} +%StopShownPreambleCommands +\begin{document} +Normaler Text +\sindex[env]{document} \index{Ol@Öl} +\sindex[com]{ref@\textbackslash ref} +\sindex[com]{emph@\textbackslash emph} +\sindex{Index} \sindex[env]{quote} +\sindex[com]{index@\textbackslash index} +\printindex[idx][Allgemeiner Index] +\begingroup +\renewcommand\twocolumn[1][]{#1} +\extendtheindex + {}% + {\begin{multicols}{2}}% + {\end{multicols}} % + {} +\printindex[com] +\endgroup +\printindex[env] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-15.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-15.ltx new file mode 100644 index 00000000000..f7b20837a99 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-15.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-15 auf Seite 504. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt}\makeatletter +\renewenvironment{theindex} + {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax}{} +\makeatother +%StartShownPreambleCommands +\usepackage{makeidx} +\makeindex +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +1) \index{Öl} \index{\LaTeX} +2) \index{Ober} \index{Ärger} + \index{Oasis} \index{Aeroflot} +3) \index{Oestereich} +4) \index{Österreich}\index{\Lcs{LTX}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-16.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-16.ltx new file mode 100644 index 00000000000..3397ed5be4a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-16.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-16 auf Seite 504. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{makeidx} +\makeindex\makeatletter +\renewenvironment{theindex} + {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax}{} +\makeatother +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +1) \index{Ol@Öl} \index{\LaTeX} +2) \index{Ober} \index{Arger@Ärger} + \index{Oasis} \index{Aeroflot} +3) \index{Oestereich} +4) \index{Osterreich@Österreich}\index{\Lcs{LTX}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-17.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-17.ltx new file mode 100644 index 00000000000..e34db3f6404 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-17.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-17 auf Seite 504. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex -g -s demo== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{126.11285pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\usepackage{filecontents} +\begin{filecontents*}{demo.ist} +quote '>' +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{makeidx} +\makeindex +\makeatletter +\renewenvironment{theindex} + {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax}{} +\makeatother +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +1) \index{"Ol} \index{\LaTeX} +2) \index{Ober} \index{"Arger} + \index{Oasis} \index{Aeroflot} +3) \index{Oestereich} +4) \index{"Osterreich}\index{\Lcs{LTX}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-18.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-18.ltx2 new file mode 100644 index 00000000000..1da8dad10c7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-18.ltx2 @@ -0,0 +1,59 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-18 auf Seite 505. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex -s Letter== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage{filecontents} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\begin{filecontents*}{Letter.ist} +headings_flag 1 +heading_prefix "\\textbf{" +heading_suffix "}\\nopagebreak\n" +symhead_positive "Symbole" +numhead_positive "Zahlen" +item_1 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_01 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_x1 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_2 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +item_12 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +item_x2 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +\end{filecontents*} +\makeatletter +%\renewenvironment{theindex} +% {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax}{} +\makeatother +\usepackage[paper=a8,pagesize,DIV15]{typearea} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage[makeidx]{hvindex} +% Aufruf mit makeindex -s Letter +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +\Index{Das} \Index{Ol@Öl} \Index{und} +\Index{der} \Index{Preis} \Index{sind} +eine \Index{diffizil}e \Index{Sache}. +\Index{Ein} \Index{$\alpha$}-Wesen +(\Index{Alphawesen}) \Index{lebt} im +\Index{Jahr} \Index{2010} in \Index{Oasis}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-19.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-19.ltx2 new file mode 100644 index 00000000000..efb928f9882 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-19.ltx2 @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-19 auf Seite 506. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex -s LetterC== +% Show page(s) 2,3,4 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\usepackage[T1]{fontenc} +\usepackage{filecontents} +\begin{filecontents*}{LetterC.ist} +headings_flag 1 +heading_prefix "\\colorbox{black!50}{\\makebox[\\columnwidth][l]{\\bfseries\\color{white}" +heading_suffix "}}\\nopagebreak\n" +symhead_positive "Symbole" +numhead_positive "Zahlen" +item_1 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_01 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_x1 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_2 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +item_12 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +item_x2 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +delim_0 "\\dotfill~ " +\end{filecontents*} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor} +\usepackage[paper=a7,pagesize,DIV15]{typearea} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage[makeidx]{hvindex} +% Aufruf mit makeindex -s LetterC +%StopShownPreambleCommands +\begin{document} +\Index{Das} \Index{Ol@Öl} \Index{und} \Index{der} \Index{Preis} \Index{sind} +\Index{ein}e \Index{diffizil}e \Index{Sache}. \Index{Ein} \Index{$\alpha$}-Wesen +(\Index{Alphawesen}) \Index{lebt} im \Index{Jahr} \Index{2010} in \Index{Oasis}. +\newpage \printindex \newpage +\input{data/listen/IndexTextDemo}% um möglichst viele Einträge zu bekommen +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-2.ltx2 new file mode 100644 index 00000000000..d0de08ab463 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-2.ltx2 @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-2 auf Seite 487. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex== +% Show page(s) 1,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{108.20354pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a7,pagesize,DIV15]{typearea} +\usepackage{fancyvrb} +\setlength\parindent{0pt} +% braucht 2 LaTeX-Laeufe +\newsavebox\verbatimbox +\fvset{fontsize=\small} +\IfFileExists{\jobname.ind}{% + \begin{lrbox}{\verbatimbox} + \BVerbatimInput{\jobname.ind} + \end{lrbox}}{} +%StartShownPreambleCommands +\makeindex +%StopShownPreambleCommands +\begin{document} +Ein Index\index{Index} wird erstellt. Die Datei\index{Datei} sammelt die Einträge. +\index{Eintrag}\index{sammeln} + +\bigskip\noindent\usebox\verbatimbox\par +\IfFileExists{\jobname.ind}{\input{\jobname.ind}}{} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-20.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-20.ltx2 new file mode 100644 index 00000000000..2447092dfa9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-20.ltx2 @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-20 auf Seite 510. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==texindy== +% Show page(s) 2,3,4 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{113.60472pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor} +\usepackage[paper=a7,pagesize,DIV15]{typearea} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage[makeidx]{hvindex} +% Aufruf ohne Parameter mit texindy +%StopShownPreambleCommands +\begin{document} +\Index{Das} \Index{Ol@Öl} \Index{und} \Index{der} \Index{Preis} \Index{sind} +\Index{ein}e \Index{diffizil}e \Index{Sache}. \Index{Ein} \Index{alpha@$\alpha$}-Wesen +(\Index{Alphawesen}) \Index{lebt} im \Index{Jahr} \Index{2010} in \Index{Oasis}. +\newpage \printindex \newpage +\input{data/listen/IndexTextDemo}% um möglichst viele Einträge zu bekommen +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-21.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-21.ltx2 new file mode 100644 index 00000000000..ceedc20ab7f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-21.ltx2 @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-21 auf Seite 511. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex -s LetterC== +% Show page(s) 1,2,3,4,5,6 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{109.60472pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor} +\usepackage[paper=a7,pagesize,DIV15]{typearea} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage[makeidx]{hvindex} +% Aufruf ohne Parameter mit texindy +\newcommand*\lettergroupDefault[1]{\lettergroup{Symbole}} +\newcommand*\lettergroup[1]{\colorbox{black!50}{% + \makebox[\columnwidth][l]{\bfseries\color{white}#1}}} +%StopShownPreambleCommands +\begin{document} +\Index{Das} \Index{Ol@Öl} \Index{und} \Index{der} \Index{Preis} \Index{sind} +\Index{ein}e \Index{diffizil}e \Index{Sache}. \Index{Ein} \Index{alpha@$\alpha$}-Wesen +(\Index{Alphawesen}) \Index{lebt} im \Index{Jahr} \Index{2010} in \Index{Oasis}. +\newpage \printindex \newpage +\input{data/listen/IndexTextDemo}% um möglichst viele Einträge zu bekommen +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-22.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-22.ltx new file mode 100644 index 00000000000..de6121f43ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-22.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-22 auf Seite 511. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==texindy== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\makeatletter +\renewenvironment{theindex} + {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax}{} +\makeatother +%StartShownPreambleCommands +\usepackage{makeidx} +\makeindex +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +1) \index{Öl} \index{\LaTeX} +2) \index{Ober} \index{Ärger} + \index{Oasis} \index{Aeroflot} +3) \index{Oestereich} +4) \index{Österreich}\index{\Lcs{LTX}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-23.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-23.ltx new file mode 100644 index 00000000000..b106a54702d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-23.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-23 auf Seite 511. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==texindy -L german-din== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\makeatletter +\renewenvironment{theindex} + {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax}{} +\makeatother +%StartShownPreambleCommands +\usepackage{makeidx} +\makeindex +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +1) \index{Öl} \index{\LaTeX} +2) \index{Ober} \index{Ärger} + \index{Oasis} \index{Aeroflot} +3) \index{Oestereich} +4) \index{Österreich}\index{\Lcs{LTX}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-24.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-24.ltx new file mode 100644 index 00000000000..88c0f5cd304 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-24.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-24 auf Seite 511. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==texindy -L german-duden== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{126.11285pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\makeatletter +\renewenvironment{theindex} + {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax}{} +\makeatother +%StartShownPreambleCommands +\usepackage{makeidx} +\makeindex +\newcommand\Lcs[1]{\texttt{\textbackslash#1}} +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +1) \index{Öl} \index{\LaTeX} +2) \index{Ober} \index{Ärger} + \index{Oasis} \index{Aeroflot} +3) \index{Oestereich} +4) \index{Österreich}\index{\Lcs{LTX}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-25.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-25.ltx new file mode 100644 index 00000000000..4ab6d02c7fc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-25.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-25 auf Seite 514. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==texindy -M myModuleB== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\usepackage{filecontents} +\begin{filecontents*}{myModuleB.xdy} +(markup-indexentry :open "~n \subIIIitem " :depth 3) +\end{filecontents*} +\makeatletter +\renewenvironment{theindex} + {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax}{} +\makeatother +%StartShownPreambleCommands +\usepackage{makeidx}\makeindex +\makeatletter +\newcommand\subIIIitem{\@idxitem \hspace*{40\p@}} +\makeatother +% xindy -M myModuleB datei.idx +%StopShownPreambleCommands +\begin{document} +\printindex \newpage foo +\index{Arabien}\index{Arabien!Rohstoff} +\index{Arabien!Rohstoff!Öl} +\index{Arabien!Rohstoff!Öl!Vorräte} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-26.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-26.ltx new file mode 100644 index 00000000000..320fa7efb0a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-26.ltx @@ -0,0 +1,63 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-26 auf Seite 515. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==xindy -C utf8 -L general -I latex -M myModuleC== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\usepackage{filecontents,multicol} +\begin{filecontents*}{myModuleC.xdy} +(define-attributes ("default")) +(define-location-class "page-numbers" ("arabic-numbers")) +(markup-index :open "~n\begin{theindex}~n" + :close "~n\end{theindex}~n" + :tree) +(markup-locclass-list :open "\quad{}") +(markup-locref-list :sep ", ") +(markup-indexentry :open "~n \item " :depth 0) +( define-letter-group "A--D" :prefixes ("A" "B" "C" "D") ) +( define-letter-group "E--G" :after "A--D" :prefixes ("E" "F" "G") ) +( define-letter-group "H--K" :after "E--G" :prefixes ("H" "I" "J" "K") ) +( define-letter-group "L--N" :after "H--K" :prefixes ("L" "M" "N" ) ) +( define-letter-group "O--R" :after "L--N" :prefixes ("O" "P" "Q" "R") ) +( define-letter-group "S--V" :after "O--R" :prefixes ("S" "T" "U" "V") ) +( define-letter-group "W--Z" :after "S--V" :prefixes ("W" "X" "Y" "Z") ) +(markup-letter-group-list :sep "~n\indexspace") +\end{filecontents*} +\makeatletter +\renewenvironment{theindex} + {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax + \begin{multicols}{2}} + {\end{multicols}} +\makeatother +%StartShownPreambleCommands +\usepackage{makeidx}\makeindex +% xindy -C utf8 -I latex -M myModuleD datei.idx +%StopShownPreambleCommands +\begin{document} +\printindex \newpage foo +\index{Aal} \index{Berg}\index{Cäsar} +\index{Donau} \index{Emil}\index{Flora} +\index{Garten}\index{Ober}\index{Zucker} +\index{Österreich}\index{klein}\index{groß} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-27.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-27.ltx new file mode 100644 index 00000000000..5413904bee3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-27.ltx @@ -0,0 +1,93 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-27 auf Seite 515. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==xindy -C utf8 -L general -I latex -M myModuleE== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\usepackage{filecontents,multicol} +\begin{filecontents*}{myModuleE.xdy} +(define-attributes ("default")) +(define-location-class "page-numbers" ("arabic-numbers")) +(markup-index :open "~n\begin{theindex}~n" + :close "~n\end{theindex}~n" + :tree) +(markup-locclass-list :open "\quad{}") +(markup-locref-list :sep ", ") +(markup-indexentry :open "~n \item " :depth 0) +( define-letter-group "A--D" :prefixes ("A" "B" "C" "D") ) +( define-letter-group "E--G" :after "A--D" :prefixes ("E" "F" "G") ) +( define-letter-group "H--K" :after "E--G" :prefixes ("H" "I" "J" "K") ) +( define-letter-group "L--N" :after "H--K" :prefixes ("L" "M" "N" ) ) +( define-letter-group "O--R" :after "L--N" :prefixes ("O" "P" "Q" "R") ) +( define-letter-group "S--V" :after "O--R" :prefixes ("S" "T" "U" "V") ) +( define-letter-group "W--Z" :after "S--V" :prefixes ("W" "X" "Y" "Z") ) +(sort-rule "a" "A") +(sort-rule "b" "B") +(sort-rule "c" "C") +(sort-rule "d" "D") +(sort-rule "e" "E") +(sort-rule "f" "F") +(sort-rule "g" "G") +(sort-rule "h" "H") +(sort-rule "i" "I") +(sort-rule "j" "J") +(sort-rule "k" "K") +(sort-rule "l" "L") +(sort-rule "m" "M") +(sort-rule "n" "N") +(sort-rule "o" "O") +(sort-rule "p" "P") +(sort-rule "q" "Q") +(sort-rule "r" "R") +(sort-rule "s" "S") +(sort-rule "t" "T") +(sort-rule "u" "U") +(sort-rule "v" "V") +(sort-rule "w" "W") +(sort-rule "x" "X") +(sort-rule "y" "Y") +(sort-rule "z" "Z") +(markup-letter-group-list :sep "~n\indexspace") +(sort-rule "Ö" "O") +(sort-rule "ö" "o") +(merge-rule "\\[a-zA-Z@]+ *" "" :eregexp) +(merge-rule "\\[^a-zA-Z@]" "" :eregexp) +(merge-rule "^[{}$]" "" :eregexp) +\end{filecontents*} +\makeatletter +\renewenvironment{theindex} + {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax + \begin{multicols}{2}}{\end{multicols}} +\makeatother +%StartShownPreambleCommands +\usepackage{makeidx}\makeindex +% xindy -C utf8 -I latex -M myModuleE datei.idx +%StopShownPreambleCommands +\begin{document} +\printindex \newpage foo +\index{Aal} \index{Berg}\index{Cäsar} +\index{Donau} \index{Emil}\index{Flora} +\index{Garten}\index{Ober}\index{Zucker} +\index{Österreich}\index{klein}\index{groß} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-28.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-28.ltx new file mode 100644 index 00000000000..510b696f4f4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-28.ltx @@ -0,0 +1,94 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-28 auf Seite 516. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==xindy -C utf8 -L general -I latex -M myModuleF== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\usepackage{filecontents,multicol} +\begin{filecontents*}{myModuleF.xdy} +(define-attributes ("default")) +(define-location-class "page-numbers" ("arabic-numbers")) +(markup-index :open "~n\begin{theindex}~n" + :close "~n\end{theindex}~n" + :tree) +(markup-locclass-list :open "\quad{}") +(markup-locref-list :sep ", ") +(markup-indexentry :open "~n \item " :depth 0) +( define-letter-group "A--D" :prefixes ("A" "B" "C" "D") ) +( define-letter-group "E--G" :after "A--D" :prefixes ("E" "F" "G") ) +( define-letter-group "H--K" :after "E--G" :prefixes ("H" "I" "J" "K") ) +( define-letter-group "L--N" :after "H--K" :prefixes ("L" "M" "N" ) ) +( define-letter-group "O--R" :after "L--N" :prefixes ("O" "P" "Q" "R") ) +( define-letter-group "S--V" :after "O--R" :prefixes ("S" "T" "U" "V") ) +( define-letter-group "W--Z" :after "S--V" :prefixes ("W" "X" "Y" "Z") ) +(sort-rule "a" "A") +(sort-rule "b" "B") +(sort-rule "c" "C") +(sort-rule "d" "D") +(sort-rule "e" "E") +(sort-rule "f" "F") +(sort-rule "g" "G") +(sort-rule "h" "H") +(sort-rule "i" "I") +(sort-rule "j" "J") +(sort-rule "k" "K") +(sort-rule "l" "L") +(sort-rule "m" "M") +(sort-rule "n" "N") +(sort-rule "o" "O") +(sort-rule "p" "P") +(sort-rule "q" "Q") +(sort-rule "r" "R") +(sort-rule "s" "S") +(sort-rule "t" "T") +(sort-rule "u" "U") +(sort-rule "v" "V") +(sort-rule "w" "W") +(sort-rule "x" "X") +(sort-rule "y" "Y") +(sort-rule "z" "Z") +(markup-letter-group-list :sep "~n\indexspace") +(sort-rule "Ö" "O") +(sort-rule "ö" "o") +(merge-rule "\\[a-zA-Z@]+ *" "" :eregexp) +(merge-rule "\\[^a-zA-Z@]" "" :eregexp) +(merge-rule "^[{}$]" "" :eregexp) +(markup-letter-group :open-head "~n~n \textbf{" :close-head "}~n" :capitalize) +\end{filecontents*} +\makeatletter +\renewenvironment{theindex} + {\raggedright\small\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax + \begin{multicols}{2}}{\end{multicols}} +\makeatother +%StartShownPreambleCommands +\usepackage{makeidx}\makeindex +% xindy -C utf8 -I latex -M myModuleF datei.idx +%StopShownPreambleCommands +\begin{document} +\printindex \newpage foo +\index{Aal} \index{Berg}\index{Cäsar} +\index{Donau} \index{Emil}\index{Flora} +\index{Garten}\index{Ober}\index{Zucker} +\index{Österreich}\index{klein}\index{groß} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-29.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-29.ltx2 new file mode 100644 index 00000000000..71e62f8a1c4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-29.ltx2 @@ -0,0 +1,95 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-29 auf Seite 518. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==xindy -C utf8 -L general -I latex -M myModuleG== +% Show page(s) 1,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\usepackage[paper=a7,pagesize,DIV15]{typearea} +\usepackage{filecontents,multicol} +\begin{filecontents*}{myModuleG.xdy} +(define-attributes ("default")) +(define-location-class "page-numbers" ("arabic-numbers")) +(markup-index :open "~n\begin{theindex}~n" + :close "~n\end{theindex}~n" + :tree) +(markup-locclass-list :open "\dotfill{}") +(markup-locref-list :sep ", ") +(markup-range :sep "--") +(markup-indexentry :open "~n \item " :depth 0) +(markup-indexentry :open "~n \subitem " :depth 1) +( define-letter-group "A--D" :prefixes ("A" "B" "C" "D") ) +( define-letter-group "E--G" :after "A--D" :prefixes ("E" "F" "G") ) +( define-letter-group "H--K" :after "E--G" :prefixes ("H" "I" "J" "K") ) +( define-letter-group "L--N" :after "H--K" :prefixes ("L" "M" "N" ) ) +( define-letter-group "O--R" :after "L--N" :prefixes ("O" "P" "Q" "R") ) +( define-letter-group "S--V" :after "O--R" :prefixes ("S" "T" "U" "V") ) +( define-letter-group "W--Z" :after "S--V" :prefixes ("W" "X" "Y" "Z") ) +(sort-rule "a" "A") +(sort-rule "b" "B") +(sort-rule "c" "C") +(sort-rule "d" "D") +(sort-rule "e" "E") +(sort-rule "f" "F") +(sort-rule "g" "G") +(sort-rule "h" "H") +(sort-rule "i" "I") +(sort-rule "j" "J") +(sort-rule "k" "K") +(sort-rule "l" "L") +(sort-rule "m" "M") +(sort-rule "n" "N") +(sort-rule "o" "O") +(sort-rule "p" "P") +(sort-rule "q" "Q") +(sort-rule "r" "R") +(sort-rule "s" "S") +(sort-rule "t" "T") +(sort-rule "u" "U") +(sort-rule "v" "V") +(sort-rule "w" "W") +(sort-rule "x" "X") +(sort-rule "y" "Y") +(sort-rule "z" "Z") +(markup-letter-group-list :sep "~n\indexspace") +(sort-rule "Ö" "O") +(sort-rule "ö" "o") +(merge-rule "\\[a-zA-Z@]+ *" "" :eregexp) +(merge-rule "\\[^a-zA-Z@]" "" :eregexp) +(merge-rule "^[{}$]" "" :eregexp) +(markup-letter-group :open-head "~n~n \textbf{" :close-head "}~n" :capitalize) +\end{filecontents*} +%StartShownPreambleCommands +\usepackage[makeidx]{hvindex} +% xindy -C utf8 -I latex -M myModuleG datei.idx +%StopShownPreambleCommands +\begin{document} +\footnotesize\printindex +\normalsize\newpage +foo +\index{Aal} \index{Berg} \index{Cäsar} +\index{Donau} \index{Emil} \index{Flora} +\index{Garten} \index{Ober} \index{Zucker} +\index{Österreich}\index{klein} \index{groß} + +\input{data/listen/IndexTextDemo} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-3.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-3.ltx2 new file mode 100644 index 00000000000..8313fbc012e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-3.ltx2 @@ -0,0 +1,53 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-3 auf Seite 488. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a7,pagesize,DIV15]{typearea} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{makeidx}\makeindex +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +1) \index{Index} \newpage +2) \index{Eintrag|(}\newpage +3) \index{idx-Datei@\texttt{idx}-Datei} +4) \index{Zirkus!Roncalli} \newpage +5) \index{Manege|see{Zirkus}}\newpage +6) \index{Eintrag}\index{ABC-Schütze} +7) \index{Eintrag|)} +8) \index{Show|seealso{Zirkus}} +9) \index{Gemüse!Erbsen} \newpage +10)\index{Gemüse!Bohnen} +11)\index{shutdown@\texttt{shutdown}} +12)\index{Wichtig@\textbf{Wichtig}} +13)\index{Mathematik} +14)\index{Clown!Pic}\newpage +15)\index{alpha@$\alpha$} +16)\index{$\beta$} \newpage +17)\index{123} \newpage +18)\index{\&} \newpage +19)\index{Zirkus!Pic@\textsc{Pic}|see{Clown}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-30.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-30.ltx2 new file mode 100644 index 00000000000..fd7ff9cbbdf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-30.ltx2 @@ -0,0 +1,108 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-30 auf Seite 519. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==xindy -C utf8 -L general -I latex -M myModuleH== +% Show page(s) 1,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\usepackage[paper=a7,pagesize,DIV15]{typearea} +\usepackage{filecontents,multicol} +\begin{filecontents*}{myModuleH.xdy} +(define-attributes ("default")) +(define-location-class "page-numbers" ("arabic-numbers")) +(markup-index :open "~n\begin{theindex}~n + \providecommand*\lettergroupDefault[1]{\textbf{Symbole}} + \providecommand*\lettergroup[1]{% + \par\textbf{#1}\par + \nopagebreak}" + :close "~n\end{theindex}~n" + :tree) +(markup-letter-group :open-head "~n \lettergroupDefault{" :close-head "}" + :group "default") +(markup-letter-group :open-head "~n~n \textbf{" :close-head "}~n" + :capitalize) +(markup-locclass-list :open "\dotfill{}") +(markup-locref-list :sep ", ") +(markup-range :sep "--") +(markup-indexentry :open "~n \item " :depth 0) +(markup-indexentry :open "~n \subitem " :depth 1) +(define-letter-group "A--D" :prefixes ("A" "B" "C" "D") ) +(define-letter-group "E--G" :after "A--D" :prefixes ("E" "F" "G") ) +(define-letter-group "H--K" :after "E--G" :prefixes ("H" "I" "J" "K")) +(define-letter-group "L--N" :after "H--K" :prefixes ("L" "M" "N" )) +(define-letter-group "O--R" :after "L--N" :prefixes ("O" "P" "Q" "R")) +(define-letter-group "S--V" :after "O--R" :prefixes ("S" "T" "U" "V")) +(define-letter-group "W--Z" :after "S--V" :prefixes ("W" "X" "Y" "Z")) +(define-letter-group "Zahlen" :before "A--D" +:prefixes ("0" "1" "2" "3" "4" "5" "6" "7" "8" "9") ) +(merge-rule "[0-9][0-9][0-9][0-9][0-9][0-9]" "0&" :eregexp) +(merge-rule "[0-9][0-9][0-9][0-9][0-9]" "00&" :eregexp) +(merge-rule "[0-9][0-9][0-9][0-9]" "000&" :eregexp) +(merge-rule "[0-9][0-9][0-9]" "0000&" :eregexp) +(merge-rule "[0-9][0-9]" "00000&" :eregexp) +(merge-rule "[0-9]" "000000&" :eregexp) +(sort-rule "a" "A") +(sort-rule "b" "B") +(sort-rule "c" "C") +(sort-rule "d" "D") +(sort-rule "e" "E") +(sort-rule "f" "F") +(sort-rule "g" "G") +(sort-rule "h" "H") +(sort-rule "i" "I") +(sort-rule "j" "J") +(sort-rule "k" "K") +(sort-rule "l" "L") +(sort-rule "m" "M") +(sort-rule "n" "N") +(sort-rule "o" "O") +(sort-rule "p" "P") +(sort-rule "q" "Q") +(sort-rule "r" "R") +(sort-rule "s" "S") +(sort-rule "t" "T") +(sort-rule "u" "U") +(sort-rule "v" "V") +(sort-rule "w" "W") +(sort-rule "x" "X") +(sort-rule "y" "Y") +(sort-rule "z" "Z") +(markup-letter-group-list :sep "~n\indexspace") +(sort-rule "Ö" "O") +(sort-rule "ö" "o") +(merge-rule "mit" "Mit") +(merge-rule "\\[a-zA-Z@]+ *" "" :eregexp) +(merge-rule "\\[^a-zA-Z@]" "" :eregexp) +(merge-rule "^[{}$]" "" :eregexp) +\end{filecontents*} +%StartShownPreambleCommands +\usepackage[makeidx]{hvindex} +\newcommand*\lettergroupDefault[1]{\lettergroup{Symbole}} +% xindy -C utf8 -I latex -M myModuleH datei.idx +%StopShownPreambleCommands +\begin{document} +{\footnotesize\printindex} \newpage foo +\index{Aal} \index{Berg}\index{Cäsar} \index{Donau} \index{Emil}\index{Flora} +\index{Garten}\index{Ober}\index{Zucker}\index{Österreich}\index{klein}\index{groß} +\input{data/listen/IndexTextDemo} +\index{"@}\index{.@. (Punkt)}\index{"!}\index{"|}\index{\#}\index{$@\textdollar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-31.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-31.ltx2 new file mode 100644 index 00000000000..3bbaf5c6e31 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-31.ltx2 @@ -0,0 +1,62 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-31 auf Seite 520. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==xindy -C utf8 -L general -I latex -M myModuleI== +% Show page(s) 1,2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{113.60472pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\usepackage[paper=a7,pagesize,DIV15]{typearea} +\usepackage{filecontents,multicol} +\begin{filecontents*}{myModuleI.xdy} +(require "tex/inputenc/latin.xdy") +(require "texindy.xdy") +(require "page-ranges.xdy") +(require "book-order.xdy") +(require "rules/isolatin1-tolower.xdy") +(require "lang/german/duden.xdy") +(use-rule-set :run 0 :rule-set ("isolatin1-tolower")) +(markup-locclass-list :open "\dotfill{}") ; Ãœberschreiben +(define-letter-group "a--d" :prefixes ("a" "b" "c" "d") ) +(define-letter-group "e--g" :after "a--d" :prefixes ("e" "f" "g") ) +(define-letter-group "h--k" :after "e--g" :prefixes ("h" "i" "j" "k")) +(define-letter-group "l--n" :after "h--k" :prefixes ("l" "m" "n" )) +(define-letter-group "o--r" :after "l--n" :prefixes ("o" "p" "q" "r")) +(define-letter-group "s--v" :after "o--r" :prefixes ("s" "t" "u" "v")) +(define-letter-group "w--z" :after "s--v" :prefixes ("w" "x" "y" "z")) +(define-letter-group "Zahlen" :before "a--d" +:prefixes ("0" "1" "2" "3" "4" "5" "6" "7" "8" "9") ) +(markup-letter-group :open-head "~n~n \textbf{" :close-head "}~n" + :capitalize) +\end{filecontents*} +%StartShownPreambleCommands +\usepackage[makeidx]{hvindex} +\newcommand*\lettergroupDefault[1]{\lettergroup{Symbole}} +% xindy -C utf8 -I latex -M myModuleI datei.idx +%StopShownPreambleCommands +\begin{document} +{\footnotesize\printindex} \newpage foo +\index{Aal} \index{Berg}\index{Cäsar} \index{Donau} \index{Emil}\index{Flora} +\index{Garten}\index{Ober}\index{Zucker}\index{Österreich}\index{klein}\index{groß} +\input{data/listen/IndexTextDemo} +\index{"@}\index{.@. (Punkt)}\index{"!}\index{"|}\index{\#}\index{$@\textdollar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-32.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-32.ltx new file mode 100644 index 00000000000..8f3bba40783 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-32.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-32 auf Seite 522. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a6,pagesize,DIV10]{typearea} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{makeidx}\makeindex +\usepackage{showidx} +%StopShownPreambleCommands +\begin{document} +Mit dem Paket\index{Paket} \texttt{showidx} kann man in der Randspalte +die in der jeweiligen Zeile\index{Absatz!Zeile} erstellten Indexeinträge +anzeigen lassen. Dies dient der Kontrolle \index{Kontrolle} im +erstellten Dokument. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-33.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-33.ltx2 new file mode 100644 index 00000000000..5fcadc7e225 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-33.ltx2 @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-33 auf Seite 523. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex== +% Show page(s) 1,2 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{136.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a8,pagesize,DIV15]{typearea} +\setlength\parindent{0pt} +\AtBeginDocument{\emergencystretch=1cm} +%StartShownPreambleCommands +\usepackage[makeidx]{hvindex} +%StopShownPreambleCommands +\begin{document} +Jetzt \Index{muss} nicht \Index{jedes} \Index{Wort} doppelt \bfIndex{getippt} +\Index{wird!werden}, denn das \Index{Makro} \ttIndex{\textbackslash Index} schreibt +alles in den \sfIndex{Text} und in den \scIndex{Index}. Das ist \Index{schon@schön}! +Auch die Klammern \IBraceL{} und \IBraceR{} kann man mit dem Paket in den Index +bei richtiger Sortierung bekommen, denn der senkrechte Strich |\index{"|} muss +dazwischen einsortiert werden. +\newpage \printindex +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-4.ltx new file mode 100644 index 00000000000..a5d1663e884 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-4.ltx @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-4 auf Seite 489. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\AtBeginDocument{\small} +%StartShownPreambleCommands +\usepackage{makeidx}\makeindex +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +1) \index{"!} \newpage +2) \index{"|} \newpage +3) \index{""} \newpage +4) \index{"@} \newpage +5) \index{" @\textvisiblespace{} (space)} + \index{"!@"! (Ausrufezeichen)} + \index{""@"" (Anführungsstriche)} + \index{%@\% (Prozentzeichen)} + \index{#@\# (Nummer)} + \index{$@\$ (Dollar)} + \index{&@\& (Kaufmännisch Und)} + \index{?@? (Fragezeichen)} + \index{"@@"@ (Klammeraffe (at)} + \index{"\@"\verb=\= (Backslash)} + \index{"|@"\verb="|= (Senkrechter Strich)} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-5.ltx new file mode 100644 index 00000000000..314364f227b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-5.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-5 auf Seite 489. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{makeidx}\makeindex +% makeindex datei (ohne Option -l) +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +1) \index{Zirkus Roncalli}\newpage +2) \index{Zirkusclown} \newpage +3) \index{gnu}\index{ gnu}\index{gnu } +4) \index{ein space}\index{ein space} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-6.ltx new file mode 100644 index 00000000000..c7af8d3265a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-6.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-6 auf Seite 490. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex -c -l== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{makeidx}\makeindex +% makeindex -c -l datei +%StopShownPreambleCommands +\begin{document} +\printindex \newpage +1) \index{Zirkus Roncalli}\newpage +2) \index{Zirkusclown} \newpage +3) \index{gnu}\index{ gnu}\index{gnu } +4) \index{ein space}\index{ein space} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-7.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-7.ltx2 new file mode 100644 index 00000000000..c25e434e787 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-7.ltx2 @@ -0,0 +1,64 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-7 auf Seite 491. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex -s LetterC== +% Show page(s) 2,3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[T1]{fontenc} +\usepackage{filecontents} +\begin{filecontents*}{LetterC.ist} +headings_flag 1 +heading_prefix "\\colorbox{black!50}{\\makebox[\\columnwidth][l]{\\bfseries\\color{white}" +heading_suffix "}}\\nopagebreak\n" +symhead_positive "Symbole" +numhead_positive "Zahlen" +item_1 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_01 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_x1 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_2 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +item_12 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +item_x2 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +delim_0 "\\dotfill~ " +\end{filecontents*} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{xcolor} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage[makeidx]{hvindex} +% Aufruf mit makeindex -s LetterC +\usepackage{multicol} +\makeatletter +\renewenvironment{theindex} + {\section*{\indexname}\@mkboth{\indexname}{\indexname}% + \thispagestyle{empty}\columnseprule \z@ \columnsep 12\p@ + \begin{multicols}{3}\raggedright + \footnotesize\let\item\@idxitem \parskip .0pt\@plus .3\p@\relax + }{\end{multicols}\clearpage} +\makeatother +%StopShownPreambleCommands +\begin{document} +\Index{Das} \Index{Ol@Öl} \Index{und} \Index{der} \Index{Preis} \Index{sind} +\Index{ein}e \Index{diffizil}e \Index{Sache}. \Index{Ein} \Index{$\alpha$}-Wesen +(\Index{Alphawesen}) \Index{lebt} im \Index{Jahr} \Index{2010} in \Index{Oasis}. +\newpage \printindex \newpage +\input{data/listen/IndexTextDemo}% um viele Einträge zu bekommen +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-8.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-8.ltx2 new file mode 100644 index 00000000000..fd77694c0d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-8.ltx2 @@ -0,0 +1,55 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-8 auf Seite 492. +%% +%% Copyright (C) 2016 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) 11 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a7,pagesize,DIV15]{typearea} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{imakeidx} +\makeindex[title=Mein eigener Index] +%StopShownPreambleCommands +\begin{document} +\indexprologue{Dieser Index wurde mit dem Paket +\texttt{imakeidx} erstellt, welches das Ausführen +des externen Programms \texttt{makeindex} selbst +übernimmt. \texttt{-shell-escape} ist wichtig!} +1) \index{Index} \newpage +2) \index{Eintrag|(}\newpage +3) \index{idx-Datei@\texttt{idx}-Datei} +4) \index{Zirkus!Roncalli} \newpage +5) \index{Manege|see{Zirkus}}\newpage +6) \index{Eintrag}\index{ABC-Schütze} +7) \index{Eintrag|)} +8) \index{Show|seealso{Zirkus}} +9) \index{Gemüse!Erbsen} \newpage +10)\index{Gemüse!Bohnen} +11)\index{shutdown@\texttt{shutdown}} +12)\index{Wichtig@\textbf{Wichtig}} +13)\index{Mathematik}14)\index{Clown!Pic}\newpage +15)\index{alpha@$\alpha$}16)\index{$\beta$}\newpage +17)\index{123}\newpage18)\index{\&}\newpage +19)\index{Zirkus!Pic@\textsc{Pic}|see{Clown}} +\printindex +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-07-9.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-9.ltx2 new file mode 100644 index 00000000000..a4c6db48db8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-07-9.ltx2 @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-07-9 auf Seite 493. +%% +%% Copyright (C) 2016 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) 3 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage[nonewpage]{imakeidx} +\indexsetup{level=\subsection*} +\makeindex[title=Allgemeiner Index] +\makeindex[name=vw,title=Volkswagen] +\makeindex[name=mb,title=Mercedes-Benz] +%StopShownPreambleCommands +\begin{document} +Der Tuareg\index[vw]{Tuareg}\index{Tuareg} ist +sowohl eine Marke von VW\index{VW} als auch ein +Volksstamm in Algerien. Sharan\index[vw]{Sharan} +ist auch die Hauptstadt von +Paktika\index{Paktika} in Afghanistan.% +\index{Afghanistan} \newpage +Mercedes-Benz\index{Mercedes-Benz} hat nicht +solche exotische Namen, sondern teilt seine +Autos in Klassen ein, beispielsweise +A-Klasse\index[mb]{A-Klasse} oder M-Klasse.% +\index[mb]{M-Klasse}\index{Daimler} \newpage +\section*{Indexverzeichnis} +\printindex \printindex[vw] \printindex[mb] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-1.ltx new file mode 100644 index 00000000000..bb2893d2e9c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-1.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-1 auf Seite 526. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeglossaries== +% Show page(s) 1 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[paper=a5,pagesize,DIV=14]{typearea} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage{dtklogos,glossaries} \makeglossaries +\newglossaryentry{lua}{name=\LuaTeX, + description={\TeX\ mit der übergeordneten Skriptsprache Lua}} +\newglossaryentry{xtx}{name=\XeTeX, + description={\TeX\ mit der Fähigkeit Unicode zu verarbeiten}} +\newglossaryentry{pdf}{name=pdf\LaTeX,description={\TeX\ mit PDF-Ausgabe}} +%StopShownPreambleCommands +\begin{document} +Es gibt verschiedene, so genannte \emph{engines} für die Anwendung von \TeX: +Die zur Zeit am häufigsten angewendete "`Maschine"' ist sicher \gls{pdf}, welche +voraussichtlich von \gls{lua} abgelöst wird, da hiermit auch numerische +Berechnungen möglich sind. Eine andere Variante ist \gls{xtx}, welches bei +der Eingabe Unicode verarbeiten kann. +\printglossaries +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-10.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-10.xltx new file mode 100644 index 00000000000..76a2ecca642 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-10.xltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-10 auf Seite 534. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeglossaries== +% Show page(s) 1 +%% +%% +\documentclass[ngerman]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\usepackage[paper=a6,DIV=15,pagesize]{typearea} +\usepackage{microtype} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage[xindy,nonumberlist, + style=listgroup]{glossaries} +\makeglossaries % XeLaTeX/xindy verwenden +\newglossaryentry{elite}{name={élite}, + description={select group or class}} +\newglossaryentry{manoeuvre}{name={manÅ“uvre}, + description=controlled movement} +\newglossaryentry{oesophagus}% +{name={Å“sophagus}, +description={canal from mouth to stomach}} +%StopShownPreambleCommands +\begin{document} +\null % Um kein leeres Dokument zu erhalten +\glsaddall \printglossary +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-11.ltx new file mode 100644 index 00000000000..6b92b79f2e3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-11.ltx @@ -0,0 +1,52 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-11 auf Seite 535. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==command makeglossaries -o ++FILE++.acr -t ++FILE++.alg -s ++FILE++.ist ++FILE++== +%% == command makeindex -o ++FILE++.acr2 -s ++FILE++.ist -t ++FILE++.alg2 ++FILE++.acn2== +% Show page(s) 1 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage[acronym,nomain,nonumberlist,acronymlists={grafik,acronym}]{glossaries} +\newglossary[alg2]{grafik}{acr2}{acn2}{Grafikpakete} +\makeglossaries +\newacronym[type=grafik]{pstricks}{PSTricks}{PostScript Tricks} +\newacronym[type=grafik]{tikz}{tikZ}{\texttt{tikZ} ist kein Zeichenprogramm} +\newacronym[type=grafik]{png}{PNG}{Portable Network Graphic} +\newacronym[type=grafik]{pdf}{PDF}{Portable Document Format} +\newacronym{gnu}{GNU}{GNU is not Unix} +\newacronym{wine}{Wine}{Wine is not an Emulator} +\newacronym{kile}{Kile}{KDE Integrated \LaTeX\ Environment} +\newacronym{perl}{Perl}{Practical Extraction and Reporting Language} +\newacronym{php}{PHP}{PHP Hypertext Preprocessor} +%StopShownPreambleCommands +\begin{document} +Für Grafiken gibt es \gls{pstricks} und \gls{tikz} und für Linux die +Begriffe \gls{gnu}, \gls{wine}, \gls{perl} und \gls{php}. +\glsadd{png}\glsadd{pdf} + +%\printglossaries +\printglossary[type=grafik] +\printglossary[type=acronym,title=Linux] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-2.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-2.ltx2crop new file mode 100644 index 00000000000..9690ea59df8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-2.ltx2crop @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-2 auf Seite 527. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeglossaries== +% Show page(s) 1 +%% +%% +\documentclass[ngerman,paper=a5,DIV=15,pagesize]{screxa} +\pagestyle{empty} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{xcolor,babel} +%StartShownPreambleCommands +\usepackage{dtklogos,hyperref,glossaries} +\hypersetup{colorlinks,linkcolor=black!40} +\makeglossaries +\loadglsentries{% + data/verzeichnisse/glossdata0.txt} +%StopShownPreambleCommands +\begin{document} +\section*{Die \TeX-Engines} +\begin{tabular}{@{} l r @{}} +\emph{Name} & \emph{Anteil in \%} \\ +\gls{pdf} & 77 \\ \gls{ltx} & 17 \\ +\gls{xtx} & 8 \\ \gls{lua} & 8 \\ +\end{tabular} +\printglossaries +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-3.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-3.ltx2crop new file mode 100644 index 00000000000..38219f0a6d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-3.ltx2crop @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-3 auf Seite 527. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeglossaries== +% Show page(s) 1 +%% +%% +\documentclass[ngerman,paper=a6,DIV=15,pagesize]{screxa} +\pagestyle{empty} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{xcolor,babel} +%StartShownPreambleCommands +\usepackage{array,hyperref} +\usepackage[nonumberlist]{glossaries} +\makeglossaries +\loadglsentries + {data/verzeichnisse/glossdata1.txt} +%StopShownPreambleCommands +\begin{document} +\shorthandoff{"} +\section*{Die für \texttt{makeindex} + aktiven Zeichen} +\begin{tabular}{@{} l l @{}}\hline +\emph{Name}&\emph{Beispiel} \\\hline +\gls{quote}&\verb=\index{""}=\\ +\gls{excl} &\verb=\index{Auto!VW}=\\ +\gls{at} &\verb=\index{vw@VW}=\\ +\gls{hash} &\verb=\index{\#}=\\ +\gls{bar} &\verb=\index{|@\vert}=\\\hline +\end{tabular} +\printglossaries +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-4.ltx new file mode 100644 index 00000000000..8c0477a936e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-4.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-4 auf Seite 528. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeglossaries== +% Show page(s) 1 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[paper=a5,pagesize,DIV=14]{typearea} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage{dtklogos,glossaries} \makeglossaries +\newglossaryentry{lua}{name=\LuaTeX, + sort=luatex,description={\TeX\ + mit der übergeordneten Skriptsprache Lua}} +\newglossaryentry{xtx}{name=\XeTeX, + sort=xetex,description={\TeX\ mit + der Fähigkeit Unicode zu verarbeiten}} +\newglossaryentry{aleph}{name={$\aleph$}, + sort=aleph,description={\TeX\ + Unterstützung von 16-Bit Zeichen}} +\newglossaryentry{pdf}{name=pdf\LaTeX, + sort=pdflatex,description={\TeX\ mit PDF-Ausgabe}} +%StopShownPreambleCommands +\begin{document} +Es gibt \gls{pdf}, \gls{lua}, \gls{xtx} und +auch \gls{aleph}. +\printglossaries +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-5.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-5.ltx2crop new file mode 100644 index 00000000000..6dd41392a03 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-5.ltx2crop @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-5 auf Seite 529. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeglossaries== +% Show page(s) 1 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[paper=a5,pagesize,DIV=14]{typearea} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage{xcolor,glossaries} +\makeglossaries +\loadglsentries{data/verzeichnisse/glossdata2.txt} +\renewcommand*\glsnamefont[1]{\textcolor{blue}{#1}} +\renewcommand*\glsnumberformat[1]{\dotfill #1} +\renewcommand*\glsgroupheading[1]{\item[\textsf{\textbf{#1}}]} +%StopShownPreambleCommands +\begin{document} +\section*{Registrierte Lobbyisten im Bundestag} +Es gibt unter anderem \gls{IDKV}, \gls{BVS} \gls{BVDA}, \gls{GdW}, +\gls{BFW} \gls{Fuss}, \gls{DeGEval}, \gls{GfKORR}, \gls{tekom}, \gls{GPRA}, +\gls{GdS}, \gls{Ghorfa} und \gls{DEUVET}. + +\printglossaries +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-6.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-6.ltx2crop new file mode 100644 index 00000000000..31fa709879e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-6.ltx2crop @@ -0,0 +1,56 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-6 auf Seite 530. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeglossaries== +% Show page(s) 1 +%% +%% +\documentclass[ngerman,paper=a5,pagesize,DIV=14]{screxa} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage[style=long4colheaderborder] + {glossaries} +\usepackage{upgreek} +\makeglossaries +\newglossaryentry{t}{name={t}, + description={Zeit},symbol=t} +\newglossaryentry{a}{name={a}, + description={Beschleunigung},symbol=a} +\newglossaryentry{s}{name={s}, + description={Strecke},symbol=s} +\newglossaryentry{omega}{name={$\upomega$}, + sort=o,description={Kreisgeschw.}, + symbol=$\upomega$} +\newglossaryentry{m}{name={m}, + description={Masse},symbol=kg} +%StopShownPreambleCommands +\begin{document} +Die Strecke \gls{s} wird in m und die +Masse \gls{m} in kg gemessen. +Es gibt auch die Größen \gls{omega}, +\gls{t} und \gls{a}. +\renewcommand*\entryname{Name} +\renewcommand*\descriptionname{Bedeutung} +\printglossaries + +\glossarystyle{long3colheader} +\printglossaries +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-7.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-7.ltx2 new file mode 100644 index 00000000000..9774c4dd36c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-7.ltx2 @@ -0,0 +1,63 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-7 auf Seite 532. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeglossaries== +% Show page(s) 1,2 +%% +%% +\documentclass[ngerman,paper=a6,DIV=16,pagesize]{screxa} +\pagestyle{empty} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage{babel} +\usepackage{amsmath} \allowdisplaybreaks +\makeatletter\@addtoreset{equation}{section}\makeatother +\newcommand\erf{\operatorname{erf}} +\newcommand\erfc{\operatorname{erfc}} +\newcommand\dt{\,\mathrm{d}t} +%StartShownPreambleCommands +\usepackage[colorlinks]{hyperref} +\usepackage[style=long3colheader,counter=equation]{glossaries} \makeglossaries +\loadglsentries{data/verzeichnisse/glossdata3.txt} +\renewcommand\entryname{Funktion}\renewcommand\descriptionname{Beschreibung} +\renewcommand\pagelistname{Gl.}\renewcommand*\theHequation{\theHsection.\arabic{equation}} +\renewcommand\theequation{\thesection.\arabic{equation}} +%StopShownPreambleCommands +\begin{document} +\printglossary[title={Index der mathematischen Gleichungen}] +\section{Gammafunktionen} +\begin{equation}\gls{Gamma}=\int_{0}^{\infty}e^{-t}t^{z-1}\dt\end{equation} +\begin{equation}\glslink{Gamma}{\ensuremath{\Gamma(x+1)}}=x\Gamma(x)\end{equation} +\begin{equation}\gls{gamma}=\int_0^x e^{-t}t^{\alpha-1}\dt\end{equation} +\begin{equation}\gls{iGamma}=\int_x^\infty e^{-t}t^{\alpha-1}\dt\end{equation} +\section{Fehlerfunktionen} +\begin{equation}\gls{erf}=\frac{2}{\surd\pi}\int_0^x e^{-t^2}\dt\end{equation} +\begin{equation}\gls{erfc}=1 - \erf(x)\end{equation} +\section{Betafunktionen} +\begin{equation}\gls{B}=2\int_0^1 t^{x-1}(1-t^2)^{y-1}\dt\end{equation} +\begin{equation}\gls{B}=2\int_0^{\frac\pi2}\sin^{2x-1}\phi\cos^{2y-1} + \phi\mathrm{d}\phi\end{equation} +\begin{equation}\gls{B}=\frac{\Gamma(x)\Gamma(y)}{\Gamma(x+y)}=B(y,x)\end{equation} +\begin{equation}\gls{Bx}=\int_0^x t^{p-1}(1-t)^{q-1}\dt\end{equation} +\section{Hypergeometrische Funktionen} +\begin{align} \gls{Phi} &= 1 + \frac{\alpha}{\gamma}\,\frac{z}{1!} + +\frac{\alpha(\alpha+1)}{\gamma(\gamma+1)}\,\frac{z^2}{2!} + +\frac{\alpha(\alpha+1)(\alpha+2)}{\gamma(\gamma+1)(\gamma+2)}\\\nonumber + &\,\frac{z^3}{3!} + \cdots +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-8.ltx new file mode 100644 index 00000000000..5c32556895d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-8.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-8 auf Seite 533. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeglossaries== +% Show page(s) 1 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage{glossaries} \makeglossaries +\newglossaryentry{Biene}{name=Biene, + description={Gattung der Bienen}} +\newglossaryentry{Hbiene}{name=Honigbiene, + plural=Honigbienen,parent=Biene, + description={Staatenbildendes Fluginsekt + aus der Familie der Bienen (Apoidea). + Die Gattung umfasst neun Arten}} +\glossarystyle{treegroup} +%StopShownPreambleCommands +\begin{document} +Schon in der Schule begeisterte mich die +\gls{Biene}, wobei ich am liebsten die +\gls{Hbiene} mag. Auch gestern waren +\glspl{Hbiene} im Garten. \printglossaries +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/10-08-9.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-9.ltx2 new file mode 100644 index 00000000000..b70961e51d6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/10-08-9.ltx2 @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 10-08-9 auf Seite 533. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeglossaries== +% Show page(s) 1,2,3 +%% +%% +\documentclass[ngerman,paper=a6,DIV=15,pagesize]{screxa} +\pagestyle{empty} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage{babel} +%StartShownPreambleCommands +\usepackage[nonumberlist]{glossaries} \makeglossaries +\loadglsentries{data/verzeichnisse/glossdata2.txt} +%StopShownPreambleCommands +\begin{document} +\renewcommand\glossaryname{Ein Verzeichnis aller Lobbyisten} +\glsaddall \printglossaries +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-01-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-01-1.ltx new file mode 100644 index 00000000000..60127cade8e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-01-1.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-01-1 auf Seite 538. +%% +%% Copyright (C) 2016 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[]{screxabook} +\pagestyle{empty} +\setlength\textwidth{321.06218pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\makeatletter\let\ps@plain\ps@empty\makeatother +%StartShownPreambleCommands +\usepackage{url} +%StopShownPreambleCommands +\begin{document} +\let\bibname\relax +\begin{thebibliography}{999}% Label hat die Breite von 999 +\bibitem{VCD-Fahrplankarte} \emph{Fahrplankarte für Bus und Bahn, Deutschland}; fairkehr Verlag; + fairkehr GmbH, Eifelstr. 2, 53119 Bonn; 2. Aufl.; 2001; \url{http://www.fairkehr.de/fpk.html}. +\bibitem{Map-Amsterdam} \emph{Metronet Amsterdam}; \url{http://www.reed.edu/~reyn/AMSTERDAM.GIF}. +\bibitem{Map-RER} \emph{RER Ile-de-France}; \url{http://www.paris.org/Metro/gifs/rer01.map.jpg}. +\bibitem{Map-Tokio} \emph{Tokyo metro and railway maps}; \url{http://web.yl.is.s.u-tokyo.ac.jp/jp/map.gif}. +\bibitem{VCD} \emph{VCD, Verkehrsclub Deutschland e.\,V.}; \url{http://www.verkehrsclub-deutschland.de}, + \url{http://www.vcd.org}. +\bibitem{PSTricks} Timothy~Van Zandt: \emph{PSTricks: PostScript macros for Generic \TeX, User's Guide}; + Version 0.93a; March 1993; \url{CTAN://tex-archive/graphics/pstricks/obsolete/doc/pst-usr1.ps}. +\end{thebibliography} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-01-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-01-2.ltx new file mode 100644 index 00000000000..2f8209eea71 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-01-2.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-01-2 auf Seite 538. +%% +%% Copyright (C) 2016 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[]{screxabook} +\pagestyle{empty} +\setlength\textwidth{321.06218pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\makeatletter\let\ps@plain\ps@empty\makeatother +%StartShownPreambleCommands +\usepackage{url,ragged2e} +%StopShownPreambleCommands +\begin{document} +\let\bibname\relax +\begingroup +\RaggedRight% im Flattersatz setzen +\begin{thebibliography}{999}% Label hat die Breite von 999 +\bibitem{VCD-Fahrplankarte} \emph{Fahrplankarte für Bus und Bahn, Deutschland}; fairkehr Verlag; + fairkehr GmbH, Eifelstr. 2, 53119 Bonn; 2. Aufl.; 2001; \url{http://www.fairkehr.de/fpk.html}. +\bibitem{Map-Amsterdam} \emph{Metronet Amsterdam}; \url{http://www.reed.edu/~reyn/AMSTERDAM.GIF}. +\bibitem{Map-RER} \emph{RER Ile-de-France}; \url{http://www.paris.org/Metro/gifs/rer01.map.jpg}. +\bibitem{Map-Tokio} \emph{Tokyo metro and railway maps}; \url{http://web.yl.is.s.u-tokyo.ac.jp/jp/map.gif}. +\bibitem{VCD} \emph{VCD, Verkehrsclub Deutschland e.\,V.}; \url{http://www.verkehrsclub-deutschland.de}, + \url{http://www.vcd.org}. +\bibitem{PSTricks} Timothy~Van Zandt: \emph{PSTricks: PostScript macros for Generic \TeX, User's Guide}; + Version 0.93a; March 1993; \url{CTAN://tex-archive/graphics/pstricks/obsolete/doc/pst-usr1.ps}. +\end{thebibliography} +\endgroup +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-02-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-02-1.ltx new file mode 100644 index 00000000000..4314678b409 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-02-1.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-02-1 auf Seite 540. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Was \cite[S.\,12]{levy:2001} zeigt, sieht man in \cite{anbar:j_dent_res:1974} +noch einmal besser formuliert. +\begin{thebibliography}{ABC} +\bibitem[Levy]{levy:2001} + Steven Levy: \emph{Hackers: Heroes of the Computer Revolution}, New York: + Penguin Books, 2001. +\bibitem{anbar:j_dent_res:1974} Marcus Anbar, Fred Farley: + \emph{Potential use of organic polyphosphonates as adhesives + in the restoration of teeth}, J Dent Res 53, 879--888, 1974. +\end{thebibliography} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-02-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-02-2.ltx new file mode 100644 index 00000000000..d4cf22054f5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-02-2.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-02-2 auf Seite 540. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==bibtex== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Fundamentale Algorithmen findet +man unter anderem in~\cite{Knuth}. +\nocite{Braun} + +\bibliographystyle{alpha} +\bibliography{examplesB} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-03-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-03-1.ltx new file mode 100644 index 00000000000..f50b5db90d7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-03-1.ltx @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-03-1 auf Seite 541. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\textwidth=0.75\textwidth +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\begin{thebibliography}{12} +\bibitem[1*]{levy:2001} + Steven Levy: \emph{Hackers: + Heroes of the Computer + Revolution}, New York: + Penguin Books, 2001. +\bibitem{anbar:j_dent_res:1974} + Marcus Anbar, Fred Farley: + \emph{Potential use of organic + polyphosphonates as adhesives + in the restoration of teeth}, + J Dent Res 53, 879--888, 1974. +\end{thebibliography} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-1.ltx new file mode 100644 index 00000000000..3b97b81ed69 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-1.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-1 auf Seite 544. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\parindent{0pt} +\usepackage[paper=a6,paper=15cm:7cm,pagesize,DIV15]{typearea} +\usepackage[babel]{csquotes} +%StartShownPreambleCommands +\usepackage[style=authortitle-comp]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +Aristoteles.~\cite{aristotle:rhetoric,averroes/bland,aristotle:physics,% + aristotle:poetics} \printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-10.ltx new file mode 100644 index 00000000000..6172912e716 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-10.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-10 auf Seite 548. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage{biblatex}\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\cites[433]{angenendt}[vgl.][123]{springer} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-11.ltx new file mode 100644 index 00000000000..19b07dd5cbe --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-11.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-11 auf Seite 549. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[style=alphabetic]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots\ hier endet ein Satz + \parencites(siehe zum Ganzen)(vgl. auch Kap.~xy)[433]{angenendt}[vgl.][123]{springer}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-12.ltx new file mode 100644 index 00000000000..091b931b5a4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-12.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-12 auf Seite 549. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[style=numeric]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots\ wenn es um \LaTeX{} geht \autocite{companion}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-13.ltx new file mode 100644 index 00000000000..b07a23cd58f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-13.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-13 auf Seite 549. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +\textheight=1.5cm +\parindent=0pt +%StartShownPreambleCommands +\usepackage[style=authortitle]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots\ wenn es um \LaTeX{} geht \autocite{companion}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-14.ltx new file mode 100644 index 00000000000..58c9e5d647f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-14.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-14 auf Seite 550. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[autocite=superscript]{biblatex}\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots\ antike Klassiker \autocite{aristotle:rhetoric,averroes/bland,% + aristotle:physics,aristotle:poetics}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-15.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-15.ltx2 new file mode 100644 index 00000000000..2497b6b555b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-15.ltx2 @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-15 auf Seite 552. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1,2,3 +%% +%% +\documentclass[openany]{exabook} +\pagestyle{empty} +\setlength\textwidth{113.60472pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[style=numeric,autocite=superscript]{biblatex} +\defbibheading{en}{\section*{Englische Literatur}} +\defbibheading{de}{\section*{Deutsche Literatur}} +\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +A~\footcite{westfahl:space} und B~\footcite{angenendt} und C~\footcite{springer} und +D~\footcite{baez/article} und E~\footcite{spiegelberg}. +\chapter*{Bibliografie} +\printbibliography[heading=en,keyword=english] +\printbibliography[heading=de,keyword=deutsch] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-16.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-16.ltx2 new file mode 100644 index 00000000000..04ce1dbb18f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-16.ltx2 @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-16 auf Seite 553. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1,2 +%% +%% +\documentclass[openany]{exabook} +\pagestyle{empty} +\setlength\textwidth{166.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[style=authortitle]{biblatex} +\DeclareBibliographyCategory{prim} \DeclareBibliographyCategory{sec} +\addtocategory{prim}{aristotle:anima,aristotle:physics,averroes/bland} +\addtocategory{sec}{hyman,moraux,nussbaum,pines} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\chapter{Referenzen nach Kategorien} +Der Mensch Aristoteles\footcite{aristotle:anima} und der Nussbaum\footcite{nussbaum}, +sowie dieser Artikel\footcite{averroes/bland} und ein weiter Artikel\footcite{hyman}. +Die Physik von Aristoteles\footcite{aristotle:physics} ist im Artikel\footcite{moraux} +und im Artikel\footcite{pines} beschrieben. +\defbibheading{prim}{\section*{Primärquellen}} +\defbibheading{sec}{\section*{Sekundärquellen}} +\chapter*{Bibliografie} \bibbycategory +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-17.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-17.ltx2 new file mode 100644 index 00000000000..f23f274545e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-17.ltx2 @@ -0,0 +1,56 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-17 auf Seite 554. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1,2 +%% +%% +\documentclass[openany]{exabook} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[style=authortitle]{biblatex} \makeatletter +\def\citeCat{\@ifnextchar<\citeCat@i\citeCat@iv} +\def\citeCat@i<#1>{\@ifnextchar[{\citeCat@ii{#1}}{\citeCat@iii{#1}}} +\def\citeCat@ii#1[#2]#3{\addtocategory{#1}{#3}\footcite[#2]{#3}} +\def\citeCat@iii#1#2{\addtocategory{#1}{#2}\footcite{#2}} +\newcommand*\citeCat@iv[2][]{\cite[#1]{#2}} +\makeatother +\DeclareBibliographyCategory{prim} \DeclareBibliographyCategory{sec} +\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\chapter{Referenzen nach Kategorien} +Der Mensch Aristoteles\citeCat<prim>{aristotle:anima} und der +Nussbaum\citeCat<sec>{nussbaum}, sowie dieser Artikel% +\citeCat<sec>{averroes/bland} und ein weiter Artikel\citeCat<sec>{hyman}. +Die Physik von Aristoteles\citeCat<prim>{aristotle:physics} ist im +Artikel\citeCat<sec>{moraux} und im Artikel\citeCat<sec>{pines} +beschrieben. \par +Nach demselben Prinzip wie die \texttt{keywords}-Unterscheidung funktioniert +auch eine Unterteilung nach Typen, wenn man beispielsweise Internetquellen +separat angeben möchte. Die Anweisung lautet in diesem Fall \texttt{type} +bzw. \texttt{nottype}: +\defbibheading{prim}{\section*{Primärquellen}} +\defbibheading{sec}{\section*{Sekundärquellen}} +\chapter*{Bibliografie} +\bibbycategory +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-18.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-18.ltx2 new file mode 100644 index 00000000000..fbd26eb57eb --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-18.ltx2 @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-18 auf Seite 556. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1,2,4 +%% +%% +\documentclass[openany]{exabook} +\pagestyle{empty} +\setlength\textwidth{113.60472pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[style=authoryear]{biblatex} +\usepackage{nameref} +\defbibheading{bibliography}{\section*{Literatur zum Kapitel \therefsection: + \nameref{refsection:\therefsection}}} +\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\chapter{Ein Beispiel} +\begin{refsection} +Ein Verweis mit \texttt{parencite}~\parencite{westfahl:space}. Und noch ein +weiterer.~\parencite{nietzsche:ksa}. +\end{refsection} +\chapter{Noch ein Beispiel} +\begin{refsection} +Ein Verweis mit \texttt{parencite}~\parencite{nietzsche:historie}. +Und noch ein weiterer.~\parencite{westfahl:frontier}. +\end{refsection} +\chapter{Das letzte} +\begin{refsection} +Ein Verweis mit \texttt{parencite}~\parencite{aristotle:anima}. +Und noch ein weiterer.~\parencite{averroes/bland}. +\end{refsection} + +\chapter*{Referenzen} \bibbysection +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-19.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-19.ltx new file mode 100644 index 00000000000..a29b884b156 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-19.ltx @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-19 auf Seite 560. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\usepackage{filecontents} +\begin{filecontents*}{demo4.bib} +@Book{TP93, + author = {Stephan von Bechtolsheim}, + title = {{\TeX} in Practice: Basics}, + sorttitle = {TeX in Practice}, + volumes = {3}, + publisher = {Springer-Verlag}, + year = 1993, + location = {Berlin, Heidelberg, Germany~/ London, UK~/ etc.}, + ISBN = {0-387-97595-0}, +} +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{biblatex} +\addbibresource{demo4.bib} +%StopShownPreambleCommands +\begin{document} +St.\,v.\,Bechtolsheim.~\cite{TP93} + +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-2.ltx new file mode 100644 index 00000000000..2312c093949 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-2.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-2 auf Seite 545. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +\usepackage[babel]{csquotes} +%StartShownPreambleCommands +\usepackage[style=authortitle-terse]{biblatex} +\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +Aristoteles.~\cite{aristotle:rhetoric,averroes/bland,aristotle:physics,% + aristotle:poetics} +\clearpage \printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-20.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-20.ltx new file mode 100644 index 00000000000..0c746d0c3e3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-20.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-20 auf Seite 560. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\usepackage{filecontents} +\begin{filecontents*}{demo5.bib} +@book{voss:PST:2011, + author = {Herbert Voß}, + maintitle= {DANTE-Edition}, + title = {PSTricks -- Grafik mit PostScript für {\TeX} und {\LaTeX}}, + volumes = {2}, + location = {Berlin}, + year = {2011} +} +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{biblatex} +\addbibresource{demo5.bib} +%StopShownPreambleCommands +\begin{document} +Herbert Voß.~\cite{voss:PST:2011} + +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-21.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-21.ltx new file mode 100644 index 00000000000..b4e15914c22 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-21.ltx @@ -0,0 +1,55 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-21 auf Seite 561. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\usepackage{filecontents} +\begin{filecontents*}{demo6.bib} +@BOOK{Christiansen1980a, + author = {{Saxo Grammaticus}}, + title = {Books X, XI, XII and XIII}, + location = {Oxford}, + year = {1980}, + gender = {sm}, + series = {BAR International Series}, + number = {84}, + mainsubtitle = {Books X--XVI}, + maintitle = {Danorum Regum Heroumque Historia}, + maintitleaddon = {The text of the first edition with translation and commentary in three +volumes}, + translator = {Eric Christiansen}, + volume = {1} +} +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{biblatex} +\addbibresource{demo6.bib} +%StopShownPreambleCommands +\begin{document} +\ldots\cite{Christiansen1980a} + +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-22.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-22.ltx new file mode 100644 index 00000000000..fc26d1f76ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-22.ltx @@ -0,0 +1,53 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-22 auf Seite 561. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.82]{beramono} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\usepackage{filecontents} +\begin{filecontents*}{demo11.bib} +@Online{biblatex, + sorttitle = {The biblatex package}, + author = {Lehman, Philipp and Kime, Philip and Boruvka, Audrey and Wright, Joseph}, + title = {The \texttt{biblatex} package}, + subtitle = {Programmable bibliographies and citations}, + version = {3.0}, + date = {2015-04-20}, + url = {http://mirror.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf}, + urldate = {2015-10-26}, + annotation = {The official \texttt{biblatex} documentation.} +} +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{biblatex} +\addbibresource{demo11.bib} +%StopShownPreambleCommands +\begin{document} +\ldots\ +\texttt{biblatex}.~\cite{biblatex} + +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-23.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-23.ltx new file mode 100644 index 00000000000..ce865c6755c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-23.ltx @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-23 auf Seite 562. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\usepackage{filecontents} +\begin{filecontents*}{demo7.bib} +@COLLECTION{LMA, + title = {Lexikon des Mittelalters}, + address = {München and Zürich}, + year = {1980-1999}, + volumes = {10}, + shorthand = {LexMA} +} +\end{filecontents*} +%StartShownPreambleCommands +\usepackage[style=verbose]{biblatex} +\addbibresource{demo7.bib} +%StopShownPreambleCommands +\begin{document} +\ldots\ [\cite{LMA}] und +nun nochmal +zitiert.~[\cite{LMA}] \ldots + +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-3.ltx new file mode 100644 index 00000000000..7566d112d12 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-3.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-3 auf Seite 545. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +\usepackage[babel]{csquotes} +%StartShownPreambleCommands +\usepackage[style=authortitle-tcomp]{biblatex} +\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +Aristoteles.~\cite{aristotle:rhetoric,averroes/bland,aristotle:physics,% + aristotle:poetics} +\clearpage \printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-4.ltx new file mode 100644 index 00000000000..b28c2599017 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-4.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-4 auf Seite 546. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a6,paper=15cm:7cm,pagesize,DIV=15]{typearea} +\usepackage[autostyle]{csquotes} +\textheight=5cm +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage[style=verbose-trad1]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +Aristoteles\footcite{averroes/bland}\footcite{aristotle:physics} +\footcite{aristotle:rhetoric}\footcite[21]{averroes/bland}\footcite{aristotle:physics} +\footcite[23]{aristotle:rhetoric}\footcite[23]{aristotle:rhetoric} +\footcite[21]{averroes/bland}\footcite{aristotle:physics} +\clearpage \printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-5.ltx new file mode 100644 index 00000000000..bd402871c53 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-5.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-5 auf Seite 546. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[paper=a6,paper=15cm:7cm,pagesize,DIV=15]{typearea} +\usepackage[autostyle]{csquotes} +\setlength\parindent{0pt} +\textheight=5cm +%StartShownPreambleCommands +\usepackage[style=verbose-trad2]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +Aristoteles\footcite{averroes/bland}\footcite{aristotle:physics} +\footcite{aristotle:rhetoric}\footcite[21]{averroes/bland}\footcite{aristotle:physics} +\footcite[23]{aristotle:rhetoric}\footcite[23]{aristotle:rhetoric} +\footcite[21]{averroes/bland}\footcite{aristotle:physics} +\clearpage \printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-6.ltx new file mode 100644 index 00000000000..4b7d3f90404 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-6.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-6 auf Seite 547. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[style=authortitle]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots\ schrieb er in \citetitle[121]{springer}. +\clearpage \printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-7.ltx new file mode 100644 index 00000000000..a74fbb8d7d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-7.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-7 auf Seite 548. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[style=authortitle]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots\ schrieb \citename{springer}{author} in \citefield[121]{springer}{title}. +\clearpage \printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-8.ltx new file mode 100644 index 00000000000..262799639e7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-8.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-8 auf Seite 548. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage[style=alphabetic]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\cite[Siehe dazu][10]{angenendt}, \cite[vgl.][im Vorwort]{companion}. +\clearpage \printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-05-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-9.ltx new file mode 100644 index 00000000000..eaed09a824e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-05-9.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-05-9 auf Seite 548. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[paper=a5,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage{biblatex}\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\cite[Vgl.][433]{angenendt,springer} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-1.ltx new file mode 100644 index 00000000000..1d244dc1c86 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-1.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-1 auf Seite 569. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=apa]{biblatex} +\DeclareLanguageMapping{german}{german-apa} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~\cite{shore}; \cite{averroes/bland}; \cite{brandt}; +\cite{ctan}; \cite{jaffe}; \cite{kant:kpv}; \cite{geer}; \cite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-10.ltx new file mode 100644 index 00000000000..1a518f7a397 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-10.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-10 auf Seite 578. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==command biber --bblencoding=ascii ++FILE++== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=authortitle-dw]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +\cite{shore}; \cite{averroes/bland}; \cite{brandt}; \cite{ctan}; +\cite{jaffe}; \cite{kant:kpv}; \cite{geer}; \cite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-11.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-11.lualtx new file mode 100644 index 00000000000..3f0469525cd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-11.lualtx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-11 auf Seite 579. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{fontspec} +\usepackage[french,russian]{babel} +\hyphenation{Bib-la-tex} +\AtBeginDocument{\pagestyle{empty}\setlength\emergencystretch{1em}} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage{fontspec}%% run lualatex +\setmainfont{DejaVu Sans} +\usepackage[bibstyle=gost-standard]{biblatex} +\addbibresource{biblatex-gost-examples.bib} +%StopShownPreambleCommands +\begin{document} +Пакет Biblatex-GOST предÑтавлÑет Ñобой набор Ñтилей Ð´Ð»Ñ Biblatex и предназначен Ð´Ð»Ñ +Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ð³Ñ€Ð°Ñ„Ð¸Ñ‡ÐµÑких ÑÑылок в ÑоответÑтвии Ñ Ñ‚Ñ€ÐµÐ±Ð¾Ð²Ð°Ð½Ð¸Ñми ГОСТа 7.0.5---2008 + (а также 7.1---2003, 7.80---2000, 7.82---2001 и др., Ñм. подробнее). +Пакет будет полезен прежде вÑего в гуманитарных диÑциплинах Ñ Ð²Ñ‹Ñокими требованиÑми к +оформлению библиографии, многие из которых Bib\TeX\ не в ÑоÑтоÑнии удовлетворить +(Ñто каÑаетÑÑ Ð² первую очередь многоÑзычных библиографий, а также библиографичеÑких +ÑÑылок в ÑноÑках, иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ibid., Op. cit. и Ñ‚.\,д.).~\cite{lebesgue:mg,belozerov:thesis} +%@@book: @thesis: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-12.ltx new file mode 100644 index 00000000000..63d3e46742c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-12.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-12 auf Seite 580. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[ngerman,american]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=historian]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +\cite{shore}; \cite{averroes/bland}; \cite{brandt}; \cite{ctan}; +\cite{jaffe}; \cite{kant:kpv}; \cite{geer}; \cite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-13.ltx new file mode 100644 index 00000000000..a44b7667724 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-13.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-13 auf Seite 581. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[ngerman,american]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=ieee]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +\cite{shore}; \cite{averroes/bland}; \cite{brandt}; \cite{ctan}; +\cite{jaffe}; \cite{kant:kpv}; \cite{geer}; \cite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-14.ltx new file mode 100644 index 00000000000..db16e82d109 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-14.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-14 auf Seite 582. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +\makeatletter\let\bib@field@pages\relax\makeatother +\textheight=0.7\textheight +%StartShownPreambleCommands +\usepackage[style=biblatex-juradiss]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +A\footcite[1]{shore}; B\footcite[3]{averroes/bland}; C\footcite[5]{brandt}; +D\footcite[7]{ctan}; E\footcite[77]{jaffe}; F\footcite[10]{kant:kpv}; +G\footcite[9]{geer}; H\footcite[123][Abs.3 S.4]{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-15.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-15.ltx new file mode 100644 index 00000000000..270703bc455 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-15.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-15 auf Seite 583. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +\makeatletter\let\bib@field@pages\relax\makeatother +\textheight=0.7\textheight +%StartShownPreambleCommands +\usepackage[style=authoryear-luh-ipw]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +A\footcite[1]{shore}; B\footcite[3]{averroes/bland}; C\footcite[5]{brandt}; +D\footcite[7]{ctan}; E\footcite[77]{jaffe}; F\footcite[10]{kant:kpv}; +G\footcite[9]{geer}; H\footcite[123][Abs.3 S.4]{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-16.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-16.ltx new file mode 100644 index 00000000000..6d58e1b0cb2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-16.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-16 auf Seite 584. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +\makeatletter\let\bib@field@pages\relax\makeatother +\textheight=0.7\textheight +%StartShownPreambleCommands +\usepackage[style=musuos]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +A\footcite[1]{shore}; B\footcite[3]{averroes/bland}; C\footcite[5]{brandt}; +D\footcite[7]{ctan}; E\footcite[77]{jaffe}; F\footcite[10]{kant:kpv}; +G\footcite[9]{geer}; H\footcite[123][Abs.3 S.4]{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-17.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-17.ltx new file mode 100644 index 00000000000..9de92614376 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-17.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-17 auf Seite 585. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +\makeatletter\let\bib@field@pages\relax\makeatother +\textheight=0.7\textheight +%StartShownPreambleCommands +\usepackage[style=nejm]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +A\cite[1]{shore}; B\cite[3]{averroes/bland}; C\cite[5]{brandt}; +D\cite[7]{ctan}; E\cite[77]{jaffe}; F\cite[10]{kant:kpv}; +G\cite[9]{geer}; H\cite[123][Abs.3 S.4]{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-18.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-18.ltx new file mode 100644 index 00000000000..431001b8bab --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-18.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-18 auf Seite 586. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[english]{babel}% keine deutsche Anpassung vorhanden +\usepackage[style=mla]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +A~\autocite{shore}; B~\autocite{averroes/bland}; C~\autocite{brandt}; +E~\autocite{jaffe}; F~\autocite{kant:kpv}; G~\autocite{geer}; +H~\autocite{shore}; I~\autocite{kant:ku} +%@article: @book: @incollection: @collection: @inbook: @thesis: +%@article: @inBook +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-19.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-19.ltx new file mode 100644 index 00000000000..a3e230d1ea0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-19.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-19 auf Seite 587. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[ngerman,american]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=nature]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +A\autocite{shore}; B\autocite{averroes/bland}; C\autocite{brandt}; +D\autocite{ctan}; E\autocite{jaffe}; F\autocite{kant:kpv}; +G\autocite{geer}; H\autocite{shore} +%@article: @book: @incollection: @online: @collection: +%@inbook: @thesis: %@article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-2.ltx new file mode 100644 index 00000000000..8597f3576ed --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-2.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-2 auf Seite 570. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage{biblatex} +\usepackage{biblatex-bookinarticle} +\addbibresource{biblatex-examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~\cite{BHG226e,VanDeun1990}; +%@article: @bookinarticle: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-20.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-20.ltx new file mode 100644 index 00000000000..bef28127c86 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-20.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-20 auf Seite 588. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[ngerman,american]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=philosophy-modern]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +\autocite{shore}; \autocite{averroes/bland}; \autocite{brandt}; \autocite{ctan}; +\autocite{jaffe}; \autocite{kant:kpv}; \autocite{geer}; \autocite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-21.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-21.ltx new file mode 100644 index 00000000000..e8ff97608ae --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-21.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-21 auf Seite 589. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[ngerman,american]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=science]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +\autocite{shore}; \autocite{averroes/bland}; \autocite{brandt}; \autocite{ctan}; +\autocite{jaffe}; \autocite{kant:kpv}; \autocite{geer}; \autocite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-3.ltx new file mode 100644 index 00000000000..ff9a79ff8d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-3.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-3 auf Seite 571. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=bwl-FU]{biblatex} +\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~\cite{shore}; \cite{averroes/bland}; \cite{brandt}; +\cite{ctan}; \cite{jaffe}; \cite{kant:kpv}; \cite{geer}; \cite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-4.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-4.lualtx new file mode 100644 index 00000000000..f467104d70d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-4.lualtx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-4 auf Seite 572. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==command biber -l zh__pinyin ++FILE++== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} + +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage{fontspec}%% run lualatex +\setmainfont{Code2000} +\usepackage[style=caspervector,utf8]{biblatex} +\addbibresource{cjk.bib} +\usepackage{ragged2e} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~\cite{biblatex}; \cite{gbt7714-2005}; \cite{1-1}; +\cite{1-2}; \cite{1-3}, \cite{1-4} +%@report: @book: @online: +{\RaggedRight\printbibliography } +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-5.ltx new file mode 100644 index 00000000000..74a41e6a1ed --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-5.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-5 auf Seite 573. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=chem-angew]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +\cite{shore}; \cite{averroes/bland}; \cite{brandt}; \cite{ctan}; +\cite{jaffe}; \cite{kant:kpv}; \cite{geer}; \cite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-6.ltx new file mode 100644 index 00000000000..f2fe3f65a49 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-6.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-6 auf Seite 574. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=chem-biochem]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +\cite{shore}; \cite{averroes/bland}; \cite{brandt}; \cite{ctan}; +\cite{jaffe}; \cite{kant:kpv}; \cite{geer}; \cite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-7.ltx new file mode 100644 index 00000000000..42f1f4e2c33 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-7.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-7 auf Seite 575. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[authordate]{biblatex-chicago} +\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +\cite{shore}; \cite{companion-graphics}; \cite{hyman2}; \cite{ctan}; +\cite{jaffe}; \cite{kant:kpv}; \cite{geer}; \cite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-8.ltx new file mode 100644 index 00000000000..07da3c80d10 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-8.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-8 auf Seite 576. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[scaled=0.85]{beramono} +\usepackage[autostyle]{csquotes} +%StartShownPreambleCommands +\usepackage[style=fiwi]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +\cite{shore}; \cite{averroes/bland}; \cite{brandt}; \cite{ctan}; +\cite{jaffe}; \cite{kant:kpv}; \cite{geer}; \cite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-06-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-9.ltx new file mode 100644 index 00000000000..8071e976505 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-06-9.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-06-9 auf Seite 577. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[T1]{fontenc} +\usepackage[a4paper,lmargin=3cm,rmargin=3cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +\textheight=0.8\textheight +%StartShownPreambleCommands +\usepackage[style=footnote-dw]{biblatex} \addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +\ldots, die Verweise.~% +A\footcite{shore}; B\footcite{averroes/bland}; C\footcite{brandt}; D\footcite{ctan}; +E\footcite{jaffe}; F\footcite{kant:kpv}; G\footcite{geer}; H\footcite{shore} +%@article: @book: @incollection: @online: @collection: @inbook: @thesis: @article: +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-07-1.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/11-07-1.lualtx new file mode 100644 index 00000000000..04aa0e0bb22 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-07-1.lualtx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-07-1 auf Seite 591. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==biber== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{fontspec} +\usepackage{libertine} +\setmonofont[Scale=0.81]{DejaVu Sans Mono} +\usepackage[ngerman]{babel} +\usepackage{microtype} +\usepackage[autostyle]{csquotes} +\usepackage[paper=a5,pagesize,DIV=15]{typearea} +%StartShownPreambleCommands +\usepackage[maxnames=6,minnames=4]{biblatex} % lualatex +\addbibresource{UTF8.bib} % biber <Datei> +%StopShownPreambleCommands +\begin{document} +Es werden drei Werke unter einem Verweis zitiert.~\cite{setdemo} +Jetzt noch mal einzeln.~\cite{hv2007} Und nun ein völlig anderer.~\cite{aksin} +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/11-07-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/11-07-2.ltx new file mode 100644 index 00000000000..cc387e75ff6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/11-07-2.ltx @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 11-07-2 auf Seite 592. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==command biber --output-safechars ++FILE++== +% Show page(s) 1 +%% +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[ngerman]{babel} +\usepackage[paper=a5,pagesize,DIV=15]{typearea} +%StartShownPreambleCommands +\usepackage[T1]{fontenc}%%% pdflatex +\usepackage{libertine} +\usepackage[scaled=0.85]{beramono} +\usepackage[utf8]{inputenc} +\usepackage{filecontents} +\begin{filecontents*}{utf8char.bib} +@online{SIOC, + author = {Diego Berrueta and Dan Brickley and Stefan Decker and Sergio Fern{\'a}ndez + and Christoph G{\"o}rn and Andreas Harth and Tom Heath and Kingsley Idehen + and Kjetil Kjernsmo and Alistair Miles and Alexandre Passant + and Axel Polleres and Luis Polo}, + editor = {Uldis Boj{\=a}rs and John Br{\'e}slin}, + title = {SIOC Core Ontology Specification}, + url = {http://rdfs.org/sioc/spec/}, + urldate= {2015-11-21}, + year = {2010}} +\end{filecontents*} +\usepackage[style=alphabetic]{biblatex} +\addbibresource{utf8char.bib} +%StopShownPreambleCommands +\begin{document} +abc~\cite{SIOC} +\printbibliography % run "biber --output-safechars <Datei>" +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-1.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-1.xinl new file mode 100644 index 00000000000..995145f5591 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-1.xinl @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-1 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\setmainfont{Linux Libertine O} +1/2, 4/7, 33/40 $\rightarrow$ +\addfontfeature{Fractions=On} +1/2, 4/7, 33/40 +%\addfontfeature{Fractions=Alternate} +%1/2, 4/7, 33/40 +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-10.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-10.xinl new file mode 100644 index 00000000000..fa43748d916 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-10.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-10 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\fontspec{Arno Pro} +Tee ATÃœ Vase\par +\fontspec[Kerning=Off]{Arno Pro}% +Tee ATÃœ Vase +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-11.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-11.xinl new file mode 100644 index 00000000000..9ce6678f634 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-11.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-11 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\fontspec{Linux Libertine O} +Alles Großschrift$\rightarrow$ +\fontspec[Letters=SmallCaps]{Linux Libertine O}% +Alles Großschrift +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-12.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-12.xinl new file mode 100644 index 00000000000..62d615cffc0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-12.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-12 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\fontspec{Garamond Premier Pro Italic} +Normale Schrift$\rightarrow$ +\fontspec[Style=Swash]{Garamond Premier Pro Italic}% +Normale Schrift +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-13.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-13.xinl new file mode 100644 index 00000000000..6d597fea223 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-13.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-13 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\setmainfont{Warnock Pro}\itshape +AbCdEfGhIj$\rightarrow$ +\addfontfeature{Contextuals=Swash}% +AbCdEfGhIj +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-2.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-2.xinl new file mode 100644 index 00000000000..6252b2d2b3a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-2.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-2 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\fontspec{Hiragino Maru Gothic ProN W4} +1/2, 4/7, 33/40 $\rightarrow$ +\addfontfeature{Fractions=Alternate} +1/2, 4/7, 33/40 +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-3.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-3.xinl new file mode 100644 index 00000000000..e4c8218a2a3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-3.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-3 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\setmainfont{Arno Pro} +1st 2nd 3rd 4th $\rightarrow$ +\addfontfeature{VerticalPosition=Ordinal}% +1st 2nd 3rd 4th +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-4.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-4.xinl new file mode 100644 index 00000000000..7a5baaf7bf9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-4.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-4 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\setmainfont{Arno Pro} +Sup: 1.11 b6 $\rightarrow$ +\addfontfeature{VerticalPosition=Superior}% +Sup: 1.11 b6 +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-5.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-5.xinl new file mode 100644 index 00000000000..f8614c7f5b9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-5.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-5 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\setmainfont{Linux Libertine O} +H2O $\rightarrow$ +\addfontfeature{VerticalPosition=ScientificInferior}% +H2O +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-6.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-6.xinl new file mode 100644 index 00000000000..ffa1e0820df --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-6.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-6 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +\setmainfont{Linux Libertine O} +%StopShownPreambleCommands +\begin{document} +0123456789 $\rightarrow$ +\addfontfeature{Numbers=OldStyle}% +0123456789 +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-7.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-7.xinl new file mode 100644 index 00000000000..afdfd28d6c2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-7.xinl @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-7 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +\setmainfont{Linux Libertine O} +%StopShownPreambleCommands +\begin{document} +\addfontfeature{Numbers=OldStyle} +0123456789 $\rightarrow$ +\addfontfeature{Numbers=Lining}% +0123456789 +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-8.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-8.xinl new file mode 100644 index 00000000000..23e96c06e5c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-8.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-8 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\fontspec{Arno Pro} +00001111112222 \par +\fontspec[Numbers=Proportional]{Arno Pro}% +00001111112222 +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-01-9.xinl b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-9.xinl new file mode 100644 index 00000000000..420b68d0921 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-01-9.xinl @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-01-9 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\usepackage{fontspec} +%StopShownPreambleCommands +\begin{document} +\fontspec{Arno Pro} +ff ffi ffl fi $\rightarrow$ +\fontspec[Ligatures=NoCommon]{Arno Pro}% +ff ffi ffl fi +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-02-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-1.ltx new file mode 100644 index 00000000000..32fb664762c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-1.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-02-1 auf Seite 595. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[T1]{fontenc} +\usepackage{libertine} \usepackage[scaled=0.85]{beramono} +%StopShownPreambleCommands +\begin{document} +Libertine und \texttt{Bera Mono}\par +\fontfamily{cmr}\selectfont Computer Modern Roman \textbf{cmr}\par +\fontfamily{ptm}\selectfont Times Roman \textbf{ptm} \par +\fontfamily{ppl}\selectfont Palatino \textbf{ppl} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-02-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-2.ltx new file mode 100644 index 00000000000..220537a9573 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-2.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-02-2 auf Seite 596. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{anttor}% Basisschrift +\newcommand\bsp[1]{% + \makebox[2.5em][l]{#1 --}Antykwa ToruÅ„ska\par} +%StopShownPreambleCommands +\begin{document} +\fontseries{m}\selectfont\bsp{m} +\fontseries{b}\selectfont\bsp{b} +\fontseries{c}\selectfont\bsp{c} +\fontseries{bc}\selectfont\bsp{bc} +\fontseries{l}\selectfont\bsp{l} +\fontseries{lc}\selectfont\bsp{lc} +\fontseries{sb}\selectfont\bsp{sb} +\fontseries{sbc}\selectfont\bsp{sbc} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-02-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-3.ltx new file mode 100644 index 00000000000..35681e681a5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-3.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-02-3 auf Seite 597. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{kurier}% Basisschrift +\newcommand\bsp[1]{% + \makebox[2.75em][r]{#1 --} + Schrift Kurier: a\par} +%StopShownPreambleCommands +\begin{document} +\fontshape{n}\selectfont\bsp{n} +\fontshape{it}\selectfont\bsp{it} +\fontshape{sl}\selectfont\bsp{sl} +\fontshape{sc}\selectfont\bsp{sc} +\fontshape{scit}\selectfont\bsp{scit} +\fontshape{scsl}\selectfont\bsp{scsl} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-02-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-4.ltx new file mode 100644 index 00000000000..9ffc0284fff --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-4.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-02-4 auf Seite 599. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[scaled]{helvet}% Schrift kleiner skalieren +\renewcommand\familydefault{\sfdefault}% alles in SansSerif +\usepackage{textdemo} +%StopShownPreambleCommands +\begin{document} +\section{Alles in Sans Serif (Helvetica)} +\textD +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-02-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-5.ltx new file mode 100644 index 00000000000..19488c36886 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-5.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-02-5 auf Seite 599. +%% +%% Copyright (C) 2016 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} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\fontfamily{zapfino}\selectfont +Die schöne \textsl{Schrift} Zapfino von Hermann Zapf aus \textbf{Darmstadt}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-02-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-6.ltx new file mode 100644 index 00000000000..8ddec5907bb --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-02-6.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-02-6 auf Seite 599. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{217.16928pt} +\usepackage{babel} +\usepackage[textwidth=12cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\newcommand\textbscit[1]{{\usefont{T1}{LinuxLibertineT-LF}{m}{scit}#1}} +\newcommand\textitscb[1]{{\fontseries{b}\fontshape{scit}\selectfont#1}} +%StopShownPreambleCommands +\begin{document} +DANTE: \textbscit{Deutschsprachige Anwendervereinung}\par +DANTE: \textitscb{Deutschsprachige Anwendervereinung} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-03-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-03-1.ltx new file mode 100644 index 00000000000..f9b801d781d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-03-1.ltx @@ -0,0 +1,60 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-03-1 auf Seite 600. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[textwidth=12cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\newcommand\setfont[3][T1]{{\fontencoding{#1}% + \fontfamily{#2}\selectfont #3\par}} +%StopShownPreambleCommands +\begin{document} +Dies ist Computer Modern.\par +\setfont{antt}{Dies ist Antikwa Torunska.} +\setfont{bch}{Dies ist Charter.} +\setfont{ccr}{Dies ist Computer Concrete.} +\setfont{DejaVuSerif-TLF}{Dies ist DejaVu.} +\setfont{fav}{Dies ist Arev.} +\setfont{zi4}{Dies ist Inconsolata.} +\setfont{LinuxBiolinumT-LF}{Dies ist Linux Biolinum.} +\setfont{LinuxLibertineT-LF}{Dies ist Linux Libertine.} +\setfont{fvs}{Dies ist Bitstream Vera Sans.} +\setfont{jkp}{Dies ist Johann Kepler.} +%\setfont{zgmx}{Dies ist Garamond.} +\setfont{pag}{Dies ist Avant Garde.} +\setfont{pbk}{Dies ist Bookman.} +\setfont{pcr}{Dies ist Courier.} +\setfont{phv}{Dies ist Helvetica.} +\setfont{pnc}{Dies ist New Century Schoolbook.} +\setfont{ppl}{Dies ist Palatino.} +\setfont{ptm}{Dies ist Times.} +\setfont{put}{Dies ist Utopia.} +\setfont{pzc}{Dies ist Zapf Chancery.} +\setfont{qzc}{Dies ist \TeX-Gyre Chorus.} +\setfont{uncl}{Dies ist Uncial.} +\setfont{yes}{Dies ist Electrum.} +\setfont{yly}{Dies ist Libris.} +\setfont{yvt}{Dies ist Venturis.} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-1.sh b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-1.sh new file mode 100644 index 00000000000..a4f23bf7ab8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-1.sh @@ -0,0 +1,22 @@ +#!/bin/sh +# +# Ein Beispiel der DANTE-Edition +# +## Beispiel 12-04-1 auf Seite 600. +# +# Copyright (C) 2016 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. +# +# Running otfinfo on Linux +#START + +#STOP +# +#CODE-> +otfinfo -i `kpsewhich ComicNeue_Regular.otf` +#<-CODE diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-10.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-10.lualtx new file mode 100644 index 00000000000..8208128485b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-10.lualtx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-10 auf Seite 605. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec} +\setmainfont[SmallCapsFont=AlegreyaSC]{Alegreya} +\setsansfont[SmallCapsFont=Alegreya SansSC]{Alegreya Sans} +\setmonofont[Scale=MatchLowercase]{Anonymous Pro}% LuaLaTeX +%StopShownPreambleCommands +\begin{document} +Die normale Schrift ist die \textsc{Alegreya}, die es auch \textbf{fett gibt}.\par +\sffamily Die serifenlose die \textsc{Alegreya Sans}, die es auch \textbf{fett gibt}.\par +\ttfamily Und die Monoschrift ist die Anonymous Pro, die es auch \textbf{fett gibt}.\par +\addfontfeature{FakeStretch=0.8}% +Und die Monoschrift ist die Anonymous Pro, die es auch \textbf{fett gibt}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-11.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-11.lualtx new file mode 100644 index 00000000000..89ff3f9208a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-11.lualtx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-11 auf Seite 605. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec,Alegreya,AlegreyaSans} +\setmonofont[Scale=MatchLowercase]{Anonymous Pro}% LuaLaTeX +%StopShownPreambleCommands +\begin{document} +Die normale Schrift ist die \textsc{Alegreya}, die es auch \textbf{fett gibt}.\par +\sffamily Die serifenlose die \textsc{Alegreya Sans}, die es auch \textbf{fett gibt}.\par +\ttfamily Und die Monoschrift ist die Anonymous Pro, die es auch \textbf{fett gibt}.\par +\addfontfeature{FakeStretch=0.8}% +Und die Monoschrift ist die Anonymous Pro, die es auch \textbf{fett gibt}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-12.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-12.lualtx new file mode 100644 index 00000000000..d9bef720b44 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-12.lualtx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-12 auf Seite 606. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +%\usepackage{mathpazo}% LuaLaTeX +\usepackage{fontspec}\setmainfont{Optima} +\setmathrm{Optima}\setboldmathrm{Optima Bold}[ + BoldFont={Optima ExtraBlack}] +%StopShownPreambleCommands +\begin{document} +Text in der Schrift Optima. \par +$Optima\ \mathrm{Optima}$\boldmath +\[ \int\limits_\mathbf{1}^\mathbf{\infty} + \,\frac{1}{x}\,\mathrm{d}x \] +\unboldmath +\[ \int\limits_\mathbf{1}^\mathbf{\infty} + \,\frac{1}{x}\,\mathrm{d}x \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-13.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-13.lualtx new file mode 100644 index 00000000000..7cd2dbba86a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-13.lualtx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-13 auf Seite 607. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength\parindent{0pt} +\newcommand*\Lcs[1]{\texttt{\textbackslash#1}} +%StartShownPreambleCommands +\usepackage{unicode-math}%% LuaLaTeX +\setmathfont[range={\mathscr,\mathbfscr,\mathcal,\mathbfcal}]{Cambria Math} +%StopShownPreambleCommands +\begin{document} +\Lcs{mathscr}: $\mathscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ +\Lcs{mathscr}: $\mathscr{abcdefghijklmnopqrstuvwxyz}$\\ +\Lcs{mathbfscr}: $\mathbfscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ +\Lcs{mathbfscr}: $\mathbfscr{abcdefghijklmnopqrstuvwxyz}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-14.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-14.lualtx new file mode 100644 index 00000000000..55266c2b8b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-14.lualtx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-14 auf Seite 608. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{unicode-math}%% LuaLaTeX +\setmathfont[range={\mathcal,\mathbfcal},StylisticSet=1]{XITS Math} +%StopShownPreambleCommands +\begin{document} +\texttt{StylisticSet=1}: $\mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ +\texttt{StylisticSet=1}: $\mathbfcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\[2pt] +\setmathfont[range={\mathcal,\mathbfcal},StylisticSet=2]{XITS Math} +\texttt{StylisticSet=2}: $\mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\ +\texttt{StylisticSet=2}: $\mathbfcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-15.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-15.xltx new file mode 100644 index 00000000000..e22edd964bc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-15.xltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-15 auf Seite 608. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{mathspec}%% XeLaTeX +\setmathsfont(Latin){Bitstream Vera Sans} +\setmathsfont(Digits,Greek){Minion Pro} +%StopShownPreambleCommands +\begin{document} +$y=f(1)=3x^2-2x=1$ \par +$\alpha\beta\gamma$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-16.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-16.xltx new file mode 100644 index 00000000000..0f33b75459f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-16.xltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-16 auf Seite 608. +%% +%% Copyright (C) 2016 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[fleqn]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[MnSymbol]{mathspec}%% XeLaTeX +\setmathsfont(Latin){Bitstream Vera Sans} +\setmathsfont(Digits,Greek){Minion Pro} +%StopShownPreambleCommands +\begin{document} +$y=f(1)=3x^2-2x=1$ \par +$\alpha\beta\gamma$\par +\[ \int\limits_1^\infty + \frac1{x^2}\mathrm{d}x=2 \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-17.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-17.xltx new file mode 100644 index 00000000000..88b347c1106 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-17.xltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-17 auf Seite 609. +%% +%% Copyright (C) 2016 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[fleqn]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{amsmath} +\usepackage{mathspec} +\setmathsfont(Latin){Bitstream Vera Sans} +\setmathsfont(Digits,Greek)% + [Numbers={Lining,Proportional}]{Minion Pro} +\setmathrm{Bitstream Vera Sans} +%StopShownPreambleCommands +\begin{document} +$y=f(1.12345)=3x^2-2x=\text{?}$ \par +$\alpha\beta\gamma$\par +\[ \int\limits_1^\infty + \frac1{x^2}\mathrm{d}x=2 \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-18.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-18.lualtx new file mode 100644 index 00000000000..7d080454ccd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-18.lualtx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-18 auf Seite 610. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% lualatex +\setmainfont{Linux Libertine O}[SmallCapsFont={Linux Libertine O Capitals}] +\newfontfamily\scfont{Linux Libertine O Capitals}%% Nur SmallCaps +\usepackage{microtype} +%StopShownPreambleCommands +\begin{document} +Spielereien mit Kapitälchen\par +\textsc{Example of small caps}\par +\textls{\textsc{Example of small caps with textls}}\par +\textsc{\textls{Example of small caps with textls inside}}\par +{\SetTracking{encoding=*}{250}% +\lsstyle\scfont Example of small caps with lsstyle}\par +\scfont\textls[300]{Example of textls with scfont} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-19.lualtx2 b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-19.lualtx2 new file mode 100644 index 00000000000..cf1942fd044 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-19.lualtx2 @@ -0,0 +1,59 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-19 auf Seite 612. +%% +%% Copyright (C) 2016 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,2,3 +%% +%% +\documentclass[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{128.77953pt} +\setlength{\parindent}{0em} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +%StartShownPreambleCommands +\usepackage{fontspec}% lualatex +\usepackage{luacode} +\newfontface\LMML{Latin Modern Mono Light Cond}%% Für die Ausgabe +\begin{luacode} +local teststring = "\\LaTeX~--~Eine Einführung." +local myfonts = luaotfload.aux.read_font_index() +function printFontDemo(fontname) + local fnA = string.lower(fontname) + local a = {} + local b = {} + for i, v in ipairs(myfonts.mappings) do + m, n = string.find(string.lower(v.familyname),fnA) + if m then + a[v.fontname] = v.familyname + b[#b + 1] = v.fontname + end + end + table.sort(b) + for i, v in ipairs(b) do + tex.print("\\parbox{0.21\\linewidth}{\\LMML\\footnotesize") + tex.print(-2, a[v]) + tex.print("\\\\ \\scriptsize") + tex.print(-2, v) + tex.print("}\\parbox{0.79\\linewidth}{\\raggedright\\setmainfont{" .. v .. "}") + tex.print(teststring) + tex.print("}\\\\[2pt]") + end +end +\end{luacode} +%StopShownPreambleCommands +\begin{document} +\directlua{printFontDemo("LatinModern")} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-2.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-2.xltx new file mode 100644 index 00000000000..e52c7772cbd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-2.xltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-2 auf Seite 602. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% XeLaTeX +%StopShownPreambleCommands +\begin{document} +\fontspec{Cambria} Ein Test in der Schrift Cambria und nun ein Wechsel zur +{\fontspec[Scale=0.85]{DejaVu Serif}Schrift Dejavu und nun zu +{\fontspec[Scale=0.9]{Arial}allerletzt die Schrift Arial,}} die ebenso ein Klon +von \fontspec[Scale=0.9]{HelveticaNeue} Helvetica Neue ist, wie \TeX\ Gyre Heros. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-20.lualtx2 b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-20.lualtx2 new file mode 100644 index 00000000000..91ef24f8905 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-20.lualtx2 @@ -0,0 +1,60 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-20 auf Seite 612. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage{fontspec} +\setlength{\parindent}{0em} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\usepackage{luacode} +\newfontface\LMML{Latin Modern Mono Light Cond} +\begin{luacode} +local teststring = "\\LaTeX~--~Eine Einführung." +local myfonts = luaotfload.aux.read_font_index() +function printFontDemo(fontname) + local fnA = string.lower(fontname) + local a = {} + local b = {} + for i, v in ipairs(myfonts.mappings) do + m, n = string.find(string.lower(v.familyname),fnA) + if m then + a[v.fontname] = v.familyname + b[#b + 1] = v.fontname + end + end + table.sort(b) + for i, v in ipairs(b) do + tex.print("\\parbox{0.21\\linewidth}{\\LMML\\footnotesize") + tex.print(-2, a[v]) + tex.print("\\\\ \\scriptsize") + tex.print(-2, v) + tex.print("}\\parbox{0.79\\linewidth}{\\raggedright\\setmainfont{" .. v .. "}") + tex.print(teststring) + tex.print("}\\\\[2pt]") + end +end +\end{luacode} +%StartShownPreambleCommands +\usepackage{fontspec}% lualatex +%StopShownPreambleCommands +\begin{document} +\directlua{printFontDemo("Bioli")}% Alles, was "Bioli" im Namen hat +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-21.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-21.lualtx new file mode 100644 index 00000000000..4dc9410d53f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-21.lualtx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-21 auf Seite 614. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% lualatex +%StopShownPreambleCommands +\begin{document} +\ExplSyntaxOn +LatinModern~ist~ +\fontspec_if_fontspec_font:TF {~eine~}{~keine~}»fontspec«~Schrift.\par +\setmainfont{DejaVu Serif} +DejaVu~Serif:~\par +ist~\fontspec_if_fontspec_font:TF {eine~}{keine~}»fontspec«~Schrift;\par +ist~\fontspec_if_opentype:TF {}{nicht~}vom~Typ~OpenType;~ +hat~\fontspec_if_feature:nTF {smcp}{~}{keine~}Kapitälchen;~ +benutzt~\fontspec_if_current_script:nTF {latn}{}{kein~}»Latin~script«;~ +hat~\fontspec_if_script:nTF {cyrl}{}{kein~}Cyrillic;~ +benutzt~die~`default'-Sprache\fontspec_if_current_language:nTF {DFLT}{}{~nicht};~ +hat~\fontspec_if_language:nnTF {latn}{ROM}{}{kein~}Romanian.\par +\ExplSyntaxOff Test: \textsc{Test} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-3.sh b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-3.sh new file mode 100644 index 00000000000..3caae71eece --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-3.sh @@ -0,0 +1,22 @@ +#!/bin/sh +# +# Ein Beispiel der DANTE-Edition +# +## Beispiel 12-04-3 auf Seite 602. +# +# Copyright (C) 2016 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. +# +# Running fc-list on Linux +#START + +#STOP +# +#CODE-> +fc-list Cambria +#<-CODE diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-4.sh b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-4.sh new file mode 100644 index 00000000000..9d14e9d9f40 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-4.sh @@ -0,0 +1,22 @@ +#!/bin/sh +# +# Ein Beispiel der DANTE-Edition +# +## Beispiel 12-04-4 auf Seite 602. +# +# Copyright (C) 2016 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. +# +# Running fc-list on Linux +#START + +#STOP +# +#CODE-> +fc-list : family | sort | head +#<-CODE diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-5.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-5.lualtx new file mode 100644 index 00000000000..1843a008e4f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-5.lualtx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-5 auf Seite 603. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% LuaLaTeX +%StopShownPreambleCommands +\begin{document} +\fontspec{Iwona} Ein Test in der Schrift Iwona und nun ein Wechsel zur +{\fontspec{Kurier}Schrift Kurier und nun zur Schrift {\fontspec{Antykwa Poltawskiego} +allerletzt die Schrift Antykwa Poltawskiego,}} die nicht wie +\fontspec{HelveticaNeue}Helvetica Neue aussieht. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-6.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-6.xltx new file mode 100644 index 00000000000..075d952ffa8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-6.xltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-6 auf Seite 603. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% XeLaTeX +%StopShownPreambleCommands +\begin{document} +\fontspec{Iwona-Regular.otf} Ein Test in der +Schrift Iwona und nun ein Wechsel zur Schrift +{\fontspec{Kurier-Regular.otf} Kurier und nun +zu {\fontspec{antpolt-regular.otf} allerletzt +die Schrift Antykwa Poltawskiego,}} die nicht +wie \fontspec{HelveticaNeue} Helvetica aussieht. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-7.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-7.xltx new file mode 100644 index 00000000000..e476f2c4ec3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-7.xltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-7 auf Seite 603. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% XeLaTeX +\setmainfont[Path=data/fonts/]% Bold fehlt!!! + {BertholdWalbaumBook.ttf} +%StopShownPreambleCommands +\begin{document} +Ein Test mit der Berthold-Walbaum-Schrift:\par +Ein ganz normaler Text in der alten schönen +Schrift, die als \bfseries TrueType +eingebunden wurde. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-8.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-8.xltx new file mode 100644 index 00000000000..47336185f57 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-8.xltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-8 auf Seite 604. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% XeLaTeX +\setmainfont[Path=data/fonts/, + Extension=.ttf, + BoldFont=BertholdWalbaumMediumBook]% Bold!!! + {BertholdWalbaumBook} +%StopShownPreambleCommands +\begin{document} +Ein Test mit der Berthold-Walbaum-Schrift:\par +Ein ganz normaler Text in der alten schönen +Schrift, die als \bfseries TrueType eingebunden +wurde. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/12-04-9.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-9.lualtx new file mode 100644 index 00000000000..6a6b1f9846a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/12-04-9.lualtx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 12-04-9 auf Seite 604. +%% +%% Copyright (C) 2016 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[]{exaarticle2} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fontspec}% LuaLaTeX +%StopShownPreambleCommands +\begin{document} +\setmainfont[UprightFont=*-Book, + ItalicFont=*-BookItalic, + BoldItalicFont=*-MediumItalic, + BoldFont=*-Medium]{BertholdImagoBQ} +Ein Test mit der Berthold-Imago-Schrift:\par +Ein ganz normaler Text in der neuen schönen +Schrift, die als \textbf{OpenType} +eingebunden wurde. \textit{Die Schrift als +Italic und nun zusätzlich +\bfseries als fette Variante} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-01-1.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-01-1.ltxb new file mode 100644 index 00000000000..b7379112e1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-01-1.ltxb @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-01-1 auf Seite 618. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2 + +%% ==== +\PassOptionsToClass{ngerman,xcolor=table,smaller,compress,hyperref=colorlinks}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\documentclass[ngerman,xcolor=table,smaller,compress,hyperref=colorlinks]{beamer} +%StopShownPreambleCommands + +\begin{document} +\title{Einführung in die Analytische Geometrie} +\author{Gerhard Kowalewski} +\date{1910} +\frame{\maketitle} +\section{Forschung und Studium} +\begin{frame}{Das Integral und seine geometrischen Anwendungen.} +Wir setzen die Theorie der Irrationalzahlen als bekannt voraus. + +\begin{enumerate} + \item Das \emph{Intervall} $\langle a,b\rangle$ besteht aus allen Zahlen $x$, + die den Bedingungen $<\le x\le b$ genügen. + \item Eine \emph{Zahlenfolge} oder \emph{Folge} entsteht, wenn man sich jedes + Glied der unendlichen Nummernreihe $1,2,3,\ldots$ durch irgend eine (rationale + oder irrationale) Zahl ersetzt denkt, also jedes $n$ durch eine Zahl $x_n$. + \item $\lim x_n=g$ bedeutet, dass in jeder Umgebung von $g$ fast alle Glieder der + Folge liegen. + \item \textbf{Konvergenzkriterium}. Die Folge $x_1,x_2,x_3,\ldots$ ist dann und + nur dann konvergent, wenn \textbf{jede} Teilfolge $x^\prime_1,x^\prime_2, + x^\prime_3,\ldots$ die Relation $\lim(x_n-x^\prime_n)=0$ +\end{enumerate} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-01-2.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-01-2.ltxb new file mode 100644 index 00000000000..d47972ccf60 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-01-2.ltxb @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-01-2 auf Seite 619. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +% graphic converted to gray in book +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usetheme{Goettingen} +%StopShownPreambleCommands + +\begin{document} +\title{Einführung in die Analytische Geometrie} \author{Gerhard Kowalewski} \date{1910} +\frame{\maketitle} +\section{Forschung und Studium} +\begin{frame}{Das Integral und seine geometrischen Anwendungen.} +Wir setzen die Theorie der Irrationalzahlen als bekannt voraus. +\begin{enumerate}[<+->] + \item Das \emph{Intervall} $\langle a,b\rangle$ besteht aus allen Zahlen $x$, diesen + Bedingungen $<\le x\le b$ genügen. + \item Eine \emph{Zahlenfolge} oder \emph{Folge} entsteht, wenn man sich jedes Glied + der unendlichen Nummernreihe $1,2,3,\ldots$ durch irgend eine (rationale oder + irrationale) Zahl ersetzt denkt, also jedes $n$ durch eine Zahl $x_n$. + \item $\lim x_n=g$ bedeutet, dass in jeder Umgebung von $g$ fast alle Glieder der + Folge liegen. + \item \textbf{Konvergenzkriterium}. Die Folge $x_1,x_2,x_3,\ldots$ ist dann und nur + dann konvergent, wenn \textbf{jede} Teilfolge + $x^\prime_1,x^\prime_2,x^\prime_3,\ldots$ die Relation $\lim(x_n-x^\prime_n)=0$ +\end{enumerate} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-01-3.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-01-3.ltxb new file mode 100644 index 00000000000..ecf03ec4325 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-01-3.ltxb @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-01-3 auf Seite 620. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +% graphic converted to gray in book +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usecolortheme{rose} +\useinnertheme{inmargin} +%StopShownPreambleCommands + +\begin{document} +\title{Einführung in die Analytische Geometrie}\author{Gerhard Kowalewski}\date{1910} +\frame{\maketitle} + +\section{Forschung und Studium} +\begin{frame}{Das Integral und seine geometrischen Anwendungen.} +Wir setzen die Theorie der Irrationalzahlen als bekannt voraus. +\begin{enumerate}[<+->] +\item Das \emph{Intervall} $\langle a,b\rangle$ besteht aus allen Zahlen $x$, diesen + Bedingungen $<\le x\le b$ genügen. +\item Eine \emph{Zahlenfolge} oder \emph{Folge} entsteht, wenn man sich jedes Glied + der unendlichen Nummernreihe $1,2,3,\ldots$ durch irgend eine (rationale oder + irrationale) Zahl ersetzt denkt, also jedes $n$ durch eine Zahl $x_n$. +\item $\lim x_n=g$ bedeutet, dass in jeder Umgebung von $g$ fast alle Glieder der + Folge liegen. +\item \textbf{Konvergenzkriterium}. Die Folge $x_1,x_2,x_3,\ldots$ ist dann und nur + dann konvergent, wenn \textbf{jede} Teilfolge + $x^\prime_1,x^\prime_2,x^\prime_3,\ldots$ die Relation $\lim(x_n-x^\prime_n)=0$ +\end{enumerate} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-01-4.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-01-4.ltxb new file mode 100644 index 00000000000..7478490c004 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-01-4.ltxb @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-01-4 auf Seite 621. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +% +\title{Einführung in die Analytische Geometrie} \author{Gerhard Kowalewski} \date{1910} + +%StartShownPreambleCommands +\usefonttheme{structureitalicserif} +%StopShownPreambleCommands + +\begin{document} +\frame{\maketitle} +\section{Forschung und Studium} +\begin{frame}{Das Integral und seine geometrischen Anwendungen.} +Wir setzen die Theorie der Irrationalzahlen als bekannt voraus. +\begin{enumerate}[<+->] +\item Das \emph{Intervall} $\langle a,b\rangle$ besteht aus allen Zahlen $x$, diesen + Bedingungen $<\le x\le b$ genügen. +\item Eine \emph{Zahlenfolge} oder \emph{Folge} entsteht, wenn man sich jedes Glied + der unendlichen Nummernreihe $1,2,3,\ldots$ durch irgend eine (rationale oder + irrationale) Zahl ersetzt denkt, also jedes $n$ durch eine Zahl $x_n$. +\item $\lim x_n=g$ bedeutet, dass in jeder Umgebung von $g$ fast alle Glieder der + Folge liegen. +\item \textbf{Konvergenzkriterium}. Die Folge $x_1,x_2,x_3,\ldots$ ist dann und nur + dann konvergent, wenn \textbf{jede} Teilfolge + $x^\prime_1,x^\prime_2,x^\prime_3,\ldots$ die Relation $\lim(x_n-x^\prime_n)=0$ +\end{enumerate} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-1.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-1.ltxb new file mode 100644 index 00000000000..04a89c18686 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-1.ltxb @@ -0,0 +1,68 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-1 auf Seite 624. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} + +%StartShownPreambleCommands +\mode<article>{% nur Artikel-Modus + \usepackage{fullpage} \usepackage[linktocpage]{hyperref} } +\mode<presentation>{% Nur Folien + \setbeamertemplate{background canvas}[vertical shading][bottom=red!10,top=blue!10] + \usetheme{Warsaw} \usefonttheme[onlysmall]{structurebold} } +%StopShownPreambleCommands + +\begin{document} +\title{Einführung in die Analytische Geometrie} \author{Gerhard Kowalewski} \date{1910} +\frame{\titlepage} +\section<presentation>*{Ãœbersicht} +\begin{frame}{Ãœbersicht} \tableofcontents[part=1,pausesections] \end{frame} + +\AtBeginSubsection[]{\begin{frame}<beamer> + \frametitle{Ãœbersicht} \tableofcontents[current,currentsubsection] \end{frame} } + +\part<presentation>{Hauptteil} + +\section{Forschung und Studium} +\begin{frame}{Das Integral und seine geometrischen Anwendungen.} +Wir setzen die Theorie der Irrationalzahlen als bekannt voraus. +\end{frame} +\subsection{Intervalll} +\begin{frame}{Definition} +Das \emph{Intervall} $\langle a,b\rangle$ besteht aus allen Zahlen $x$, die den +Bedingungen $<\le x\le b$ genügen. +\end{frame} +\subsection{Zahlenfolge} +\begin{frame}{Definition der Folge} +Eine \emph{Zahlenfolge} oder \emph{Folge} entsteht, wenn man sich jedes Glied der +unendlichen Nummernreihe $1,2,3,\ldots$ durch irgend eine (rationale oder irrationale) +Zahl ersetzt denkt, also jedes $n$ durch eine Zahl $x_n$. +\end{frame} +\subsection{Limes} +\begin{frame}{Definition Limes} +$\lim x_n=g$ bedeutet, dass in jeder Umgebung von $g$ fast alle Glieder der +Folge liegen. +\end{frame} +\subsection{Konvergenzkriterium} +\begin{frame}{Definition der Konvergenz} +\textbf{Konvergenzkriterium}. Die Folge $x_1,x_2,x_3,\ldots$ ist dann und nur dann +konvergent, wenn \textbf{jede} Teilfolge $x^\prime_1,x^\prime_2, x^\prime_3,\ldots$ +die Relation $\lim(x_n-x^\prime_n)=0$ +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-10.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-10.ltxb new file mode 100644 index 00000000000..e7f38f8c2be --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-10.ltxb @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-10 auf Seite 633. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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) 4,7 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands +\usetheme{Malmoe} +\usecolortheme{dove} +\newcommand\Text[1][1]{Ein langer sinnloser Satz (#1)!} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Das Makro \texttt{visible}} \setbeamercovered{transparent} \Huge +\visible<1>{\Text} \\ \visible<2>{\color{red}\Text[2]} \\ +\visible<3>{\color{green}\Text[3]}\\ \visible<4>{\color{blue}\Text[4]} \\ +\visible<5>{\color{cyan}\Text[5]} +\end{frame} +\setbeamercovered{dynamic} +\begin{frame}{Das Makro \texttt{invisible}} \Huge +\invisible<2->{\Text} \\ \invisible<1,3->{\Text[2]} \\ +\invisible<-2,4->{\Text[3]}\\ \invisible<5>{\Text[4]} \\ +\invisible<-4>{\Text[5]} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-11.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-11.ltxb new file mode 100644 index 00000000000..8174dee63fa --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-11.ltxb @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-11 auf Seite 635. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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) 3,6 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands +\usetheme{Malmoe} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Overlay-Umgebung} +\begin{theorem}<1->[Pythagoras] \[ c^2 = a^2 + b^2 \] \end{theorem} +\begin{proof}<2> \[ 25=16+9 \]\end{proof} +\begin{example}<3>[Derivation] + \begin{align} f(x) &= \tan x\\f^\prime &= 1+\tan^2 x \end{align} +\end{example} +\end{frame} + +\begin{frame}{Overlay-Umgebung} +\begin{theorem}<1->[Pythagoras] \[ c^2 = b^2 + a^2 \] \end{theorem} +\begin{onlyenv}<2> +\begin{proof} \[ 25=16+9 \] \end{proof} +\end{onlyenv} +\empty +\begin{example}<3>[Derivation] + \begin{align} f(x) &= \tan x\\f^\prime &= 1+\tan^2 x \end{align} +\end{example} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-12.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-12.ltxb new file mode 100644 index 00000000000..2a1ef4ce6b6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-12.ltxb @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-12 auf Seite 636. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands +\usetheme{Berlin} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Die \texttt{altenv}-Umgebung} +\Huge Dieses +\begin{altenv}<2>{(}{)}{[}{]} Wort \end{altenv} +\only<2>{ist in Overlay 2 in runden Klammern,} +\only<1>{ist in Overlay 1 in eckigen Klammern.} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-13.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-13.ltxb new file mode 100644 index 00000000000..aacbe5ba78e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-13.ltxb @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-13 auf Seite 636. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3,4 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usetheme{Berkeley} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Ohne Overlay-Textbereich} \large +\only<1>{Text im ersten Overlay, der garantiert über mindestens zwei Zeilen + gehen wird.} +\only<2>{Ersatz für das erste Overlay :-).} +\end{frame} +\begin{frame}{Overlay-Textbereich} \large +\begin{overlayarea}{\textwidth}{3cm} + \only<1>{Text im ersten Overlay, der garantiert über mindestens zwei Zeilen + gehen wird.} + \only<2>{Ersatz für das erste Overlay :-).} + \end{overlayarea} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-14.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-14.ltxb new file mode 100644 index 00000000000..18804b8c238 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-14.ltxb @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-14 auf Seite 637. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands +\useinnertheme{circles} \usecolortheme{dove} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Hervorgehobener Text} +\begin{enumerate} + \item<3-| alert@3>[0.] Dieses Item wird als letztes gezeigt, auch wenn es als + erstes in der Liste erscheint. + \item<1-| alert@1> Das erste sichtbare Item, jedoch nur hervorgehoben auf dem + ersten Overlay. + \item<2| alert@2> Das zweite Item, sichtbar und hervorgehoben nur beim + zweiten Overlay. +\end{enumerate} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-15.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-15.ltxb new file mode 100644 index 00000000000..21c4a5d3067 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-15.ltxb @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-15 auf Seite 638. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\AtBeginDocument{\Large} + +%StartShownPreambleCommands +\usetheme{Ilmenau}\usecolortheme{dove} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Hervorgehobener Text} +\begin{itemize}[<+->] + \item Dieser Punkt ist \alert<.>{wichtig!}. + \item Und auch \alert<2->{dies}, aber nicht \alert<.>{das}. + \item Ich liebe \alert<.>{$a^2+b^2=c^2$}, was aber nicht hervorgehoben wird. +\end{itemize} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-16.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-16.ltxb new file mode 100644 index 00000000000..953e4faecf0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-16.ltxb @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-16 auf Seite 638. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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) 4 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\AtBeginDocument{\Large} + +%StartShownPreambleCommands +\usepackage{beamerthemeAntibes} +\usecolortheme{dove} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Hervorheben von Items + durch \texttt{alert}}% + {\texttt{itemize}} + \begin{itemize}[<+-| alert@+>] + \item \TeX + \item \LaTeX + \item pdf\TeX + \item Lua\TeX + \item ? + \end{itemize} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-17.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-17.ltxb new file mode 100644 index 00000000000..060e4853d09 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-17.ltxb @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-17 auf Seite 641. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usecolortheme{dove} \useoutertheme{sidebar} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Beispiele für Boxen} +\setbeamercolor{BoxFarbe}{fg=white,bg=blue!60} +\begin{beamercolorbox}[sep=1em,wd=5cm]{BoxFarbe} + Die Umgebung \texttt{beamercolorbox} +\end{beamercolorbox}\medskip +\setbeamercolor{headerCol}{fg=black,bg=lightgray} +\setbeamercolor{bodyCol}{fg=white,bg=gray} +\begin{beamerboxesrounded}[upper=headerCol,% + lower=bodyCol,shadow=true]{Beispiel} + Boxtyp: \texttt{beamerboxesrounded}\\ + mit einem Schatten.\\ Für Kopf und Boxinhalt sind + unterschiedliche Farbdefinitionen möglich. \ldots\\ +\end{beamerboxesrounded} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-18.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-18.ltxb new file mode 100644 index 00000000000..2c61888d0fc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-18.ltxb @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-18 auf Seite 641. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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) 2 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\useoutertheme{sidebar}\usecolortheme{dove} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Umgebung \texttt{block}} + {Vorgabe und modifiziertes Layout.} +\begin{block}<1->{Der Satz von Pythagoras} + $c^2=a^2 + b^2$ \end{block} +\setbeamertemplate{blocks}[rounded][shadow=true] +\setbeamercolor{block body}{bg=normal text.bg!80!blue} +\setbeamercolor{block title}{bg=normal text.bg!80!red} +\setbeamerfont{block title}{size=\footnotesize, + parent={structure,block body}} +\begin{block}<2->{Pythagoras}$c^2=a^2+b^2$\end{block} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-19.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-19.ltxb new file mode 100644 index 00000000000..8c8fa672d8c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-19.ltxb @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-19 auf Seite 642. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\useoutertheme{sidebar}\usecolortheme{dove} +\pgfdeclareimage[width=1.5cm]{uni-logo}{% + images/beamer/fu-berlin} +\logo{\pgfuseimage{uni-logo}} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Das Logo} +Das Logo wird im Allgemeinen durch das verwendete +Thema eingefügt. Man kann es aber auch durch +\texttt{\textbackslash insertlogo} selber einfügen. +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-2.ltx2 new file mode 100644 index 00000000000..79a8a3deef8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-2.ltx2 @@ -0,0 +1,73 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 13-02-2 auf Seite 625. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[a5paper,12pt]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{172.40709pt} +\usepackage[ngerman]{babel} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\documentclass[a5paper,12pt]{article} +\usepackage[envcountsect]{beamerarticle} +\mode<article>{% nur Artikel-Modus + \usepackage{fullpage} \usepackage[linktocpage]{hyperref} } +\mode<presentation>{% Nur Folien + \setbeamertemplate{background canvas}[vertical shading][bottom=red!10,top=blue!10] + \usetheme{Warsaw} \usefonttheme[onlysmall]{structurebold} } +%StopShownPreambleCommands +\begin{document} +\title{Einführung in die Analytische Geometrie} \author{Gerhard Kowalewski} +\date{1910} +\frame{\titlepage} +\section<presentation>*{Ãœbersicht} +\begin{frame}{Ãœbersicht} \tableofcontents[part=1,pausesections] \end{frame} +\clearpage +\AtBeginSubsection[]{\begin{frame}<beamer> + \frametitle{Ãœbersicht} \tableofcontents[current,currentsubsection] \end{frame} } + +\part<presentation>{Hauptteil} + +\section{Forschung und Studium} +\begin{frame}{Das Integral und seine geometrischen Anwendungen.} +Wir setzen die Theorie der Irrationalzahlen als bekannt voraus. +\end{frame} +\subsection{Intervalll} +\begin{frame}{Definition} +Das \emph{Intervall} $\langle a,b\rangle$ besteht aus allen Zahlen $x$, die den +Bedingungen $<\le x\le b$ genügen. +\end{frame} +\subsection{Zahlenfolge} +\begin{frame}{Definition der Folge} +Eine \emph{Zahlenfolge} oder \emph{Folge} entsteht, wenn man sich jedes Glied +der unendlichen Nummernreihe $1,2,3,\ldots$ durch irgend eine (rationale oder +irrationale) Zahl ersetzt denkt, also jedes $n$ durch eine Zahl $x_n$. +\end{frame} +\subsection{Limes} +\begin{frame}{Definition Limes} +$\lim x_n=g$ bedeutet, daß in jeder Umgebung von $g$ fast alle Glieder der Folge +liegen. +\end{frame} +\subsection{Konvergenzkriterium} +\begin{frame}{Definition der Konvergenz} +\textbf{Konvergenzkriterium}. Die Folge $x_1,x_2,x_3,\ldots$ ist dann und nur dann +konvergent, wenn \textbf{jede} Teilfolge $x^\prime_1,x^\prime_2, x^\prime_3,\ldots$ +die Relation $\lim(x_n-x^\prime_n)=0$ +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-20.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-20.ltxb new file mode 100644 index 00000000000..d4e793e345f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-20.ltxb @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-20 auf Seite 643. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usecolortheme{dove}\useoutertheme{sidebar} +\pgfdeclareimage[height=2.25ex, + width=2.5\baselineskip]{institut-logo}% + {images/beamer/zedat} +\pgfdeclareimage[height=1.3cm]{uni}% + {images/beamer/fu-berlin} +\logo{\pgfuseimage{uni}} +\setbeamertemplate{footline}{% + \raisebox{-2ex}{\pgfuseimage{institut-logo}} + \usebeamerfont{date in head/foot}% + \insertshortdate{}\hfill + \usebeamertemplate{navigation symbols} + \hfill% + \insertframenumber{}/\inserttotalframenumber} +\setbeamertemplate{sidebar right}{} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Das Logo} +\begin{block}{Ein Beispiel mit der Umgebung +\texttt{block}.} Es ist offensichtlich, dass +wir hier zwei Logos auf der Folie haben. +\end{block} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-3.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-3.ltxb new file mode 100644 index 00000000000..aae37748d6d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-3.ltxb @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-3 auf Seite 626. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usepackage{beamerthemeBerlin} +%StopShownPreambleCommands + +\begin{document} +\title[Beamer]{Presentations with \LaTeX} +\subtitle{The \texttt{beamer} class} +\author[Voß]{Jana Voß\inst{1} \and + Herbert Voß\inst{2}} +\institute[FU-Berlin]{\inst{1}% + Institut für Frankreichwissenschaften\\ + Freie Universität Berlin \and + \inst{2} ZEDAT\\ + Freie Universität Berlin} +\date[\TeX\ 2010]{Conference on + Presentations with \LaTeX, 2010} +\frame{\titlepage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-4.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-4.ltxb new file mode 100644 index 00000000000..9d4ea5b514d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-4.ltxb @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-4 auf Seite 627. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,3,4 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +% graphic converted to gray in book + +%StartShownPreambleCommands +\documentclass{beamer} +\usetheme{Malmoe} \useoutertheme{sidebar} \usecolortheme{dove} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}<1-2>[label=FrameI]{Wiederverwendung von Folieninhalten.} +\framesubtitle{Die erste Folie.} +\begin{itemize}[<+->] +\item<alert@+> Erster Punkt. \item<alert@+> Zweiter Punkt. +\item<alert@+> Dritter Punkt. \item<alert@+> Vierter Punkt. + \end{itemize} +\end{frame} +\begin{frame}{II}{Die zweite Folie} Inhalt \end{frame} +\againframe<4->{FrameI}% Wiederholung von Folie 1 +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-5.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-5.ltxb new file mode 100644 index 00000000000..a393e5346f3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-5.ltxb @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-5 auf Seite 628. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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) 2,4 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +% +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} + +%StartShownPreambleCommands +\usetheme{Malmoe} +\useoutertheme{sidebar} \usecolortheme{dove} +%StopShownPreambleCommands + +\begin{document} +\begin{frame} +\begin{itemize} + \item Der Frühling naht. \pause + \item Das sieht man: + \begin{enumerate} + \item an den Bäumen \pause + \item und den Knospen. + \end{enumerate} + \onslide % sichtbar auf Folie 1 + \item \textbf{Das ist der Jahresrythmus:} + \pause + \item Blätter lieben den Sommer. + \pause + \item Im Herbst wecheln sie die Farbe. + \pause + \item Im Winter fallen sie herunter. + \end{itemize} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-6.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-6.ltxb new file mode 100644 index 00000000000..4c569ad3c9a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-6.ltxb @@ -0,0 +1,69 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-6 auf Seite 629. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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) 2,9,12 + +%% ==== +\PassOptionsToClass{xcolor=table}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\documentclass[xcolor=table]{beamer} +\usetheme{Malmoe} \useoutertheme{sidebar} \usecolortheme{dove} +\newcommand\bfrm[1]{\textbf{\textrm{\textcolor{white}{#1}}}} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Zeilenweise Steuerung einer Tabelle}{Das Makro \textbackslash pause} +\rowcolors[]{1}{blue!40}{blue!10} +\begin{tabular}{@{} >{\ttfamily}l l l @{}} +\rowcolor{gray}\bfrm{Endung} & \bfrm{Bedeutung}& \bfrm{Erklärung}\\ +aux & auxiliary & enthält Querverweise usw. \pause \\ +bbl & bibliography & enthält die Literatureinträge. \pause \\ +bib & bibtex & enthält die Literaturdaten. \pause \\ +blg & bibliography log & Logfile eines Bib\TeX-Laufs. \pause \\ +cfg & config & Konfigurationsdatei. \pause \\ +clo & class options & Klassen-Optionen. \pause \\ +cls & class & Dokument-Klassendatei.\\ +\end{tabular} +\end{frame} +\empty +\begin{frame}{Spaltenweise Steuerung einer Tabelle}{Das Makro \textbackslash onslide} +\rowcolors[]{1}{blue!40}{yellow!20} +\begin{tabular}{@{} >{\ttfamily}l<{\onslide<2->} l<{\onslide<3->} l<{\onslide}@{}} +\rowcolor{gray}\bfrm{Endung} & \bfrm{Bedeutung}& \bfrm{Erklärung}\\ +aux & auxiliary & enthält Querverweise usw. \\ +bbl & bibliography & enthält die Literatureinträge.\\ +bib & bibtex & enthält die Literaturdaten.\\ +blg & bibliography log & Logfile eines Bib\TeX-Laufs.\\ +cfg & config & Konfigurationsdatei.\\ +clo & class options & Klassen-Optionen.\\ +cls & class & Dokument-Klassendatei +\end{tabular} +\end{frame} +\begin{frame}{Zeilenweise Steuerung einer Tabelle}{Das Makro \textbackslash onslide} +\rowcolors[]{1}{blue!40}{blue!10} +\begin{tabular}{@{} >{\ttfamily}l l l@{}} +\rowcolor{gray}\bfrm{Endung} & \bfrm{Bedeutung}& \bfrm{Erklärung}\\ +aux & auxiliary & enthält Querverweise usw. \onslide<2> \\ +bbl & bibliography & enthält die Literatureinträge. \onslide<3-> \\ +bib & bibtex & enthält die Literaturdaten. \onslide<4-> \\ +blg & bibliography log & Logfile eines Bib\TeX-Laufs. \onslide<6,4>\\ +cfg & config & Konfigurationsdatei. \onslide<2-7> \\ +clo & class options & Klassen-Optionen. \onslide<1,3,5> \\ +cls & class & Dokument-Klassendatei. +\end{tabular} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-7.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-7.ltxb new file mode 100644 index 00000000000..0bb6e932d22 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-7.ltxb @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-7 auf Seite 630. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{xcolor=table}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} +\newcommand\bfrm[1]{\textbf{\textrm{\textcolor{white}{#1}}}} + +%StartShownPreambleCommands +\documentclass[xcolor=table]{beamer} \usetheme{Malmoe} \usecolortheme{dove} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Spaltenweise Steuerung einer Tabelle}{Das Makro \textbackslash onslide} +\rowcolors[]{1}{blue!40}{yellow!20} +\begin{tabular}{@{} >{\onslide}l<{\onslide<2->} l<{\onslide<3->} l@{}} +\rowcolor{gray}\bfrm{Endung} & \bfrm{Bedeutung} & \bfrm{Erklärung}\\ +aux & auxiliary& enthält Querverweise usw.\\bbl & bibliography & Literatureinträge.\\ +bib & bibtex & enthält die Literaturdaten.\\blg & bib log + & Logfile eines Bib\TeX-Laufs.\\ +cfg & config & Konfigurationsdatei.\\ clo & class options& Klassen-Optionen.\\ +cls & class & Dokument-Klassendatei +\end{tabular} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-8.ltxbps b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-8.ltxbps new file mode 100644 index 00000000000..7781d4cc80e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-8.ltxbps @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-8 auf Seite 631. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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) 2,8,10,16 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usepackage{pst-node} \psset{angleA=90,angleB=-90} +\usepackage{amsmath} \usetheme{Malmoe} \usecolortheme{dove} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Rechtwinkliges Dreieck} +\onslide<-6,8>{Der Satz von Pythagoras \ldots} +\begin{align*} \onslide<8>{a^2+b^2 &= c^2}\\ + \onslide<2->{\rnode{A}{\texttt{Kathete}}^2} \onslide<3->{ + } + \onslide<4->{\rnode{B}{\texttt{Kathete}}^2} \onslide<5->{ &= } + \onslide<6->{\rnode{C}{\texttt{Hypothenuse}}^2} \end{align*} +\onslide<7>{in Worten:}\par \onslide<8>{In einem rechtwinkligen Dreieck ist die + Summe der Quadrate über den \rnode{k}{Katheten} gleich dem Quadrat über der + \rnode{h}{Hypothenuse!}\nccurve{->}{k}{A}\nccurve{->}{k}{B}\nccurve{->}{h}{C}} +\end{frame} +\begin{frame}{Rechtwinkliges Dreieck} +\only<-6,8>{Der Satz von Pythagoras \ldots} +\begin{align*} \only<8>{a^2+b^2 &= c^2}\\ + \only<2->{\rnode{A}{\texttt{Kathete}}^2} \only<3->{ + } + \only<4->{\rnode{B}{\texttt{Kathete}}^2} \only<5->{ &= } + \only<6->{\rnode{C}{\texttt{Hypothenuse}}^2} \end{align*} +\only<7>{in Worten:}\par \only<8>{In einem rechtwinkligen Dreieck ist die + Summe der Quadrate über den \rnode{k}{Katheten} gleich dem Quadrat über + der \rnode{h}{Hypothenuse!}\nccurve{->}{k}{A}\nccurve{->}{k}{B}\nccurve{->}{h}{C}} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-02-9.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-9.ltxb new file mode 100644 index 00000000000..0ebe1b31013 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-02-9.ltxb @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-02-9 auf Seite 632. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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) 4,7 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands +\usetheme{Malmoe} \usecolortheme{dove} +\newcommand\Text[1][1]{Ein langer sinnloser Satz (#1)!} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Das Makro \texttt{uncover}} +\setbeamercovered{transparent} \Huge +\uncover<1>{\Text} \\ \uncover<2>{\color{red} \Text[2]} \\ +\uncover<3>{\color{green}\Text[3]}\\ \uncover<4>{\color{blue}\Text[4]} \\ +\uncover<5>{\color{cyan}\Text[5]} +\end{frame} \setbeamercovered{still covered=\opaqueness<1>{50}% + \opaqueness<2>{40}\opaqueness<3>{30} + \opaqueness<4>{20}\opaqueness<5>{10},again covered=\opaqueness<1->{10}} +\begin{frame}{Das Makro \texttt{uncover}} \Huge +\uncover<1>{\Text} \\ \uncover<2>{\Text[2]}\\\uncover<3>{\Text[3]}\\ +\uncover<4>{\Text[4]}\\ \uncover<5>{\Text[5]} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-1.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-1.ltxb new file mode 100644 index 00000000000..3ff5d3728ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-1.ltxb @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-1 auf Seite 644. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usetheme{Hannover} +%StopShownPreambleCommands + +\begin{document} +\section{Einführung} +\begin{frame}{Ein Beispiel für eine Strukturierung}{\texttt{section}} +\begin{beamercolorbox}{blue!30} + Die Angabe \texttt{\textbackslash section} vor dieser Folie hat hier keine + Auswirkung, sondern erzeugt nur vorher eine leere Folie mit dem gleichen + Titel und erscheint zusätzlich in der Navigation. +\end{beamercolorbox} +\end{frame} +\subsection[\texttt{subsection}]{Beispiel zum Makro \texttt{subsection}} +\begin{frame}{Ein Beispiel für eine Strukturierung}{\texttt{subsection}} +\begin{beamercolorbox}{blue!30} + Die Angabe \texttt{\textbackslash section} vor dieser Folie hat hier keine + Auswirkung, sondern erzeugt nur vorher eine leere Folie mit dem gleichen + Titel und erscheint zusätzlich in der Navigation. +\end{beamercolorbox} +\end{frame} +\subsection{foo}\section{bar}\subsection{baz}\subsection{foobaz} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-10.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-10.ltxb new file mode 100644 index 00000000000..807724d4f9d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-10.ltxb @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-10 auf Seite 654. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands +\usetheme{PaloAlto} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}[fragile]{Verbatimtext in + einer Folie}% + {Sonderbehandlung von Quellcode} +\setbeamercovered{transparent=25} +\uncover<1->{Die Umgebung + \texttt{semiverbatim}:} +\begin{semiverbatim} +\textbackslash svnInfo \uncover<2->{% + $Id: kap_praesentieren2.tex 206 + 2011-05-10 13:10:26Z herbert $} +\end{semiverbatim} + +Die normale Umgebung \texttt{verbatim}: +\begin{verbatim} +In einer Umgebung verbatim: +\svnInfo $Id: kap_praesentieren2.tex 206 + 2011-05-10 13:10:26Z herbert $ +\end{verbatim} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-11.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-11.ltxb new file mode 100644 index 00000000000..01af4e6bf47 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-11.ltxb @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-11 auf Seite 655. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3,4,5,6 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage{beramono} + +%StartShownPreambleCommands + +%StopShownPreambleCommands + +\begin{document} +\begin{frame}[fragile]{Matrixoperationen}{Benutzung von \texttt{semiverbatim}} +\setbeamercolor{alerted text}{fg=blue} +\setbeamerfont{alerted text}{series=\bfseries,family=\ttfamily} +\begin{semiverbatim} \small +\uncover<1->{\alert<0>{\alert<6>{sub \color{red}matrix_row2vector} \{}} +\uncover<2->{\alert<2>{ my $m = shift; my($rows,$cols) = ($m->[1],$m->[2]);}} +\uncover<2->{\alert<2>{ my $r = shift; # optional, which column from matrix}} +\uncover<2->{\alert<2>{ croak "Error: matrix hasn't 3D rows" unless ($cols == 3);}} +\uncover<3->{\alert<3>{ if ( defined $r ) \{}} +\uncover<3->{\alert<3>{ croak "Error: matrix hasn't that row" unless ($r < $rows);}} +\uncover<3->{\alert<3>{ \}}} +\uncover<4->{\alert<4>{ else \{}} +\uncover<4->{\alert<4>{ croak "Error: matrix is not a 3D row matrix"}} +\uncover<4->{\alert<4>{ unless ($rows == 1);}} +\uncover<5->{\alert<5>{ $r = 0;}} +\uncover<4->{\alert<4>{ \}}} +\uncover<6->{\alert<6>{ return Math::VectorReal->% + \alert<6>{\color{red}new(@\{$m->[0][$r]\})};}} +\uncover<1->{\alert<1>{\}}} +\end{semiverbatim} \par +\visible<6>{Beachte den Gebrauch von \alert{\color{red}\texttt{shift}}.} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-2.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-2.ltxb new file mode 100644 index 00000000000..6c0f5e8929c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-2.ltxb @@ -0,0 +1,60 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-2 auf Seite 646. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3,4,5,6 + +%% ==== +\PassOptionsToClass{t}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usetheme{Hannover} +\title[Deutsche Silbentrennmuster]{Deutsche Silbentrennmuster\\[3pt] --\\[3pt] + {\small aus linguistischer und \TeX nischer Sicht}} +\author[Römer \& Voß]{Christine Römer \& Herbert Voß}\date{Jena, 6.\,3.\,2008} +\setbeamertemplate{background canvas}{% + \includegraphics[width=\paperwidth]{images/beamer/TeX}} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}[plain] \titlepage \end{frame} +\setbeamertemplate{background canvas}{bg=white} +\AtBeginSection{% + \begin{frame}<beamer>{Gliederung}% beamer, nicht für handout + \tableofcontents[currentsection] + \end{frame}} +\beamerdefaultoverlayspecification{<+->} +\begin{frame}{Gliederung} \tableofcontents \end{frame} +\section{Einführung} +\begin{frame}{Vorbemerkung} +In der DTK 2/2003, 2/2005 und 1/2008 beschäftigten sich angesichts der +Rechtschreibereform Artikel mit der Aufgabe "`die deutschen Trennmuster zu verbessern"'. +Ohne explizit alle aufgeworfenen Fragen anzusprechen, \ldots +\end{frame} +\section{2. Linguistische Aspekte} +\subsection{Typologische Charakteristika} +\begin{frame}{Doppelte Gliederung der Sprache} +Dualität der sprachlichen Struktur, d.\,h. das System der Sprache wird durch zwei +unterschiedliche Ebenen bestimmt. +\begin{description}[<+-| alert@+>] +\item[Inhaltsebene:] Bausteine sind Morpheme (grammatische Einheit), \ldots{} . +Das Wissen über morphologische Wortstrukturen ermöglicht auch unbekannte +Wörter zu interpretieren. In der Schreibung wird eine Sprache morphologisch interpretiert. +\item[Ausdrucksebene:] Konstituenten sind Silben (rhythmische Größe) , \ldots{} . +Wörter als lautliche Objekte sind auditiv/perzeptiv aus Silben zusammengesetzt. +\item[\ldots:] \ldots +\end{description} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-3.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-3.ltxb new file mode 100644 index 00000000000..16fa0d2c63e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-3.ltxb @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-3 auf Seite 647. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\setlength\unitlength{1mm} + +%StartShownPreambleCommands +\usetheme{Hannover} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Mehrspaltensatz}{\texttt{columns}, \texttt{column}, \ldots} +\begin{columns}[b] % bottom aligned + \only<1->{% ab Overlay 1 + \begin{column}{.4\textwidth} + \TeX\ is the world's premi\`ere markup-based typesetting system, + and PostScript is the leading language for describing the printed + page. We describe how they can produce even more beautiful results + when they work together. + \end{column}} + \begin{column}{.2\textwidth} + \only<2->{\rule{20mm}{25mm}% ab Overlay 2 + \put(-13,20){{\color{white}\TeX}}} + \end{column} + \only<3>{% nur Overlay 3 + \begin{column}{.2\textwidth}{\color{red}\rule{20mm}{40mm}} + \put(-13,20){\LaTeX} + \end{column}} +\end{columns} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-4.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-4.ltxb new file mode 100644 index 00000000000..96294866740 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-4.ltxb @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-4 auf Seite 649. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3,4,5,6 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usetheme{Hannover} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Hyperlinks and -targets} +\begin{itemize} + \item<1-> Erster Punkt. + \item<2> \hyperlink{Punkt4}{\beamergotobutton{zu Punkt 4}} + \item<3-> Dritter Punkt. + \item<4-> \hypertarget<4>{Punkt4}{}Vierter Punkt. +\end{itemize} +\invisible<2>{\hyperlink{Punkt2}{\beamergotobutton{zu Punkt 2}}} +\invisible<3>{\hyperlink{Punkt3}{\beamergotobutton{zu Punkt 3}}} +\hypertarget<2>{Punkt2}{} \hypertarget<3>{Punkt3}{} +\hyperlink{Folie2<2>}{\beamergotobutton{nächste Folie}} +\end{frame} +\begin{frame}[label=Folie2]{Zweite Folie mit einem Sprungziel} +foo \pause bar +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-5.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-5.ltxb new file mode 100644 index 00000000000..e8385b90307 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-5.ltxb @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-5 auf Seite 649. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usetheme{Hannover} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Pythagoras} +\begin{align} +c^2 &= a^2+b^2 \label{Pythagoras}\\ +c^2 &= a^2+b^2-2ab\cos\gamma\label{Cosinussatz} +\end{align} +foo \uncover<2>{bar} + +\only<3>{Ohne Overlayspezifikation sinnlos! % + \label<3>{Marke}} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-6.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-6.ltxb new file mode 100644 index 00000000000..9f05bd3cb83 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-6.ltxb @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-6 auf Seite 651. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands +\usetheme{Ilmenau} +%StopShownPreambleCommands + +\begin{document} +\begin{frame} +\begin{itemize}[<+->] + \item Item 1, auf allen Overlays. \item Item 2, ab Overlay 2 sichtbar. + \item Item 3, ab Overlay 3 sichtbar. \item Item 4, ab Overlay 4 sichtbar. +\end{itemize} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-7.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-7.ltxb new file mode 100644 index 00000000000..010deb1887a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-7.ltxb @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-7 auf Seite 651. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands + +%StopShownPreambleCommands + +\begin{document} +\begin{frame} +\begin{itemize}[<+->] + \item Item 1, auf allen Overlays. \item Item 2, ab Overlay 2 sichtbar. + \item<.-> Item 3, auch ab Overlay 2 sichtbar. \item Item 4, ab Overlay 3 sichtbar. +\end{itemize} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-8.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-8.ltxb new file mode 100644 index 00000000000..be150ab7710 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-8.ltxb @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-8 auf Seite 652. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3,4,5,6 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands +\usetheme{Goettingen}\newcommand*\bp{\thebeamerpauses} +%StopShownPreambleCommands + +\begin{document} +\begin{frame} +\begin{enumerate} + \item<+-> Item (\bp), auf allen Overlays. + \item<.(4)-> Item (\bp), ab Overlay 5 sichtbar. + \item<.-> Item (\bp), auch ab Overlay 1 sichtbar. + \item<+-> Item (\bp), ab Overlay 2 sichtbar. + \item<+(-\value{beamerpauses})> Item (\bp), zusammen mit Item 1 auf Overlays 1. + \item<.> Item (\bp), nur auf Overlay 3 sichtbar. + \item<+(-2)> Item (\bp), nur auf Overlay 2 sichtbar (4-2=2). + \item<+-> Item (\bp), ab Overlay 4 sichtbar. + \item<+> Item (\bp), nur auf Overlay 6 sichtbar. +\end{enumerate} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-03-9.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-9.ltxb new file mode 100644 index 00000000000..c140d7ea3d5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-03-9.ltxb @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-03-9 auf Seite 653. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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) 7 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands +\usetheme{Madrid} +\setbeamerfont{structure}{shape=\scshape} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Textmakros}{Textattribute setzen}\Large +Anfang: \textbf<1->{Der Text ist bold \ldots} \\ +Anfang: \textit<2->{Der Text ist italic \ldots}\\ +Anfang: \textsl<3->{Der Text ist slanted \ldots}\\ +Anfang: \textrm<4->{Der Text ist in Roman \ldots}\\ +Anfang: \textsf<5->{Der Text ist serifenlos \ldots}\\ +Anfang: {\textcolor<6->{red!70}{Dieser Text ist + rot \ldots}} Ende.\\ +Anfang: \structure<7>{Text ist beamerspezifisch}\\ +Anfang: Dieser Text ist normal \ldots +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-04-1.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-04-1.ltxb new file mode 100644 index 00000000000..f479c028805 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-04-1.ltxb @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-04-1 auf Seite 656. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3,4,5,6 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands + +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Grafiken einfügen}{}\hspace*{-1.5em}% +\includegraphics<1->{images/beamer/beamer0} +\includegraphics<2->{images/beamer/beamer1} +\includegraphics<3->{images/beamer/beamer2} +\end{frame} +\begin{frame}{Grafiken einfügen}{Als Overlays} +\begin{center} +\includegraphics<1>[scale=2]{images/beamer/beamer0} +\includegraphics<2>[scale=2]{images/beamer/beamer1} +\includegraphics<3>[scale=2]{images/beamer/beamer2} +\end{center} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-04-2.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-04-2.ltxb new file mode 100644 index 00000000000..1be695a31df --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-04-2.ltxb @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-04-2 auf Seite 656. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} + + +%StartShownPreambleCommands + +%StopShownPreambleCommands + +\begin{document} +\setbeamertemplate{background canvas}{% + \includegraphics[width=\paperwidth, + height=\paperheight]{images/beamer/TU}} +\setbeamertemplate{navigation symbols}{} +\setbeamertemplate{footline}{} +\setbeamercolor{title page}{fg=white} +\setbeamerfont{title page}{series=\bfseries, + size=\Huge} +\title{Hintergrundbild} +\author{Herbert Vo\ss} +\begin{frame}[plain]\maketitle\end{frame} +% (C) Abbildung: TU-Berlin +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-05-1.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-05-1.ltxb new file mode 100644 index 00000000000..2ca44a61db4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-05-1.ltxb @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-05-1 auf Seite 658. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\setbeamertemplate{frametitle}{% + \insertframetitle\\ + \hspace*{-10pt}\rule{\paperwidth}{2pt}} +\setbeamersize{text margin left=10pt} +\setbeamertemplate{navigation symbols}{} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{foo}{bar} +foobar +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-05-2.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-05-2.ltxb new file mode 100644 index 00000000000..f105d8175d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-05-2.ltxb @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-05-2 auf Seite 659. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} +\setbeamercolor{frametitle}{fg=white,bg=gray} +\setbeamerfont{titlelike}{series=\bfseries} +\setbeamerfont{framesubtitle}{size=\footnotesize} + +%StartShownPreambleCommands +\setbeamertemplate{background}[grid][step=0.5cm]{} +\setbeamertemplate{frametitle}{% + \begin{beamercolorbox}[wd=\paperwidth,ht=4.5ex,leftskip=3mm, + rightskip=3mm]{frametitle} + \usebeamerfont{titlelike}\tabular{@{}l} \insertframetitle\\ + \usebeamerfont{framesubtitle}\usebeamercolor[fg]{framesubtitle} + \insertframesubtitle\endtabular\hfill\usebeamerfont*{titlelike}\Huge FU + \end{beamercolorbox}} +\logo{\includegraphics[width=1.5cm]{images/beamer/fu-berlin}} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Templates}{Das Template \texttt{frametitle}} +Die Zahl der Templates, die der Anwender überschreiben kann, ist sehr groß. \ldots +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-05-3.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-05-3.ltxb new file mode 100644 index 00000000000..8d4c5046bc4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-05-3.ltxb @@ -0,0 +1,66 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-05-3 auf Seite 660. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,7 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} +\usepackage{array,ragged2e} +\setbeamertemplate{background}[grid][step=0.5cm]{} +\setbeamercolor{frametitle}{fg=white,bg=gray} +\setbeamerfont{titlelike}{series=\bfseries} +\setbeamerfont{framesubtitle}{size=\footnotesize} +\setbeamertemplate{frametitle}{% + \begin{beamercolorbox}[wd=\paperwidth,ht=4.5ex, + leftskip=.3cm,rightskip=.3cm]{frametitle} + \usebeamerfont{titlelike}\tabular{@{}l} + \insertframetitle\\ + \usebeamerfont{framesubtitle}% + \usebeamercolor[fg]{framesubtitle}% + \insertframesubtitle% + \endtabular\hfill + \usebeamerfont*{titlelike}\Huge FU + \end{beamercolorbox}} + \logo{\includegraphics[width=1.5cm]{images/beamer/fu-berlin}} + +%StartShownPreambleCommands +\setbeamertemplate{logo}{} \setbeamertemplate{navigation symbols}{} +\setbeamercolor{section in head/foot}{fg=black,bg=white} +\setbeamertemplate{footline}{% + \begin{beamercolorbox}[wd=\paperwidth,ht=1.2cm]{section in head/foot} + \tabular{@{}m{0.75\paperwidth}@{}>{\RaggedLeft}m{0.25\paperwidth}@{}} + \insertnavigation{0.75\paperwidth} & + \includegraphics[width=1cm]{images/beamer/fu-berlin} + \endtabular\end{beamercolorbox}} +%StopShownPreambleCommands + +\begin{document} +\section{Beamer Templates} \subsection{Neue Kopfzeile} +\begin{frame}{Templates}{Das Template \texttt{frametitle}} +Die Zahl der Templates, die der Anwender überschreiben kann, ist es seht groß. \ldots +\end{frame} +\begin{frame}{bar}{baz}foo\end{frame} \begin{frame}{bar}{baz}foo\end{frame} +\subsection{Neue Fußzeile} +\begin{frame}{bar}{baz}foo\end{frame} +\begin{frame}{Kopf- und Fußzeilen}{Das Template \texttt{footline}} +Die Zahl der Templates, die der Anwender überschreiben kann, ist es seht groß. \ldots +\end{frame} +\section{Neue Kopf- und Fußzeile} \subsection{Neue Fußzeile} +\begin{frame}{bar}{baz}foo\end{frame}\begin{frame}{bar}{baz}foo\end{frame} +\section{Demoabschnitt} +\begin{frame}{bar}{baz}foo\end{frame}\begin{frame}{bar}{baz}foo\end{frame} +\begin{frame}{bar}{baz}foo\end{frame}\begin{frame}{bar}{baz}foo\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-05-4.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-05-4.ltxb new file mode 100644 index 00000000000..d9748548caa --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-05-4.ltxb @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-05-4 auf Seite 664. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3 + +%% ==== +\PassOptionsToClass{}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usepackage{beamerthemeDresden} \usepackage{beamerouterthemesidebar} +\usepackage{beamercolorthemedove} +%StopShownPreambleCommands + +\begin{document} +\section{Die Canvas} +\setbeamertemplate{background canvas}{\put(120,-230){\rotatebox{45}{% + \scalebox{5}{\textcolor{gray!20}{DRAFT}}}}} +\begin{frame}{Der "`canvas"'-Hintergrund} +Ein Hintergrundtext, der solange auf den Folien erscheint, wie er nicht +neu definiert wird. +\end{frame} +\section{Der Hintergrund} +\setbeamertemplate{background}[grid][step=0.5cm,color=red!20] +\begin{frame}{Der Hintergrund} + Die zweite und dritte Folie mit Gitter. +\end{frame} +\section{Shaded canvas} +\setbeamertemplate{background canvas}[vertical shading][top=blue!25] +\setbeamercolor{normal text}{fg=red} \usebeamercolor[fg]{normal text} +\begin{frame}{Hintergrund mit Farbverlauf}{Verlauf von Blau nach Rot} +Der Hintergund erhält einen Farbverlauf. +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-06-1.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-06-1.ltxb new file mode 100644 index 00000000000..a34c4f89526 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-06-1.ltxb @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-06-1 auf Seite 665. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2 + +%% ==biber== +\PassOptionsToClass{12pt}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands +\usepackage{biblatex} % braucht einen biber Lauf! +\addbibresource{Intro.bib} +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Bibliografie -- Beispiel} +Hier kommt ein Hinweis auf eine Literaturstelle.~\cite{voss:mathe} +Oder auch diese Stelle~\cite{beccardi97}, oder \ldots +\end{frame} + +\begin{frame}{Bibliografie -- Beispiel} +\printbibliography +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-06-2.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-06-2.ltxb new file mode 100644 index 00000000000..ca5d214ca8a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-06-2.ltxb @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-06-2 auf Seite 666. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2 + +%% ==== +\PassOptionsToClass{size=12pt}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands + +%StopShownPreambleCommands + +\begin{document} +\begin{frame}{Bibliografie -- Beispiel} +Hier kommt ein Hinweis auf eine Literaturstelle.~\cite{voss:mathe} +Oder diese Stelle~\cite{beccardi97}, oder \ldots +\end{frame} + +\begin{frame}{Bibliografie -- Beispiel} +\begin{thebibliography}{99} +\bibitem[1]{beccardi97} Claudio Beccari.\newblock +Typesetting mathematics for science and technology according to iso 31/xi.\newblock +{\em TUGboat Journal}, 18(1):39--47, 1997. +\bibitem[2]{voss:mathe} Herbert Vo\ss.\newblock {\em Mathematiksatz mit \LaTeX}.\newblock +DANTE -- Lob.media, Heidelberg/Berlin, 2009. +\end{thebibliography} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-07-1.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-07-1.ltxb new file mode 100644 index 00000000000..8aa818760a5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-07-1.ltxb @@ -0,0 +1,62 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-07-1 auf Seite 667. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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,2,3,4 + +%% ==== +\PassOptionsToClass{handout}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} +\usetheme{Hannover} +\title[Deutsche Silbentrennmuster]{Deutsche Silbentrennmuster\\[3pt] --\\[3pt] + {\small aus linguistischer und \TeX nischer Sicht}} +\author[R\"omer \& Vo\ss]{Christine R\"omer \& Herbert Vo\ss} +\date{Jena, 6.\,3.\,2008} +\setbeamertemplate{background canvas}{\includegraphics[width=\paperwidth]{images/beamer/TeX}} + +%StartShownPreambleCommands + +%StopShownPreambleCommands + +\begin{document} +\begin{frame}[plain] \titlepage \end{frame} +\setbeamertemplate{background canvas}{bg=white} +\AtBeginSection{\begin{frame}<beamer>{Gliederung}% nicht für handout + \tableofcontents[currentsection] \end{frame}} +\beamerdefaultoverlayspecification{<+->} +\begin{frame}{Gliederung} \tableofcontents \end{frame} + +\section{Einführung} +\begin{frame}{Vorbemerkung} +In der DTK 2/2003, 2/2005 und 1/2008 beschäftigten sich angesichts der +Rechtschreibereform Artikel mit der Aufgabe "`die deutschen Trennmuster zu +verbessern"'. Ohne explizit alle aufgeworfenen Fragen anzusprechen, \ldots +\end{frame} + +\section{2. Linguistische Aspekte} +\subsection{Typologische Charakteristika} +\begin{frame}{Doppelte Gliederung der Sprache} +Dualität der sprachlichen Struktur, d.\,h. das System der Sprache wird durch zwei +unterschiedliche Ebenen bestimmt. +\begin{description}[<+-| alert@+>] +\item[Inhaltsebene:] Bausteine sind Morpheme (grammatische Einheit), \ldots{} +Das Wissen über morphologische Wortstrukturen ermöglicht auch unbekannte +Wörter zu interpretieren. In der Schreibung wird eine Sprache morphologisch +interpretiert. +\item[Ausdrucksebene:] Konstituenten sind Silben (rhytmische Größe) , \ldots{} +Wörter als lautliche Objekte sind auditiv/perzeptiv aus Silben zusammengesetzt. +\item[\ldots:] \ldots +\end{description} +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/13-07-2.ltxb b/Master/texmf-dist/doc/latex/einfuehrung2/13-07-2.ltxb new file mode 100644 index 00000000000..11a1fb420c2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/13-07-2.ltxb @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 13-07-2 auf Seite 668. +%% +%% Copyright (C) 2015 Vo\ss +%% +%% 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 + +%% ==== +\PassOptionsToClass{presentation}{beamer} +\documentclass{exabeamer} +\usepackage[utf8]{inputenc} + +%StartShownPreambleCommands + +%StopShownPreambleCommands + +\begin{document} +\begin{frame}[fragile]{Verschiedene Modi} +\mode<article> +Dieser Text erscheint nur im Modus +\emph{article}. +\verb!Verbatimtext ist ok {! + +\mode<presentation>{Präsentationsmodus} + +Jetzt sind wir wieder im Modus +\emph{article}. + +\mode<presentation> + und nun wieder im Modus + \emph{presentation}. +[ \ldots\ ] +\end{frame} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-1.ltx new file mode 100644 index 00000000000..d200c885653 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-1.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-1 auf Seite 670. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{xcolor} +%StopShownPreambleCommands +\begin{document} +Nun ist der Text \color[rgb]{0,1,0} grün und +nun \textcolor[cmyk]{0,1,0,0}{ein wenig magenta} +und {\color[rgb]{0,0,1}jetzt blau} und nun wieder grün. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-10.ltx new file mode 100644 index 00000000000..1a8d3ad7113 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-10.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-10 auf Seite 679. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{xcolor} +\newsavebox{\X}\sbox{\X}{[Schwarz] und \color[cmyk]{0,0.6,0.8,0}[Orange]} +%StopShownPreambleCommands +\begin{document} +Start mit \usebox{\X}, und zurück zu Schwarz.\par +\color{green}Start mit Grün, siehe \usebox{\X} und wieder Grün. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-11.ltx new file mode 100644 index 00000000000..4c8c0b47243 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-11.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-11 auf Seite 679. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{xcolor} +\definecolor{Light}{gray}{.80} \definecolor{Dark}{gray}{.20} +%StopShownPreambleCommands +\begin{document} +\colorbox{red!40}{Schwarz auf 40\%~Rot}\hfill% +\fcolorbox{red}{cyan!40}{Schwarz -- Text, cyan -- Hintergrund, Rot -- Rahmen}\\ +\colorbox{Light}{\textcolor{Dark}{Heller Hintergrund}}\hfill% +\fcolorbox{red}{cyan!60}{\color{white}Weiß -- Text, cyan -- Hintergrund, Rot -- Rahmen} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-12.ltx new file mode 100644 index 00000000000..dfebd685286 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-12.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-12 auf Seite 679. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{xcolor} +%StopShownPreambleCommands +\begin{document} +\setlength{\fboxsep}{10pt}\setlength{\fboxrule}{6pt} +\colorbox{yellow!40}{\color{blue}Spaß mit xcolor} +\fcolorbox{red!40}{yellow}{Spaß mit xcolor} +\setlength{\fboxrule}{1pt}\colorbox{green!40}{Spaß mit xcolor} +\fcolorbox{blue}{green!40}{\color{blue}Spaß mit xcolor} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-13.ltx new file mode 100644 index 00000000000..e618f49ed7f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-13.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-13 auf Seite 680. +%% +%% Copyright (C) 2016 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{xcolor} +%StopShownPreambleCommands +\begin{document} +\definecolor{HTMLFarbe}{HTML}{FF2006}% #FF2006 +HTML-Farbe \ttfamily\textcolor{HTMLFarbe}{FF2006}\\ +rgb :\convertcolorspec{HTML}{FF2006}{rgb}\RGBFarbe +\textcolor[rgb]{\RGBFarbe}{\RGBFarbe}\\ +cmyk:\convertcolorspec{HTML}{FF2006}{cmyk}\CMYKFarbe +\textcolor[cmyk]{\CMYKFarbe}{\CMYKFarbe}\\ +hsb :\convertcolorspec{HTML}{FF2006}{hsb}\HSBFarbe +\textcolor[hsb]{\HSBFarbe}{\HSBFarbe} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-2.ltx new file mode 100644 index 00000000000..a597fed50f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-2.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-2 auf Seite 671. +%% +%% Copyright (C) 2016 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{xcolor,multido} +\newcommand*\CBox[1]{\color{.!80}\colorbox{.}{% + \rule[-3ex]{0pt}{7ex}{\color{-.}#1}}} +%StopShownPreambleCommands +\begin{document} +\color{red}\multido{\iCol=1+1}{11}{\CBox{\large\iCol}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-3.ltx new file mode 100644 index 00000000000..1e9d0f9884f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-3.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-3 auf Seite 672. +%% +%% Copyright (C) 2016 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[dvipsnames,prologue]{xcolor} +\definecolor{MyOrange}{cmyk}{0,0.42,1,0} +\definecolor[named]{Blue}{rgb}{0,0,0.8} +\definecolor{MyGrey}{gray}{0.75} +\definecolor{MyBlack}{named}{Black} +\colorlet{MyRGBO}[rgb]{MyOrange} +\newcommand*\col[1]{\color{#1}\rule{3cm}{5mm}} +%StopShownPreambleCommands +\begin{document} +{\col{MyOrange}}\\{\col{Blue}}\\ +{\col{MyGrey}}\\{\col{MyBlack}}\\{\col{MyRGBO}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-4.ltx new file mode 100644 index 00000000000..e791682cde7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-4.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-4 auf Seite 672. +%% +%% Copyright (C) 2016 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{xcolor} +\definecolorset{rgb}{}{}{% + red,1,0,0;green,0,1,0;blue,0,0,1} +\providecolorset{rgb}{}{H}{% + red,0.5,0,0;green,0,0.5,0;blue,0,0,0.5} +\newcommand*\col[1]{\color{#1}\rule{3cm}{5mm}} +%StopShownPreambleCommands +\begin{document} +{\col{red}}\\{\col{green}}\\ +{\col{blue}}\\[4pt] +{\col{redH}}\\{\col{greenH}}\\{\col{blueH}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-5.ltx new file mode 100644 index 00000000000..2da3d0ae0a9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-5.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-5 auf Seite 673. +%% +%% Copyright (C) 2016 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{xcolor,multido} +\definecolorseries{testA}{rgb}{last}{blue}{white} +\resetcolorseries[200]{testA}% 200 Farbschritte +\definecolorseries{testB}{rgb}{step}[rgb]{% + 0.95,0.85,0.55}{0.17,0.47,0.37} +\resetcolorseries[200]{testB} +\linethickness{0.004\linewidth} +%StopShownPreambleCommands +\begin{document} +\multido{\nC=1+1}{200}{\hspace*{0.004\linewidth}% + \color{testA!![\nC]}\line(0,1){40}}\\[5pt] +\multido{\nC=1+1}{200}{\hspace*{0.004\linewidth}% + \color{testB!![\nC]}\line(0,1){40}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-6.ltx new file mode 100644 index 00000000000..a0752e42a26 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-6.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-6 auf Seite 673. +%% +%% Copyright (C) 2016 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} +\setlength{\fboxsep}{2mm} +%StartShownPreambleCommands +\usepackage{xcolor,multido} +\definecolorseries{C}{cmyk}{last}{white}[cmyk]{1,0,0,0}\resetcolorseries[10]{C} +\definecolorseries{M}{cmyk}{last}{white}[cmyk]{0,1,0,0}\resetcolorseries[10]{M} +\definecolorseries{Y}{cmyk}{last}{white}[cmyk]{0,0,1,0}\resetcolorseries[10]{Y} +\definecolorseries{K}{cmyk}{last}{white}[cmyk]{0,0,0,1}\resetcolorseries[10]{K} +%StopShownPreambleCommands +\begin{document} +\makebox[30mm][l]{cyan (C):}% +\multido{\nColr=0+1}{10}{\colorbox{C!![\nColr]}{0.\nColr}}\\ +\makebox[30mm][l]{magenta (M):}% +\multido{\nColr=0+1}{10}{\colorbox{M!![\nColr]}{0.\nColr}}\\ +\makebox[30mm][l]{yellow (Y):}% +\multido{\nColr=0+1}{10}{\colorbox{Y!![\nColr]}{0.\nColr}}\\ +\makebox[30mm][l]{black (K):}% +\multido{\nColr=0+1}{10}{\colorbox{K!![\nColr]}{0.\nColr}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-7.ltx new file mode 100644 index 00000000000..765d3196352 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-7.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-7 auf Seite 674. +%% +%% Copyright (C) 2016 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} +\setlength{\fboxsep}{2mm} +%StartShownPreambleCommands +\usepackage{xcolor,multido} +\definecolorseries{H}{hsb}{last}[hsb]{0,1,1}[hsb]{1,1,1}\resetcolorseries[10]{H} +\definecolorseries{S}{hsb}{last}[hsb]{.1,0,1}[hsb]{.1,1,1}\resetcolorseries[10]{S} +\definecolorseries{B}{hsb}{last}[hsb]{1,1,0}[hsb]{1,1,1}\resetcolorseries[10]{B} +%StopShownPreambleCommands +\begin{document} +\makebox[30mm][l]{Hue (H):}% +\multido{\nColr=0+1}{10}{\colorbox{H!![\nColr]}{0.\nColr}}\\ +\makebox[30mm][l]{Saturation (S):}% +\multido{\nColr=0+1}{10}{\colorbox{S!![\nColr]}{0.\nColr}}\\ +\makebox[30mm][l]{Brightness (B):}% +\multido{\nColr=0+1}{10}{\colorbox{B!![\nColr]}{\color{white}0.\nColr}}\\ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-8.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-8.ltxps new file mode 100644 index 00000000000..befa6e0dadd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-8.ltxps @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-8 auf Seite 675. +%% +%% Copyright (C) 2016 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{pstricks} +%StopShownPreambleCommands +\begin{document} +\psframebox[linecolor={red!70!green}, + fillcolor=yellow!90!cyan, fillstyle=solid, + doubleline=true,doublesep=5pt,framesep=10pt, + doublecolor=-yellow!90!cyan]{\Large RGB% + \textcolor{red!72.75}{RGB}\color{-green}RGB} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-01-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-9.ltx new file mode 100644 index 00000000000..cf0a818bb3d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-01-9.ltx @@ -0,0 +1,53 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-01-9 auf Seite 675. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage[cmyk]{xcolor} +\usepackage[scaled]{beramono} +%StopShownPreambleCommands +\begin{document} +\small% +\begin{tabular}{@{}l@{ \ }ll@{ \ }l@{}} +\colorbox{red}{\phantom{aa}} & \verb+red+ & + \colorbox{-red}{\phantom{aa}} & \verb+-red+\\ +\colorbox{red!75}{\phantom{aa}} & \verb+red!75+ & + \colorbox{-red!75}{\phantom{aa}} & \verb+-red!75+\\ +\colorbox{red!75!green}{\phantom{aa}} & \verb+red!75!green+ & + \colorbox{-red!75!green}{\phantom{aa}} & \verb+-red!75!green+\\ +\colorbox{red!75!green!50}{\phantom{aa}} & \verb+red!75!green!50+ & + \colorbox{-red!75!green!50}{\phantom{aa}} & \verb+-red!75!green!50+\\ +\colorbox{red!75!green!50!blue}{\phantom{aa}} & \verb+red!75!green!50!blue+ & + \colorbox{-red!75!green!50!blue}{\phantom{aa}} & \verb+-red!75!green!50!blue+ \\ +\colorbox{red!75!green!50!blue!25}{\phantom{aa}} & \verb+red!75!green!50!blue!25+ & + \colorbox{-red!75!green!50!blue!25}{\phantom{aa}} & \verb+-red!75!green!50!blue!25+ \\ +\colorbox{red!75!green!50!blue!25!gray}{\phantom{aa}} & \verb+red!75!green!50!blue!25!gray+ & + \colorbox{-red!75!green!50!blue!25!gray}{\phantom{aa}} & \verb+-red!75!green!50!blue!25!gray+ \\ +\colorbox{rgb:red,1;white,2}{\phantom{aa}} & \verb+rgb:red,1;white,2+ & + \colorbox{cmyk:red,2;white,2}{\phantom{aa}} & \verb+cmyk:red,2;white,2+ \\ +\colorbox{rgb:red,5;green,2;yellow,10}{\phantom{aa}} & \verb+rgb:red,5;green,2;yellow,10+ & + \colorbox{cmyk:red,5;green,2;yellow,10}{\phantom{aa}} & \verb+cmyk:red,5;green,2;yellow,10+ \\ +\colorbox{rgb,11:red,5;green,2;cyan,1}{\phantom{aa}} & \verb+rgb,11:red,5;green,2;cyan,1+ & + \colorbox{cmyk,11:red,5;cyan,2;cyan,1}{\phantom{aa}} & \verb+cmyk,11:red,5;cyan,2;cyan,1+ +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-02-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-1.ltx new file mode 100644 index 00000000000..fa419fca7d3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-1.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-02-1 auf Seite 681. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Anfang der Umgebung. +\begin{verbatim*} +\begin{verbatim*} +\foo \bar \baz +\end{verbatim*}% beendet die Umg. +\vspace*{-0.75\baselineskip} +\verb=\end{verbatim*}= % der Trick +\par\bigskip Ende der Umgebung. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-02-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-2.ltx new file mode 100644 index 00000000000..954c6f86619 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-2.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-02-2 auf Seite 683. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\textheight=2.2cm +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fancyvrb}\VerbatimFootnotes +%StopShownPreambleCommands +\begin{document} +Eine verb-Fußnote\footnote{mit +\verb|\VerbatimFootnotes| ist +\verb|\verb| in der Fußnote +möglich} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-02-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-3.ltx new file mode 100644 index 00000000000..bb8fdf5013f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-3.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-02-3 auf Seite 683. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +\sloppy +%StartShownPreambleCommands +\usepackage[scaled=0.88]{helvet} +\usepackage{fancyvrb}\DefineShortVerb{\|} +%StopShownPreambleCommands +\begin{document} +Das Makro |\verb| kann durch eine Kurzform mit +\Verb[fontfamily=helvetica]|\DefineShortVerb| +vereinfacht \UndefineShortVerb{\|} |werden|. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-02-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-4.ltx new file mode 100644 index 00000000000..c0ce398c2a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-4.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-02-4 auf Seite 684. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fancyvrb}\newcounter{bsp} +%StopShownPreambleCommands +\begin{document} +\begin{Verbatim}[frame=single,fontsize=\small, +formatcom=\refstepcounter{bsp}% + \label{Bsp-\arabic{bsp}}, +label=Lua-Beispiel~\thebsp] +#!/usr/bin/lua +lines = { + luaH_set = 10, + luaH_get = 24, + luaH_present = 46} +\end{Verbatim} +Wie Beispiel~\ref{Bsp-1} zeigt \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-02-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-5.ltx new file mode 100644 index 00000000000..1d747bafc11 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-5.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-02-5 auf Seite 684. +%% +%% Copyright (C) 2016 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{filecontents} +\begin{filecontents*}{foo.lua} +#!/usr/bin/lua +lines = { + luaH_set = 10, + luaH_get = 24, + luaH_present = 46 } +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{fancyvrb} +%StopShownPreambleCommands +\begin{document} +\VerbatimInput[frame=single, + firstline=1,lastline=3, + label=Lua]{foo.lua} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-02-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-6.ltx new file mode 100644 index 00000000000..e072844a803 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-6.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-02-6 auf Seite 685. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{fancyvrb} +\DefineVerbatimEnvironment{FVerbatim}{LVerbatim}{numbers=left,numbersep=2mm, + frame=lines,framerule=0.8mm,label=Lua,fontsize=\small} +%StopShownPreambleCommands +\begin{document} +\begin{minipage}{0.45\linewidth} +\begin{FVerbatim} +#!/bin/lua +-- Kommentarzeile, +\end{FVerbatim} +\end{minipage} \begin{minipage}{0.45\linewidth} +\begin{FVerbatim}[framerule=0.5pt] +#!/bin/lua +local m=1 -- Variable +\end{FVerbatim} +\end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-02-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-7.ltx new file mode 100644 index 00000000000..bf4d71dee8d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-02-7.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-02-7 auf Seite 687. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=6cm,textheight=5cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{alltt} +%StopShownPreambleCommands +\begin{document} +\begin{alltt} +\emph{Text} mit {\rmfamily +\textsc{Sonderzeichen}} +/ " § $ $ % & ö ä ü ß # +und \LaTeX-Makros! \(E=mc^2\) +\end{alltt} +foo\footnote{Auch hier geht eine +Umgebung \texttt{alltt}: +\begin{alltt}\(E=mc^2\) +\end{alltt}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-1.ltx new file mode 100644 index 00000000000..67616c8a0f6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-1.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-1 auf Seite 687. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[textwidth=6cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[scaled=0.85]{beramono} +\usepackage{listings} +%StopShownPreambleCommands +\begin{document} +\begin{lstlisting}[basicstyle=\small\ttfamily, + keywordstyle=\bfseries,language={[LaTeX]TeX}] +\begin{itemize} + \item\today +\end{itemize} +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-10.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-10.ltx2crop new file mode 100644 index 00000000000..0d629c3c200 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-10.ltx2crop @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-10 auf Seite 696. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[ngerman,paper=a6,papgesize,parskip=half]{screxa} +\pagestyle{empty} +\usepackage[utf8,latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\usepackage{babel} +\setlength\parindent{0pt} +\setcounter{page}{1} +%StartShownPreambleCommands +\usepackage{listings} +\lstset{numbers=left,numbersep=3pt,numberstyle=\tiny,framexleftmargin=5mm,% + captionpos=b,frame=single} +%StopShownPreambleCommands +\begin{document} +\lstlistoflistings +\newpage\begin{lstlisting}[caption=Ein Perlprogramm,language=Perl] +#!/usr/bin/perl +\end{lstlisting} +\begin{lstlisting}[caption=Ein Javaprogramm,language=Java] +static void main {} +\end{lstlisting} +\newpage\begin{lstlisting}[caption=Ein Pythonprogramm,language=Python] +#!/usr/bin/python +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-11.ltx new file mode 100644 index 00000000000..98ff6ec10cb --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-11.ltx @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-11 auf Seite 697. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{listings,fancyvrb} +\makeatletter +\newenvironment{SmallListing}[1][] + {\lstset{#1}\VerbatimEnvironment\begin{VerbatimOut}{\jobname.vrb}} + {\end{VerbatimOut}\settowidth\@tempdima{\lstinputlisting{\jobname.vrb}}% + \addtolength\@tempdima{2\fboxsep}% + \minipage{\@tempdima}\lstinputlisting{\jobname.vrb}\endminipage} +\makeatother +\lstset{language=[Borland6]Pascal,numbers=left,numbersep=3pt,numberstyle=\tiny, + basicstyle=\small\ttfamily,xrightmargin=-1em} +%StopShownPreambleCommands +\begin{document} +\begin{SmallListing}[frame=shadowbox,framexleftmargin=2mm,escapechar=/] +const + N = 33; + evInvalidKey = 1024; { entspricht /$2^{10}$/ } + edNoKeyTab = 11; + kbBlank = $3920; +\end{SmallListing} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-12.ltx new file mode 100644 index 00000000000..60f5877a993 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-12.ltx @@ -0,0 +1,55 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-12 auf Seite 698. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +%\usepackage[textwidth=12cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{listings,xcolor,microtype} +\newcommand*\DTKlstfont{\small\ttfamily\SetTracking{encoding=*}{-60}\lsstyle} +\lstdefinestyle{DTKlstBase}{basicstyle=\DTKlstfont,basewidth=0.55em,keepspaces, + identifierstyle=\slshape,keywordstyle=\bfseries,stringstyle=\itshape, + commentstyle=\itshape,columns=fullflexible,tabsize=2,frame=single, + extendedchars=true,showspaces=false,showstringspaces=false,breaklines=true, + breakindent=0.5em,backgroundcolor=\color{black!10},breakautoindent=true, + captionpos=t,aboveskip=\medskipamount,belowskip=\medskipamount, + xrightmargin=\fboxsep,emphstyle=\DTK@lst@colorbox{lightgray},prebreak=, + postbreak=\mbox{$\hookrightarrow$},literate={ä}{{\"a}}1 {ö}{{\"o}}1 {ü}{{\"u}}1 + {Ä}{{\"A}}1 {Ö}{{\"O}}1 {Ãœ}{{\"U}}1 {ß}{\ss}1} +\lstdefinestyle{DTKlstNumber}{style=DTKlstBase,numbers=left, + numberstyle=\tiny\ttfamily,numbersep=1em,xleftmargin=1.5em,} +\lstdefinestyle{DTKlstNoNumber}{style=DTKlstBase,numbers=none,xleftmargin=\fboxsep} +%StopShownPreambleCommands +\begin{document} +\begin{lstlisting}[language=SQL,style=DTKlstNumber] +INSERT benutzer (benutzer,passwort,status,confirmationcode) +values('admin','rlkGOzA7pxCUY',1,'nocode') + +CREATE TABLE benutzer ( benutzer_id int auto_increment primary key, + benutzer varchar(30) unique, passwort varchar(30), status tinyint default 0, + email varchar(50), confirmationcode varchar(60), zeitpunkt timestamp ) +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-13.ltx new file mode 100644 index 00000000000..3c49e328d83 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-13.ltx @@ -0,0 +1,57 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-13 auf Seite 699. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +\usepackage{listings,xcolor,microtype} +\newcommand*\DTKlstfont{\small\ttfamily\SetTracking{encoding=*}{-60}\lsstyle} +\lstdefinestyle{DTKlstBase}{basicstyle=\DTKlstfont,basewidth=0.55em,keepspaces, + identifierstyle=\slshape,keywordstyle=\bfseries,stringstyle=\itshape, + commentstyle=\itshape,columns=fullflexible,tabsize=2,frame=single, + extendedchars=true,showspaces=false,showstringspaces=false,breaklines=true, + breakindent=0.5em,backgroundcolor=\color{black!10},breakautoindent=true,captionpos=t, + aboveskip=\medskipamount,belowskip=\medskipamount,xrightmargin=\fboxsep, + emphstyle=\DTK@lst@colorbox{lightgray},prebreak=,postbreak=\mbox{$\hookrightarrow$}, + literate={ä}{{\ä}}1 {ö}{{\ö}}1 {ü}{{\ü}}1 {Ä}{{\Ä}}1 {Ö}{{\Ö}}1 + {Ãœ}{{\Ü}}1 {ß}{\ss}1} +\lstdefinestyle{DTKlstNumber}{style=DTKlstBase,numbers=left,numberstyle=\tiny\ttfamily, + numbersep=1em,xleftmargin=1.5em,} +\lstdefinestyle{DTKlstNoNumber}{style=DTKlstBase,numbers=none,xleftmargin=\fboxsep} +%StartShownPreambleCommands +\usepackage{listings,xcolor,microtype} +\lstnewenvironment{Python}[1][]{\lstset{style=DTKlstNumber,language=Python,#1}}{} +%StopShownPreambleCommands +\begin{document} +\begin{Python} +def bubblesort(iterable): + seq = list(iterable) + for passesLeft in range(len(seq)-1, 0, -1): + for index in range(passesLeft): + if seq[index] > seq[index + 1]: + seq[index], seq[index + 1] = seq[index + 1], seq[index] + return seq +\end{Python} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-14.ltx new file mode 100644 index 00000000000..cf7da6e2c79 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-14.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-14 auf Seite 699. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{listings} +\lstMakeShortInline[basicstyle=\ttfamily\small]{/} +%StopShownPreambleCommands +\begin{document} +Die Umgebung /Example*/ wird hier benutzt. +\lstDeleteShortInline{/}\par +Die Umgebung /Example*/ \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-15.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-15.ltx2crop new file mode 100644 index 00000000000..36d6d60cc6a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-15.ltx2crop @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-15 auf Seite 699. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex== +% Show page(s) 2 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{listings,makeidx}\makeindex +\lstset{index={square,root}} +%StopShownPreambleCommands +\begin{document} +\begin{lstlisting} +for i:=maxint to 0 do +begin + j:=square(root(i)); +end; +\end{lstlisting} +\printindex +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-16.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-16.ltx2crop new file mode 100644 index 00000000000..9f67e5cf95d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-16.ltx2crop @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-16 auf Seite 700. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==makeindex== +% Show page(s) 2 +%% +%% +\documentclass[ngerman,twocolumn]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +\textheight=4cm +%StartShownPreambleCommands +\usepackage{listings,makeidx}\makeindex +\lstset{index=[1][keywords], + moreindex=[2]{scanf,printf},moreindex=[3]{include}, + indexstyle=[2]\Print,indexstyle=[3]\System} +\newcommand\Print[1]{\index{Print!#1@\texttt{#1}}} +\newcommand\System[1]{\index{System!#1@\texttt{#1}}} +%StopShownPreambleCommands +\begin{document} +\lstinputlisting[language=C++]{data/tools/mw.cpp} +\printindex +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-2.ltx new file mode 100644 index 00000000000..41f9312941d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-2.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-2 auf Seite 693. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=6cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[scaled=0.85]{beramono} +\usepackage{listings} +%StopShownPreambleCommands +\begin{document} +\begin{lstlisting}[language=C++, + basicstyle=\ttfamily\small, + keywordstyle=\bfseries] +// setcolor +void MalFenster::setcolor( int color ) { + this->colorId = color; + this->color = colorMap[color]; +} +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-3.ltx new file mode 100644 index 00000000000..6b3830cf24c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-3.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-3 auf Seite 693. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +%\usepackage[textwidth=6cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage[scaled=0.85]{beramono} \usepackage{microtype,listings} +\newcommand*\lstfont{\small\ttfamily\SetTracking{encoding=*}{-60}\lsstyle} +%StopShownPreambleCommands +\begin{document} +\begin{lstlisting}[language=C++,basicstyle=\ttfamily\small] +void MalFenster::setcolor( int color ) {} +\end{lstlisting} +\begin{lstlisting}[language=C++,basicstyle=\lstfont,columns=fullflexible] +void MalFenster::setcolor( int color ) {} +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-4.ltx new file mode 100644 index 00000000000..d35a05a893c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-4.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-4 auf Seite 694. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\usepackage{babel} +\usepackage[textwidth=6cm,textheight=15cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{listings} +\lstset{numbers=left,numbersep=3pt, + numberstyle=\tiny,language=PHP} +%StopShownPreambleCommands +\begin{document} +\begin{lstlisting} +$db=mysql_connect( + "usersql.zedat.fu-berlin.de", + "megrim-sql", + "***"); +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-5.ltx new file mode 100644 index 00000000000..f23d7e284c4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-5.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-5 auf Seite 694. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{169.16928pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{listings} +\lstset{language=PHP,numbers=left,numbersep=3pt, + numberstyle=\tiny,firstnumber=5,stepnumber=2, + columns=fullflexible} +%StopShownPreambleCommands +\begin{document} +\begin{lstlisting} +session_start(); +require("functions.php"); +if($_POST){ + $benutzer=trim($_POST['benutzer']); + $passwort=trim($_POST['passwort']);} +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-6.ltx new file mode 100644 index 00000000000..d71647da54e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-6.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-6 auf Seite 694. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{listings} +\lstset{language=[Borland6]Pascal,numbers=left,numbersep=3pt,numberstyle=\tiny, + basicstyle=\small\ttfamily} +%StopShownPreambleCommands +\begin{document} +\lstinputlisting[frame=shadowbox,framexleftmargin=5mm,linerange=1-7] + {data/tools/CHKDRV.PAS} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-7.ltx new file mode 100644 index 00000000000..26095e76b4f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-7.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-7 auf Seite 695. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{listings,xcolor} +\lstset{language=[Borland6]Pascal,numbers=left,numbersep=5pt,numberstyle=\tiny, + basicstyle=\small\ttfamily} +%StopShownPreambleCommands +\begin{document} +\lstinputlisting[frame=single,linerange=8-12,breaklines, + backgroundcolor=\color{black!20}]{data/tools/CHKDRV.PAS} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-8.ltx new file mode 100644 index 00000000000..53dd74dff92 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-8.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-8 auf Seite 695. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setlength{\parindent}{0em} +%StartShownPreambleCommands +\usepackage{listings,xcolor} +\lstset{language=[Borland6]Pascal,numbers=left,numbersep=5pt,numberstyle=\tiny, + basicstyle=\small\ttfamily,linewidth=0.65\textwidth} +%StopShownPreambleCommands +\begin{document} +\lstinputlisting[frame=single,frameround=tttt,linerange=8-12,breaklines,escapechar=/ + ]{data/tools/KEYTABLE.PAS} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-9.ltx new file mode 100644 index 00000000000..353578c1dd5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-9.ltx @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-9 auf Seite 696. +%% +%% Copyright (C) 2016 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[ngerman,parskip=half]{screxabook} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{beramono} +\setcounter{chapter}{1} +%StartShownPreambleCommands +\usepackage{listings,xcolor} +%StopShownPreambleCommands +\begin{document} +Das Listing~\ref{lst1} zeigt ein Perlprogramm. +\lstset{language=Perl,numbers=left,numbersep=5pt,numberstyle=\tiny, + basicstyle=\ttfamily\small,inputencoding=latin1,frame=ltBR} +\begin{lstlisting}[extendedchars,breaklines,identifierstyle=\color{cyan}\bfseries, + commentstyle=\color{black!40},stringstyle=\color{blue},keywordstyle=\color{cyan}, + float,caption=Ein Perlprogramm,label=lst1] +#Ce script Perl convertit l'expression d'une fonction mathémat. 'simple' en +#notation polonaise inverse. La procédure à invoquer est exp2prn(expression) +@signes=("+","-","*","/","^","(",")"); +@operateurs=("","add","sub","mul","div","exp"); +@constantes=("x","e","pi"); +@identificateurs=("cos","sin","tan","cot","ln","sh","arccos","arcsin","arctan"); +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-04-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-1.ltx new file mode 100644 index 00000000000..7d9c0d3c913 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-1.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-04-1 auf Seite 700. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{siunitx} +%StopShownPreambleCommands +\begin{document} +$12345,67$ $12345.67$\par +\num{12345,67} \num{12345.67}\par +\num{1+-2i}\par \num{3.45d-4}\par +\num{.3e45}\par +\num{1.654 x 2.E3 x .4D3}\par +\num[input-product=*,output-product=\cdot, + exponent-product=\cdot]% + {1.654 * 2.E3 * .4D3} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-04-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-2.ltx new file mode 100644 index 00000000000..99b881ad06c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-2.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-04-2 auf Seite 701. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{siunitx} +%StopShownPreambleCommands +\begin{document} +\numlist{10;20;30;40;100}\par +\numlist{1e-12;1e3}\par +\numrange{10+-2}{20+-.3} \par +\numrange{-1.d1}{1d1} \par +\numrange[exponent-product=\cdot]{.5d-1}{1d1} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-04-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-3.ltx new file mode 100644 index 00000000000..524faa06b48 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-3.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-04-3 auf Seite 701. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\documentclass[ngerman]{article} +\usepackage{babel} +\usepackage{siunitx} +%StopShownPreambleCommands +\begin{document} +\numlist{10;20;30;40;100}\par +\numlist{1e-12;1e3}\par +\numrange{10}{20} \par +\numrange{-1.d1}{1d1} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-04-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-4.ltx new file mode 100644 index 00000000000..0448e452586 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-4.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-04-4 auf Seite 702. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{siunitx} +\sisetup{exponent-product=\cdot} +%StopShownPreambleCommands +\begin{document} +\num{0.001}\par \num{0.0100}\par \num{1200}\par +\sisetup{scientific-notation=true}% +\num{0.001}\par \num{0.0100}\par \num{1200}\par +\sisetup{scientific-notation=engineering}% +\num{0.001}\par \num{0.0100}\par \num{1200}\par +\sisetup{fixed-exponent=2, + scientific-notation=fixed}% +\num{0.001}\par \num{0.0100}\par +\num{1200} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-04-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-5.ltx new file mode 100644 index 00000000000..111d67127b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-5.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-04-5 auf Seite 703. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{siunitx} +%StopShownPreambleCommands +\begin{document} +\ang{10} \par \ang{12.3} \par +\ang{4,5}\par \ang{1;2;3} \par +\ang{;;1}\par \ang{+10;;} \par +\ang{-0;1;}\par +\ang[add-arc-degree-zero, + add-arc-minute-zero, + add-arc-second-zero]{1} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-04-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-6.ltx new file mode 100644 index 00000000000..f410a9d6aef --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-6.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-04-6 auf Seite 704. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{siunitx} +%StopShownPreambleCommands +\begin{document} +\si{kg.m.s^{-1}} \par +\si{\kilogram\metre\per\second} \par +\si[per-mode=symbol]{\kilogram\metre\per\second}\par +\si{kg.m/s^2} \par +\si{g_{polymer}~mol_{cat}.s^{-1}} \par +\si{\kilogram\metre\per\ampere\per\second}\par +\si{\kilo\gram\metre\per\square\second}\par +\si{\gram\per\cubic\centi\metre} \par +\si{\square\volt\cubic\lumen\per\farad}\par +\si{\metre\squared\per\gray\cubic\lux} \par +\si{\henry\second} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-04-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-7.ltx new file mode 100644 index 00000000000..0b7c46eadb0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-7.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-04-7 auf Seite 706. +%% +%% Copyright (C) 2016 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[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{145.16928pt} +%StartShownPreambleCommands +\documentclass[ngerman]{article} +\usepackage{babel,siunitx,eurosym} +%StopShownPreambleCommands +\begin{document} +\SI{1.23}{J.mol^{-1}.K^{-1}} \par +\SI[mode=text]{1.23}{J.mol^{-1}.K^{-1}} \par +\SI{.23e7}{\candela} \par +\SI[per-mode=symbol]{1.99}[\euro]{\per\newton}\par +\SI[per-mode=fraction]{1,345}{\coulomb\per\mole}\par +\SIlist{0.13;0.67;0.80}{\milli\metre}\par +\SIrange{0.13}{0.67}{\milli\metre}\par +\SIlist{10;30;45}{\metre}\par\SIrange{1}{3}{\metre}\par +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-04-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-8.ltx new file mode 100644 index 00000000000..65acacdde30 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-8.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-04-8 auf Seite 706. +%% +%% Copyright (C) 2016 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{siunitx} +%StopShownPreambleCommands +\begin{document} +\si{\kilo\newton} sind gleich +\si[prefixes-as-symbols=false]{\kilo\newton}\\ +\sisetup{prefixes-as-symbols=false} +\si{\pico\farad} sind gleich +\si[prefixes-as-symbols]{\pico\farad} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-04-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-9.ltx new file mode 100644 index 00000000000..7f87d012284 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-04-9.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-04-9 auf Seite 706. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{siunitx} +%StopShownPreambleCommands +\begin{document} +\si{\square\becquerel} \par +\si{\joule\squared\per\lumen} \par +\si{\cubic\lux\volt\tesla\cubed}\par +\si{\lux^3.\volt.\tesla^3} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-05-1.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/14-05-1.lualtx new file mode 100644 index 00000000000..984be9aeb46 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-05-1.lualtx @@ -0,0 +1,52 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-05-1 auf Seite 708. +%% +%% Copyright (C) 2016 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{dtklogos} +%StartShownPreambleCommands +\usepackage{ifpdf,ifxetex,ifluatex,ifplatform}% muss mit -shell-escape laufen! +\ifxetex + \usepackage{unicode-math} + \setmainfont{DejaVu Serif}\setsansfont{DejaVu Sans} + \setmonofont{DejaVu Sans Mono} \setmathfont{Latin Modern Math} + \let\Engine\XeLaTeX +\else + \ifluatex + \usepackage{fontspec} + \setmainfont{DejaVu Serif} + \setsansfont{DejaVu Sans} \setmonofont{DejaVu Sans Mono} + \def\Engine{Lua\LaTeX} + \else + \usepackage[T1]{fontenc} + \usepackage{mathpazo} \usepackage{dejavu} + \usepackage[utf8]{inputenc} + \def\Engine{pdf\LaTeX} + \fi +\fi +\usepackage[ngerman]{babel} +%StopShownPreambleCommands +\begin{document} +Ich wurde mit \Engine\ übersetzt in der Schrift DejaVu, die auch einen +\texttt{Monofont} hat. +Das hier verwendete Betriebsystem war \platformname. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-1.ltx new file mode 100644 index 00000000000..2be1a580b04 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-1.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-1 auf Seite 710. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(5,5) +\put(0,0){\dashbox{0.5}(5,5){X}} +\put(0.5,0.5){\framebox(4,4){Mitte}} +\put(2,2){\oval(3,3)} +\thicklines +\put(0,1){\line(2,1){5}} +\put(3.2,3.2){\circle{3.6}} +\put(3,5){\vector(1,-4){1.2}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-10.ltx new file mode 100644 index 00000000000..1f118d5bc1c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-10.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-10 auf Seite 714. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{multido,xcolor} +%StopShownPreambleCommands +\begin{document} +\fbox{\begin{picture}(100,80)\linethickness{1pt}% + \multido{\iA=40+5,\iB=5+5}{7}{% + \color{blue}\put(55,40){\oval(\iA,\iB)[r]} + \color{black}\put(45,40){\oval(\iA,\iB)[l]}} + \put(55,40){\oval(80,70)[r]} + \put(45,40){\oval(80,70)[l]} +\end{picture}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-11.ltx new file mode 100644 index 00000000000..c6014054a47 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-11.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-11 auf Seite 714. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{multido,xcolor,pict2e} +%StopShownPreambleCommands +\begin{document} +\fbox{\begin{picture}(100,80)\linethickness{1pt}% + \multido{\iA=40+5,\iB=5+5}{7}{% + \color{blue}\put(55,40){\oval[4](\iA,\iB)[r]} + \color{black}\put(45,40){\oval[8](\iA,\iB)[l]}} + \put(55,40){\oval[4](80,70)[r]} + \put(45,40){\oval[8](80,70)[l]} +\end{picture}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-12.ltx new file mode 100644 index 00000000000..8d5f5c1f359 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-12.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-12 auf Seite 715. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pict2e} +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(5,3) +\qbezier[20](0,0)(0.25,1)(0.5,2) +\qbezier[10](0.5,2)(1,2.5)(1.5,3) +\qbezier[20](1.5,3)(3.25,3)(5,3) +\linethickness{1pt} +\cbezier(0,0)(0.5,2)(1.5,3)(5,3) +\cbezier[20](0,0)(1,0)(4,0.5)(5,3) +\put(1,0){\circle*{0.1}} +\put(4,0.5){\circle*{0.1}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-13.ltx new file mode 100644 index 00000000000..c39a7941b53 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-13.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-13 auf Seite 715. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pict2e,xcolor} +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(5,5)(-2.5,-2.5) +\Line(-2.5,0)(2.5,0)\Line(0,-2.5)(0,2.5) +\polygon(-2.5,0)(0,2.5)(2.5,0)(0,-2.5) +\arc[0,90]{1} +\put(-0.3,-0.3){\arc*[180,270]{1}} +\linethickness{2pt}\color{blue!40} +\polyline(-2.5,1.25)(2.5,1.25)(2.5,-1.25) +\put(2.5,-1.25){\vector(-8,-3){2.5}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-2.ltx new file mode 100644 index 00000000000..a9f60feb4af --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-2.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-2 auf Seite 710. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pict2e} +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(5,5) +\put(0,0){\dashbox{0.5}(5,5){X}} +\put(0.5,0.5){\framebox(4,4){Mitte}} +\put(2,2){\oval(3,3)} +\thicklines +\put(0,1){\line(2,1){5}} +\put(3.2,3.2){\circle{3.6}} +\put(3,5){\vector(1,-4){1.2}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-3.ltx new file mode 100644 index 00000000000..4b76d507382 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-3.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-3 auf Seite 711. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(4,4)(-2,-2) +\put(0,0){\circle*{0.05}} +\put(-2,2){\line(1,-1){4}} +\put(-2,-2){\vector(1,1){4}} +\put(0,0){\framebox(2,2){(1,1)}} +\linethickness{3pt} +\put(-2,-2){\dashbox{0.25}(2,2){(-1,-1)}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-4.ltx new file mode 100644 index 00000000000..795b0f840b0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-4.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-4 auf Seite 711. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{xcolor} +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(4,3) +\linethickness{0.15mm}\color{lightgray} +\multiput(0,0)(0.2,0){20}{\line(0,1){3}} +\multiput(0,0)(0,0.2){15}{\line(1,0){4}} +\linethickness{0.3mm}\color{black} +\multiput(0,0)(1,0){5}{\line(0,1){3}} +\multiput(0,0)(0,1){4}{\line(1,0){4}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-5.ltx new file mode 100644 index 00000000000..a67f01161c2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-5.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-5 auf Seite 712. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pict2e} +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(5.5,3.6)(-0.5,-0.5) +\put(0,0){\line(1,3){1}} +\put(1,3){\line(1,0){4}\circle*{0.05}} +\put(-0.5,-0.5){$(x_0,y_0)$} +\put(0.5,3.1){$(x_1,y_1)$} +\put(4.5,3.1){$(x_2,y_2)$} +\thicklines +\qbezier(0,0)(1,3)(5,3) +\linethickness{1.5pt} +\qbezier[20](0,0)(4,0)(5,3) +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-6.ltx new file mode 100644 index 00000000000..442cfa8371c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-6.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-6 auf Seite 712. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{multido} +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(4.5,4) +\multido{\rA=0.25+0.25,\rB=0.1+0.1}{15}{% + \put(1.5,\rA){\circle{\rB}} + \put(3.5,\rA){\circle*{\rB}}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-7.ltx new file mode 100644 index 00000000000..07cb1b9561c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-7.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-7 auf Seite 713. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{multido,pict2e} +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(4.5,4) +\multido{\rA=0.25+0.25,\rB=0.1+0.1}{15}{% + \put(1.5,\rA){\circle{\rB}} + \put(3.5,\rA){\circle*{\rB}}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-8.ltx new file mode 100644 index 00000000000..ae371e8d041 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-8.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-8 auf Seite 713. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(5,4) +\put(0,0){\makebox(2.5,2)[lt]{Oben-links}} +\put(0,0){\makebox(2.5,2)[rb]{Unten-rechts}} +\put(0,2){\framebox(2.5,2)[rt]{Oben-rechts}} +\put(2.5,0){\dashbox{0.2}(2.5,2)[b]{Unten}} +\put(2.5,2){\makebox(2.5,2)[s]{A B C D}} +\put(1.25,1){\frame{Mitte}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-01-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-9.ltx new file mode 100644 index 00000000000..e4c722e4829 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-01-9.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-01-9 auf Seite 714. +%% +%% Copyright (C) 2016 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{217.16928pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +\setlength\unitlength{1cm} +\begin{picture}(6,4) +\put(3,2){\oval(3,1.5)} +\thicklines +\put(0.75,2){\oval(3,1.5)[l]} +\put(5.25,2){\oval(3,1.5)[r]} +\put(3,0.75){\oval(3,1.5)[b]} +\put(3,3.25){\oval(3,1.5)[t]} +\put(3,1){\line(0,1){2}} +\put(1,2){\line(1,0){4}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-1.mp3 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-1.mp3 new file mode 100644 index 00000000000..8d476a72b24 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-1.mp3 @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-1 auf Seite 717. +%% +%% Copyright (C) 2016 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,2 +%% + +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) + draw (0,0)--(50,0)--(50,30)--(0,30); + draw (0,0)..(50,0)..(50,30)..(0,30); +endfig; +beginfig(2); + draw (0,0)..(25,25)..(50,0)..(30,-20).. + (25,0)..(10,20)..cycle; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-10.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-10.mp new file mode 100644 index 00000000000..b43e8395e6a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-10.mp @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-10 auf Seite 720. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +draw (0,0){(0,1)}..(3cm,0){(1,0)}; +draw (0,20){dir 90}..(3cm,20){dir 0}; +drawarrow (0,40){up}..(3cm,40){right}; +draw (0,60){up}..(3cm,60){up}; +draw (0,90){up}..(3cm,90){up}..cycle; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-11.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-11.mp new file mode 100644 index 00000000000..5bb3a6e7938 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-11.mp @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-11 auf Seite 720. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u:=1cm; +pair A,AA,B,BB,C,D; +A :=( 0.2u, 0.05u); AA :=(0.2u,-0.05u); +B :=( u, 0.05u); BB :=( u,-0.05u); +C :=(-0.02u, 0); D :=( -u, 0); +path p; +p:= B{up}..D{down}..BB{up}--AA{down}.. + C{up}..A{down}--cycle; +fill p withcolor 0.6*white; +draw p withpen pencircle scaled 1.5bp + withcolor 0.5*red; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-12.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-12.mp new file mode 100644 index 00000000000..f9955d1a4a7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-12.mp @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-12 auf Seite 721. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +for i=1 upto 20: + draw origin{dir 45}..{dir -10i}(4cm,0) + withpen pencircle scaled 0.7bp + withcolor 1/i*blue; +endfor; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-13.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-13.mp new file mode 100644 index 00000000000..671ca5702ce --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-13.mp @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-13 auf Seite 721. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u := 1.25cm; +for i=0 upto 360: + pair P; + P = 1u*(sind(2*i), cosd(3*i)); + fill fullcircle scaled 2mm shifted P + withcolor white; + draw fullcircle scaled 2mm shifted P; +endfor; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-14.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-14.mp new file mode 100644 index 00000000000..1367eecab61 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-14.mp @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-14 auf Seite 721. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u := 1.25cm; +for i=0 step 0.5 until 360: + pair P; + farbe := i/360; + P = 1u*(sind(3*i), cosd(2*i)); + fill fullcircle scaled 2mm shifted P + withcolor white; + draw fullcircle scaled 2mm shifted P + withcolor + if farbe>0.5: (2*(1-farbe)) [red, blue] + else: (1-2farbe) [blue, red] + fi; +endfor; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-15.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-15.mp new file mode 100644 index 00000000000..1af8ac30387 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-15.mp @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-15 auf Seite 721. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u=2cm; +draw (0,u) {right} ..tension 2 .. + (u*dir -150){dir 120} ..tension 2 .. + (u*dir -30 ){dir -120}..tension 2 .. + cycle; +draw (0,u) {right} ..tension 4 .. + (u*dir -150){dir 120} ..tension 4 .. + (u*dir -30 ){dir -120}..tension 4 .. + cycle dashed evenly withcolor blue; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-16.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-16.mp new file mode 100644 index 00000000000..e710adaee6b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-16.mp @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-16 auf Seite 722. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u=1cm; pair A,B,C,D; +A=(0,0); B=(0,1u); C=(1u,0); D=(1u,1u); +draw A..B..C..D withcolor red + withpen pencircle scaled 2pt; +draw A{curl 1}..B..C..{curl 1}D dashed evenly; +draw A{curl 2}..B..C..{curl 2}D + dashed dashpattern(on 3mm off 3mm); +draw A{curl 4}..B..C..{curl 4}D + dashed dashpattern(on 5mm off 2mm); +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-17.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-17.mp new file mode 100644 index 00000000000..62c1e242332 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-17.mp @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-17 auf Seite 722. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u:=2cm; +draw (0,0)..(u,u)..(2u,0) dashed withdots + withpen pencircle scaled 1.5pt; +draw (0,0).. tension 1.5 ..(u,u)..(2u,0) + dashed evenly; +draw (0,0)..tension 2..(u,u)..(2u,0); +pair A,B,C,D; +A:=(0,0);B:=(-0.5u,0.5u);C:=(2u,2u);D:=(1.5u,0); +draw A..controls B and C..D + withpen pencircle scaled 3pt; +draw A--B--C--D dashed evenly; +draw B withpen pencircle scaled 4pt; +draw C withpen pencircle scaled 4pt; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-18.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-18.mp new file mode 100644 index 00000000000..4cc71d99ec4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-18.mp @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-18 auf Seite 722. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +pair A,B,C,D,M; +A=(0,0); B=(2cm,3cm);C=(1cm,0); D=(-1cm,2cm); +M=whatever [A,B]; M=whatever [C,D]; +draw A--B; draw C--D; +draw M withpen pencircle scaled 4bp; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-19.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-19.mp new file mode 100644 index 00000000000..62b93cec389 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-19.mp @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-19 auf Seite 722. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u=1.75cm; pair A,B,C,AA,BB,CC,H; +A=origin; B=(3u,0.25u); C=(1u,2u); +AA = whatever [B,C] + = whatever[A,A+((C-B) rotated 90)]; +BB = whatever [A,C] + = whatever[B,B+((C-A) rotated 90)]; +CC = whatever [A,B] + = whatever[C,C+((B-A) rotated 90)]; +H = whatever [A,AA] = whatever [B,BB]; +draw A--B--C--cycle; +draw A--AA dashed evenly scaled 0.75; +draw B--BB dashed evenly scaled 0.75; +draw C--CC dashed evenly scaled 0.75; +draw H withpen pencircle scaled 4bp; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-2.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-2.ltxps new file mode 100644 index 00000000000..8bd7060853a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-2.ltxps @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-2 auf Seite 718. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +% Die latex-Version +\usepackage{graphicx} +%StopShownPreambleCommands +\begin{document} +foo \includegraphics{images/grafik/MPexa.1} bar +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-20.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-20.mp new file mode 100644 index 00000000000..8c311a67dff --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-20.mp @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-20 auf Seite 723. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +vardef zeichneWinkelhalbierende(expr A,B,C,S) = + save AA; pair AA; (AA-A)=whatever*((A-C) + rotated 1/2(angle(B-A)-angle(C-A))); + AA=whatever[B,C]; + draw A--AA dashed evenly; S=AA; +enddef; +u:=2cm; pair A,AA,B,BB,C,CC,M,SS; +A=(0,1u); B=(3u,0.5u); C=(u,2.5u); +draw A--B--C--cycle; +zeichneWinkelhalbierende(A,B,C,AA); +zeichneWinkelhalbierende(B,C,A,BB); +zeichneWinkelhalbierende(C,A,B,CC); +M=whatever[A,AA]; M=whatever[B,BB]; +SS=whatever[A,B]=whatever[M,M+((B-A) rotated 90)]; +draw fullcircle scaled 2 length(SS-M) + shifted M withpen pencircle scaled 2bp; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-21.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-21.mp new file mode 100644 index 00000000000..3220aabb490 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-21.mp @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-21 auf Seite 724. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u:=3cm; pair A,B,C,D; +A=(0,0); B=(u,0); C=(u,u); D=(0,u); +transform T; +A transformed T = 1/3[A,B]; +B transformed T = 1/3[B,C]; +C transformed T = 1/2[C,D]; +path p; p = A--B--C--D--cycle; +draw p; +draw p transformed T; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-22.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-22.mp new file mode 100644 index 00000000000..df15a775170 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-22.mp @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-22 auf Seite 724. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u:=3cm; pair A,B,C,D; +A=(0,0); B=(u,0); C=(u,u); D=(0,u); +transform T; +A transformed T = 1/6[A,B]; +B transformed T = 1/6[B,C]; +C transformed T = 1/6[C,D]; +path p; p = A--B--C--D--cycle; +for i=0 upto 150: + draw p; p:= p transformed T; +endfor; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-23.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-23.mp new file mode 100644 index 00000000000..a8660c0065e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-23.mp @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-23 auf Seite 724. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u:=1.3cm; transform T; +z1=(0,2u); n:=5; +for i=1 upto n-1: z[i+1]=z1 rotated (360*i/n); +endfor; +z1 transformed T=0.1[z1,z2]; +z2 transformed T=0.1[z2,z3]; +z3 transformed T=0.1[z3,z4]; +path p; +p = for i=1 upto n: z[i]--endfor cycle; +for i=0 upto 100: + fill p withcolor 0.2*white; p:=p transformed T; + fill p withcolor white; p:=p transformed T; +endfor; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-24.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-24.mp new file mode 100644 index 00000000000..a491cbe9e5d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-24.mp @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-24 auf Seite 725. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +pickup pencircle + scaled 0.2in yscaled 0.08 rotated 30; +u=4cm; path p; x0=x3=x4; +z1-z0=0.5in*dir 30; z2-z3=whatever*(z1-z0); +z6-z5=whatever*(z1-z0); z1-z6=1.2*(z3-z0); +rt x3=lft x2;x5=0.55[x4,x6]; y4=y6; +lft x3=bot y5=0; top y2=1in; +draw z0--z1--z2--z3--z4--z5--z6 withcolor .7white; +dotlabels.top(0,1,2,3,4,5,6); +p=(0,u)--(0,0)--(0,0.45u){up}.. + (0.15u,0.6u)..{down}(0.3u,0.45u)--(0.3u,0); +draw p shifted (0.5u,0.03u) withcolor 0.7white; +draw (1.1u,0);% der Originalstift! +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-25.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-25.mp new file mode 100644 index 00000000000..6d0557b072a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-25.mp @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-25 auf Seite 725. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +pair A,B,C; +A=(0,0); B=(3cm,0); C=(1cm,2cm); +draw A--B--C--cycle; +label.llft("A",A); +label.lrt("B",B); +label.urt("C",C); +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-26.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-26.mp new file mode 100644 index 00000000000..b3ddd15ece1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-26.mp @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-26 auf Seite 726. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +pair A,B,C; +A=(0,0); B=(3cm,0); C=(1cm,2cm); +draw A--B--C--cycle; +label.llft(btex $A$ etex,A); +label.lrt(btex $B$ etex,B); +label.top(btex $C$ etex,C); +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-27.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-27.mp new file mode 100644 index 00000000000..c96ce5d8b87 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-27.mp @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-27 auf Seite 726. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u=1cm; path a,b,c; +a=fullcircle scaled 2u shifted (0.5u,0); +b=a rotated (120); c=b rotated (120); +fill a withcolor blue; fill b withcolor red; +fill c withcolor green; +fill buildcycle(b,c) withcolor red+green; +fill buildcycle(c,a) withcolor green+blue; +fill buildcycle(a,b) withcolor blue+red; +fill buildcycle(a,b,c) withcolor white; +draw a; draw b; draw c; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-28.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-28.mp new file mode 100644 index 00000000000..d81e8d3d1bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-28.mp @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-28 auf Seite 726. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +def compute_curve(suffix f)(expr xmin,xmax,xinc) = + ( (xmin,f(xmin)) + for x=xmin+xinc step xinc until xmax: ..(x,f(x)) + endfor ) +enddef; vardef f(expr x)=x**2+1 enddef; +vardef g(expr x)=2.6-(x-1)**2 enddef; path p, q; +p:=compute_curve(f,-1,1.5,0.1) scaled 1cm; +q:=compute_curve(g,-0.5,2,0.1) scaled 1cm; +fill buildcycle(p,reverse q) withcolor red; +draw p withpen pencircle scaled 1bp; +draw q withpen pencircle scaled 1bp; +drawarrow (-1cm,0)--(2cm,0);label.rt("x",(2cm,0)); +drawarrow (0,0)--(0,3cm);label.top("y",(0,3cm)); +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-29.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-29.mp new file mode 100644 index 00000000000..9ed4f297eb4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-29.mp @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-29 auf Seite 727. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u=8mm; +vardef project(expr x,y,z)=x*(-1,-1)+y*(1,0)+z*(0,1) enddef; +vardef f(expr x,y)=sind((x/u)**2 *180 +(y/u)**2 *180)*u/2 enddef; +numeric m,M,inc,farbe; +m:=-2u; M:=2u; inc:=.1u; +for i=m step inc until M: + for j=m step inc until M: + path p; + p=project(i,j,f(i,j))--project(i,j+inc,f(i,j+inc))-- + project(i+inc,j+inc,f(i+inc,j+inc))--project(i+inc,j,f(i+inc,j))--cycle; + dfdx := (f(i,j) - f(i+inc,j))/inc; dfdy := (f(i,j) - f(i,j+inc))/inc; + farbe := 1/sqrt( dfdx**2 + dfdy**2 + 1); fill p withcolor farbe*(red+green); + endfor; +endfor; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-3.ltx new file mode 100644 index 00000000000..4f12db155a4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-3.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-3 auf Seite 718. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +% Die pdflatex-Version +\usepackage{graphicx} +%StopShownPreambleCommands +\begin{document} +foo \includegraphics{images/grafik/MPexa} bar +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-30.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-30.mp new file mode 100644 index 00000000000..048263a8419 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-30.mp @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-30 auf Seite 727. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +numeric n; n:=10; +path p; +p := for i=0 upto n-1: + ((1cm+3mm*normaldeviate,0) rotated (i*360/n)) .. +endfor cycle; +for i=0 step 2mm until 3cm: + draw fullcircle scaled i; +endfor; +clip currentpicture to p; +draw p; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-31.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-31.mp new file mode 100644 index 00000000000..ef53eb8fbc3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-31.mp @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-31 auf Seite 728. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +draw fullcircle shifted (0.5,0.6) xscaled 8cm yscaled 3.5cm + withpen pencircle scaled 5bp withcolor red; +special( + " /Times-Roman findfont 150 scalefont setfont " & + " 0 10 moveto (MPost) false charpath clip stroke gsave 150 70 translate " & + " 2 4 600 {dup 0 moveto 0 exch 0 exch 0 360 arc stroke} for grestore "); +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-32.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-32.mp new file mode 100644 index 00000000000..e5fc9e9c163 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-32.mp @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-32 auf Seite 728. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +u:=30mm; path p; p=fullcircle scaled u; +pickup pencircle scaled 1pt; +for i=0 upto 5000: + draw (u*normaldeviate, u*normaldeviate); +endfor; +clip currentpicture to p; draw p; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-33.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-33.mp2 new file mode 100644 index 00000000000..84a3cb69141 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-33.mp2 @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-33 auf Seite 729. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input boxes; +% --- end of displayed preamble in the book --- +beginfig(1) +fill unitsquare xscaled 1.1in yscaled .7in + withcolor 0.9white; +boxit(currentpicture); +dx=dy=10mm; clearit; drawboxed(); +forsuffixes $=n,c: makelabel.top(str $,$); endfor; +makelabel.bot("s",s); +forsuffixes $=ne,e,se: makelabel.rt(str $,$); endfor; +forsuffixes $=nw,w,sw: makelabel.lft(str $,$); endfor; +pickup pencircle scaled .3bp; +vardef larrow@#(expr a,da,s)= + drawdblarrow a..a+da; label@#(s,a+.5da); enddef; +larrow.rt(n,(0,-dy),"dy"); larrow.rt(s,(0,dy),"dy"); +larrow.top(e,(-dx,0),"dx");larrow.top(w,(dx,0),"dx"); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-34.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-34.mp2 new file mode 100644 index 00000000000..f2891c7ece9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-34.mp2 @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-34 auf Seite 729. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input rboxes; +% --- end of displayed preamble in the book --- +beginfig(1) +boxit.Rechteck(btex \texttt{boxit} etex); +Rechteck.c = (0,0); +drawboxed(Rechteck); +circleit.Kreis(btex \texttt{circleit} etex); +Kreis.c = (0,30); +drawboxed(Kreis); +rboxit.Oval(btex \texttt{rboxit} etex); +Oval.c = (0,60); +drawboxed(Oval); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-35.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-35.mp2 new file mode 100644 index 00000000000..eaaf150eb7c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-35.mp2 @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-35 auf Seite 730. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input boxes; +% --- end of displayed preamble in the book --- +beginfig(1) +circleit.anfang("Box 1"); +fill bpath anfang withcolor 0.5[red,white]; +circleit.ende(btex \textit{Box 2} etex); +ende.n = anfang.s - (0,1.5cm); +fixsize(anfang,ende);% BB korrigieren +drawboxed(anfang,ende); +drawarrow anfang.s -- ende.n; +drawarrow anfang.w {dir 225} .. + ende.c cutafter bpath.ende + withcolor red; +drawdblarrow anfang.e {dir -30} .. ende.e; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-36.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-36.mp2 new file mode 100644 index 00000000000..7164471f499 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-36.mp2 @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-36 auf Seite 730. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input boxes; +% --- end of displayed preamble in the book --- +beginfig(1) +circleit.anfang(btex \texttt{Anfang} etex); +anfang.c = (0,0); anfang.dx = anfang.dy; +circleit.ende(btex \textsc{Ende} etex); +ende.c = (2cm,0); ende.dx = ende.dy; +drawboxed(anfang,ende); +drawarrow anfang.c {dir 45}..ende.c {dir -45} +cutbefore bpath.anfang cutafter bpath.ende; +drawarrow ende.c {dir -135}..anfang.c {dir 135} +cutbefore bpath.ende cutafter bpath.anfang; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-37.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-37.mp new file mode 100644 index 00000000000..935f106a3db --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-37.mp @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-37 auf Seite 730. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- +input boxes; +% --- end of displayed preamble in the book --- +% % +beginfig(1) +def linkboxes(suffix a,b)=drawarrow a.c--b.c + cutbefore bpath.a cutafter bpath.b; enddef; +defaultfont:="phvro8y"; defaultscale:=3; +forsuffixes a=A,B,C,D,E: boxit.a(str a); endfor; +i := 0; +forsuffixes a=D,E,A,B,C: + a.c = 2cm*up rotated (i*72); + i := i+1; drawunboxed(a); +endfor; +linkboxes(A,B);linkboxes(B,C);linkboxes(C,D); +linkboxes(D,E);linkboxes(E,A); +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-38.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-38.mp2 new file mode 100644 index 00000000000..5139f930bff --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-38.mp2 @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-38 auf Seite 731. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input graph; +% --- end of displayed preamble in the book --- +beginfig(1) +draw + begingraph(8cm,5.5cm); + gdraw "data/mp/data0-mp.dat" + withpen pencircle scaled 2bp + withcolor blue; + endgraph; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-39.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-39.mp2 new file mode 100644 index 00000000000..d4a73a3b77c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-39.mp2 @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-39 auf Seite 731. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage{graphicx} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input graph; +% --- end of displayed preamble in the book --- +beginfig(1) +draw + begingraph(8cm,5.5cm); + gdraw "data/mp/data0-mp.dat" + plot btex $\times$ etex; + endgraph; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-4.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-4.mp new file mode 100644 index 00000000000..0a6af80b864 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-4.mp @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-4 auf Seite 718. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) + u=1.25cm; + draw (0,0)--(u,0)--(0,u)--(u,u)-- + (0,0)--(0,u)--(0.5u,1.5u)-- + (u,u)--(u,0); +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-40.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-40.mp2 new file mode 100644 index 00000000000..f2f24492b98 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-40.mp2 @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-40 auf Seite 732. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input graph; +% --- end of displayed preamble in the book --- +beginfig(1) +draw + begingraph(8cm,5.5cm); + glabel.lft(btex Population in Mill. etex + rotated 90, OUT); + glabel.bot(btex Alter in Jahren etex, OUT); + gdraw "data/mp/data1-mp.dat"; + endgraph; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-41.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-41.mp2 new file mode 100644 index 00000000000..2ac2368ab3f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-41.mp2 @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-41 auf Seite 732. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input graph; +% --- end of displayed preamble in the book --- +beginfig(1) +draw + begingraph(8cm,5.5cm) + path p,q; + gdata("data/mp/data1-mp.dat", v, + augment.p(v1,v2); ); + q:=(xpart point 0 of p, 0)--p-- + (xpart point length(p) of p,0)--cycle; + gfill q withcolor 0.8white; + gdraw p withpen pencircle scaled 2bp; + endgraph; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-42.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-42.mp2 new file mode 100644 index 00000000000..4c9559f0a31 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-42.mp2 @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-42 auf Seite 732. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input graph; +% --- end of displayed preamble in the book --- +beginfig(1) +draw +begingraph(8cm,5.5cm) +setcoords(linear,log); +gdraw "data/mp/data3-mp.dat" + withpen pencircle scaled 2bp + withcolor blue; +autogrid(grid.bot,grid.lft) withcolor 0.85white; +endgraph; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-43.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-43.mp2 new file mode 100644 index 00000000000..0c4ad72bdce --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-43.mp2 @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-43 auf Seite 733. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input graph; input sarith; +% --- end of displayed preamble in the book --- +beginfig(1) +draw +begingraph(8cm,6cm) + gdata("data/mp/data2-mp.dat", v, path p; + augment p(v1 Ssub "0.5",0); augment p(v1 Ssub "0.5",v2); + augment p(v1 Sadd "0.5",v2);augment p(v1 Sadd "0.5",0); + gfill p--cycle withcolor 0.8white; gdraw p--cycle; ); + gdraw "data/mp/data3-mp.dat" withcolor blue withpen pencircle scaled 2bp; + gdraw "data/mp/data4-mp.dat" dashed evenly withpen pencircle scaled 2bp; +endgraph; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-44.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-44.mp2 new file mode 100644 index 00000000000..3aa115331b9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-44.mp2 @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-44 auf Seite 734. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input graph; +% --- end of displayed preamble in the book --- +beginfig(1) +draw + begingraph(8cm,6cm); + setrange(1900,0,1970,whatever); + glabel.lft(btex Leistung in $10^{12}$ kW etex rotated 90, OUT); + glabel.bot(btex Jahr etex, OUT); path p[]; numeric t; + gdata("data/mp/data5-mp.dat", $, t:=0; augment.p1($1,0); + for j=2 upto 5: t:=t+scantokens $[j]; augment.p[j]($1,t); endfor; ) + picture Label[]; + Label2=btex Steinkohle etex; Label3=btex Erdöl etex; + Label4=btex Erdgas etex; Label5=btex Wasserkraft etex; + for j=5 downto 2: + gfill p[j]--reverse p[j-1]--cycle withcolor 0.16j*white; + glabel.lft(image(unfill bbox Label[j]; draw Label[j]), 0.7+length p[j]); + endfor; + endgraph; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-45.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-45.mp2 new file mode 100644 index 00000000000..51fab3432f9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-45.mp2 @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-45 auf Seite 734. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input graph; +% --- end of displayed preamble in the book --- +beginfig(1) +draw + begingraph(8cm,6cm); + setrange(0,0,10,whatever); glabel.bot(btex Jahr 200x etex, OUT); + glabel.lft(btex Emission in $10^3$t (dicke Linie) etex rotated 90, OUT); + gdraw "data/mp/data3-mp.dat" withpen pencircle scaled 2pt; + autogrid(,otick.lft);% y-Ticks links + setcoords(linear,log); setrange(0,0.5,10,whatever); + glabel.rt(btex \textmu g pro m$^3$ Luft (dünne Linie) etex rotated 90, OUT); + gdraw "data/mp/data6-mp.dat"; autogrid(otick.bot,otick.rt); + endgraph; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-46.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-46.mp2 new file mode 100644 index 00000000000..c73563a358b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-46.mp2 @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-46 auf Seite 735. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newCircle.anfang("Anfang") + "filled(true)", "fillcolor(green)"; +newCircle.ende(btex \textit{Ende} etex); +anfang.s = origin; +anfang.n + (0,1.5cm) = ende.s; +drawObj(anfang,ende); +ncline(anfang)(ende); +nccurve(anfang)(ende) "angleA(135)", + "linecolor(red)", + "posB(w)", "angleB(0)"; +nccurve(ende)(anfang) "posA(e)", + "angleA(0)", "angleB(210)", + "posB(e)", "arrows(drawdblarrow)"; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-47.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-47.mp2 new file mode 100644 index 00000000000..aa60fae8a0e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-47.mp2 @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-47 auf Seite 736. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +show_empty_boxes:=true; +% --- end of displayed preamble in the book --- +beginfig(1) +newEmptyBox.Bi(2cm,1cm) "framed(true)"; +newEmptyBox.Bii(2cm,1cm); +Bi.s = origin; +Bi.n + (0,1cm) = Bii.s; +drawObj(Bi,Bii); +ncline(Bi)(Bii); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-48.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-48.mp2 new file mode 100644 index 00000000000..47f616ee5db --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-48.mp2 @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-48 auf Seite 737. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +show_empty_boxes:=true; +newHRazor.Biv(2cm) "framed(true)"; +newRandomBox.Biii(2cm,1cm,5mm,5mm) + "framewidth(1mm)", "framecolor(blue)"; +newDBox.Bii("Box 2") "filled(true)", + "fillcolor(green)"; +newBox.Bi(btex \textsf{Box 1} etex) "framed(false)"; +Bi.s = origin; +Bi.n + (0,3mm) = Bii.s; +Bii.n + (0,3mm) = Biii.s; +Biii.n + (0,3mm) = Biv.s; +drawObj(Bi,Bii,Biii,Biv); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-49.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-49.mp2 new file mode 100644 index 00000000000..40bd7b9e9a5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-49.mp2 @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-49 auf Seite 737. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newDEllipse.Eiv("Kreis 4") "fit(false)"; +newDEllipse.Eiii(btex \huge\textit{Kreis 3} etex) "dx(5mm)", + "framewidth(1mm)", "framecolor(blue)"; +newEllipse.Eii("Kreis 2") "filled(true)", + "fillcolor(green)"; +newCircle.Ci(btex \textsf{Kreis 1} etex) "framed(false)"; +Ci.s = origin; +Ci.n + (0,3mm) = Eii.s; +Eii.n + (0,3mm) = Eiii.s; +Eiii.n + (0,3mm) = Eiv.s; +nccurve(Ci)(Eiii) "posA(e)", "angleA(0)"; +drawObj(Ci,Eii,Eiii,Eiv); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-5.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-5.mp new file mode 100644 index 00000000000..e5701f8e508 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-5.mp @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-5 auf Seite 719. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) + draw (0,0)--(50,0)--(50,30)--(0,30)--cycle; + draw (0,0)..(50,0)..(50,30)..(0,30)..cycle; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-50.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-50.mp2 new file mode 100644 index 00000000000..f226663f456 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-50.mp2 @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-50 auf Seite 738. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newDEllipse.Eiv("Kreis 4") "fit(false)"; +newDEllipse.Eiii(btex \huge\textit{Kreis 3} etex) "dx(5mm)", + "framewidth(1mm)", "framecolor(blue)"; +newEllipse.Eii("Kreis 2") "filled(true)", + "fillcolor(green)"; +newVRazor.R(5mm); +newCircle.Ci(btex \textsf{Kreis 1} etex); +newVBox.V(Ci,R,Eii,Eiii,Eiv) "align(right)", "vbsep(5mm)"; +V.s = origin; +drawObj(V); +ncline(Ci.e)(Eiv.e) + "linestyle(dashed evenly)";%,"posA(e)","posB(e)"; +nccurve(Ci)(Eiii) "posA(w)", "angleA(180)"; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-51.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-51.mp2 new file mode 100644 index 00000000000..6b4749d5dae --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-51.mp2 @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-51 auf Seite 738. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newDEllipse.Eiv("Kreis 4") "fit(false)"; +newDEllipse.Eiii(btex\huge\textit{Kreis 3}etex)"framewidth(1mm)","framecolor(blue)"; +newEllipse.Eii("Kreis 2") "filled(true)", "fillcolor(green)"; +newHRazor.R(5mm); +newCircle.Ci(btex \textsf{Kreis 1} etex); +newHBox.H(Ci,R,Eii,Eiii,Eiv) "align(top)", "hbsep(5mm)"; +H.sw = origin; drawObj(H); +ncline(Ci.n)(Eiv.n) + "linestyle(dashed evenly)";%, "posA(n), "posB(n)"; +nccurve(Ci)(Eiii) "posA(n)", "angleA(90)"; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-52.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-52.mp2 new file mode 100644 index 00000000000..384c2932a06 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-52.mp2 @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-52 auf Seite 739. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newRecursiveBox.A(36) "rotangle(5)"; scaleObj(A,0.06); A.c=origin; +newVonKochFlake.B(3); scaleObj(B,0.45); A.e+(1cm,0)=B.w; +drawObj(A,B); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-53.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-53.mp2 new file mode 100644 index 00000000000..16fde1e2dbc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-53.mp2 @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-53 auf Seite 740. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newCircle.Start("Start");newBox.Ende("Ende"); +Start.c=origin; Ende.c=Start.c+(2cm,1cm); +ncline(Start)(Ende); +nccurve(Start)(Ende) "arrows(<-)", "angleA(90)", + "posA(nw)", "posB(w)"; +nccurve(Ende)(Start) "arrows(<-)", "posA(e)", + "angleA(0)", "posB(e)", "angleB(180)"; +drawObj(Start,Ende); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-54.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-54.mp2 new file mode 100644 index 00000000000..0714982694e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-54.mp2 @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-54 auf Seite 741. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newCircle.Start("Start");newBox.Ende("Ende"); +Start.c=origin; Ende.c=Start.c+(2cm,2cm); +ncdiag(Start)(Ende); +ncdiag(Start)(Ende) "angleA(90)", "armA(15mm)", + "armB(5mm)", "posB(s)", "linestyle(dashed evenly)"; +ncdiagg(Ende)(Start) "arrows(<-)", "posA(se)", + "angleA(-45)", "posB(e)", "armA(15mm)"; +drawObj(Start,Ende); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-55.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-55.mp2 new file mode 100644 index 00000000000..03aa6c38326 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-55.mp2 @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-55 auf Seite 741. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newCircle.Start("Start");newBox.Ende("Ende"); +Start.c=origin; Ende.c=Start.c+(2cm,2cm); +ncarc(Start)(Ende); +ncarc(Start)(Ende) "arrows(<-)", "arcangleA(-90)", + "arcangleB(-110)", "linestyle(dashed evenly)"; +ncbar(Ende)(Start) "angleA(-90)", "armB(10mm)"; +drawObj(Start,Ende); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-56.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-56.mp2 new file mode 100644 index 00000000000..d6b1c7bccad --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-56.mp2 @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-56 auf Seite 741. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newCircle.Start("Start");newBox.Ende("Ende"); +Start.c=origin; Ende.c=Start.c+(2cm,2cm); +ncangle(Start)(Ende); +ncangle(Start)(Ende) "arrows(<-)", "angleA(-120)", + "posB(w)", "linestyle(dashed evenly)"; +ncangles(Ende)(Start) "angleA(-90)", "armA(10mm)", + "posB(s)", "angleB(150)", "armB(10mm)"; +drawObj(Start,Ende); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-57.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-57.mp2 new file mode 100644 index 00000000000..d2ab6c957d9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-57.mp2 @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-57 auf Seite 742. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newCircle.Start("Start");newBox.Ende("Ende"); +Start.c=origin; Ende.c=Start.c+(2cm,2cm); +ncloop(Start)(Ende); +ncloop(Start)(Ende) "angleA(0)", "armA(10mm)", + "angleB(90)", "armB(5mm)"; +ncloop(Ende)(Ende) "angleA(0)", "armA(10mm)", + "offsetA((0,1mm))", "angleB(0)", "armB(10mm)", + "offsetB((0,1mm))", "linestyle(dashed evenly)", + "loopsize(1cm)"; +nccircle(Start) "angleA(20)", "linestyle(dashed evenly)"; +drawObj(Start,Ende); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-58.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-58.mp2 new file mode 100644 index 00000000000..c334fdc58b4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-58.mp2 @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-58 auf Seite 742. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newCircle.Start("Start");newBox.Ende("Ende"); +Start.c=origin; Ende.c=Start.c+(2cm,2cm); +ncbox(Start)(Ende);% geht nur bis zum Zentrum! +ncbox(Start)(Ende) "nodesepA(1cm)", "nodesepB(7mm)"; +ncbox(Ende)(Start) "boxsize(1.5cm)", "nodesepA(1cm)", + "nodesepB(7mm)", "linearc(4mm)", + "linestyle(dashed evenly)"; +ncarcbox(Start)(Ende) "boxsize(1cm)", + "arcangleA(30)", "linecolor(red)"; +drawObj(Start,Ende); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-59.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-59.mp2 new file mode 100644 index 00000000000..a6224f84fe8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-59.mp2 @@ -0,0 +1,51 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-59 auf Seite 743. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\let\ds\displaystyle +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newBox.m3(btex $\Gamma$ etex) "framed(false)"; +newBox.m4(btex $\tilde X$ etex) "framed(false)"; +newBox.m5(btex $\ds\tilde\Gamma_k$ etex) "framed(false)"; +newBox.m7(btex $X$ etex) "framed(false)"; +newBox.m8(btex $\ds\Gamma_k$ etex) "framed(false)"; +newMatrix.M(3,3)(nb,nb,m3,m4,m5,nb,m7,m8,nb) "hsep(2cm)", "vsep(2cm)"; +newBox.l47(btex $p_x$ etex) "framed(false)"; l47.e=0.5(m4.w+m7.w)+(2mm,0); +newBox.l58(btex $\ds\tilde\Gamma_k$ etex) "framed(false)"; +l58.e=0.5(m5.w+m8.w)+(2mm,0); +newBox.l45(btex $\tilde p_k$ etex) "framed(false)";l45.s=0.5(m4.n+m5.n)-(0,2mm); +newBox.l78(btex $p_k$ etex) "framed(false)"; l78.s=0.5(m7.n+m8.n)-(0,2mm); +newBox.l34(btex $\tilde p_k$ etex) "framed(false)"; l34.n=0.5(m3.c+m4.c); +newBox.l38(btex $\tilde p_{\Gamma k}$ etex) "framed(false)"; l38.c=0.5(m3.c+m8.c); +M.c=origin; drawObj(M,l47,l58,l45,l78,l34,l38); +ncline(m4)(m7);ncline(m5)(m8); ncline(m5)(m4);ncline(m8)(m7); +ncarc(m3)(m4) "arcangle(-10)";ncline(m3)(m5); ncarc(m3)(m8); +newBox.l35(btex $\varphi$ etex) "framed(false)", "filled(true)", "fillcolor(white)"; +l35.c=0.5(m3.c+m5.c); drawObj(l35); % wegen Ãœberschreiben +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-6.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-6.mp new file mode 100644 index 00000000000..8c292ed1334 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-6.mp @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-6 auf Seite 719. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) + fill (0,30)--(50,30)..(25,50)..(0,30)--cycle + withcolor 0.6 white; + draw (0,30)--(50,30)..(25,50)..(0,30); +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-60.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-60.mp2 new file mode 100644 index 00000000000..73ce6fb618e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-60.mp2 @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-60 auf Seite 744. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newBox.quelle(btex \TeX-Datei etex); +newBox.pdftex(btex pdftex etex); +newBox.pdftexpdf(btex .pdf etex); +newBox.pdftexdvi(btex .dvi etex); +newBox.latex(btex latex etex); +newBox.dvi(btex .dvi etex); +newBox.dvips(btex .ps etex); +newBox.dvipdf(btex .pdf etex); +newBox.dvipspdf(btex .pdf etex); +newTree.PS(dvips)(dvipspdf); +newTree.DVI(dvi)(PS,dvipdf); +newTree.LATEX(latex)(DVI); +newTree.PDF(pdftex)(pdftexpdf,pdftexdvi); +newTree.TEX(quelle)(PDF,LATEX); +TEX.c=origin; +drawObj(TEX); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-61.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-61.mp2 new file mode 100644 index 00000000000..86faf4e1ad9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-61.mp2 @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-61 auf Seite 745. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newBox.quelle(btex \strut\TeX-Datei etex); +newBox.pdftex(btex\strut pdftex etex); +newBox.pdftexpdf(btex\strut.pdf etex); +newBox.pdftexdvi(btex \strut.dvi etex); +newBox.latex(btex\strut latex etex); +newBox.dvi(btex \strut.dvi etex); +newBox.dvips(btex \strut.ps etex); +newBox.dvipspdf(btex \strut.pdf etex); +newTree.DVI(dvi)(dvips) "vsep(7mm)"; +newTree.LATEX(latex)(DVI) "vsep(7mm)"; +newTree.PDF(pdftex)(pdftexpdf,pdftexdvi) "vsep(2cm)"; +newTree.TEX(quelle)(PDF,LATEX); +TEX.c=origin; ncline(dvi)(pdftexpdf); +ncarc(dvips)(pdftexpdf) "arcangleA(-60)","posA(nw)"; +drawObj(TEX); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-62.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-62.mp2 new file mode 100644 index 00000000000..ce2e2dc9af1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-62.mp2 @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-62 auf Seite 746. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\def\XeTeX{X\raisebox{-0.5ex}{E}\kern-0.125em\TeX} +%\DeclareRobustCommand\XeTeX{X\kern-0.5em\raisebox{-0.5ex}{\reflectbox{E}}\kern0.27em\TeX} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newBox.quelle(btex \strut\TeX-Datei etex); newBox.quelleU(btex \strut\TeX-Datei etex); +newBox.quelleL(btex \strut\TeX-Datei etex);newBox.quelleR(btex \strut\TeX-Datei etex); +newBox.pdftex(btex \strut pdf\TeX etex); newBox.luatex(btex \strut lua\TeX etex); +newBox.xetex(btex \strut\XeTeX etex); newBox.pdftexU(btex \strut pdf\TeX etex); +newBox.luatexU(btex \strut lua\TeX etex); newBox.xetexU(btex \strut\XeTeX etex); +newBox.pdftexL(btex \strut pdf\TeX etex); newBox.luatexL(btex \strut lua\TeX etex); +newBox.xetexL(btex \strut\XeTeX etex); newBox.pdftexR(btex \strut pdf\TeX etex); +newBox.luatexR(btex \strut lua\TeX etex); newBox.xetexR(btex \strut\XeTeX etex); +newTree.TEX(quelle)(pdftex,luatex,xetex); +newTree.TEXup(quelleU)(pdftexU,luatexU,xetexU) "treemode(U)"; +newTree.TEXleft(quelleL)(pdftexL,luatexL,xetexL) "treemode(L)", "Lalign(left)"; +newTree.TEXright(quelleR)(pdftexR,luatexR,xetexR) "treemode(R)", "Ralign(right)"; +TEX.n=origin-(0,5mm); TEXup.s=TEX.n+(0,5mm); +TEXleft.e=quelle.nw-(5mm,-2.5mm);TEXright.w=quelle.ne+(5mm,2.5mm); +drawObj(TEX,TEXup,TEXleft,TEXright); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-63.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-63.mp2 new file mode 100644 index 00000000000..2359d5e986b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-63.mp2 @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-63 auf Seite 746. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\def\XeTeX{X\raisebox{-0.5ex}{E}\kern-0.125em\TeX} +%\DeclareRobustCommand\XeTeX{X\kern-0.5em\raisebox{-0.5ex}{\reflectbox{E}}\kern0.27em\TeX} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input metaobj; +% --- end of displayed preamble in the book --- +beginfig(1) +newBox.pdftex(btex \strut pdf\TeX etex); +newBox.luatex(btex \strut lua\TeX etex); +newBox.pdfpdf(btex \strut pdf etex); +newBox.pdfdvi(btex \strut dvi etex); +newBox.luapdf(btex \strut pdf etex); +newBox.luadvi(btex \strut dvi etex); +newBox.xetex(btex \strut\XeTeX etex); +newBox.xetexpdf(btex \strut pdf etex); +newTree.LUA(luatex)(luapdf,luadvi) "treemode(R)", "Ralign(right)"; +newTree.PDF(pdftex)(pdfpdf,pdfdvi) "treemode(L)", "Ralign(left)"; +newTree.XETEX(xetex)(xetexpdf) "treemode(D)"; +newBox.quelle(btex \strut\TeX-Datei etex); +newTree.TEX(quelle)(PDF,XETEX,LUA); +TEX.c=origin; drawObj(TEX); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-64.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-64.mp2 new file mode 100644 index 00000000000..2d350b77198 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-64.mp2 @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-64 auf Seite 747. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\def\XeTeX{X\raisebox{-0.5ex}{E}\kern-0.125em\TeX} +%\DeclareRobustCommand\XeTeX{X\kern-0.5em\raisebox{-0.5ex}{\reflectbox{E}}\kern0.27em\TeX} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input piechartmp; +% --- end of displayed preamble in the book --- +beginfig(1) +SetupPercent(this,"%"); +Segment(44.5,"FU",auto); +Segment(27.3,"HU",auto); +Segment(14.1,"TFH",auto); +Segment(41.2,"TU",auto); +PieChart(2.25cm,0.2,0,0,0); +Label(0)(percent)(inwards,0); +Label.auto(0)(name)(outwards,0); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-65.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-65.mp2 new file mode 100644 index 00000000000..edf9b8c62aa --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-65.mp2 @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-65 auf Seite 747. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\def\XeTeX{X\raisebox{-0.5ex}{E}\kern-0.125em\TeX} +%\DeclareRobustCommand\XeTeX{X\kern-0.5em\raisebox{-0.5ex}{\reflectbox{E}}\kern0.27em\TeX} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input piechartmp; +% --- end of displayed preamble in the book --- +beginfig(1) +SetupPercent(this,"%"); +Segment(44.5,"FU",auto); +Segment(27.3,"HU",auto); +Segment(14.1,"TFH",auto); +Segment(41.2,"TU",auto); +PieChart(2.25cm,0.2,50,90,0.1); +Label(0)(percent)(inwards,0); +Label.auto(0)(name)(outwards,0); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-66.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-66.mp2 new file mode 100644 index 00000000000..2d33740c6db --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-66.mp2 @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-66 auf Seite 748. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\def\XeTeX{X\raisebox{-0.5ex}{E}\kern-0.125em\TeX} +%\DeclareRobustCommand\XeTeX{X\kern-0.5em\raisebox{-0.5ex}{\reflectbox{E}}\kern0.27em\TeX} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input piechartmp; +% --- end of displayed preamble in the book --- +beginfig(1) +SetupColors((0.6,0.5),(0.2,0.3),false); +SetupValue(this, " Tsnd"); +Segment(44,"FU",auto); % 1 +Segment(27,"HU",auto); % 2 +Segment(14,"TFH",auto); % 3 +Segment(41,"TU",auto); % 4 +SegmentState(1,this,0.2); +SegmentState(4,invisible,0); +PieChart(2.25cm,0.3,50,-90,0); +Label.auto(0)(name)(outwards,0); +Label(0)(value)(inwards,0) + withcolor white; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-67.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-67.mp2 new file mode 100644 index 00000000000..521ea709fbc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-67.mp2 @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-67 auf Seite 748. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\def\XeTeX{X\raisebox{-0.5ex}{E}\kern-0.125em\TeX} +%\DeclareRobustCommand\XeTeX{X\kern-0.5em\raisebox{-0.5ex}{\reflectbox{E}}\kern0.27em\TeX} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input piechartmp; +% --- end of displayed preamble in the book --- +beginfig(1) +SetupColors((1,1),(0,0.8),true); +DefinePattern(1,1,auto,white,(5mm,2pt)); +DefinePattern(2,3,auto,white,(3mm,1pt)); +DefinePattern(3,6,auto,white,(4mm,2pt)); +DefinePattern(4,8,auto,white,(5mm,2mm)); +SetupValue(this, " Tsnd"); +Segment(44,"FU",1); Segment(27,"HU",2); +Segment(14,"TFH",3); Segment(41,"TU",4); +PieChart(2.25cm,0.3,0,0,0); +Label.auto(0)(name)(outwards,0); +Label(0)(value)(inwards,0); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-68.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-68.mp2 new file mode 100644 index 00000000000..070054e460b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-68.mp2 @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-68 auf Seite 749. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\def\XeTeX{X\raisebox{-0.5ex}{E}\kern-0.125em\TeX} +%\DeclareRobustCommand\XeTeX{X\kern-0.5em\raisebox{-0.5ex}{\reflectbox{E}}\kern0.27em\TeX} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input piechartmp; +% --- end of displayed preamble in the book --- +beginfig(1) +SetupColors((.7, .7),this, this); +SetupName("Das ", " Segment") ; +SetupPercent( this, " %") ; +Segment( 50, "1."); Segment( 30, "2."); Segment( 10, "2."); Segment( 20, "4."); +Segment( 20, "5."); +SegmentState(4, this, 0.3); +PieChart(4cm, 0.15, 60, 0, 0) ; +Label.auto(0)(name)(outwards,0); Label(3,4,5)(value)(inwards,0) withcolor white; +Label(1,2)(percent)(inwards,0) withcolor (1,1,0); +Label.lrt(4)("Ein Segment mit ",percent)((0.9,0.8), (2cm,-1cm)) withcolor 0.8red ; +pickup pencircle scaled 2pt ; +Label.auto(1)("Rotes Label")((0.9,0.1),(2cm,1.5cm)) withcolor 0.8red ; +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-69.mp2 b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-69.mp2 new file mode 100644 index 00000000000..4f202d2d505 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-69.mp2 @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-69 auf Seite 749. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==== +verbatimtex +%% +\documentclass[]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\def\XeTeX{X\raisebox{-0.5ex}{E}\kern-0.125em\TeX} +%\DeclareRobustCommand\XeTeX{X\kern-0.5em\raisebox{-0.5ex}{\reflectbox{E}}\kern0.27em\TeX} +\begin{document} +etex +% --- start of displayed preamble in the book --- +input piechartmp; +% --- end of displayed preamble in the book --- +beginfig(1) +vardef PrivatePattern (expr ulc, lrc, spc, lwd) = save pic, cntr, c, k ; + picture pic; pic := nullpicture; pair cntr ; numeric c ; path k ; + cntr := 0.5*(lrc + ulc); + c := ((xpart (ulc - cntr))++(ypart (ulc - cntr)))/spc; c := floor c; + for i=1 upto c: + k := fullcircle scaled (i*2*spc) shifted cntr ; + addto pic doublepath k withpen pencircle scaled lwd ; + endfor; + pic +enddef; +DefinePattern(1, 0, blue, red, (5mm, 3mm)); +DefinePattern(2, 0, auto, white, (3mm, 1pt)); +Segment(32.5, "", 1); Segment(12.8, "", auto); +Segment(22.4, "", 2); Segment(18.2, "", red); +PieChart(4cm, 0.1, 65, 0, 0); +endfig; +end; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-7.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-7.mp new file mode 100644 index 00000000000..d04925d071f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-7.mp @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-7 auf Seite 719. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +draw (0,10mm){up} .. (1cm, 11mm) .. (2cm,10mm){down}; +draw (0,0){up} ... (1cm, 1mm) ... (2cm,0){down}; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-8.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-8.mp new file mode 100644 index 00000000000..21753021db8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-8.mp @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-8 auf Seite 719. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +pair A, B, C; +A:=(0,0); B:=(2cm,0); C:=(0,2cm); +draw A--B--C--cycle; +draw 1/2[A,B]--C; +draw 1/2[B,C]--A; +draw 1/2[C,A]--B; +draw 1/3 A + 1/3 B + 1/3 C + withpen pencircle scaled 4bp; +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-02-9.mp b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-9.mp new file mode 100644 index 00000000000..201fd8af2aa --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-02-9.mp @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-02-9 auf Seite 720. +%% +%% Copyright (C) 2016 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 +%% +defaultfont:="ptmr8r"; +warningcheck:=0; +% --- start of displayed preamble in the book --- + +% --- end of displayed preamble in the book --- +% % +beginfig(1) +draw origin--(3cm,0) dashed evenly; +drawarrow (0,15)--(3cm,15) dashed withdots + withpen pencircle scaled 3bp + withcolor red; +draw (0,30)--(3cm,30) dashed evenly scaled 2; +drawdblarrow (0,45)--(3cm,45) dashed + dashpattern(on 2bp off 3bp); +draw (0,60)--(3cm,60) dashed + dashpattern(on 6bp off 5bp on 10bp off 4bp); +endfig; +end; diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-1.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-1.ltxps new file mode 100644 index 00000000000..94f9fe351b4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-1.ltxps @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-1 auf Seite 750. +%% +%% Copyright (C) 2016 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{217.16928pt} +\usepackage[ngerman]{babel} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\sloppy +%StartShownPreambleCommands +\usepackage{textdemo,pst-node} +%StopShownPreambleCommands +\begin{document} +\rnode{A}{Anfang} +\textDemo\ \rnode{E}{Ende vom Lied.} +\nccurve[linewidth=5pt, + strokeopacity=0.4,ncurv=1.5, + arrowscale=1.5,arrows=-D>]{A}{E} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-10.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-10.ltxps new file mode 100644 index 00000000000..93c04a1ad7e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-10.ltxps @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-10 auf Seite 754. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage[tiling]{pst-fill} +\newcommand\FArcW{% + \begin{pspicture}(-0.25,-0.25)(0.25,0.25)% + \pscircle*(0,0){0.2} + \psframe[linewidth=0.1pt](-0.25,-0.25)(0.25,0.25) + \end{pspicture}} +%StopShownPreambleCommands +\begin{document} +\psboxfill{\FArcW} +\begin{pspicture}(3.1,3.1) +\psframe[fillstyle=boxfill,fillcyclex=2, + fillangle=45](3,3) +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-11.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-11.ltxps new file mode 100644 index 00000000000..622f5f9f7c1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-11.ltxps @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-11 auf Seite 754. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-node,pst-coil} \SpecialCoor +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(4,3) +\cnode*(0.5,0.5){0.5}{A}\cnode*(3.5,2.5){0.5}{B} +\pccoil[coilwidth=0.4,coilaspect=35,coilheight=0.5, + linecolor=white]{<->}(A)(B) +\nccoil[coilwidth=0.4,coilaspect=35, + coilheight=0.5]{A}{B} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-12.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-12.ltxps new file mode 100644 index 00000000000..9a819e56798 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-12.ltxps @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-12 auf Seite 754. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-grad} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(3,2.25) +\psframe[fillstyle=gradient](3,2) +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-13.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-13.ltxps new file mode 100644 index 00000000000..099654972ea --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-13.ltxps @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-13 auf Seite 755. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-slpe} +\newcommand\st[1]{\makebox[2.75cm]{% + $\vcenter to55pt{}#1$}} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(2.5,2.5) + \psset{fading,endfading=0.75,linecolor=black!40} + \psframe*(-0.3,-0.25)(3.5,20pt) + \psframebox[fillstyle=slope]{\LARGE\st{slope}} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-14.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-14.ltxps new file mode 100644 index 00000000000..d2a385aaf6a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-14.ltxps @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-14 auf Seite 755. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-blur,pst-text} +\DeclareFixedFont{\RM}{T1}{ptm}{b}{n}{1.75cm} +%StopShownPreambleCommands +\begin{document} +\psset{shadow=true,blur=true,shadowsize=10pt, + blurradius=5pt} +\pscharpath{\RM PSTricks} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-15.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-15.ltxps new file mode 100644 index 00000000000..c0157d8692b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-15.ltxps @@ -0,0 +1,56 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-15 auf Seite 756. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-3d} +\def\DreiDKOSystem[#1]#2{{\psset{#1} % + \ThreeDput[normal=0 0 1](0,0,0){\psgrid(#2,#2)\psline{->}(0,0)(0,#2)\psline{->}(#2,0)} + \ThreeDput[normal=0 -1 0](0,0,0){\psgrid(#2,#2)\psline{->}(0,0)(0,5)\psline{->}(#2,0)} + \ThreeDput[normal=1 0 0](0,0,0){\psgrid(#2,#2)\psline{->}(0,0)(0,#2)\psline{->}(#2,0)}}} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(-4.5,-3)(3,4.75) \psset{viewpoint=1 1.5 0.8} +\DreiDKOSystem[gridlabels=0pt,subgriddiv=0,gridcolor=black!50]{5} +\ThreeDput[normal=0 0 1]{\psline[linewidth=3pt,linecolor=blue]{->}(4,4)(4,5.5)%xy + \uput[90](4,5.5){\psrotateleft{\textcolor{blue}{$\vec{n}_A$}}}}%$ +\ThreeDput[normal=0 -1 0]{\psline[linewidth=3pt,linecolor=green]{->}(4,0)(5.5,0)%xz + \uput[90](5.5,0){\psscalebox{-1 1}{\textcolor{green}{$\vec{n}_B$}}}}%$ +\ThreeDput[normal=1 0 0]{\psline[linewidth=3pt,linecolor=red]{->}(0,4)(0,5.5) %yz + \uput[0](0,5.5){$\vec{n}_{oben}$}} % Würfel und Achsen +\ThreeDput[normal=0 0 1](0,0,4){\psframe*[linecolor=gray!25](4,4) + \rput(2,2){\Huge\textbf{OBEN}}} +\ThreeDput[normal=0 1 0](4,4,0){\psframe*[linecolor=gray!5](4,4) + \rput(2,2){\Huge\textbf{Seite A}}} +\ThreeDput[normal=1 0 0](4,0,0){\psframe*[linecolor=gray!15](4,4) + \rput(2,2){\Huge\textbf{Seite B}}} +% Die kleinen Achsen +\ThreeDput[normal=0 0 1](0,0,4){\psline(4,0)\uput[90](3,0){X$_{oben}$} + \psline(0,4)\uput[0](0,3){Y$_{oben}$}} +\ThreeDput[normal=0 1 0](4,4,0){\psline(4,0)\uput[90](3,0){X$_{A}$} + \psline(0,4)\uput[0](0,3){Y$_{A}$}} +\ThreeDput[normal=1 0 0](4,0,0){\psline(4,0)\uput[90](3,0){X$_{B}$} + \psline(0,4)\uput[0](0,3){Y$_{B}$}} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-16.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-16.ltxps new file mode 100644 index 00000000000..88e69ab729c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-16.ltxps @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-16 auf Seite 756. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-ob3d}\SpecialCoor +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(-1,-0.5)(3,1.7) +\psset{fillstyle=solid,fillcolor=yellow, + RandomFaces=true} \PstDie[viewpoint=1 -3 1] +\rput(1.5,0){\PstCube[Corners=true,CornersColor=blue, + fillstyle=solid,fillcolor=cyan, + viewpoint=1 2 1]{1}{1}{1}} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-17.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-17.ltxps new file mode 100644 index 00000000000..5eca27450a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-17.ltxps @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-17 auf Seite 756. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-gr3d,pst-node,multido}\SpecialCoor +%StopShownPreambleCommands +\begin{document} +\psscalebox{0.5}{\footnotesize % +\PstGridThreeD[GridThreeDNodes,unit=2.5](2,3,2) +\multido{\ix=0+1}{3}{% + \multido{\iy=0+1}{4}{% + \multido{\iz=0+1}{3}{% + \rput*(Gr3dNode\ix\iy\iz){$\ix\iy\iz$}}}} +\psset{linecolor=blue,linestyle=dashed, + linewidth=0.3pt,arrowscale=2,nodesep=8pt} +\pcline{->}(Gr3dNode000)(Gr3dNode202) +\pccurve{->}(Gr3dNode000)(Gr3dNode232)} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-18.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-18.ltxps new file mode 100644 index 00000000000..9c76d7052c8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-18.ltxps @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-18 auf Seite 756. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-fr3d} +%StopShownPreambleCommands +\begin{document} +\PstFrameBoxThreeD[FrameBoxThreeDOn=false]{\Large Aus} +\quad\PstFrameBoxThreeD{\Large Ein}% Ein ist Standard +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-19.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-19.ltxps new file mode 100644 index 00000000000..2e05dcdca20 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-19.ltxps @@ -0,0 +1,55 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-19 auf Seite 757. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-3dplot} +\def\oA{\pstThreeDLine[linecolor=blue,linewidth=3pt, + arrows=c-> ](0,0,0)(1,60,70)} +\def\oB{\pstThreeDLine[linecolor=red,linewidth=3pt, + arrows=c->](0,0,0)(1,10,50)} +\def\oAB{\pstThreeDEllipse[beginAngle=58, + endAngle=90](0,0,0)(1,140,40)(1,10,50)} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(-4.8,-1.75)(4.8,3.75) +\psset{unit=4cm,drawCoor,beginAngle=90,endAngle=180, + linestyle=dotted} +\pstThreeDCoor[drawing,linewidth=1pt,linecolor=black,% + linestyle=solid,xMin=0,xMax=1.1,yMin=0,yMax=1.1, + zMin=0,zMax=1.1] +\pstThreeDEllipse(0,0,0)(-1,0,0)(0,1,0) +\pstThreeDEllipse(0,0,0)(-1,0,0)(0,0,1) +\pstThreeDEllipse[beginAngle=0,endAngle=90]% + (0,0,0)(0,0,1)(0,1,0) +\psset{SphericalCoor,linestyle=solid} +\pstThreeDDot[dotstyle=none](1,10,50) +\pstThreeDDot[dotstyle=none](1,60,70) +\pscustom[fillstyle=solid,fillcolor=black!20, + linestyle=none]{\oB\oAB\oA} \oA \oB \oAB +\pstThreeDPut[origin=lb](1.1,60,70){$\vec\Omega_1$} +\pstThreeDPut[origin=rb](1.2,10,50){$\vec\Omega_2$} +\pstThreeDPut[origin=lb](1,10,65){$\gamma_{12}$} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-2.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-2.ltxps new file mode 100644 index 00000000000..ddefee73406 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-2.ltxps @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-2 auf Seite 751. +%% +%% Copyright (C) 2016 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{217.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{pstricks-add} +%StopShownPreambleCommands +\begin{document} +\psset{unit=5} +\begin{pspicture}(-0.04,-0.04)(1,1) +\psgrid[subgriddiv=5, + subgridcolor=lightgray] +\psplotDiffEqn[whichabs=0, + whichord=1,linecolor=red, + method=rk4,algebraic, + plotpoints=400,showpoints=true]% + {0}{10}{0 0}% + {cos(Pi*x^2/2)|sin(Pi*x^2/2)} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-20.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-20.ltxps new file mode 100644 index 00000000000..a740dd4d3f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-20.ltxps @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-20 auf Seite 757. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-solides3d} +%StopShownPreambleCommands +\begin{document} +\psset{viewpoint=100 50 20 rtp2xyz,Decran=60, + lightsrc=10 15 10} +\defFunction[algebraic]{corne}(u,v) % + {(2 + u*cos(v))*sin(2*pi*u)} % + {(2 + u*cos(v))*cos(2*pi*u) + 2*u} % + {u *sin(v)} +\begin{pspicture}(-2,-2)(2,2) +\psSolid[object=surfaceparametree, + base=0 1 0 2 pi mul,function=corne,ngrid=20] +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-21.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-21.ltxps new file mode 100644 index 00000000000..2d8e4cb7707 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-21.ltxps @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-21 auf Seite 757. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-circ} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(4,3.5) +\pnode(0,3){A}\pnode(0,0){B}\pnode(4,1.5){C} +\OA[OAperfect=false,OAiplus,OAiminus,OAiout, + OAipluslabel=$i_P$, OAiminuslabel=$i_M$, + OAioutlabel=$i_A$](A)(B)(C) +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-22.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-22.ltxps new file mode 100644 index 00000000000..dff531653a4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-22.ltxps @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-22 auf Seite 758. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-map3d} +%StopShownPreambleCommands +\begin{document} +\psset{unit=0.75,Radius=5,Dobs=200,Decran=200, + path=/home/voss/Links/texmf-local-generic/pst-geo/data/, + PHI=10,THETA=120,circlewidth=1.5pt} +\begin{pspicture}(-5,-5)(5,5) +\WorldMapThreeD[circles=false,australia=true] +\psmeridien{95.98} \psparallel{3.30} +\psepicenter[circlecolor=red!70,waves=4, + Rmax=2000](95.98,3.30){Sumatra} +\psmeridien[meridiencolor=red!70]{160} +\psparallel[parallelcolor=red!70]{52.76} +\psepicenter[circlecolor=blue!50](160,52.76){Kamchatka} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-23.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-23.ltxps new file mode 100644 index 00000000000..308354ee64f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-23.ltxps @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-23 auf Seite 758. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-barcode} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(1in,1in) +\psbarcode{Herbert Voss Wasgenstraße 21 14129 Berlin + http://www.dante.de/}{rows=52 columns=52}{datamatrix} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-24.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-24.ltxps new file mode 100644 index 00000000000..df6f35448d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-24.ltxps @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-24 auf Seite 758. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\begin{filecontents*}{data1T.csv} +1300--1349, 1350--1399, 1400--1449, 1450--1499 +1, 0.5, 2, 0.5 +1, 2, 1.5, 1 +\end{filecontents*} +%StartShownPreambleCommands +\usepackage{pst-plot,pst-bar} +%StopShownPreambleCommands +\begin{document} +\readpsbardata{\data}{data1T.csv} +\begin{pspicture}(-0.5,-2)(4,2)\footnotesize +\psline[linestyle=dashed](0,1)(4,1) +\psaxes[axesstyle=frame,Dy=2,labels=y](0,0)(4,2) +\psbarchart[barstyle={red,blue},barlabelrot=45, + chartstyle=cluster]{\data} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-25.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-25.ltxps new file mode 100644 index 00000000000..6c2ca47e407 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-25.ltxps @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-25 auf Seite 758. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-plot,pst-math} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture*}(-0.75,-.5)(6,5) \psaxes{->}(6,5) + \psset{linewidth=1.5pt,plotpoints=200} + \psplot[linecolor=red]{.1}{6}{x GAMMA} + \psplot[linecolor=blue]{.1}{6}{x GAMMALN} +\end{pspicture*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-26.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-26.ltxps new file mode 100644 index 00000000000..6b2b9f61ed8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-26.ltxps @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-26 auf Seite 759. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-func,pstricks-add} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture*}(-3,-2.2)(3.5,2.5) +\psaxes{->}(0,0)(-3,-2)(3.2,2) +\psplotImp[linewidth=2pt,algebraic]% + (-5,-2.2)(5,2.4){(x^2+y^2)^2-8*(x^2-y^2)} +\rput*(2,1.5){\footnotesize% + $\left(x^2+y^2\right)^2-8(x^2-y^2)=0$} +\end{pspicture*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-27.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-27.ltxps new file mode 100644 index 00000000000..f3105a1a116 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-27.ltxps @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-27 auf Seite 759. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-eucl} +%StopShownPreambleCommands +\begin{document} +\psset{unit=0.4}% +\begin{pspicture}(0,-2)(8,7) +\pstTriangle(1,3){B}(5,5){C}(4,1){A} +\pstOrtSym{A}{B}{C}[D] \psset{CodeFig=true} +\pstOrtSym[CodeFigColor=red]{C}{B}{A} +\pstOrtSym[SegmentSymbol=pstslash,dotsep=3mm, + linestyle=dotted,CodeFigColor=blue]{C}{A}{B} +\pspolygon[linestyle=dotted,linewidth=1pt](A')(B')(D) +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-28.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-28.ltxps new file mode 100644 index 00000000000..a98e6b1fce5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-28.ltxps @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-28 auf Seite 759. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-labo} +%StopShownPreambleCommands +\begin{document} +\psset{unit=0.5cm,glassType=becher,burette=false} +\pstDosage[phmetre] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-29.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-29.ltxps new file mode 100644 index 00000000000..825ca57f84a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-29.ltxps @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-29 auf Seite 759. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-uml} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(5,4) +\rput(1,1.5){\rnode{A}{\umlClass{Class1}{Eins\\Zwei}}} +\rput(4,3){\rnode{B}{\umlClass{Class2}{Eins\\Zwei}}} +\end{pspicture} +\psset{linewidth=1pt}% +\ncNE[linestyle=dotted]{A}{B} +\ncEVE[linestyle=dashed]{A}{B} +\ncSHN{A}{B} +\nbput[npos=0.5]{\textbf{S}} +\nbput[npos=1.5]{\textbf{H}} +\nbput[npos=2.5]{\textbf{N}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-3.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-3.ltxps new file mode 100644 index 00000000000..e5de5d2f6dc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-3.ltxps @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-3 auf Seite 751. +%% +%% Copyright (C) 2016 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{358.50227pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pstricks,pst-plot} +%StopShownPreambleCommands +\begin{document} +\raggedright Die reservierte Box ist per Definition mit ihrer unteren Seite auf der +Grundlinie der Zeile angeordnet, was man hier leicht an dieser +\psframebox[framesep=0]{% + \begin{pspicture}(-1,-0.5)(1.5,1) + \psaxes[labels=none]{->}(0,0)(-1,-0.5)(1.5,1) + \end{pspicture}} +erkennen kann, deren \emph{interner} Ursprung jedoch ganz woanders liegen kann, +auch außerhalb der Box. In diesem Beispiel bei \texttt{(1,0.5)}, gemessenen +von der linken unteren Ecke der Box. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-30.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-30.ltxps new file mode 100644 index 00000000000..59997757cf3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-30.ltxps @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-30 auf Seite 760. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-asr} +%StopShownPreambleCommands +\begin{document} +\newpsstyle{dotted}{linestyle=dotted,linewidth=1.2pt,dotsep=1.6pt} +\newpsstyle{crossing}{xed=true,xedtype=\xedcirc,style=dotted} +\newpsstyle{dotted}{linestyle=dotted,linewidth=1.2pt,dotsep=1.6pt} +\newpsstyle{crossing}{xed=true,xedtype=\xedcirc,style=dotted} +\newtier{softpal,ant,dist,nasal} \tiershortcuts +\psset{xgap=1.5in,yunit=3em,ts=0 (Pg),sy=1 ([),ph=-1 (Cg),softpal=.3 (Sg),nasal=-.4 ([), + ant=-2 ([),dist=-3 ([),tssym=Place,sysym=\textrm{[+cons]},everyph=Coronal} +\DefList{\softpalA{2.5},\antoffset{-.22},\distoffset{.36}} \quad \asr \1{}\1{}\1{}| +\@(\softpalA,softpal){Soft Palate} \-(2,sy) % softpal features +\@(\softpalA,nasal){\textrm{[+nas]}} \-(\softpalA,softpal) % ant features +\@(\antoffset,ant){\textrm{[-ant]}} \-(0,ph) \-[style=crossing](2,ph) +\@[1](\antoffset,ant){\textrm{[$\alpha$ ant]}} \-(1,ph) +\@[2](\antoffset,ant){\textrm{[-ant]}} \-(2,ph) % dist features +\@(\distoffset,dist){\textrm{[-dist]}} \-(0,ph) \-[style=crossing](2,ph) +\@[1](\distoffset,dist){\textrm{[$\beta$ dist]}} \-(1,ph) +\@[2](\distoffset,dist){\textrm{[+dist]}} \-(2,ph) +|\endasr +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-31.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-31.ltxps new file mode 100644 index 00000000000..7aad1d9a308 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-31.ltxps @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-31 auf Seite 760. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-jtree} +%StopShownPreambleCommands +\begin{document} +\jtree[xunit=5em,yunit=2em] +\! = {IP} + <tri>{\triline{sono stati\hfil}} ^<tri>[triratio=.95]{FP} + :{F$_{\rlap{$\scriptstyle\rm [+strong]$}}$}!a {Voice$_{\rlap{$\scriptstyle\rm Pass$}}$} + :{Voice\rlap{$_{\rm Pass}$}}@A2 {$\rm Agr_OP$} + :{DP}!b {${\rm Agr_O}'$} + :[scaleby=.8 1]{$\rm Agr_O$}@A3 [scaleby=.8 1]{VP} + <tri>[scaleby=.4 .7]{\rnode{A5}{$t_i$}\hskip1ex \rnode{A6}{$t_m$}}. +\!a = <shortvert>{arrestati$_i$}@A1 . \!b = <shortvert>{alcuni uomini$_m$}@A4 . +\psset{arrows=->}\nccurve[angleA=225,angleB=-45]{A2}{A1} +\nccurve[angleA=200,angleB=-90,ncurv=1.5]{A3}{A2}\nccurve[angleA=-130,angleB=-70]{A5}{A3} +\nccurve[angleA=-130,angleB=-70,linestyle=dashed]{A6}{A4} +\endjtree +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-32.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-32.ltxps new file mode 100644 index 00000000000..61fbfadcb66 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-32.ltxps @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-32 auf Seite 760. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-qtree} +%StopShownPreambleCommands +\begin{document} +\Tree + [.S [.NP [.D the ] [.N cat ] + ] [.VP [.V sat ] [.PP [.P on ] + [.NP [.D the ] [.N mat ] ] ] ] ] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-33.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-33.ltxps new file mode 100644 index 00000000000..785aeac3477 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-33.ltxps @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-33 auf Seite 760. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{infix-RPN,pst-func,multido} +%StopShownPreambleCommands +\begin{document} +\SpecialCoor +\psset{yunit=0.25} +\begin{pspicture}(-0.25,-2)(5,22.5) +\infixtoRPN{x*x} +\multido{\rx=0.0+0.5}{10}{\rput(!/x \rx\space def + \RPN\space x exch ){\psPrintValue{\RPN}}} +\psaxes[dy=5,Dy=5]{->}(5,22.5) +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-34.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-34.ltxps new file mode 100644 index 00000000000..57b056a917d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-34.ltxps @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-34 auf Seite 761. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-fractal} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(-3,0)(3,4) + \psPTree\psdot*(0,0) +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-35.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-35.ltxps new file mode 100644 index 00000000000..2e3bacc69e8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-35.ltxps @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-35 auf Seite 761. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-poly} +%StopShownPreambleCommands +\begin{document} +\PstPolygon[PolyNbSides=21,PolyOffset=2, + PolyIntermediatePoint=-0.9] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-36.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-36.ltxps new file mode 100644 index 00000000000..a2f064a0cd0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-36.ltxps @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-36 auf Seite 761. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-coxeterp} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(-2,-2)(2,2) +\psset{unit=0.4cm,colorCenters=blue, + styleCenters=pentagon,sizeCenters=0.2} +\gammapn[P=5,dimension=4] +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-37.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-37.ltxps new file mode 100644 index 00000000000..808b63a5dac --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-37.ltxps @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-37 auf Seite 761. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-lens} +%StopShownPreambleCommands +\begin{document} +\def\Wishes{{% + \rput[lb](0,0){% + \Large\begin{minipage}{3cm} + \centering + \textbf{Alles Gute}\\\textbf{Jana},\\ + für dieses neue Jahr\\\Huge 2010! + \end{minipage}}}}\begin{pspicture}(0,-1.5)(3,4) + \Wishes\PstLens[LensMagnification=2](2,2){\Wishes} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-38.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-38.ltxps new file mode 100644 index 00000000000..d9e9e2c1e76 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-38.ltxps @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-38 auf Seite 762. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-optexp, nicefrac} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(-4.2,-1)(3,3) +\pnode(-2,0){LOut}\pnode(0,0){Grat} +\pnode(4;45){Out}\pnode(2.5;70){Mvar} +\newpsstyle{Beam}{linewidth=2\pslinewidth, + linecolor=red!90!black} +\begin{optexp} + \optbox[optboxwidth=2.2, labeloffset=0, + position=start](LOut)(Grat){diode laser} + \mirror[variable,label=0.5]% + (Grat)(Mvar)(Grat){M$_\mathrm{var}$} + \optretplate[position=0.3]% + (LOut)(Grat){$\nicefrac{\lambda}{4}$} + \optgrating(LOut)(Grat)(Out){grating} + \drawbeam[arrows=->]{1}{3}{4}(Out) + \drawbeam{2}{4} +\end{optexp} +\rput[l](-3,2){Littman setup} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-39.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-39.ltxps new file mode 100644 index 00000000000..beded832b9f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-39.ltxps @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-39 auf Seite 762. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-optic} +%StopShownPreambleCommands +\begin{document} +\psset{unit=0.5}\begin{pspicture}(-1.5,-5.5)(10,5.5) + \rput(0,0){\beamLight[drawing=false,mirrorDepth=4.75,mirrorWidth=0.1,mirrorHeight=10,linecolor=lightgray]} + \makeatletter \pst@getcoor{Focus}\pst@tempf + \psset{linecolor=red} + \multido{\n=60+5}{18}{\mirrorCVGRay[linecolor=red,mirrorDepth=4.75,mirrorHeight=10](Focus)(! /XF \pst@tempf pop \pst@number\psxunit div def + \n\space cos XF add \n\space sin neg){Endd1} + \psOutLine[arrows=->,length=.25](Endd1)(Endd1''){Endd2} + \mirrorCVGRay[linecolor=red,mirrorDepth=4.75,mirrorHeight=10](Focus)(! /XF \pst@tempf pop \pst@number\psxunit div def + \n\space cos XF add \n\space sin ){End1} + \psOutLine[arrows=->,length=.25](End1)(End1''){End2}} + \makeatother +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-4.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-4.ltxps new file mode 100644 index 00000000000..4c6e0536042 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-4.ltxps @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-4 auf Seite 752. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pstricks} +%StopShownPreambleCommands +\begin{document} +\psset{unit=0.05mm}% 1:20,or=0.1mm for 1:10 +\begin{pspicture}(-100,-100)(1000,650) + \pspolygon[linewidth=2pt,fillcolor=gray!10, + fillstyle=solid](0,0)(0,470)(860,625)(860,0) + \psset{linewidth=0.2pt,arrowscale=2,tbarsize=10pt} + \psline{|<->|}(0,-100)(860,-100) + \rput*(430,-100){430mm} + \psline{|<->|}(960,0)(960,625) + \rput*{90}(960,312.5){625mm} + \psline{|<->|}(-100,0)(-100,470) + \rput*{90}(-100,235){470mm} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-40.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-40.ltxps new file mode 100644 index 00000000000..c8e78e7c113 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-40.ltxps @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-40 auf Seite 762. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-diffraction} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(-3.5,-1.5)(3.5,3.5) +\psdiffractionCircular[IIID,r=0.5e-3,f=10, + pixel=0.5,lambda=520,colorMode=0] +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-41.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-41.ltxps new file mode 100644 index 00000000000..d58344cd69a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-41.ltxps @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-41 auf Seite 763. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-osci} +%StopShownPreambleCommands +\begin{document} +\Oscillo[amplitude1=1,amplitude2=1,CC2=2,period2=25, + period1=2,combine=true,operation=mul,offset1=5] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-42.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-42.ltxps new file mode 100644 index 00000000000..60d36c539e0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-42.ltxps @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-42 auf Seite 763. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-spectra,pstricks-add} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(0,-0.75)(2,4.75) +\rput{90}(1,0){\psspectrum[axe,Dl=50,wlangle=-90, + wlcmd={\scriptsize\bfseries},begin=780,end=380, + element=Es,absorption](5,2)(0,0)} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-43.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-43.ltxps new file mode 100644 index 00000000000..deda9c75c11 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-43.ltxps @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-43 auf Seite 763. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{pst-stru} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(-1,-3)(12,4) + \psset{arrowsize=0.8mm,arrowinset=0} + \triload[K=2.5,P=8,L=2] +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-44.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-44.ltxps new file mode 100644 index 00000000000..cafb72124b9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-44.ltxps @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-44 auf Seite 763. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{pstricks,pst-pad} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(4,4) +\PstPad(2,2) +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-45.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-45.ltxps new file mode 100644 index 00000000000..3a1691b3d5a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-45.ltxps @@ -0,0 +1,66 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-45 auf Seite 764. +%% +%% Copyright (C) 2016 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} +%StartShownPreambleCommands +\usepackage{pst-node,pst-dbicons} +%StopShownPreambleCommands +\begin{document} +\seticonparams{entity}{shadow=true,fillcolor=black!30,fillstyle=solid} +\seticonparams{attribute}{fillcolor=black!10,fillstyle=solid} +\seticonparams{relationship}{shadow=true,fillcolor=black!20,fillstyle=solid} +\begin{tabular}{cc} +\begin{tabular}{c} +\entity{tblpbl}[tbl\_pbl]\\[2cm] +\entity{tblinst}[tbl\_inst]\\[2cm] +\entity{tbldsc}[tbl\_dsc] \\[2cm] +\end{tabular}\hspace{6em} +\begin{tabular}{c} +~\\[2cm] +\entity{tbllvl}[tbl\_lvl]\\[2cm] +\entity{tblindx}[tbl\_indx]\\[2cm] +\end{tabular} +\attributeof{tblpbl}[3em]{0}{pbljrn}[pbl\_jrn]%attributes +\attributeof{tblpbl}[3em]{90}{pbloth}[pbl\_oth] +\attributeof{tblpbl}[3em]{30}{pblauth}[pbl\_auth] +\attributeof{tblpbl}[3em]{150}{pblyr}[pbl\_yr] +\attributeof{tblpbl}[3em]{180}[key]{pblid}[pbl\_id] +\attributeof{tblinst}[3em]{150}[key]{instprm}[inst\_prm] +\attributeof{tblinst}[3em]{180}[key]{instid}[inst\_id] +\attributeof{tbldsc}[3em]{180}[key]{dscid}[dsc\_id] +\attributeof{tbldsc}[3em]{150}{dscname}[dsc\_name] +\attributeof{tbldsc}[3em]{220}{dscval}[dsc\_val] +\attributeof{tbldsc}[3em]{270}{dscunit}[dsc\_unit] +\attributeof{tbldsc}[3em]{320}{dscoth}[dsc\_oth] +\attributeof{tbllvl}[3em]{0}[key]{lvlid}[lvl\_id] +\attributeof{tbllvl}[3em]{90}{lvlname}[lvl\_name] +\attributeof{tblindx}[3em]{0}[key]{indxid}[indx\_id] +\attributeof{tblindx}[3em]{30}{indxname}[indx\_name] +\attributeof{tblindx}[3em]{270}{indxrel}[indx\_rel] +\relationshipbetween{tblpbl}{tblinst}{1:m}%relationships +\relationshipbetween{tblinst}{tbldsc}{m:1} +\relationshipbetween{tblinst}{tbllvl}{m:1} +\relationshipbetween{tbldsc}{tblindx}{1:m} +\relationshipbetween{tbllvl}{tblindx}{1:m} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-46.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-46.ltxps new file mode 100644 index 00000000000..fad85e02034 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-46.ltxps @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-46 auf Seite 764. +%% +%% Copyright (C) 2016 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{169.16928pt} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{vaucanson-g} +%StopShownPreambleCommands +\begin{document} +\begin{VCPicture}{(0,-2)(5.5,2)} + \State[p]{(0,0)}{A} \State{(2.5,0)}{B} + \State[r]{(5.5,0)}{C} + \Initial{A} \Final{C} + \EdgeL{A}{B}{a} \ArcL{B}{C}{b} + \ArcL{C}{B}{b} \LoopN{A}{a} \LoopS{C}{d} +\end{VCPicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-47.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-47.ltxps new file mode 100644 index 00000000000..72041d7426f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-47.ltxps @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-47 auf Seite 764. +%% +%% Copyright (C) 2016 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{pst-pdgr} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(6,6) + \psset{belowtextrp=t,armB=1} + \rput(2.5,5.5){\pstPerson[male,deceased,belowtext=A:1]{A:1}} + \rput(3.5,5.5){\pstPerson[female,deceased,belowtext=A:2]{A:2}} + \pstRelationship[descentnode=A:1_2]{A:1}{A:2} + \rput(1,3.5){\pstPerson[female,affected,belowtext=B:1]{B:1}} + \pstDescent{A:1_2}{B:1} + \rput(2,3.5){\pstPerson[male,belowtext=B:2]{B:2}} + \pstRelationship[descentnode=B:1_2]{B:1}{B:2} + \rput(3.5,3.5){\pstPerson[male,affected,belowtext=B:3]{B:3}} + \pstDescent{A:1_2}{B:3} + \rput(4.5,3.5){\pstPerson[female,belowtext=B:4]{B:4}} + \pstRelationship[descentnode=B:3_4]{B:3}{B:4} + \rput(5.5,3.5){\pstPerson[female,affected,deceased,proband,belowtext=B:5]{B:5}} + \pstDescent{A:1_2}{B:5} + \rput(0.5,1.5){\pstPerson[female,belowtext=C:1]{C:1}}\pstDescent{B:1_2}{C:1} + \rput(1.5,1.5){\pstPerson[female,belowtext=C:2]{C:2}}\pstDescent{B:1_2}{C:2} + \rput(2.5,1.5){\pstPerson[female,deceased, + belowtext=\parbox{2cm}{\centering C:3\\4/52}]{C:3}} + \pstDescent{B:1_2}{C:3} + \rput(3.5,1.5){\pstPerson[female,affected,belowtext=C:4]{C:4}} + \pstDescent{B:3_4}{C:4} + \rput(4.5,1.5){\pstPerson[male,insidetext=?,belowtext=C:5]{C:5}} + \pstDescent{B:3_4}{C:5} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-48.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-48.ltxps new file mode 100644 index 00000000000..930ab31c3c0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-48.ltxps @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-48 auf Seite 764. +%% +%% Copyright (C) 2016 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{pst-light3d} +%StopShownPreambleCommands +\begin{document} +\DeclareFixedFont{\RM}{T1}{ptm}{m}{n}{2cm} +\psset{linestyle=none,fillstyle=solid, + fillcolor={[rgb]{1,0.84,0}}} +\PstLightThreeDText[LightThreeDXLength=0.5]{\RM\TeX} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-49.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-49.ltxps new file mode 100644 index 00000000000..c4b6c459c1c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-49.ltxps @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-49 auf Seite 765. +%% +%% Copyright (C) 2016 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{pst-gantt} +%StopShownPreambleCommands +\begin{document} +\begin{PstGanttChart}[yunit=1.5,ChartUnitIntervalName=Year, + ChartUnitBasicIntervalName=Month, + TaskUnitIntervalValue=12,TaskUnitType=Year, + ChartShowIntervals]{4}{4} + \PstGanttTask[TaskInsideLabel={Task 1}]{0}{1} + \PstGanttTask[TaskInsideLabel={Task 2}, + TaskUnitType=Month]{6}{24} % 24 mon start at 6 + \PstGanttTask[TaskInsideLabel={Task 3}]{2}{2} + \PstGanttTask[TaskInsideLabel={Task 4}]{3}{1} +\end{PstGanttChart} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-5.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-5.ltxps new file mode 100644 index 00000000000..9696246f38a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-5.ltxps @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-5 auf Seite 753. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pstricks-add} +\usepackage{multido} +%StopShownPreambleCommands +\begin{document} +\psscalebox{0.75}{% +\begin{pspicture}(-1,-3)(4.75,3) + \psaxes{->}(0,0)(-1,-3)(5,3) + \psplot[polarplot,linewidth=2pt,algebraic, + plotpoints=500]{0}{6.289}{2*(1+cos(x))} + \multido{\r=0.000+0.314}{21}{ % + \psplotTangent[polarplot,Derive=-2*sin(x), + algebraic,arrows=<->]{\r}{1.5}{2*(1+cos(x))}} +\end{pspicture}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-50.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-50.ltxps new file mode 100644 index 00000000000..16cedf87443 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-50.ltxps @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-50 auf Seite 765. +%% +%% Copyright (C) 2016 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{pst-calendar} +%StopShownPreambleCommands +\begin{document} +\psscalebox{0.13}{ % + \psCalDodecaeder[Jahr=2013,style=Januar]} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-51.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-51.ltxps new file mode 100644 index 00000000000..d942c615846 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-51.ltxps @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-51 auf Seite 765. +%% +%% Copyright (C) 2016 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{psgo} +%StopShownPreambleCommands +\begin{document} +\psscalebox{0.7}{% +\begin{psgopartialboard}[9]{(4,1)(9,6)} +\stone{white}{c}{3} \stone{white}{e}{3} +\stone{white}{d}{2} \stone{white}{d}{4} +\stone{black}{f}{3} \stone{black}{e}{2} +\stone{black}{e}{4} +\end{psgopartialboard}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-6.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-6.ltxps new file mode 100644 index 00000000000..1e13063713e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-6.ltxps @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-6 auf Seite 753. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-node} +%StopShownPreambleCommands +\begin{document} +\begin{pspicture}(4,4) + \pnode(3,3){A}\psdot[dotscale=2](A)\uput[135](A){A} + \pscircle[linestyle=dotted](A){1} + \psline([nodesep=1,angle=-45]A)\uput[0](3.5,2){I} + \psline[linestyle=dashed]([nodesep=-1,angle=-45]A) + \uput[-45](2,4){II} + \psline[linestyle=dotted,linewidth=1.5pt]% + ([offset=1,angle=-45]A)\uput[-225](4,4){III} + \psline[linewidth=1.5pt]([offset=1,angle=135]A) + \uput[0](2,2){IV} \nccurve{->}{A}{0,0} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-7.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-7.ltxps new file mode 100644 index 00000000000..4b10ac9dfcd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-7.ltxps @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-7 auf Seite 753. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-plot} +%StopShownPreambleCommands +\begin{document} +\psset{xunit=1.5cm,yunit=1.5cm} +\begin{pspicture}[showgrid=true](-1.1,-1.1)(1.1,1.1) +\psparametricplot[plotstyle=curve,linewidth=1.5pt, + plotpoints=200,algebraic]{-6.28}{6.28}% + {sin(1.5*t)|sin(2*t+Pi/3)} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-8.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-8.ltxps new file mode 100644 index 00000000000..819152cc140 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-8.ltxps @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-8 auf Seite 753. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-tree} +%StopShownPreambleCommands +\begin{document} +\pstree[levelsep=1cm,radius=3pt]{\Toval{Wurzel}}{% + \pstree{\TC}{% + \TC + \pstree{\TC*}{\TC\TC\TC\TC}% + \TC\TC}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-03-9.ltxps b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-9.ltxps new file mode 100644 index 00000000000..b1a779945f3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-03-9.ltxps @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-03-9 auf Seite 754. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{pst-text,pst-grad} +\usepackage[tiling]{pst-fill} +\DeclareFixedFont{\ptsmall}{T1}{ptm}{m}{sc}{5mm} +\DeclareFixedFont{\ps}{U}{psy}{m}{n}{8cm} +%StopShownPreambleCommands +\begin{document} +\psboxfill{\ptsmall$\pi$} +\begin{pspicture}(0,0)(.25\linewidth,8) +\pscharpath[fillstyle=solid,fillcolor=cyan!20, + addfillstyle=boxfill,fillangle=30, + fillsep=0.6mm]{\rput[b](-0.5,0){\ps\char112}} +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-1.ltx new file mode 100644 index 00000000000..5bd0d41a17b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-1.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-1 auf Seite 768. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \draw (0,0)--(90:1cm) arc (90:360:1cm) + arc (0:30:1cm)--cycle; + \draw (60:5pt)-- +(30:1cm) arc (30:90:1cm)--cycle; + \draw (2.5,0) +(0:1cm)-- +(72:1cm)-- +(144:1cm)-- + +(216:1cm)-- +(288:1cm)--cycle; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-10.ltx new file mode 100644 index 00000000000..3e5df01af8d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-10.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-10 auf Seite 771. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\tikz \draw(0,0) rectangle (1,1) (0,0) parabola (1,1); +\tikz \draw[x=2pt,y=2pt](0,0) parabola bend (4,-5) (6,14); +\par +\tikz \draw[x=5mm](0,0) sin (1.57,1) cos (3.14,0); +\tikz \path[draw,x=1.57ex,y=5mm,red,thick] + (0,0) sin (1,1) cos (2,0) sin (3,-1) cos (4,0) + (0,1) cos (1,0) sin (2,-1) cos (3,0) sin (4,1); +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-11.ltx new file mode 100644 index 00000000000..bb6ad6b69ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-11.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-11 auf Seite 771. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} +\draw (0,0) to node [sloped,below] {$x_1$} (3,2); +\draw (0,0) to[out=90,in=180] node [above] {$x_2$} (3,2); +\end{tikzpicture}% +\tikz[every to/.style={draw,dashed}]\draw (0,2) to (1,0); +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-12.ltx new file mode 100644 index 00000000000..990634248ed --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-12.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-12 auf Seite 772. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \draw[dash pattern=on 10pt off 5pt](-0.5,-1) rectangle (0.5,1); + \clip(-0.5,-1) rectangle (0.5,1); \draw(1.2,0)--(0,0)--(1,1); + \draw (0,0) circle (1cm); \draw [thick] (8mm,0mm) arc (0:45:8mm); +\end{tikzpicture} \quad +\begin{tikzpicture}[scale=1.5] + \draw[clip](0,0) rectangle (0.5,1); \draw(1.2,0)--(0,0)--(1,1); + \draw (0,0) circle (1cm); \draw [thick] (8mm,0mm) arc (0:45:8mm); +\end{tikzpicture} \quad + \tikz{\path[draw,clip](-1,0) circle (5mm); + \filldraw[red!40](0,0) arc (0:315:1.7cm and 1cm)--(-1,0)--cycle; + \draw[->](-1,0)--(1,0); \draw[->](0,-1)--(0,1); + \filldraw[black](-1.7,0) circle (1.5pt);} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-13.ltx new file mode 100644 index 00000000000..7be15600d9f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-13.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-13 auf Seite 773. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[rounded corners,ultra thick] + \shade[top color=white,bottom color=black,draw=black] (0,0) rectangle +(2,1); + \shade[left color=white,right color=black] (3,0) rectangle +(2,1); + \shadedraw[inner color=white,outer color=black,draw=red] (6,0) rectangle +(2,1); + \begin{scope} + \clip plot[smooth cycle,tension=0.8] coordinates{(9,0)(10,-0.75)(11,0)(10,1.3)}; + \shadedraw[inner color=black,outer color=white] (9,-1) rectangle +(2,2.5); + \end{scope} + \draw[thick] plot[smooth cycle,tension=0.8] coordinates + {(9,0)(10,-0.75)(11,0)(10,1.3)}; + \shade[ball color=cyan] (12,0.5) circle (.5cm); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-14.ltx new file mode 100644 index 00000000000..0495689ba79 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-14.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-14 auf Seite 773. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[y=0.03cm,z=3mm] +\foreach \y in {0,20,40,60,80,100} + \draw[dashed] (0,\y,0) node[left] {\y}--(0,\y,1)--(6,\y,1); +\draw[dashed] (6,0,0)--(6,0,1)--(6,100,1); +\draw (0,0,0)--(0,100,0) (0,0,1)--(0,100,1) (0,0,0)--(6,0,0); +\foreach \x/\xT/\xH in {% + 1/sehr gut/20, 2/gut/50, 3/normal/87, 4/schlecht/67, 5/sehr schlecht/5}{% + \draw (\x,0) node[rotate=30,anchor=north east] {\xT}; + \begin{scope}[xshift=\x cm] + \filldraw[fill=blue!50] (-0.3,0,0) rectangle (0.3,\xH,0); + \filldraw[fill=blue!30] (0.3,0,0)--(0.3,0,1)--(0.3,\xH,1)--(0.3,\xH,0)--cycle; + \filldraw[fill=blue!20] (-0.3,\xH,0)--(0.3,\xH,0)--(.3,\xH,1)--(-0.3,\xH,1)--cycle; + \end{scope}}% end foreach +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-15.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-15.ltx new file mode 100644 index 00000000000..106a15ce341 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-15.ltx @@ -0,0 +1,64 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-15 auf Seite 774. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\let\Lkeyword\texttt +%StartShownPreambleCommands +\usepackage{booktabs} +\usepackage[scaled=0.81]{beramono} +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}c c c c @{}}\toprule +\emph{Langform} & \emph{Kurzform} & \multicolumn{2}{c}{\emph{Beispiele}}\\\midrule +\Lkeyword{stealth}-\Lkeyword{stealth} & + & \tikz\draw[stealth-stealth](0,0)--(1cm,0); & \tikz\draw[stealth-stealth,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{stealth~reversed}-\Lkeyword{stealth~reversed} & + & \tikz\draw[stealth reversed-stealth reversed](0,0)--(1cm,0); + & \tikz\draw[stealth reversed-stealth reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{to}-\Lkeyword{to} & \Lkeyword{<->} + & \tikz\draw[to-to](0,0)--(1cm,0); + & \tikz\draw[to-to,ultra thick](0,0)--(1cm,0);\\ + + & \Lkeyword{<{}<->{}>} + & \tikz\draw[<<->>](0,0)--(1cm,0); + & \tikz\draw[<<->>,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{to~reversed}-\Lkeyword{to~reversed} & \Lkeyword{>-<} + & \tikz\draw[to reversed-to reversed](0,0)--(1cm,0); + & \tikz\draw[>-<,ultra thick](0,0)--(1cm,0);\\ + + & \Lkeyword{>{}>-<{}<} + & \tikz\draw[>>-<<](0,0)--(1cm,0); + & \tikz\draw[>>-<<,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{latex}-\Lkeyword{latex} & + & \tikz\draw[latex-latex](0,0)--(1cm,0); & \tikz\draw[latex-latex,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{latex~reversed}-\Lkeyword{latex~reversed} & + & \tikz\draw[latex reversed-latex reversed](0,0)--(1cm,0); & \tikz\draw[latex reversed-latex reversed,ultra thick](0,0)--(1cm,0);\\ + & |-| & \tikz\draw[|-|](0,0)--(1cm,0); & \tikz\draw[|-|,ultra thick](0,0)--(1cm,0);\\ \bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-16.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-16.ltx new file mode 100644 index 00000000000..7d4e71852c5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-16.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-16 auf Seite 774. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\foreach \x in {1,2,...,6} {\x, }\\ +\foreach \x in {1,3,...,11} {\x, }\\ +\foreach \x in {0,0.1,...,0.5} {\x, }\\ +\foreach \x in {a,b,6,5,...,1,2,2.125,...,2.5} {\x, }\\ +\foreach \x in {6,...,1} {\x, }\\ +\foreach \x in {9,...,3.5} {\x, } +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-17.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-17.ltx new file mode 100644 index 00000000000..4c8ab299a1f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-17.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-17 auf Seite 774. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} +\foreach \x in {-2,-1.9,...,2}% dx=0.1 + \draw (\x cm,-2pt)--(\x cm,2pt); +\foreach \x in {-2,-1.5,...,2}% dx=0.5 +\draw (\x cm,-3pt) node[below]{% + \footnotesize\x}--(\x cm,3pt); +\draw[->](-2,0)--(2.2,0); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-18.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-18.ltx new file mode 100644 index 00000000000..808cf24771c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-18.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-18 auf Seite 775. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[shading=ball] + \foreach \x/\colA in {0/red,1/green,2/blue,3/yellow} + \foreach \y/\colB in {0/red,1/green,2/blue,3/yellow}{% + \shade[ball color=\colA!50!\colB] (\x,\y) circle (0.4cm); + \ifnum \x<\y\relax \breakforeach\fi} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-19.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-19.ltx new file mode 100644 index 00000000000..b3b59b49914 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-19.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-19 auf Seite 775. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \path(0,2) node [shape=circle,draw] {} + (0,1) node [shape=circle,draw] {A} + (0,0) node [shape=circle,draw] {B} + (1,1) node [shape=rectangle,draw] {C} + (-1,1) node [shape=rectangle,draw] {d}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-2.ltx new file mode 100644 index 00000000000..a8578b3855d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-2.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-2 auf Seite 768. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +foo \tikz \draw (0pt,0pt)--(20pt,6pt); +\tikz \fill[orange] (1ex,1ex) circle (1ex); +\tikz \draw plot[smooth cycle,tension=1] + coordinates{(0pt,0pt)(20pt,10pt)(30pt,-5pt)}; +bar +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-20.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-20.ltx new file mode 100644 index 00000000000..93c0a66bbbb --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-20.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-20 auf Seite 775. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[Kreis/.style={circle,draw=blue!50, + fill=blue!20,thick},Rechteck/.style={rectangle, + draw=black!50,fill=black!20,thin}] + \node at (0,2)[Kreis] {}; \node at (0,1)[Kreis] {A}; + \node at (0,0)[Kreis] {B};\node at (1,1)[Rechteck] {C}; + \node at (-1,1)[Rechteck] {d}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-21.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-21.ltx new file mode 100644 index 00000000000..ea0ccb3ce08 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-21.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-21 auf Seite 776. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + [Kreis/.style={circle,draw=blue!50, + fill=blue!20,thick,inner sep=3pt,minimum size=8mm}, + Rechteck/.style={rectangle,draw=black!50, + fill=black!20,thick,inner sep=3pt,minimum size=8mm}] + \node[Kreis] (K1) at ( 0,2) {}; + \node[Kreis] (K2) at ( 0,1) {K2}; + \node[Kreis] (K-3) at ( 0,0) {K3}; + \node[Rechteck] (R_1) at ( 1,1) {R\_1}; + \node[Rechteck] (R-2) at (-1,1) {R-2}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-22.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-22.ltx new file mode 100644 index 00000000000..f90b0037d99 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-22.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-22 auf Seite 776. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[Kreis/.style={circle,draw=blue!50,fill=blue!20,thick}, + Rechteck/.style={rectangle,draw=black!50,fill=black!20,thick},bend angle=45, + pre/.style={<-,shorten <=1pt,semithick}, post/.style={->,shorten >=1pt,semithick}] +\node[Kreis] (K1) {}; \node[Kreis] (K2) [below of=K1] {}; +\node[Kreis] (K3) [below of=K2] {}; \node[Rechteck] (R_1) [right of=K2] {} + edge [pre] node[auto] {1} (K2) edge [post,bend right] node[auto,swap] {2}(K1) + edge [pre, bend left] node[auto] {3} (K3); +\node[Rechteck] (R_2) [left of=K2] {} edge [post] node[auto] {A} (K2) + edge[pre,bend left] node[auto] {B} (K1) edge[post,bend right] node[auto,swap]{C}(K3); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-23.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-23.ltx new file mode 100644 index 00000000000..409e8f142c6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-23.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-23 auf Seite 777. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{fit} +\pgfdeclarelayer{foreground} \pgfdeclarelayer{background} +\pgfsetlayers{background,main,foreground} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + [Kreis/.style={circle,draw=blue!50,fill=blue!20,thick}, + Rechteck/.style={rectangle,draw=black!50,fill=black!20,thick},bend angle=45, + pre/.style={<-,shorten <=1pt,semithick}, post/.style={->,shorten >=1pt,semithick}] + \node[Kreis] (K1) {}; \node[Kreis] (K2) [below of=K1] {}; + \node[Kreis] (K3) [below of=K2] {}; \node[Rechteck] (R_1) [right of=K2] {} + edge [pre] node[auto] {1} (K2) edge [post,bend right] node[auto,swap] {2}(K1) + edge [pre,bend left] node[auto] {3} (K3); + \node[Rechteck] (R_2) [left of=K2] {} + edge [post] node[auto] {A} (K2) + edge [pre,bend left] node[auto] {B} (K1) + edge [post,bend right] node[auto,swap] {C} (K3); +\begin{pgfonlayer}{background} + \node [fill=black!20,fit=(K1)(K3)(R_1)(R_2)] {}; +\end{pgfonlayer} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-24.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-24.ltx new file mode 100644 index 00000000000..dbf220bf7cc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-24.ltx @@ -0,0 +1,55 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-24 auf Seite 778. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\let\Lkeyword\texttt +%StartShownPreambleCommands +\usepackage{booktabs} +\usepackage[scaled=0.81]{beramono} +\usepackage{tikz} +\usetikzlibrary{arrows} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}c c c @{}}\toprule +\emph{Name} & \multicolumn{2}{c}{\emph{Beispiele}}\\\midrule +\Lkeyword{left~to}-\Lkeyword{left~to} + & \tikz\draw[left to-left to](0,0)--(1cm,0); & \tikz\draw[left to-left to,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{left~to~reversed}-\Lkeyword{left~to~reversed} + & \tikz\draw[left to reversed-left to reversed](0,0)--(1cm,0); & \tikz\draw[left to reversed-left to reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{right~to}-\Lkeyword{right~to} + & \tikz\draw[right to-right to](0,0)--(1cm,0); & \tikz\draw[right to-right to,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{right~to~reversed}-\Lkeyword{right~to~reversed} + & \tikz\draw[right to reversed-right to reversed](0,0)--(1cm,0); & \tikz\draw[right to reversed-right to reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{left~hook}-\Lkeyword{left~hook} + & \tikz\draw[left hook-left hook](0,0)--(1cm,0); & \tikz\draw[left hook-left hook,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{left hook reversed}-\Lkeyword{left hook reversed} + & \tikz\draw[left hook reversed-left hook reversed](0,0)--(1cm,0); & \tikz\draw[left hook reversed-left hook reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{right~hook}-\Lkeyword{right~hook} + & \tikz\draw[right hook-right hook](0,0)--(1cm,0); & \tikz\draw[right hook-right hook,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{right~hook~reversed}-\Lkeyword{right~hook~reversed} + & \tikz\draw[right hook reversed-right hook reversed](0,0)--(1cm,0); & \tikz\draw[right hook reversed-right hook reversed,ultra thick](0,0)--(1cm,0);\\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-25.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-25.ltx new file mode 100644 index 00000000000..84e3890b776 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-25.ltx @@ -0,0 +1,91 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-25 auf Seite 779. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\let\Lkeyword\texttt +%StartShownPreambleCommands +\usepackage{booktabs} +\usepackage[scaled=0.81]{beramono} +\usepackage{tikz} +\usetikzlibrary{arrows} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}c c c @{}}\toprule +\emph{Name} & \multicolumn{2}{c}{\emph{Beispiele}}\\\midrule +\Lkeyword{latex'}-\Lkeyword{latex'} + & \tikz\draw[latex'-latex'](0,0)--(1cm,0); & \tikz\draw[latex'-latex',ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{latex'~reversed}-\Lkeyword{latex'~reversed} + & \tikz\draw[latex' reversed-latex' reversed](0,0)--(1cm,0); + & \tikz\draw[latex' reversed-latex' reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{stealth'}-\Lkeyword{stealth'} + & \tikz\draw[stealth'-stealth'](0,0)--(1cm,0); & \tikz\draw[stealth'-stealth',ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{stealth'~reversed}-\Lkeyword{stealth'~reversed} + & \tikz\draw[stealth' reversed-stealth' reversed](0,0)--(1cm,0); + & \tikz\draw[stealth' reversed-stealth' reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{triangle~90}-\Lkeyword{triangle~90} + & \tikz\draw[triangle 90-triangle 90](0,0)--(1cm,0); + & \tikz\draw[triangle 90-triangle 90,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{triangle 90 reversed}-\Lkeyword{triangle 90 reversed} + & \tikz\draw[triangle 90 reversed-triangle 90 reversed](0,0)--(1cm,0); + & \tikz\draw[triangle 90 reversed-triangle 90 reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{triangle~60}-\Lkeyword{triangle~60} + & \tikz\draw[triangle 60-triangle 60](0,0)--(1cm,0); + & \tikz\draw[triangle 60-triangle 60,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{triangle~60 reversed}-\Lkeyword{triangle~60~reversed} + & \tikz\draw[triangle 60 reversed-triangle 60 reversed](0,0)--(1cm,0); + & \tikz\draw[triangle 60 reversed-triangle 60 reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{triangle~45}-\Lkeyword{triangle~45} + & \tikz\draw[triangle 45-triangle 45](0,0)--(1cm,0); + & \tikz\draw[triangle 45-triangle 45,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{triangle~45~reversed}-\Lkeyword{triangle~45~reversed} + & \tikz\draw[triangle 45 reversed-triangle 45 reversed](0,0)--(1cm,0); + & \tikz\draw[triangle 45 reversed-triangle 45 reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{open~triangle~90}-\Lkeyword{open~triangle~90} + & \tikz\draw[open triangle 90-open triangle 90](0,0)--(1cm,0); + & \tikz\draw[open triangle 90-open triangle 90,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{open~triangle~90~reversed}-\Lkeyword{open~triangle~90~reversed} + & \tikz\draw[open triangle 90 reversed-open triangle 90 reversed](0,0)--(1cm,0); + & \tikz\draw[open triangle 90 reversed-open triangle 90 reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{open~triangle~60}-\Lkeyword{open~triangle~60} + & \tikz\draw[open triangle 60-open triangle 60](0,0)--(1cm,0); + & \tikz\draw[open triangle 60-open triangle 60,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{open~triangle~60~reversed}-\Lkeyword{open~triangle~60~reversed} + & \tikz\draw[open triangle 60 reversed-open triangle 60 reversed](0,0)--(1cm,0); + & \tikz\draw[open triangle 60 reversed-open triangle 60 reversed,ultra thick](0,0)--(1cm,0);\\ + +\Lkeyword{open~triangle~45}-\Lkeyword{open~triangle~45} + & \tikz\draw[open triangle 45-open triangle 45](0,0)--(1cm,0); + & \tikz\draw[open triangle 45-open triangle 45,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{open~triangle~45~reversed}-\Lkeyword{open~triangle~45~reversed} + & \tikz\draw[open triangle 45 reversed-open triangle 45 reversed](0,0)--(1cm,0); + & \tikz\draw[open triangle 45 reversed-open triangle 45 reversed,ultra thick](0,0)--(1cm,0);\\ +\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-26.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-26.ltx new file mode 100644 index 00000000000..bcecc9ee4fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-26.ltx @@ -0,0 +1,47 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-26 auf Seite 779. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\let\Lkeyword\texttt +%StartShownPreambleCommands +\usepackage{booktabs} +\usepackage[scaled=0.81]{beramono} +\usepackage{tikz} +\usetikzlibrary{arrows} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}c c c @{}}\toprule +\emph{Name} & \multicolumn{2}{c}{\emph{Beispiele}}\\\midrule +\Lkeyword{o}-\Lkeyword{o} + & \tikz\draw[o-o](0,0)--(1cm,0); & \tikz\draw[o-o,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{*}-\Lkeyword{*} + & \tikz\draw[*-*](0,0)--(1cm,0); & \tikz\draw[*-*,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{diamond}-\Lkeyword{diamond} + & \tikz\draw[diamond-diamond](0,0)--(1cm,0); + & \tikz\draw[diamond-diamond,ultra thick](0,0)--(1cm,0);\\ +\Lkeyword{open~triangle~45}-\Lkeyword{open~diamond} + & \tikz\draw[open diamond-open diamond](0,0)--(1cm,0); + & \tikz\draw[open diamond-open diamond,ultra thick](0,0)--(1cm,0);\\ +\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-27.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-27.ltx new file mode 100644 index 00000000000..0c27202403f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-27.ltx @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-27 auf Seite 780. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} \usetikzlibrary{backgrounds} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[show background rectangle] + \draw (0,0) ellipse (10mm and 5mm); +\end{tikzpicture} +\begin{tikzpicture}[show background rectangle, + background rectangle/.style={draw=blue!50,fill=blue!20,rounded corners=1ex}] + \filldraw[color=red!40] (0,0) ellipse (10mm and 5mm); +\end{tikzpicture} +\begin{tikzpicture}[show background grid] + \draw (0,0) ellipse (10mm and 5mm); +\end{tikzpicture} +\begin{tikzpicture}[background rectangle={fill=blue!20},outer frame sep=1ex, + show background top,show background bottom,show background left, + show background right] + \draw (0,0) ellipse (10mm and 5mm); +\end{tikzpicture} +% +\tikzset{background rectangle/.style={fill=blue!20}, + background top/.style={draw=blue!50,line width=1ex}} +\begin{tikzpicture}[framed,show background top] + \draw (0,0) ellipse (10mm and 5mm); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-28.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-28.ltx new file mode 100644 index 00000000000..82af7120541 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-28.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-28 auf Seite 782. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{decorations.pathmorphing,decorations.pathreplacing,decorations.shapes} +\usepgflibrary{decorations.text} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[decoration=coil] + \draw [decorate,fill=blue!25](0,0)--(3,1) arc (0:180:1.5 and 1)--cycle; +\end{tikzpicture} +\begin{tikzpicture}[decoration=border] + \draw [postaction={decorate,draw,blue}](0,0)--(3,1) arc (0:180:1.5 and 1)--cycle; +\end{tikzpicture} +\begin{tikzpicture}[decoration={triangles,shape width=6pt,shape height=6pt, + segment length=20pt}] + \draw [decorate,fill=blue!30](0,0)--(3,1) arc (0:180:1.5 and 1)--cycle; +\end{tikzpicture} +\begin{tikzpicture}[decoration={text along path, + text={Dieser Text wird genau entlang der Kurve geschrieben!}}] + \draw [decorate] (0,0)--(3,1) arc (0:180:1.5 and 1)--cycle; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-29.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-29.ltx new file mode 100644 index 00000000000..e412849a49a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-29.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-29 auf Seite 783. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{decorations} \usepgflibrary{decorations.footprints} +%StopShownPreambleCommands +\begin{document} +\tikzset{decoration={footprints,foot length=15pt}} +\tikz[decoration={foot of=felis silvestris}]\draw[decorate](4,1)--(7,1); +\tikz[decoration={foot of=bird}]\draw[decorate](0,1)--(3,1); +\tikz[decoration={foot of=human}]\draw[decorate](0,0)--(3,0); +\tikz[decoration={foot of=gnome}]\draw[decorate](4,0)--(7,0); + +\tikz[decoration={foot of=felis silvestris}]\fill[decorate](4,1)--(7,1); +\tikz[decoration={foot of=bird}]\fill[decorate](0,1)--(3,1); +\tikz[decoration={foot of=human}]\fill[decorate](0,0)--(3,0); +\tikz[decoration={foot of=gnome}]\fill[decorate](4,0)--(7,0); +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-3.ltx new file mode 100644 index 00000000000..e38d0e363a6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-3.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-3 auf Seite 769. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\tikz \draw[thick,rounded corners=8pt] + (0,0)--(0,2)--(1,3.25)--(2,2)--(2,0)-- + (0,2)--(2,2)--(0,0)--(2,0); +\tikz \draw[thick] plot[smooth,tension=0.7] + coordinates{(0,0)(0,2)(1,3.25)(2,2) + (2,0)(0,2)(2,2)(0,0)(2,0)}; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-30.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-30.ltx new file mode 100644 index 00000000000..eff35d99eb0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-30.ltx @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-30 auf Seite 783. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{patterns} +\newcommand\patternindex[2]{% + \texttt{#1} & \tikz \pattern [pattern=#1] (0,0) rectangle +(1.5cm,2em); + & \texttt{#2} & \tikz \pattern [pattern=#2] (0,0) rectangle +(1.5cm,2em);\\ +} +%StopShownPreambleCommands +\begin{document} +\small +\begin{tabular}{@{} l l | l l@{}}\toprule + \emph{Patternname} & \emph{Beispiel} & \emph{Patternname} & \emph{Beispiel} \\\midrule + \patternindex{horizontal lines}{checkerboard light gray} + \patternindex{vertical lines} {horizontal lines light gray} + \patternindex{north east lines}{horizontal lines gray} + \patternindex{north west lines}{horizontal lines dark gray} + \patternindex{grid} {horizontal lines light blue} + \patternindex{crosshatch} {horizontal lines dark blue} + \patternindex{dots} {crosshatch dots gray} + \patternindex{crosshatch dots} {crosshatch dots light steel blue} + \patternindex{fivepointed stars}{sixpointed stars}{} + \patternindex{bricks}{checkerboard}\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-31.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-31.ltx new file mode 100644 index 00000000000..c189e05fe8e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-31.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-31 auf Seite 784. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\Huge\begin{tikzpicture} +\node[name=K,shape=circle,color=black!40,draw,fill=yellow!30,line width=2mm, + inner xsep=2.5cm,inner ysep=0.5cm]{\rule{1pt}{2cm}Kreis\rule{1pt}{2cm}}; +\foreach \anchor/\placement in {north west/above left,north/above, + north east/above right,west/left,center/above,east/right, + mid west/right,mid/above,mid east/left,base west/left,base/below, + base east/right,south west/below left,south/below,south east/below right, + text/left,10/right,130/above} + \draw[shift=(K.\anchor)] plot[mark=x] coordinates{(0,0)} + node[\placement]{\small\texttt{(K.\anchor)}}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-32.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-32.ltx new file mode 100644 index 00000000000..8fda39036d7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-32.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-32 auf Seite 788. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} \usetikzlibrary{shapes.geometric} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \node[kite,draw,kite vertex angles=90 and 45] at (0,0) {H}; + \node[isosceles triangle,fill=red!25,draw] at (1.5,0) {G}; + \node[star, star point height=5mm,draw,fill=magenta!30] at (3,0) {F}; + \node[regular polygon,regular polygon sides=6,draw] at (4.5,0) {E}; + \node[semicircle,draw,fill=red!30] at (6,0) {D}; + \node[trapezium,draw,trapezium left angle=75, + trapezium right angle=45pt,fill=green!30] at (7.5,0) {C}; + \node[ellipse,draw,fill=blue!30] at (9,0) {B}; + \node[diamond,draw,aspect=0.8,fill=cyan!30] at (10.5,0) {A}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-33.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-33.ltx new file mode 100644 index 00000000000..ba3f53df95e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-33.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-33 auf Seite 788. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{shapes.geometric} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \node[cylinder, draw, + shape aspect=.5,fill=red!20] at (0,2){C}; + \node[circular sector,draw,fill=blue!30] at (0,1){B}; + \node[dart,draw,fill=yellow] at (0,0) {A}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-34.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-34.ltx new file mode 100644 index 00000000000..133c478ecfb --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-34.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-34 auf Seite 789. +%% +%% Copyright (C) 2016 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{97.16928pt} +\usepackage[T1]{fontenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{shapes.symbols} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \node[starburst,fill=yellow,draw=red, + line width=2pt] at (0,3){Bumm!}; + \node[cloud, draw,fill=blue!20, aspect=2] at (0,1.5){Wolke}; + \node [forbidden sign,line width=1ex, + draw=red,fill=white] at (0,0){Rauchen}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-35.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-35.ltx new file mode 100644 index 00000000000..6dcb9a15f42 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-35.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-35 auf Seite 789. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{shapes.symbols} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \node[tape,draw,fill=blue!30] at (0,1) {Wellenband}; + \node[signal,draw,fill=green!55, + signal to=east] at (0,0) {Fraktion}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-36.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-36.ltx new file mode 100644 index 00000000000..10ba4221a12 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-36.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-36 auf Seite 789. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{shapes.arrows} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \node[arrow box,fill=blue!25,arrow box arrows= + {east:2cm from center}] at (0,2){Dort}; + \node[double arrow,draw,fill=green!30] + at (0,1){Links oder Rechts}; + \node[single arrow,draw,fill=red!30] + at (0,0){dort entlang}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-37.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-37.ltx new file mode 100644 index 00000000000..1a064cb6dc0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-37.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-37 auf Seite 789. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{shapes.multipart} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \node[rectangle split,draw,rectangle split part align= + {center, left, right}] at (0,2){% + 1 \nodepart{second} 2 \nodepart{third} + Drei \nodepart{fourth} 4}; + \node[rectangle split,minimum width=10mm, + rectangle split part fill= + {red!60,green!60, blue!60,yellow!60}] at (1.2,2){}; + \node [circle split,draw,double,fill=red!20] at (0,0){% + $q_1$ \nodepart{lower} $00$ }; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-38.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-38.ltx new file mode 100644 index 00000000000..6e5635d1ab1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-38.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-38 auf Seite 790. +%% +%% Copyright (C) 2016 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{97.16928pt} +\usepackage[T1]{fontenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{shapes.gates.logic.US,shapes.gates.logic.IEC} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[minimum height=0.75cm] + \node[yshift=1cm,and gate IEC, draw, + logic gate inputs={inverted,normal,inverted}](A) {}; + \foreach\a in{1,2,3}\draw (A.input \a -|-1,0)--(A.input \a); + \draw (A.output)--([xshift=0.5cm]A.output); + + \node[or gate US, draw,logic gate inputs=inini] (B) {}; + \foreach\a in{1,...,5}\draw(B.input \a -|-1,0)--(B.input \a); + \draw (B.output)--([xshift=0.5cm]B.output); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-39.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-39.ltx new file mode 100644 index 00000000000..2360955c8dd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-39.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-39 auf Seite 790. +%% +%% Copyright (C) 2016 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{97.16928pt} +\usepackage[T1]{fontenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{shapes.gates.logic.IEC} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[minimum size=1cm, use IEC style logic gates] + \node [nor gate, draw](A) at (0,1.5) {}; + \node [nor gate, draw, + logic gate symbol align={bottom, right}] (B) at (0,0) {}; + \foreach \g in {A, B}{% + \foreach\i in{1,2} + \draw([xshift=-0.5cm]\g.input \i)--(\g.input \i); + \draw (\g.output)--([xshift=0.5cm]\g.output); } +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-4.ltx new file mode 100644 index 00000000000..f0ee582a238 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-4.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-4 auf Seite 769. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[line width=8pt] +\draw (0,0)--(1,0) (1,0)--(1,1) (1,1)--(0,0); +\path[xshift=2cm,draw] (0,0)--(1,0)--(1,1)--cycle; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-40.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-40.ltx new file mode 100644 index 00000000000..423428cb68d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-40.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-40 auf Seite 790. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{plotmarks} +\newcommand\plotmarkentry[2]{% + \texttt{\textbackslash pgfuseplotmark\{#1\}} & + \tikz\draw[color=black!25] plot[mark=#1,mark options={fill=cyan,draw=black}] coordinates{(0,0) (.5,0.2) (1,0) (1.5,0.2)}; & + \texttt{\textbackslash pgfuseplotmark\{#2\}} & + \tikz\draw[color=black!25] plot[mark=#2,mark options={fill=cyan,draw=black}] coordinates{(0,0) (.5,0.2) (1,0) (1.5,0.2)}; \\ +} +%StopShownPreambleCommands +\begin{document} +\small\begin{tabular}{@{} l c l c@{}}\toprule +\emph{Name} & \emph{Beispiel}\\\midrule + \plotmarkentry{-}{o} + \plotmarkentry{asterisk}{star} + \plotmarkentry{oplus}{oplus*} + \plotmarkentry{otimes}{otimes*} + \plotmarkentry{square}{square*} + \plotmarkentry{triangle}{triangle*} + \plotmarkentry{diamond}{diamond*} + \plotmarkentry{pentagon}{pentagon*}\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-41.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-41.ltx new file mode 100644 index 00000000000..94ba4cddac2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-41.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-41 auf Seite 791. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{shapes.misc} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \node[cross out,draw=red,line width=2pt]{\large Ungültig!}; +\end{tikzpicture} +das \tikz[baseline] \node[cross out,draw, + anchor=text]{das}; Wort! +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-42.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-42.ltx new file mode 100644 index 00000000000..89713fa7892 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-42.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-42 auf Seite 791. +%% +%% Copyright (C) 2016 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{97.16928pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{array,booktabs} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{shapes.misc} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} +\matrix[row sep=5pt,every node/.style={draw,rounded rectangle}]{% + \node[rounded rectangle west arc=concave]{Konkav};\\ + \node[rounded rectangle west arc=convex] {Konvex};\\ + \node[rounded rectangle left arc=none] {None}; \\ + \node[chamfered rectangle,white,fill=red,double=red, + draw,very thick]{\textbf{STOP!}};\\}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-43.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-43.ltx new file mode 100644 index 00000000000..a882b3796fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-43.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-43 auf Seite 792. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} \usetikzlibrary{automata} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[shorten >=1pt,initial text={},accepting/.style=accepting by arrow, + every state/.style={draw=blue!50,very thick,fill=blue!20},node distance=2cm] + \node[state,initial] (q_0) {$q_0$}; + \node[state] (q_1) [above right of=q_0] {$q_1$}; + \node[state] (q_2) [below right of=q_0] {$q_2$}; + \node[state,accepting](q_3) [below right of=q_1] {$q_3$}; + \path[->] (q_0) edge node [above left] {0} (q_1) + edge node [below left] {1} (q_2) + (q_1) edge node [above right] {1} (q_3) + edge [loop above] node {0} () + (q_2) edge node [below right] {0} (q_3) + edge [loop below] node {1} (); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-44.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-44.ltx new file mode 100644 index 00000000000..f8c47b72a7d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-44.ltx @@ -0,0 +1,49 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-44 auf Seite 793. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{automata} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + [->,shorten >=1pt,auto,node distance=2cm,semithick, + inner sep=2pt,bend angle=45] + \node[initial,state] (A) {$q_a$}; + \node[state] (B) [above right of=A] {$q_b$}; + \node[state] (D) [below right of=A] {$q_d$}; + \node[state] (C) [below right of=B] {$q_c$}; + \node[state] (E) [below of=D] {$q_e$}; + \path [every node/.style={font=\footnotesize}] + (A) edge node {0,1,L} (B) + edge node {1,1,R} (C) + (B) edge [loop above] node {1,1,L} (B) + edge node {0,1,L} (C) + (C) edge node {0,1,L} (D) + edge [bend left] node {1,0,R} (E) + (D) edge [loop below] node {1,1,R} (D) + edge node {0,1,R} (A) + (E) edge [bend left] node {1,0,R} (A); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-45.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-45.ltx new file mode 100644 index 00000000000..ca046aa6eac --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-45.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-45 auf Seite 794. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} +\node {Wurzel} + child {node {Kind-L}} + child {node {Kind-R} + child {node {Kind-RL}} + child {node {Kind-RM}} + child {node {Kind-RR}} + }; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-46.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-46.ltx new file mode 100644 index 00000000000..fb464cc6688 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-46.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-46 auf Seite 795. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{trees} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[edge from parent fork down, + level distance=2cm, + sibling distance=2cm, + every node/.style={fill=red!20,rounded corners}, + edge from parent/.style={->,thick,draw}] +\node {Wurzel} + child [sibling distance=4cm] {node {Kind-L} + child {node {Kind-LL}} } + child {node {Kind-R} + child {node {Kind-RL}} + child {node {Kind-RR}} }; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-47.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-47.ltx new file mode 100644 index 00000000000..a293bdf6753 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-47.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-47 auf Seite 795. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz}\usetikzlibrary{trees} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[edge from parent fork down, + level distance=2cm,sibling distance=2cm, + every node/.style={fill=red!20,rounded corners}, + edge from parent/.style={->,thick,draw}] +\node {Wurzel} + child {node {Kind-L} + child {node {Kind-LL}} + child[missing] {node {}} } + child {node {Kind-R} + child {node {Kind-RL}}child {node {Kind-RR}}}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-48.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-48.ltx new file mode 100644 index 00000000000..54262623ba2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-48.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-48 auf Seite 796. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz}\usetikzlibrary{trees} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + [level distance=5mm, + level/.style={sibling distance=2.4cm/#1-2.2mm}, + edge from parent fork down] +\coordinate + child foreach \iA in {0,1} + {child foreach \iB in {0,1} + {child foreach \iC in {0,1} + {child%[sibling distance=4mm] +foreach \iD in {0,1}}}}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-49.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-49.ltx new file mode 100644 index 00000000000..229c8d47fce --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-49.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-49 auf Seite 797. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +\setlength\parindent{0pt} +%StartShownPreambleCommands +\usepackage{tikz} \usetikzlibrary{calendar} +%StopShownPreambleCommands +\begin{document} +\tikz \calendar[dates=2016-01-01 + to 2016-01-31,week list]; + +\tikz[every day/.style={anchor=mid}] + \calendar[dates=2016-01-01 + to 2016-01-31,week list] + if (Sunday) [red] + if (equals=2016-01-20) + {\draw (0,0) circle (8pt);}; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-5.ltx new file mode 100644 index 00000000000..e48e3b83b1a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-5.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-5 auf Seite 769. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} +\filldraw [gray] + (0,0) circle (2pt) (1,1) circle (2pt) + (2,1) circle (2pt) (2,0) circle (2pt); +\draw (0,0)..controls (1,1) and (2,1)..(2,0); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-50.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-50.ltx new file mode 100644 index 00000000000..993788191c4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-50.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-50 auf Seite 797. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} \usetikzlibrary{calendar} +%StopShownPreambleCommands +\begin{document} +\sffamily\scriptsize +\tikz\calendar [dates=2016-01-01 to 2016-12-31,month list,month label left, + month yshift=1.25em] if (Sunday) [red]; +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-51.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-51.ltx new file mode 100644 index 00000000000..8362294eac3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-51.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-51 auf Seite 798. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{er} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \node[entity] (Schaf) at (0,0) {Schaf}; + \node[entity] (Genom) at (2,0) {Genom}; + \node[relationship] at (1,1.5) {hat} + edge (Schaf) + edge (Genom); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-52.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-52.ltx new file mode 100644 index 00000000000..f5741dab3e7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-52.ltx @@ -0,0 +1,42 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-52 auf Seite 798. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{er} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[text depth=1pt, + every attribute/.style={fill=black!20,draw=black}, + every entity/.style={fill=blue!20,draw=blue,thick}, + every relationship/.style= + {fill=orange!20,draw=orange,thick,aspect=1.5}] +\node[entity] (Schaf) at (0,0) {Schaf} + child {node [key attribute] {Name}}; +\node[entity] (Genom) at (2,0) {Genom}; +\node[relationship] at (1,1.5) {hat} + edge (Schaf) + edge (Genom); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-53.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-53.ltx new file mode 100644 index 00000000000..704a22836e2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-53.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-53 auf Seite 799. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} \usetikzlibrary{matrix} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} +\matrix[matrix of nodes] (Matrix) {% + 8 & 1 & 6 \\ 3 & 5 & 7 \\ 4 & 9 & 2 \\ }; +\draw[thick,red,->](Matrix-1-1.center) + --(Matrix-2-1.center)--(Matrix-2-3.center) + |-(Matrix-3-3); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-54.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-54.ltx new file mode 100644 index 00000000000..4fef80e572d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-54.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-54 auf Seite 801. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} \usetikzlibrary{mindmap} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} +\path[mindmap,concept color=black,text=white] + node[concept] {Informatik} [clockwise from=0] + child[concept color=green!50!black] { + node[concept] {praktische} [clockwise from=90] + child { node[concept] {Algorithmen} } + child { node[concept] {Daten\-strukturen} } + child { node[concept] {Programmier\-sprachen} } + child { node[concept] {Software\-entwicklung} } } + child[concept color=blue] { node[concept] {angewandte} [clockwise from=-30] + child { node[concept] {Datenbanken} } + child { node[concept] {WWW} } } + child[concept color=red] { node[concept] {technische} } + child[concept color=orange] { node[concept] {theoretische} }; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-55.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-55.ltx new file mode 100644 index 00000000000..ae39a9df391 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-55.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-55 auf Seite 801. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{petri} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[every place/.style={draw=blue, + fill=blue!20,thick,minimum size=9mm}] +\node[place,tokens=7,label=above:$p_1$] (p1) {}; +\node[place,structured tokens={3,2,9}, + label=below:$p_2\ge1$,right of=p1] (p2) {}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-56.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-56.ltx new file mode 100644 index 00000000000..42a677c25a9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-56.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-56 auf Seite 802. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{petri,positioning} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} +\node[place,tokens=2,label=above:$p_1$] (p1) {}; +\node[place,label=above:$p_2\ge1$,right=of p1](p2) {}; + +\par +\node[transition,below right=of p1,label=below:$t_1$] {} + edge[pre] (p1) + edge[post] node[auto] {2} (p2); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-57.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-57.ltx new file mode 100644 index 00000000000..b33d6d61183 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-57.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-57 auf Seite 803. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +\usetikzlibrary{topaths} +%StopShownPreambleCommands +\begin{document} +\tikz\draw[red] (0,0) to[curve to] (1,0); +\begin{tikzpicture}[out=45,in=135,relative] + \draw (0,0) to (1,0) to (2,1) to (2,2); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-58.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-58.ltx new file mode 100644 index 00000000000..1c3cc39df6b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-58.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-58 auf Seite 803. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} \usetikzlibrary{topaths,positioning,automata} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[shorten >=1pt,node distance=2cm,on grid] + \node[state,initial] (q_0) {$q_0$}; + \node[state] (q_1) [right=of q_0] {$q_1$}; + \node[state,accepting](q_2) [right=of q_1] {$q_2$}; + \path[->] (q_0) edge node [above] {0} (q_1) + edge [loop above] node {1} () + edge [bend left] node [above] {1} (q_2) + edge [bend right] node [below] {0} (q_2) + (q_1) edge node [above] {1} (q_2); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-59.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-59.ltx new file mode 100644 index 00000000000..d36fc1c4bf9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-59.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-59 auf Seite 804. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[domain=0:4] + \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9); + \draw[->] (-0.2,0) -- (4.2,0) node[right] {$x$}; + \draw[->] (0,-1.2) -- (0,4.2) node[above] {$f(x)$}; + \draw[color=red] plot(\x,\x) node[right]{$f(x)=x$}; + \draw[color=blue] plot(\x,{sin(\x r)}) node[right]{$f(x)=\sin x$}; + \draw[color=orange]plot(\x,{0.05*exp(\x)}) + node[right]{$f(x)=\frac{1}{20}\mathrm{e}^x$}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-6.ltx new file mode 100644 index 00000000000..881e6033105 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-6.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-6 auf Seite 769. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \draw[->](-1.5,0)--(1.5,0); \draw[->](0,-1.5)--(0,1.5); + \draw(0,0) circle (1cm); \draw(0,0) rectangle (0.5,0.5); + \draw(-0.5,-0.5) rectangle (-1,-1); + \draw(1,-1) node {Southeast}; + \filldraw[black](1,-1) circle (1pt); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-60.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-60.ltx new file mode 100644 index 00000000000..69b0b85cfb8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-60.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-60 auf Seite 805. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.75] + \begin{axis}[xlabel=Kosten,ylabel=Fehler] + \addplot[mark=x]coordinates{(2,-2.8)(3,-3.3)(4,-4)(5,-5.4)(6,-6)(7,-6.6)(8,-7.3) }; +\end{axis} +\end{tikzpicture} +\begin{tikzpicture}[scale=0.75] + \begin{axis}[xlabel=$x$,ylabel={$f(x) = x^2 - x +4$}] + \addplot[color=red, line width=1.2pt]{x^2 - x +4}; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-61.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-61.ltx new file mode 100644 index 00000000000..76fc77dd287 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-61.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-61 auf Seite 805. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.75] + \begin{semilogyaxis}[xlabel=Kosten,ylabel=Fehler] + \addplot[mark=x]coordinates{(2,28)(3,33)(4,4)(5,54)(6,6)(7,66)(8,73) }; +\end{semilogyaxis} +\end{tikzpicture} +\begin{tikzpicture}[scale=0.75] + \begin{loglogaxis}[xlabel=$x$,ylabel={$f(x) = x^2 - x +4$}] + \addplot[color=red, line width=1.2pt]{x^2 - x +4}; + \end{loglogaxis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-62.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-62.ltx new file mode 100644 index 00000000000..f6bcb0042cb --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-62.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-62 auf Seite 806. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.75] + \begin{loglogaxis} + \addplot[line width=1.5pt] coordinates{% + (769,1.6227e-04)(1793,4.4425e-05) + (4097,1.2071e-05)(9217,3.2610e-06) + (2.2e5,2.1E-6)(1e6,0.00003341) + (2.3e7, 0.00131415) }; + \end{loglogaxis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-63.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-63.ltx new file mode 100644 index 00000000000..99061c17ac0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-63.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-63 auf Seite 807. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} +\begin{loglogaxis}[xlabel={Freiheitsgrade},ylabel={$L_2$ Fehler}] +\addplot coordinates{(5,8.31e-02)(17,2.57e-02)(49,7.47e-03)(129,2.12e-03) + (321,5.74e-04)(769,1.62e-04)(1793,4.42e-05)(4097,1.27e-05)(9217,3.21e-06) }; +\addplot coordinates{(7,8.72e-02)(31,3.04e-02)(111,1.02e-02)(351,3.33e-03) + (1023,1.09e-03)(2815,3.19e-04)(7423,9.65e-05)(18943,2.87e-05)(47103,8.43e-06) }; +\addplot coordinates{(9,7.88e-02)(49,3.23e-02)(209,1.22e-02)(769,4.45e-03) + (2561,1.51e-03) (7937,5.23e-04)(23297,1.73e-04)(65537,5.55e-05)(178177,1.75e-05) }; +\addplot coordinates{(11,6.87e-02)(71,3.17e-02)(351,1.34e-02)(1471,5.34e-03) + (5503,2.02e-03)(18943,7.41e-04)(61183,2.62e-04)(187903,9.03e-05)(553983,3.03e-05) }; +\addplot coordinates{(13,5.75e-02)(97,2.95e-02)(545,1.35e-02)(2561,5.84e-03) + (10625,2.39e-03)(40193,9.41e-04)(141569,3.56e-04)(471041,1.3e-04)(1496065,4.6e-05)}; +\legend{$d=2$,$d=3$,$d=4$,$d=5$,$d=6$} +\end{loglogaxis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-64.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-64.ltx new file mode 100644 index 00000000000..0e7cf4be7c3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-64.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-64 auf Seite 807. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] + \begin{axis} + \addplot {x^3-2*x^2+2}; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-65.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-65.ltx new file mode 100644 index 00000000000..1516fe738ea --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-65.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-65 auf Seite 807. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] +\begin{axis} + \addplot coordinates {% + (-4.7,2027.6)(-3.5,347.8) + (-2.3,22.5)(-1.1,-493.5) + (0.1,46.6)(1.3,-205.5)(2.5,-341.4) + (3.7,-1169.2)(5,-3269.5) }; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-66.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-66.ltx new file mode 100644 index 00000000000..878899320e0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-66.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-66 auf Seite 808. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] +\begin{axis} +\addplot plot[error bars/.cd, + y dir=both,y explicit]coordinates{% + (0,0) +-(1.6,0.8)(0.5,1)+-(0.8,1.2) + (1,2) +-(0.3,0.7)(2,5) +-(0.5,1.6)}; +\end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-67.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-67.ltx new file mode 100644 index 00000000000..524b22afa3c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-67.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-67 auf Seite 808. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] + \begin{axis} + \addplot plot file + {data/tikz/data0-pgf.dat}; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-68.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-68.ltx new file mode 100644 index 00000000000..a39d1eaf4f9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-68.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-68 auf Seite 808. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] +\begin{loglogaxis} + \addplot table[x=dof,y=L2] + {data/tikz/data1-pgf.dat}; +\end{loglogaxis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-69.ltx4 b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-69.ltx4 new file mode 100644 index 00000000000..19850dd03cd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-69.ltx4 @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-69 auf Seite 809. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] +\begin{axis}[xmin=-1.5708,xmax=1.6, + ymin=-10,ymax=10, + xtick={-1.5708,...,1.5708}, + xticklabels={$-\pi/2$,$\pi/2$}, + axis x line=center,axis y line=center, + no markers,samples=100] +\addplot gnuplot[domain= + -0.5*pi+0.003: 0.5*pi-0.003] {tan(x)}; +\end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-7.ltx new file mode 100644 index 00000000000..66cb3ed0b50 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-7.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-7 auf Seite 769. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \draw[step=.5cm,gray,very thin](-1.5,-1.5)grid (1.5,1.5); + \draw[->](-1.5,0)--(1.5,0); \draw[->](0,-1.5)--(0,1.5); + \draw(0,0) circle (1cm); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-70.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-70.ltx new file mode 100644 index 00000000000..fbdafab3261 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-70.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-70 auf Seite 809. +%% +%% Copyright (C) 2016 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{284.52756pt} +\usepackage[T1]{fontenc} +\usepackage{eurosym} +%StartShownPreambleCommands +\usepackage{pgfplots} +\usetikzlibrary{dateplot} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.75] +\begin{axis}[date coordinates in=x, + xticklabel={\day.\month.}, + xlabel={2008},stack plots=y, + yticklabel={\pgfmathprintnumber{\tick}\EUR{}}, + ylabel=Total credit, + ylabel style={yshift=10pt}, + legend style={at={(0.5,-0.3)},anchor=north, + legend columns=-1}]\foreach \i in {1,2,3}{% + \addplot table[x=date,y=account\i] + {data/tikz/data2-pgf.dat};} + \legend{Giro,Tagesgeld,Sparbuch} +\end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-71.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-71.ltx new file mode 100644 index 00000000000..8f6868ceb3e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-71.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-71 auf Seite 810. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] +\begin{axis} + \addplot+[sharp plot] coordinates + {(0,0.1)(0.1,0.15)(0.2,0.5)(0.3,0.62) + (0.4,0.56)(0.5,0.58)(0.6,0.65) + (0.7,0.6)(0.8,0.58)(0.9,0.55)(1,0.52)}; +\end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-72.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-72.ltx new file mode 100644 index 00000000000..6e6b80352d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-72.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-72 auf Seite 810. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] + \begin{axis} + \addplot+[smooth] coordinates + {(0,0.1)(0.1,0.15)(0.2,0.5)(0.3,0.62) + (0.4,0.56)(0.5,0.58)(0.6,0.65) + (0.7,0.6)(0.8,0.58)(0.9,0.55)(1,0.52)}; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-73.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-73.ltx new file mode 100644 index 00000000000..533854c28b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-73.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-73 auf Seite 810. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] + \begin{axis} + \addplot+[const plot] coordinates + {(0,0.1)(0.1,0.15)(0.2,0.5)(0.3,0.62) + (0.4,0.56)(0.5,0.58)(0.6,0.65) + (0.7,0.6)(0.8,0.58)(0.9,0.55)(1,0.52)}; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-74.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-74.ltx new file mode 100644 index 00000000000..85c894cb2ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-74.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-74 auf Seite 810. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] +\begin{axis} +\addplot+[const plot mark right]coordinates + {(0,0.1)(0.1,0.15)(0.2,0.5)(0.3,0.62) + (0.4,0.56)(0.5,0.58)(0.6,0.65) + (0.7,0.6)(0.8,0.58)(0.9,0.55)(1,0.52)}; +\end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-75.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-75.ltx new file mode 100644 index 00000000000..369650af77b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-75.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-75 auf Seite 811. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] + \begin{axis} + \addplot+[xbar] coordinates + {(0,0.1)(0.1,0.15)(0.2,0.5)(0.3,0.62) + (0.4,0.56)(0.5,0.58)(0.6,0.65) + (0.7,0.6)(0.8,0.58)(0.9,0.55)(1,0.52)}; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-76.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-76.ltx new file mode 100644 index 00000000000..66d1ab63581 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-76.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-76 auf Seite 811. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] + \begin{axis} + \addplot+[xcomb] coordinates + {(0,0.1)(0.1,0.15)(0.2,0.5)(0.3,0.62) + (0.4,0.56)(0.5,0.58)(0.6,0.65) + (0.7,0.6)(0.8,0.58)(0.9,0.55)(1,0.52)}; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-77.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-77.ltx new file mode 100644 index 00000000000..48c80dee47c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-77.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-77 auf Seite 811. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] + \begin{axis} + \addplot[ybar,draw=blue!30] coordinates + {(0,0.1)(0.1,0.15)(0.2,0.5)(0.3,0.62) + (0.4,0.56)(0.5,0.58)(0.6,0.65) + (0.7,0.6)(0.8,0.58)(0.9,0.55)(1,0.52)}; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-78.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-78.ltx new file mode 100644 index 00000000000..0281dac9f82 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-78.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-78 auf Seite 811. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] + \begin{axis} + \addplot+[ybar interval] + plot coordinates + {(0,2)(0.1,1)(0.3,0.5) + (0.35,4)(0.5,3)(0.6,2) + (0.7,1.5) (1,1.5) }; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-79.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-79.ltx new file mode 100644 index 00000000000..59bf6ee42e1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-79.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-79 auf Seite 812. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] + \begin{axis}[ybar interval,xtick=data, + xticklabel interval boundaries, + x tick label style={rotate=90,anchor=east}] + \addplot coordinates {(0,2)(0.1,1)(0.3,0.5) + (0.35,4)(0.5,3)(0.6,2) + (0.7,1.5) (1,1.5)}; + \end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-8.ltx new file mode 100644 index 00000000000..9f0688f0ed5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-8.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-8 auf Seite 770. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[Grid/.style={help lines, + color=#1!50}, Grid/.default=blue] + \draw[Grid,step=5mm] (0,0) grid (2,2); + \draw[Grid=red,step=2.5mm](2,0) grid (4,2.5); +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-80.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-80.ltx new file mode 100644 index 00000000000..081898b3e1e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-80.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-80 auf Seite 812. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture}[scale=0.5] +\begin{axis}[scatter/classes={ + a={mark=square*,blue},b={mark=triangle*,red}, + c={mark=o,draw=black}}] + \addplot[scatter,only marks] + plot[scatter src=explicit symbolic] + coordinates{(0.1,0.15)[a](0.45,0.27)[c] + (0.02,0.17) [a] (0.06,0.1) [a] + (0.9,0.5) [b] (0.5,0.3) [c] + (0.85,0.52) [b] (0.12,0.05)[a] + (0.73,0.45) [b] (0.53,0.25)[c] + (0.76,0.5) [b] (0.55,0.32)[c] }; +\end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-81.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-81.ltx new file mode 100644 index 00000000000..32feaa7c7ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-81.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-81 auf Seite 812. +%% +%% Copyright (C) 2016 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{169.16928pt} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots} +\pgfplotsset{width=7cm,compat=1.11} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} +\begin{axis}[title={$x\mathrm{e}^{-x^2-y^2}$}, + xlabel=$x$, ylabel=$y$,small] +\addplot3[surf,domain=-2:2,domain + y=-1.3:1.3]{exp(-x^2-y^2)*x}; +\end{axis} +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-82.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-82.lualtx new file mode 100644 index 00000000000..372e68578af --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-82.lualtx @@ -0,0 +1,54 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-82 auf Seite 813. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{pgfplots,luacode} \pgfplotsset{width=7cm,compat=1.8} +\begin{luacode} + function weierstrass(x0, x1, n, a, b, epsilon) + local dx = (x1-x0)/n; x = x0 + local y, k, dy + local out=assert(io.open("tmp.data","w")) -- external data file + while (x <= x1) do + y = 0; k = 0 + repeat + dy = math.pow(a,k) * math.cos(math.pow(b,k)*math.pi*x) + y = y + dy; k = k + 1 + until (math.abs(dy) < epsilon) + out:write(x, " ", y, "\string\n") + x = x + dx + end + out:close() + end +\end{luacode} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \directlua{weierstrass(-2,2,5000,0.3,5,1.e-12)}% + \begin{axis}[axis lines=middle, domain=-2:2] + \addplot [thin, line join=round] table {tmp.data}; %% read data + \coordinate (legend) at (axis cs:0,2); + \end{axis} + \node at (legend){$\displaystyle f(x)=\sum_{n=0}^\infty a^n \cos(b^n\pi x)$}; +\end{tikzpicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-04-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-9.ltx new file mode 100644 index 00000000000..edd808612f0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-04-9.ltx @@ -0,0 +1,45 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-04-9 auf Seite 770. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{tikz} +%StopShownPreambleCommands +\begin{document} +\begin{tikzpicture} + \draw(1.2,0)--(0,0)--(1,1); + \draw (0,0) circle (1cm); + \draw [thick] (8mm,0mm) arc (0:45:8mm); +\end{tikzpicture}\\[4pt] +\begin{tikzpicture}[scale=1.5] + \draw(1.2,0)--(0,0)--(1,1); + \draw (0,0) circle (1cm); + \draw [thick] (8mm,0mm) arc (0:45:8mm); +\end{tikzpicture}\\[4pt] +\tikz{\filldraw[red!40](0,0) + arc (0:315:1.7cm and 1cm) + -- (-1,0) -- cycle; + \draw[->](-1,0)--(1,0); + \draw[->](0,-1)--(0,1); + \filldraw[black](-1.7,0) circle (1.5pt);} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-1.ltx new file mode 100644 index 00000000000..959c7d768bc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-1.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-1 auf Seite 814. +%% +%% Copyright (C) 2016 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{349.28795pt} +\parindent=0pt +\AtBeginDocument{\leavevmode} +%StartShownPreambleCommands +\usepackage[ngerman]{babel} +\usepackage{chemmacros}\chemsetup[nomenclature]{hyphen-post-space=0pt,iupac=auto} +%StopShownPreambleCommands +\begin{document} +\makebox(0,0){\rule[-45mm]{0.4pt}{23mm}}\hfill\makebox(0,0){\rule[-45mm]{0.4pt}{23mm}} + +(4-(4,4'-Bis(dimethylaminophenyl)benzhydryliden)% + cyclohexa-2,5-dien-1-yliden)dimethylammoniumchlorid \par +(4"=(4,4'"=Bis"-(di"-methyl"-amino"-phenyl)"-benz"-hydr"-y"-l"-iden)% + "-cyclo"-hexa"=2,5"=dien"=1"=y"-li"-den)"-di"-methyl"-ammonium"-chlorid \par +\iupac{(4-(4,4'-Bis|(di|me|thyl|amino|phenyl)|benz|hydr|y|li|den)% + |cyclo|hexa-2,5-dien-1-y|li|den)|di|me|thyl|ammonium|chlorid} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-10.ltx new file mode 100644 index 00000000000..b9c79b71af0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-10.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-10 auf Seite 817. +%% +%% Copyright (C) 2016 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{169.16928pt} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemfig} +%StopShownPreambleCommands +\begin{document} + \chemfig{-[:30](-[2])-[:-30]-[:30]} + \chemfig{-[::30](-[::60])-[::-60]-[::60]} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-11.ltx new file mode 100644 index 00000000000..26e9f2ce624 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-11.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-11 auf Seite 817. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemfig} +%StopShownPreambleCommands +\begin{document} + \chemfig{-[:30]-[:-30]-[:30](=[:90]O)-[:-30]OH} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-12.ltx new file mode 100644 index 00000000000..3e21de9fa4d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-12.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-12 auf Seite 818. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage[greek=textalpha]{chemmacros} +\usepackage{chemfig} +%StopShownPreambleCommands +\begin{document} +\schemestart + \chemfig{*6(=-(-)=O)} + \arrow{->[\+\ch{H+}]} + \chemleft[ + \subscheme[90]{% + \chemfig{*6((-[2,0.33,,,draw=none]\fscrp)-=(-)-OH)} + \arrow{<->} + \chemfig{*6(=-(-)(-[6,0.4,,,draw=none]\fscrp)-OH)}} + \chemright] + \arrow(@c3--)\chemfig{*6((-[2]R)-=(-)-OH)}\arrow(@c4--)\chemfig{*6(=-(-)(-[6]R)-OH)} +\schemestop +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-13.ltx new file mode 100644 index 00000000000..57b489a151b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-13.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-13 auf Seite 819. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{libertine} +%StartShownPreambleCommands +\usepackage[english,ngerman]{babel} +\usepackage{rsphrase,hpstatement} +%StopShownPreambleCommands +\begin{document} +Der Risiko-Satz \otherlanguage{english}{\rsnumber{R34}} lautet + \otherlanguage{english}{›\rsphrase{R34}‹}. +Der Satz mit der Nummer \otherlanguage{english}{\hpnumber{H200}} lautet + \otherlanguage{english}{»\hpstatement{H200}«}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-14.ltx new file mode 100644 index 00000000000..4229d7b6ce3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-14.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-14 auf Seite 819. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +\usepackage[T1]{fontenc} +\usepackage{libertine} +\usepackage[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage[ngerman]{babel} +\usepackage{ghsystem} +%StopShownPreambleCommands +\begin{document} +Der Satz mit der Nummer +\ghs[hide]{h}{200} lautet +»\ghs*{h}{200}« \ghs{h}{200} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-15.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-15.ltx new file mode 100644 index 00000000000..fd16c393adc --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-15.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-15 auf Seite 820. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage[ngerman]{babel} +\usepackage[scaled=0.84]{beramono} +\usepackage{booktabs} +\def\Lcs#1{\tabular[b]{@{}c@{}}\small\texttt{\textbackslash ghspic\{#1\}}\\\ghspic{#1}\endtabular} +\usepackage{ghsystem} +%StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}*5c @{}}\toprule +% \rm\em Name & \em Abb. & \rm\em Name & \em Abb. & \rm\em Name & \em Abb. \\\midrule +\Lcs{explos} & \Lcs{explos-1} & \Lcs{explos-2} & \Lcs{explos-3} \\ +\Lcs{explos-4} & \Lcs{explos-5} & \Lcs{explos-6} & \Lcs{flame} \\ +\Lcs{flame-2-white} & \Lcs{flame-2-black} & \Lcs{flame-3-white} & \Lcs{flame-3-black} \\ +\Lcs{flame-4-1} & \Lcs{flame-4-2} & \Lcs{flame-4-3-white}& \Lcs{flame-4-3-black} \\ +\Lcs{flame-5-2-white}& \Lcs{flame-5-2-black} & \Lcs{flame-O} & \Lcs{flame-O-5-1}\\ +\Lcs{bottle} & \Lcs{bottle-2-black} & \Lcs{bottle-2-white} & \Lcs{acid} \\ +\Lcs{acid-8} & \Lcs{skull} & \Lcs{skull-2} & \Lcs{skull-6} \\ +\Lcs{exclam} & \Lcs{health} & \Lcs{aqpol} & \\\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-16.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-16.ltx new file mode 100644 index 00000000000..a50355b824b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-16.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-16 auf Seite 821. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemnum, chemformula} +%StopShownPreambleCommands +\begin{document} +Hier geht es um \ch{CH3-CH2-OH} (\cmpd{ethanol}). \cmpd{ethanol} ist Bestandteil \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-17.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-17.ltx new file mode 100644 index 00000000000..4452743fccf --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-17.ltx @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-17 auf Seite 821. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemmacros} +\usepackage{chemfig} +\usepackage{chemnum} +%StopShownPreambleCommands +\begin{document} +\chemname{\chemfig{*6(=-=-(-R)=-)}}{\cmpd{benzene.{H,Me,OH,NH2}}} +\begin{tabular}{lll} + & \ch{-R} & Name \\\hline + \cmpd[sub-only]{benzene.H} & \ch{-H} & Benzol \\ + \cmpd[sub-only]{benzene.Me} & \ch{-CH3} & Toluol \\ + \cmpd[sub-only]{benzene.OH} & \ch{-OH} & Phenol \\ + \cmpd[sub-only]{benzene.NH2} & \ch{-NH2} & Phenylamin (Anilin) +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-18.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-18.ltx new file mode 100644 index 00000000000..0d5439b011b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-18.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-18 auf Seite 822. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemmacros} +\usepackage{chemfig}\usepackage{modiagram} +%StopShownPreambleCommands +\begin{document} +\begin{MOdiagram}[labels,names,style=square] +\atom[\ch{N}]{left}{2p={0;up,up,up}} +\atom[\ch{O}]{right}{2p={2;pair,up,up}} +\molecule[\ch{NO}]{2pMO={1.8,.4;pair,pair,pair,up},color={2piy*=red}} +\end{MOdiagram} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-19.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-19.ltx new file mode 100644 index 00000000000..f50b722991b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-19.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-19 auf Seite 823. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{endiagram} +%StopShownPreambleCommands +\begin{document} +\begin{endiagram} + \ENcurve{1,4,0} +\end{endiagram} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-2.ltx new file mode 100644 index 00000000000..003f053e03d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-2.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-2 auf Seite 815. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage[ngerman]{babel} +\usepackage{chemmacros}\chemsetup[nomenclature]{hyphen-post-space=0pt,iupac=auto} +%StopShownPreambleCommands +\begin{document} +\iupac{Bis(\hapto{5}cyclo|penta|dienyl)|eisen} \par +\iupac{\cip{2S,3S}-Weins\"aure} \par +\iupac{\a-(Tri|chloro|methyl)-\w-chloro|poly(1,4-phenylene|methylen)} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-20.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-20.ltx new file mode 100644 index 00000000000..06b1f2a7485 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-20.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-20 auf Seite 823. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{endiagram} +\DeclareSIUnit{\calory}{cal} +%StopShownPreambleCommands +\begin{document} +\sisetup{per-mode=fraction} +\ENsetup{ + y-label=above, + energy-step=100, + energy-unit=\kilo\calory\per\mole, + energy-unit-separator={ in }, + calculate=false, + AddAxisLabel/font=\footnotesize} +\begin{endiagram}[scale=1.5] + \ENcurve{2.232,4.174,.308} + \AddAxisLabel*{0;1;2;3;4} + \ShowEa[label,connect={draw=none}] + \ShowGain[label] +\end{endiagram} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-21.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-21.ltx new file mode 100644 index 00000000000..6adfa8ac2d4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-21.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-21 auf Seite 823. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{bohr} +%StopShownPreambleCommands +\begin{document} +\bohr{3}{Li}\par +\setbohr{insert-missing} +\bohr{6}{} +\bohr{}{Ne} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-22.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-22.ltx new file mode 100644 index 00000000000..bc7c3b10e04 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-22.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-22 auf Seite 824. +%% +%% Copyright (C) 2016 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{169.16928pt} +\parindent=0pt +%StartShownPreambleCommands +\usepackage[ngerman]{babel} +\usepackage{elements} +%StopShownPreambleCommands +\begin{document} +\elementsymbol{80}\elementsymbol{rhenium}\par +\atomicnumber{Hg} \atomicnumber{Rhenium}\par +\elementname{80} \elementname{Rh}\par +\elconf{Cu}\par \elconf{Kupfer}\par +\elconf{29} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-3.ltx new file mode 100644 index 00000000000..a53dcc82410 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-3.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-3 auf Seite 815. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemmacros} +\usechemmodule{redox} +%StopShownPreambleCommands +\begin{document} +\ox{1,Na}\ox{-1,Cl} \par +Ph\pch \quad Ph\fpch \quad \ch{ Ph+ } +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-4.ltx new file mode 100644 index 00000000000..98b881f3c9d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-4.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-4 auf Seite 815. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +\usepackage[scaled=0.85]{beramono} +%StartShownPreambleCommands +\usepackage{chemformula,mhchem} +%StopShownPreambleCommands +\begin{document} +Paket \texttt{chemformula}: \ch{H2SO4} \ch{PO4^3-} \par +Paket \texttt{mhchem}: \ce{H2SO4} \ce{PO4^3-} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-5.ltx new file mode 100644 index 00000000000..a833c571cc0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-5.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-5 auf Seite 816. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemformula,mhchem} +%StopShownPreambleCommands +\begin{document} +Paket \texttt{chemformula}: \ch{H2O ->[ + H+ ] H3O+} \par +Paket \texttt{mhchem}: \ce{H2O ->[+\ce{H+}] H3O+} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-6.ltx new file mode 100644 index 00000000000..deff188e9e1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-6.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-6 auf Seite 816. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemmacros,chemformula} +\usechemmodule{redox,reactions} +%StopShownPreambleCommands +\begin{document} +\chemsetup[chemformula]{compound-sep=0pt} +\begin{reaction*} +(1/5) K "\ox*{7,Mn}" O4 + (8/5) HCl == +(1/5) "\ox*{2,Mn}" Cl2 + (1/2) Cl2 + (1/5) KCl + (4/5) H2O +\end{reaction*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-7.ltx new file mode 100644 index 00000000000..7ca3189afe1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-7.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-7 auf Seite 816. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemmacros,chemformula} +\usechemmodule{redox,reactions} +%StopShownPreambleCommands +\begin{document} +\begin{reaction*} +1/5 K "\ox{7,Mn}" O4 + 8/5 HCl -> +1/5 "\ox{2,Mn}" Cl2 + 1/2 Cl2 + 1/5 KCl + 4/5 H2O +\end{reaction*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-8.ltx new file mode 100644 index 00000000000..5c80248ca38 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-8.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-8 auf Seite 817. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemfig} +%StopShownPreambleCommands +\begin{document} +\chemfig{-[:30]-[:-30]-[:30]} +\chemfig{-[:30](-[:90])-[:-30]-[:30]} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/15-05-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-9.ltx new file mode 100644 index 00000000000..25decd44a16 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/15-05-9.ltx @@ -0,0 +1,30 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 15-05-9 auf Seite 817. +%% +%% Copyright (C) 2016 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} +\parindent=0pt +%StartShownPreambleCommands +\usepackage{chemfig} +%StopShownPreambleCommands +\begin{document} +\chemfig{-[:60]=_[:0]-[:-60]} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/16-01-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/16-01-1.ltx new file mode 100644 index 00000000000..4e221efa15a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/16-01-1.ltx @@ -0,0 +1,59 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 16-01-1 auf Seite 829. +%% +%% Copyright (C) 2016 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[a4paper,helvetica,narrow,german,totpages,booktabs]{exaeuropecv} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[a4paper,top=1.5cm,left=1cm,right=1.3cm,bottom=2.0cm]{geometry} +%\makeatletter\def\ecv@lfoot{}\makeatother + +%StartShownPreambleCommands +%\documentclass[a4paper,helvetica,narrow,german,totpages,booktabs]{europecv} +\usepackage[T1]{fontenc} +\usepackage{graphicx} +\ecvname{Raphael Voß} +\ecvfootername{Raphael Voß} +\ecvaddress{Borkumer Straße~18\\ 14169~Berlin} +\ecvtelephone[0172-123\,456\,789]{(030)~6\,91\,24\,15} +\ecvfax{(030)~6\,91\,24\,15} +\ecvemail{Raphael@voss.mobi} +\ecvnationality{Deutsch} +\ecvdateofbirth{18. Mai 2014} +\ecvgender{männlich} +\ecvpicture[height=4cm]{images/doc_classes/Raphael22} +\ecvbeforepicture{\raggedright} +%StopShownPreambleCommands +\begin{document} +\begin{europecv} +\ecvpersonalinfo + +\ecvsection{Ausbildung} +\ecvitem{08/1971--05/1983}{Grundschule und Gymnasium in Berlin +(Leistungskurse Mathematik und Physik)} +\ecvitem{10/1983--09/1988]}{Medienwirtschaft in Hannover} + +\ecvsection{Sprachen} +\ecvmothertongue[12pt]{Deutsch} +\ecvlanguageheader{*} +\ecvlanguage{Englisch}{\ecvAOne}{\ecvATwo}{\ecvBTwo}{\ecvBOne}{\ecvCOne} +\ecvlastlanguage{Spanisch}{\ecvAOne}{\ecvATwo}{\ecvBTwo}{\ecvBOne}{\ecvCTwo} +\ecvlanguagefooter{*} +\end{europecv} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/16-01-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/16-01-2.ltx new file mode 100644 index 00000000000..5c7859e0880 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/16-01-2.ltx @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 16-01-2 auf Seite 832. +%% +%% Copyright (C) 2016 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[10pt,a4paper,booktabs,german]{exaeuropecv} +\pagestyle{empty} +\setlength\textwidth{352.81416pt} +\usepackage[a4paper,margin=1cm]{geometry} +\makeatletter\def\ecv@lfoot{}\makeatother +%StartShownPreambleCommands +%\documentclass[booktabs,german]{europcv} +\usepackage[T1]{fontenc} +\usepackage{bera} +\usepackage{graphicx} +%StopShownPreambleCommands +\begin{document} +\begin{europecv} +\ecvmothertongue[10pt]{English} +\ecvlanguageheader{(*)} +\ecvlanguage{French}{\ecvCOne}{\ecvCTwo}{\ecvBTwo}{\ecvCOne}{\ecvCTwo} +\ecvlastlanguage{German}{\ecvATwo}{\ecvATwo}{\ecvATwo}{\ecvATwo}{\ecvATwo} +\ecvlanguagefooter{(*)} +\end{europecv} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/16-03-1.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/16-03-1.ltx2 new file mode 100644 index 00000000000..39413dc9a72 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/16-03-1.ltx2 @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 16-03-1 auf Seite 838. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[parskip=half-,brief]{screxaletter} +\pagestyle{empty} + +%StartShownPreambleCommands +\documentclass[parskip=half-,brief]{scrlttr2} +\setkomavar{subject}{Mitgliederversammlung vermisst!} +\setkomavar{date}{\today} +%StopShownPreambleCommands +\begin{document} +\begin{letter}{Petra Mustermann\\ Vor dem Berg 1\\ 12345 Musterhausen} +\opening{Liebe Vereinsvorsitzende,}\RaggedRight% Flattersatz +seit einem Jahr gab es nun keine Mitgliederversammlung mehr. Ich erinnere daran, +dass unsere Satzung eine solche alle halbe Jahre vorsieht. Ich fordere den +Vorstand daher auf, umgehend eine solche in Angriff zu nehmen. +\par\blindtext\par\blindtext\par\blindtext +\closing{In Erwartung einer Einladung} +\ps PS: Ich hoffe, Du nimmst mir das nicht krumm. +\encl{Auszug aus der Satzung, in dem die Mitgliederversammlungen geregelt sind.} +\cc{Die Vereinsvorsitzende\\Alle Mitglieder} +\end{letter} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/17-03-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-03-1.ltx new file mode 100644 index 00000000000..3df83df6971 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-03-1.ltx @@ -0,0 +1,50 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-03-1 auf Seite 844. +%% +%% Copyright (C) 2016 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[ngerman]{babel} +\usepackage{expl3,xparse} % expl3 lädt auch l3keys +\ExplSyntaxOn % Da nicht automatisch aktiviert +\cs_new:Npn \l_keydemo_Datum{} +\keys_define:nn {keydemo}{ % Makrooptionen + Datum .code:n = \cs_set:Npn \l_keydemo_Datum{#1}, % lokal definiert + Datum .default:n = \today % für Datum ohne Angabe +} +\keys_set:nn { keydemo } { Datum=31.12.14 } +\NewDocumentCommand\PrintDatum{}{ \l_keydemo_Datum } +\NewDocumentCommand\Test{ om } % Keys per Anwendermakro + { \group_begin: % alles lokal halten + \keys_set:nn {keydemo} {#1}% + #2 \l_keydemo_Datum + \group_end: + } +\NewDocumentCommand\keySetup { m } % Keys per Key-Makro + { \keys_set:nn { keydemo } { #1 } \tex_ignorespaces:D } +\ExplSyntaxOff +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +Das momentane Datum ist \PrintDatum. \par \Test[Datum]{Neues Datum: } \par +\keySetup{Datum=tt.mm.YYYY} \PrintDatum +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/17-03-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-03-2.ltx new file mode 100644 index 00000000000..1a923008f96 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-03-2.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-03-2 auf Seite 844. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{expl3} % expl3 lädt auch l3fp +\ExplSyntaxOn \cs_new_eq:NN \calculate \fp_eval:n \ExplSyntaxOff +%StopShownPreambleCommands +\begin{document} +Der Pythagoras in Winkelform: +$\sin^2 45+\cos^2 45=\calculate{(sin(45)^2)+(cos(45))^2}$, was ungefähr +gleich $\calculate{round((sin(45)^2)+(cos(45))^2,2)}$ ist. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/17-03-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-03-3.ltx new file mode 100644 index 00000000000..62e839ab8ef --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-03-3.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-03-3 auf Seite 845. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\usepackage{xparse,siunitx} +\ExplSyntaxOn +\NewDocumentCommand { \calcnum } { m }{ \num { \fp_to_scientific:n {#1} } } +\ExplSyntaxOff +%StopShownPreambleCommands +\begin{document} +$\calcnum{ 2 pi * sin ( 2.3 ^ 5 ) + tan ( pi/4 )} \approx + \calcnum{round( 2 pi * sin ( 2.3 ^ 5 ) + tan ( pi/4 ),3) }$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/17-04-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-04-1.ltx new file mode 100644 index 00000000000..4c5269b35c5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-04-1.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-04-1 auf Seite 846. +%% +%% Copyright (C) 2016 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{l3regex} +%StopShownPreambleCommands +\begin{document} +\ExplSyntaxOn +\tl_set:Nn \l_my_tl { Das~ist~wunderbar. } \l_my_tl\par +\regex_replace_once:nnN { wunderbar } { schrecklich }\l_my_tl +\l_my_tl\par +\regex_replace_all:nnN { \w+ } { \0 , } \l_my_tl +\l_my_tl\par +\ExplSyntaxOff +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/17-05-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-1.ltx new file mode 100644 index 00000000000..3131ae2d558 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-1.ltx @@ -0,0 +1,56 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-1 auf Seite 847. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-10.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-10.ltx new file mode 100644 index 00000000000..27bdcee582f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-10.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-10 auf Seite 851. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-11.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-11.ltx new file mode 100644 index 00000000000..a29c9b80fb2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-11.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-11 auf Seite 851. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-12.ltx new file mode 100644 index 00000000000..257d1ec2344 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-12.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-12 auf Seite 851. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-13.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-13.ltx new file mode 100644 index 00000000000..c1b6321f327 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-13.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-13 auf Seite 851. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-14.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-14.ltx new file mode 100644 index 00000000000..9430adc26d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-14.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-14 auf Seite 852. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-15.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-15.lualtx new file mode 100644 index 00000000000..7031c83278c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-15.lualtx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-15 auf Seite 852. +%% +%% Copyright (C) 2016 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{% lualatex + 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/einfuehrung2/17-05-16.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-16.ltx new file mode 100644 index 00000000000..d035a7c84a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-16.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-16 auf Seite 852. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-17.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-17.ltx new file mode 100644 index 00000000000..08ecd9547f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-17.ltx @@ -0,0 +1,43 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-17 auf Seite 852. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-18.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-18.ltx new file mode 100644 index 00000000000..263f20d98e0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-18.ltx @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-18 auf Seite 853. +%% +%% Copyright (C) 2016 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} + +%StartShownPreambleCommands +\usepackage{xcoffins,xcolor} +\NewCoffin \ExampleCoffin +%StopShownPreambleCommands +\begin{document} + \begin{minipage}{0.4\textwidth} + \SetHorizontalCoffin\ExampleCoffin + {\color{black!10}\rule{1 in}{1 in}} + \DisplayCoffinHandles\ExampleCoffin{black} + \end{minipage} + \hspace{2cm} + \begin{minipage}{0.4\textwidth} + \SetVerticalCoffin\ExampleCoffin{1 in} + {\color{black!10}\rule{1 in}{1 in}} + \DisplayCoffinHandles\ExampleCoffin{black} + \end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/17-05-19.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-19.ltx new file mode 100644 index 00000000000..cf662fc736e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-19.ltx @@ -0,0 +1,63 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-19 auf Seite 854. +%% +%% Copyright (C) 2016 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} +\usepackage[a4paper,margin=0mm]{geometry} +%StartShownPreambleCommands +\usepackage{xcoffins,xcolor} +\NewCoffin\ExampleCoffin \NewCoffin\result \NewCoffin\aaa +\NewCoffin\bbb \NewCoffin\ccc \NewCoffin\ddd +\NewCoffin\eee \NewCoffin\fff \NewCoffin\rulei +\NewCoffin\ruleii \NewCoffin \ruleiii +\newcommand\cbox[2][.8]{{\setlength\fboxsep{0pt}\colorbox[gray]{#1}{#2}}} +%StopShownPreambleCommands +\begin{document} +\SetHorizontalCoffin \result {} +\SetHorizontalCoffin \aaa {\fontsize{52}{50}\sffamily\bfseries mitteilungen} +\SetHorizontalCoffin \bbb {\fontsize{52}{50}\sffamily\bfseries typographische} +\SetHorizontalCoffin \ccc {\fontsize{12}{10}\sffamily \quad + zeitschrift des bildungsverbandes der deutschen buchdrucker leipzig + \textbullet{} oktoberheft 1925} +\SetHorizontalCoffin \ddd {\fontsize{28}{20}\sffamily sonderheft} +\SetVerticalCoffin \eee {180pt} + {\raggedleft\fontsize{31}{36}\sffamily\bfseries elementare\\typographie} +\SetVerticalCoffin \fff {140pt} + {\raggedright \fontsize{13}{14}\sffamily\bfseries + natan altman \\ otto baumberger \\ herbert mayer \\ + max burchartz\\ el lissitzky \\ ladislaus moholy-nagy \\ + moln\'ar f.~farkas \\ johannes molzahn \\ + kurt schwitters \\ mart stam \\ ivan tschichold} +\RotateCoffin \bbb {90} \RotateCoffin \ccc {270} +\SetHorizontalCoffin \rulei {\color{red}\rule{6.5in}{1pc}} +\SetHorizontalCoffin \ruleii {\color{red}\rule{1pc}{23.5cm}} +\SetHorizontalCoffin \ruleiii{\color{black}\rule{10pt}{152pt}} +\JoinCoffins \result \aaa +\JoinCoffins \result[\aaa-t,\aaa-r] \rulei [b,r](0pt,2mm) +\JoinCoffins \result[\aaa-b,\aaa-l] \bbb [B,r](2pt,0pt) +\JoinCoffins \result[\bbb-t,\bbb-r] \ruleii [t,r](-2mm,0pt) +\JoinCoffins \result[\aaa-B,\aaa-r] \ccc [B,l](66pt,14pc) +\JoinCoffins \result[\bbb-l,\ccc-B] \fff [t,r](-2mm,0pt) +\JoinCoffins \result[\fff-b,\fff-r] \ruleiii [b,l](2mm,0pt) +\JoinCoffins \result[\ccc-r,\fff-l] \eee [B,r] +\JoinCoffins \result[\eee-T,\eee-r] \ddd [B,r](0pt,4pc) +\TypesetCoffin \result +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/17-05-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-2.ltx new file mode 100644 index 00000000000..d1b0daa403b --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-2.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-2 auf Seite 849. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-3.ltx new file mode 100644 index 00000000000..bce0c9c0674 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-3.ltx @@ -0,0 +1,31 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-3 auf Seite 849. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-4.ltx new file mode 100644 index 00000000000..d526fe40df2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-4.ltx @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-4 auf Seite 849. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-5.ltx4 b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-5.ltx4 new file mode 100644 index 00000000000..6848eefa9d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-5.ltx4 @@ -0,0 +1,32 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-5 auf Seite 849. +%% +%% Copyright (C) 2016 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 +\batchmode% nicht stoppen +\usepackage[log-declarations=false]{xparse} +\NewDocumentCommand\TYPR{ R(){Wert fehlt! } }{\textbf{#1}} +%StopShownPreambleCommands +\begin{document} +\TYPR Die \LaTeX{} Referenz +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/17-05-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-6.ltx new file mode 100644 index 00000000000..8b0364648ab --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-6.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-6 auf Seite 850. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-7.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-7.ltx new file mode 100644 index 00000000000..84f2ef29ad9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-7.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-7 auf Seite 850. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-8.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-8.ltx new file mode 100644 index 00000000000..8915a6df438 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-8.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-8 auf Seite 850. +%% +%% Copyright (C) 2016 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/einfuehrung2/17-05-9.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-9.ltx new file mode 100644 index 00000000000..d6e3aaf53cd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/17-05-9.ltx @@ -0,0 +1,33 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 17-05-9 auf Seite 850. +%% +%% Copyright (C) 2016 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/einfuehrung2/A-02-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-02-1.ltx new file mode 100644 index 00000000000..f43888e51df --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-02-1.ltx @@ -0,0 +1,48 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-02-1 auf Seite 864. +%% +%% Copyright (C) 2016 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[ngerman]{babel} +%StartShownPreambleCommands +\newcounter{Zaehler} +\renewcommand\theZaehler{% + \thesection-\arabic{Zaehler}} +\newenvironment{Beispiel} + {\begin{list}{% + \textbf{Beispiel~\theZaehler:}}% + {\usecounter{Zaehler}}} + {\end{list}} +%StopShownPreambleCommands +\begin{document} +\section{Abschnitt} +\begin{Beispiel} +\item Hier das erste \label{bsp1} +\item und das dritte \ldots +\end{Beispiel} +\section{Neuer Abschnitt} +\begin{Beispiel} +\item \ldots folgt sogleich, +\item wie schon in Bsp.~\ref{bsp1} +\ldots +\end{Beispiel} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-03-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-03-1.ltx new file mode 100644 index 00000000000..b6026c41548 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-03-1.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-03-1 auf Seite 864. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +%StartShownPreambleCommands +\newcommand\Gruppe{Global} +%StopShownPreambleCommands +\begin{document} +\Gruppe +{\renewcommand\Gruppe{Lokal}\Gruppe} +\Gruppe +{\gdef\Gruppe{GLOBAL}\Gruppe} +\Gruppe +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-04-1.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/A-04-1.ltx2 new file mode 100644 index 00000000000..c494d4d8ba6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-04-1.ltx2 @@ -0,0 +1,40 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-04-1 auf Seite 866. +%% +%% Copyright (C) 2016 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,2 +%% +%% +\documentclass[ngerman]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{171.40709pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage{microtype} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\usepackage{babel} +\emergencystretch=1em +%StartShownPreambleCommands +\usepackage{blindtext} +\let\Section\section \renewcommand\section{\twocolumn\Section} +%StopShownPreambleCommands +\begin{document} +\part{Ein einspaltiger Start} +\blindtext +\section{Zweispaltig} +Jetzt ist alles zweispaltig. +\blindtext[2] +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-04-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-04-2.ltx new file mode 100644 index 00000000000..3f5af4f9002 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-04-2.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-04-2 auf Seite 866. +%% +%% Copyright (C) 2016 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{217.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\textwidth{200pt} +%StartShownPreambleCommands +\newcommand\bsp{beispielsweise} +%StopShownPreambleCommands +\begin{document} +Dies ist \bsp falsch, aber dies +\bsp{} richtig, aber auch dieses +wäre \bsp\ korrekt. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-04-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-04-3.ltx new file mode 100644 index 00000000000..2cc0dca4d5e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-04-3.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-04-3 auf Seite 866. +%% +%% Copyright (C) 2016 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{217.16928pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\setlength\textwidth{200pt} +%StartShownPreambleCommands +\usepackage{xspace} +\newcommand\bsp{beispielsweise\xspace} +%StopShownPreambleCommands +\begin{document} +Dies ist \bsp richtig und dies +\bsp{} richtig, aber auch dieses +wäre \bsp korrekt. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-04-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-04-4.ltx new file mode 100644 index 00000000000..c3b1ae8ea60 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-04-4.ltx @@ -0,0 +1,44 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-04-4 auf Seite 868. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\newcommand\cs[1]{\texttt{\textbackslash#1}} \newcounter{foo} +\newenvironment{foo}[2][\bfseries] + {\par\hrulefill\par\refstepcounter{foo}{#1Merksatz \arabic{foo} #2: }} + {\par\rule[1ex]{\textwidth}{0.4pt}\par} +%StopShownPreambleCommands +\begin{document} +Eine Zeile davor. +\begin{foo}{(Umgebung)}\label{Umg} +Sie wird durch \cs{begin}\ldots\cs{end} umschlossen. +\end{foo} +Eine Zeile dazwischen, die auch beliebig lang sein kann, um die Zeilenlänge mit +einem Umbruch zu zeigen. +\begin{foo}[\scshape]{(Makro)} +Es kann bis zu Neun Parameter \#1\ldots\#9 haben. +\end{foo} +Zu Umgebungen siehe besonders Merksatz~\ref{Umg} auf Seite~\pageref{Umg}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-04-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-04-5.ltx new file mode 100644 index 00000000000..6f0baac036f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-04-5.ltx @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-04-5 auf Seite 868. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\newcommand\provideenvironment[1]{% + \expandafter\providecommand\csname#1\endcsname{}} +\provideenvironment{foo} +\renewenvironment{foo}[1][] + {\par\textbf{#1} bar}{baz\par} +%StopShownPreambleCommands +\begin{document} +Foo \begin{foo}foobarbaz\end{foo} Bar +\begin{foo}[2:]FooBarBaz\end{foo} Baz +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-06-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-06-1.ltx new file mode 100644 index 00000000000..d5ae7e5960a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-06-1.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-06-1 auf Seite 870. +%% +%% Copyright (C) 2016 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[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +% Ausführen mit --shell-escape +\usepackage{fancyvrb} +%StopShownPreambleCommands +\begin{document} +Das aktuelle TeXLive-Verzeichnis:\par +\immediate\write18{ls -l /usr/local/texlive > dir.txt} +\VerbatimInput[fontsize=\footnotesize]{dir.txt} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-13-1.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-1.ltx new file mode 100644 index 00000000000..6df37fb0e25 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-1.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-13-1 auf Seite 884. +%% +%% Copyright (C) 2016 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[12pt,a5paper,draft]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +%StartShownPreambleCommands +\documentclass[12pt,a5paper,draft]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{bera} +%StopShownPreambleCommands +\begin{document} +\large Jetzt schreibe ich mal über +Müllverbrennungsanlagen und will mal +sehen, ob das jemanden interessiert. +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-13-2.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-2.ltx new file mode 100644 index 00000000000..65cd7faa152 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-2.ltx @@ -0,0 +1,34 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-13-2 auf Seite 884. +%% +%% Copyright (C) 2016 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[12pt,a5paper,draft]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\parindent=0pt +%StartShownPreambleCommands +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +%StopShownPreambleCommands +\begin{document} +\rule{\linewidth}{2pt} + +\sloppy \mbox{Nonylphenol-Polyäthanol} +(\mbox{Äthylenoxyd}) +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-13-3.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-3.ltx new file mode 100644 index 00000000000..1bfe59181ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-3.ltx @@ -0,0 +1,38 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-13-3 auf Seite 885. +%% +%% Copyright (C) 2016 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[12pt,a5paper]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\parindent=0pt +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +foo +\fbox{\parbox[t][2cm][s]{3cm}{Jetzt +schreibe ich mal über +Müllverbrennungsanlagen und will mal +sehen, ob das jemanden interessiert.}} +bar +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-13-4.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-4.ltx new file mode 100644 index 00000000000..c021b87f484 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-4.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-13-4 auf Seite 885. +%% +%% Copyright (C) 2016 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[12pt,a5paper]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\parindent=0pt +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands + +%StopShownPreambleCommands +\begin{document} +foo +\fbox{\parbox[t][2cm][s]{3cm}{Huhu}} +bar +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-13-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-5.ltx new file mode 100644 index 00000000000..7ef7605874f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-5.ltx @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-13-5 auf Seite 887. +%% +%% Copyright (C) 2016 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. +%% +%% +%% ==command biber ++FILE++== +% Show page(s) 1 +%% +%% +\documentclass[12pt,a5paper]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{193.16928pt} +\parindent=0pt +\sloppy +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +%StartShownPreambleCommands +\usepackage{biblatex}% biber +\addbibresource{examples.bib} +%StopShownPreambleCommands +\begin{document} +Test: \cite{foo}\nocite{loh} +\printbibliography +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/A-13-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-6.ltx new file mode 100644 index 00000000000..e801326260e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/A-13-6.ltx @@ -0,0 +1,35 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel A-13-6 auf Seite 889. +%% +%% Copyright (C) 2016 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} +\usepackage[T1]{fontenc} +%StartShownPreambleCommands +\usepackage{filecontents} +\begin{filecontents*}{tab.tex} +\begin{tabular}{cc}\hline +Links & Rechts\\\hline +\end{tabular} +\end{filecontents*} +%StopShownPreambleCommands +\begin{document} +\input{tab} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/B.eps b/Master/texmf-dist/doc/latex/einfuehrung2/B.eps new file mode 100644 index 00000000000..fa39e2909e1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/B.eps @@ -0,0 +1,1896 @@ +%!PS-Adobe-2.0 EPSF-2.0 +%%BoundingBox: 111 582 180 665 +%%HiResBoundingBox: 111.054 582.574 179.094 664.782 +%%Creator: dvips(k) 5.96 Copyright 2005 Radical Eye Software +%%Title: demo0.dvi +%%CreationDate: Mon Mar 26 22:07:53 2007 +%%DocumentFonts: Helvetica-Bold +%%EndComments +%DVIPSWebPage: (www.radicaleye.com) +%DVIPSCommandLine: dvips -Ptlgc2 -j0 -E demo0 -o demo0.eps +%DVIPSParameters: dpi=600, compressed +%DVIPSSource: TeX output 2007.03.26:2207 +%%BeginProcSet: texc.pro 0 0 +%! +/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S +N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72 +mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0 +0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{ +landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize +mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[ +matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round +exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{ +statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0] +N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin +/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array +/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2 +array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N +df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A +definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get +}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub} +B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr +1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3 +1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx +0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx +sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{ +rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp +gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B +/chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{ +/cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{ +A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy +get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse} +ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp +fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17 +{2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add +chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{ +1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop} +forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn +/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put +}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{ +bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A +mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{ +SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{ +userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X +1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4 +index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N +/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{ +/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT) +(LaserWriter 16/600)]{A length product length le{A length product exch 0 +exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse +end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask +grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot} +imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round +exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto +fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p +delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M} +B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{ +p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S +rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end + +%%EndProcSet +%%BeginProcSet: pstricks.pro 0 0 +%! +% PostScript prologue for pstricks.tex. +% Version 1.01, 2006/01/11 +% For distribution, see pstricks.tex. +% +/tx@Dict 200 dict def tx@Dict begin +/ADict 25 dict def +/CM { matrix currentmatrix } bind def +/SLW /setlinewidth load def +/CLW /currentlinewidth load def +/CP /currentpoint load def +/ED { exch def } bind def +/L /lineto load def +/T /translate load def +/TMatrix { } def +/RAngle { 0 } def +/Atan { /atan load stopped { pop pop 0 } if } def +/ATAN1 {neg -1 atan 180 sub } def % atan(x) (only one parameter) +/Div { dup 0 eq { pop } { div } ifelse } def % control the division +/NET { neg exch neg exch T } def % change coordinate system to the negative one +/Pyth { dup mul exch dup mul add sqrt } def % Pythagoras, epects 2 parameter +/PtoC { 2 copy cos mul 3 1 roll sin mul } def % Polar to Cartesian +%----------------- hv added 20050516 --------------- +/Pi 3.14159265359 def +/TwoPi 6.28318530718 def +/Euler 2.71828182846 def +/RadtoDeg { 180 mul Pi div } bind def % convert from radian to degrees +/DegtoRad { Pi mul 180 div } bind def % viceversa +%----------------- hv end--------------------------- +/PathLength@ { /z z y y1 sub x x1 sub Pyth add def /y1 y def /x1 x def } def +/PathLength { flattenpath /z 0 def + { /y1 ED /x1 ED /y2 y1 def /x2 x1 def + }{ /y ED /x ED PathLength@ } {} { /y y2 def /x x2 def PathLength@ } + /pathforall load stopped { pop pop pop pop } if z } def +/STP { .996264 dup scale } def +/STV { SDict begin normalscale end STP } def +% +%%-------------- DG begin patch 15 ---------------%% +%/DashLine { dup 0 gt { /a .5 def PathLength exch div } { pop /a 1 def +%PathLength } ifelse /b ED /x ED /y ED /z y x add def b a .5 sub 2 mul y +%mul sub z Div round z mul a .5 sub 2 mul y mul add b exch Div dup y mul +%/y ED x mul /x ED x 0 gt y 0 gt and { [ y x ] 1 a sub y mul } { [ 1 0 ] +%0 } ifelse setdash stroke } def +/DashLine { + dup 0 gt { /a .5 def PathLength exch div } { pop /a 1 def PathLength } ifelse + /b ED /x1 ED /y1 ED /x ED /y ED + /z y x add y1 add x1 add def + /Coef b a .5 sub 2 mul y mul sub z Div round + z mul a .5 sub 2 mul y mul add b exch Div def + /y y Coef mul def + /x x Coef mul def + /y1 y1 Coef mul def + /x1 x1 Coef mul def + x1 0 gt y1 0 gt or x 0 gt or y 0 gt and + { [ y x y1 x1 ] 1 a sub y mul } + { [ 1 0 ] 0 } ifelse + setdash stroke +} def +%%-------------- DG end patch 15 ---------------%% +/DotLine { + /b PathLength def + /a ED /z ED /y CLW def + /z y z add def + a 0 gt { + /b b a div def + }{ + a 0 eq { + /b b y sub def + }{ a -3 eq { + /b b y add def } if + } ifelse + } ifelse + [ 0 b b z Div round Div dup 0 le { pop 1 } if ] + a 0 gt { 0 }{ y 2 div a -2 gt { neg }if } ifelse + setdash 1 setlinecap stroke +} def +% +/LineFill { % hv ------------ patch 7 ------------- + gsave + abs /hatchWidthInc ED + abs /hatchSepInc ED + abs CLW add /a ED + a 0 dtransform round exch round exch + 2 copy idtransform + exch Atan rotate + idtransform pop /a ED + .25 .25 itransform pathbbox + /y2 ED + a Div ceiling cvi /x2 ED /y1 ED + a Div cvi /x1 ED /y2 y2 y1 sub def + clip + newpath + 2 setlinecap + systemdict + /setstrokeadjust known { true setstrokeadjust } if + x2 x1 sub 1 add { + x1 a mul y1 moveto 0 y2 rlineto stroke + /x1 x1 1 add + hatchWidthInc 0 gt { CLW add } if + def + hatchSepInc 0 gt hatchWidthInc 0 gt or { + /a a hatchSepInc add def + CLW hatchWidthInc add SLW + } if + } repeat + grestore + pop pop } def +% +%gsave abs CLW add /a ED a 0 dtransform round exch round exch +%2 copy idtransform exch Atan rotate idtransform pop /a ED .25 .25 +%% DG/SR modification begin - Dec. 12, 1997 - Patch 2 +%%itransform translate pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a +%itransform pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a +%% DG/SR modification end +%Div cvi /x1 ED /y2 y2 y1 sub def clip newpath 2 setlinecap systemdict +%/setstrokeadjust known { true setstrokeadjust } if x2 x1 sub 1 add { x1 +%% DG/SR modification begin - Jun. 1, 1998 - Patch 3 (from Michael Vulis) +%% a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore } +%% def +%a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore +%pop pop } def +%% DG/SR modification end +% +/BeginArrow { ADict begin /@mtrx CM def gsave 2 copy T 2 index sub neg +exch 3 index sub exch Atan rotate newpath } def +/EndArrow { @mtrx setmatrix CP grestore end } def +/Arrow { CLW mul add dup 2 div /w ED mul dup /h ED mul /a ED { 0 h T 1 -1 +scale } if w neg h moveto 0 0 L w h L w neg a neg rlineto gsave fill +grestore } def +/Tbar { CLW mul add /z ED z -2 div CLW 2 div moveto z 0 rlineto stroke 0 +CLW moveto } def +/Bracket { CLW mul add dup CLW sub 2 div /x ED mul CLW add /y ED /z CLW 2 +div def x neg y moveto x neg CLW 2 div L x CLW 2 div L x y L stroke 0 +CLW moveto } def +/RoundBracket { CLW mul add dup 2 div /x ED mul /y ED /mtrx CM def 0 CLW +2 div T x y mul 0 ne { x y scale } if 1 1 moveto .85 .5 .35 0 0 0 +curveto -.35 0 -.85 .5 -1 1 curveto mtrx setmatrix stroke 0 CLW moveto } +def +/SD { 0 360 arc fill } def +/EndDot { + { /z DS def } { /z 0 def } ifelse + /b ED + 0 z DS SD + b { 0 z DS CLW sub SD } if + 0 DS z add CLW 4 div sub moveto } def +/Shadow { [ { /moveto load } { /lineto load } { /curveto load } { +/closepath load } /pathforall load stopped { pop pop pop pop CP /moveto +load } if ] cvx newpath 3 1 roll T exec } def +/NArray { + aload length 2 div dup dup cvi eq not { exch pop } if + /n exch cvi def } def +/NArray { % holds the coordinates and on top of stack the showpoints boolean + /f ED + counttomark 2 div dup cvi /n ED + n eq not { exch pop } if + f { ] aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse +} def +/Line { + NArray n 0 eq not + { n 1 eq { 0 0 /n 2 def } if ArrowA /n n 2 sub def + n { Lineto } repeat + CP 4 2 roll ArrowB L pop pop + } if +} def +/Arcto { /a [ 6 -2 roll ] cvx def a r /arcto load stopped { 5 } { 4 } + ifelse { pop } repeat a } def +/CheckClosed { dup n 2 mul 1 sub index eq 2 index n 2 mul 1 add index eq + and { pop pop /n n 1 sub def } if } def +/Polygon { NArray n 2 eq { 0 0 /n 3 def } if n 3 lt { n { pop pop } + repeat } { n 3 gt { CheckClosed } if n 2 mul -2 roll /y0 ED /x0 ED /y1 + ED /x1 ED x1 y1 /x1 x0 x1 add 2 div def /y1 y0 y1 add 2 div def x1 y1 + moveto /n n 2 sub def n { Lineto } repeat x1 y1 x0 y0 6 4 roll Lineto + Lineto pop pop closepath } ifelse } def +/Diamond { + /mtrx CM def + T rotate + /h ED + /w ED + dup 0 eq { pop } { CLW mul neg + /d ED + /a w h Atan def + /h d a sin Div h add def + /w d a cos Div w add def } ifelse + mark w 2 div h 2 div w 0 0 h neg w neg 0 0 h w 2 div h 2 div + /ArrowA { moveto } def + /ArrowB { } def + false Line + closepath mtrx setmatrix } def +% DG modification begin - Jan. 15, 1997 +%/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup 0 eq { +%pop } { CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2 +%div dup cos exch sin Div mul sub def } ifelse mark 0 d w neg d 0 h w d 0 +%d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx +%setmatrix } def +/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup +CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2 +div dup cos exch sin Div mul sub def mark 0 d w neg d 0 h w d 0 +d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx +% DG/SR modification begin - Jun. 1, 1998 - Patch 3 (from Michael Vulis) +% setmatrix } def +setmatrix pop } def +% DG/SR modification end +/CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth +def } def +/CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth +def } def +/CC { /l0 l1 def /x1 x dx sub def /y1 y dy sub def /dx0 dx1 def /dy0 dy1 +def CCA /dx dx0 l1 c exp mul dx1 l0 c exp mul add def /dy dy0 l1 c exp +mul dy1 l0 c exp mul add def /m dx0 dy0 Atan dx1 dy1 Atan sub 2 div cos +abs b exp a mul dx dy Pyth Div 2 div def /x2 x l0 dx mul m mul sub def +/y2 y l0 dy mul m mul sub def /dx l1 dx mul m mul neg def /dy l1 dy mul +m mul neg def } def +/IC { /c c 1 add def c 0 lt { /c 0 def } { c 3 gt { /c 3 def } if } +ifelse /a a 2 mul 3 div 45 cos b exp div def CCA /dx 0 def /dy 0 def } +def +/BOC { IC CC x2 y2 x1 y1 ArrowA CP 4 2 roll x y curveto } def +/NC { CC x1 y1 x2 y2 x y curveto } def +/EOC { x dx sub y dy sub 4 2 roll ArrowB 2 copy curveto } def +/BAC { IC CC x y moveto CC x1 y1 CP ArrowA } def +/NAC { x2 y2 x y curveto CC x1 y1 } def +/EAC { x2 y2 x y ArrowB curveto pop pop } def +/OpenCurve { + NArray n 3 lt + { n { pop pop } repeat } + { BOC /n n 3 sub def n { NC } repeat EOC } ifelse +} def +/AltCurve { { false NArray n 2 mul 2 roll [ n 2 mul 3 sub 1 roll ] aload +/Points ED n 2 mul -2 roll } { false NArray } ifelse n 4 lt { n { pop +pop } repeat } { BAC /n n 4 sub def n { NAC } repeat EAC } ifelse } def +/ClosedCurve { NArray n 3 lt { n { pop pop } repeat } { n 3 gt { +CheckClosed } if 6 copy n 2 mul 6 add 6 roll IC CC x y moveto n { NC } +repeat closepath pop pop } ifelse } def +/SQ { /r ED r r moveto r r neg L r neg r neg L r neg r L fill } def +/ST { /y ED /x ED x y moveto x neg y L 0 x L fill } def +/SP { /r ED gsave 0 r moveto 4 { 72 rotate 0 r L } repeat fill grestore } +def +/FontDot { DS 2 mul dup matrix scale matrix concatmatrix exch matrix +rotate matrix concatmatrix exch findfont exch makefont setfont } def +/Rect { x1 y1 y2 add 2 div moveto x1 y2 lineto x2 y2 lineto x2 y1 lineto +x1 y1 lineto closepath } def +/OvalFrame { x1 x2 eq y1 y2 eq or { pop pop x1 y1 moveto x2 y2 L } { y1 +y2 sub abs x1 x2 sub abs 2 copy gt { exch pop } { pop } ifelse 2 div +exch { dup 3 1 roll mul exch } if 2 copy lt { pop } { exch pop } ifelse +/b ED x1 y1 y2 add 2 div moveto x1 y2 x2 y2 b arcto x2 y2 x2 y1 b arcto +x2 y1 x1 y1 b arcto x1 y1 x1 y2 b arcto 16 { pop } repeat closepath } +ifelse } def +/Frame { CLW mul /a ED 3 -1 roll 2 copy gt { exch } if a sub /y2 ED a add +/y1 ED 2 copy gt { exch } if a sub /x2 ED a add /x1 ED 1 index 0 eq { +pop pop Rect } { OvalFrame } ifelse } def +/BezierNArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop +} if n 1 sub neg 3 mod 3 add 3 mod { 0 0 /n n 1 add def } repeat f { ] +aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def +/OpenBezier { BezierNArray n 1 eq { pop pop } { ArrowA n 4 sub 3 idiv { 6 +2 roll 4 2 roll curveto } repeat 6 2 roll 4 2 roll ArrowB curveto } +ifelse } def +/ClosedBezier { BezierNArray n 1 eq { pop pop } { moveto n 1 sub 3 idiv { +6 2 roll 4 2 roll curveto } repeat closepath } ifelse } def +/BezierShowPoints { gsave Points aload length 2 div cvi /n ED moveto n 1 +sub { lineto } repeat CLW 2 div SLW [ 4 4 ] 0 setdash stroke grestore } +def +/Parab { /y0 exch def /x0 exch def /y1 exch def /x1 exch def /dx x0 x1 +sub 3 div def /dy y0 y1 sub 3 div def x0 dx sub y0 dy add x1 y1 ArrowA +x0 dx add y0 dy add x0 2 mul x1 sub y1 ArrowB curveto /Points [ x1 y1 x0 +y0 x0 2 mul x1 sub y1 ] def } def +/Grid { newpath /a 4 string def /b ED /c ED /n ED cvi dup 1 lt { pop 1 } +if /s ED s div dup 0 eq { pop 1 } if /dy ED s div dup 0 eq { pop 1 } if +/dx ED dy div round dy mul /y0 ED dx div round dx mul /x0 ED dy div +round cvi /y2 ED dx div round cvi /x2 ED dy div round cvi /y1 ED dx div +round cvi /x1 ED /h y2 y1 sub 0 gt { 1 } { -1 } ifelse def /w x2 x1 sub +0 gt { 1 } { -1 } ifelse def b 0 gt { /z1 b 4 div CLW 2 div add def +/Helvetica findfont b scalefont setfont /b b .95 mul CLW 2 div add def } +if systemdict /setstrokeadjust known { true setstrokeadjust /t { } def } +{ /t { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add +exch itransform } bind def } ifelse gsave n 0 gt { 1 setlinecap [ 0 dy n +div ] dy n div 2 div setdash } { 2 setlinecap } ifelse /i x1 def /f y1 +dy mul n 0 gt { dy n div 2 div h mul sub } if def /g y2 dy mul n 0 gt { +dy n div 2 div h mul add } if def x2 x1 sub w mul 1 add dup 1000 gt { +pop 1000 } if { i dx mul dup y0 moveto b 0 gt { gsave c i a cvs dup +stringwidth pop /z2 ED w 0 gt {z1} {z1 z2 add neg} ifelse h 0 gt {b neg} +{z1} ifelse rmoveto show grestore } if dup t f moveto g t L stroke /i i +w add def } repeat grestore gsave n 0 gt +% DG/SR modification begin - Nov. 7, 1997 - Patch 1 +%{ 1 setlinecap [ 0 dx n div ] dy n div 2 div setdash } +{ 1 setlinecap [ 0 dx n div ] dx n div 2 div setdash } +% DG/SR modification end +{ 2 setlinecap } ifelse /i y1 def /f x1 dx mul +n 0 gt { dx n div 2 div w mul sub } if def /g x2 dx mul n 0 gt { dx n +div 2 div w mul add } if def y2 y1 sub h mul 1 add dup 1000 gt { pop +1000 } if { newpath i dy mul dup x0 exch moveto b 0 gt { gsave c i a cvs +dup stringwidth pop /z2 ED w 0 gt {z1 z2 add neg} {z1} ifelse h 0 gt +{z1} {b neg} ifelse rmoveto show grestore } if dup f exch t moveto g +exch t L stroke /i i h add def } repeat grestore } def +/ArcArrow { /d ED /b ED /a ED gsave newpath 0 -1000 moveto clip newpath 0 +1 0 0 b grestore c mul /e ED pop pop pop r a e d PtoC y add exch x add +exch r a PtoC y add exch x add exch b pop pop pop pop a e d CLW 8 div c +mul neg d } def +/Ellipse { /mtrx CM def T scale 0 0 1 5 3 roll arc mtrx setmatrix } def +% +/ArcAdjust { %%%% Vincent Guirardel +% given a target length (targetLength) and an initial angle (angle0) [in the stack], +% let M(angle0)=(rx*cos(angle0),ry*sin(angle0))=(x0,y0). +% This computes an angle t such that (x0,y0) is at distance +% targetLength from the point M(t)=(rx*cos(t),ry*sin(t)). +% NOTE: this an absolute angle, it does not have to be added or substracted to angle0 +% contrary to TvZ's code. +% To achieve, this, one iterates the following process: start with some angle t, +% compute the point M' at distance targetLength of (x0,y0) on the semi-line [(x0,y0) M(t)]. +% Now take t' (= new angle) so that (0,0) M(t') and M' are aligned. +% +% Another difference with TvZ's code is that we need d (=add/sub) to be defined. +% the value of d = add/sub is used to know on which side we have to move. +% It is only used in the initialisation of the angle before the iteration. +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Input stack: 1: target length 2: initial angle +% variables used : rx, ry, d (=add/sub) +% + /targetLength ED /angle0 ED + /x0 rx angle0 cos mul def + /y0 ry angle0 sin mul def +% we are looking for an angle t such that (x0,y0) is at distance targetLength +% from the point M(t)=(rx*cos(t),ry*sin(t))) +%initialisation of angle (using 1st order approx = TvZ's code) + targetLength 57.2958 mul + angle0 sin rx mul dup mul + angle0 cos ry mul dup mul + add sqrt div +% if initialisation angle is two large (more than 90 degrees) set it to 90 degrees +% (if the ellipse is very curved at the point where we draw the arrow, % +% the value can be much more than 360 degrees !) +% this should avoid going on the wrong side (more than 180 degrees) or go near +% a bad attractive point (at 180 degrees) + dup 90 ge { pop 90 } if + angle0 exch d % add or sub +% maximum number of times to iterate the iterative procedure: +% iterative procedure: takes an angle t on top of stack, computes a +% better angle (and put it on top of stack) + 30 { dup +% compute distance D between (x0,y0) and M(t) + dup cos rx mul x0 sub dup mul exch sin ry mul y0 sub dup mul add sqrt +% if D almost equals targetLength, we stop + dup targetLength sub abs 1e-5 le { pop exit } if +% stack now contains D t +% compute the point M(t') at distance targetLength of (x0,y0) on the semi-line [(x0,y0) M(t)]: +% M(t')= ( (x(t)-x0)*targetLength/d+x0 , (y(t)-y0)*targetLength/d+y0 ) + exch dup cos rx mul x0 sub exch sin ry mul y0 sub +% stack contains: y(t)-y0, x(t)-x0, d + 2 index Div targetLength mul y0 add ry Div exch + 2 index Div targetLength mul x0 add rx Div +% stack contains x(t')/rx , y(t')/ry , d +% now compute t', and remove D from stack + atan exch pop + } repeat +% we don't look at what happened... in particular, if targetLength is greater +% than the diameter of the ellipse... +% the final angle will be around /angle0 + 180. maybe we should treat this pathological case... +% after iteration, stack contains an angle t such that M(t) is the tail of the arrow +% to give back the result as a an angle relative to angle0 we could add the following line: +% angle0 sub 0 exch d +% +% begin bug fix 2006-01-11 +% we want to adjust the new angle t' by a multiple of 360 so that | t'-angle0 | <= 180 +%(we don't want to make the ellipse turn more or less than it should)... +dup angle0 sub dup abs 180 gt { 180 add 360 div floor 360 mul sub } { pop } ifelse +% end bug fix +} def +% +/EllipticArcArrow { + /d ED % add/sub + /b ED % arrow procedure + /a1 ED % angle + gsave + newpath + 0 -1000 moveto + clip % Set clippath far from arrow. + newpath + 0 1 0 0 b % Draw arrow to determine length. + grestore +% Length of arrow is on top of stack. Next 3 numbers are junk. +% + a1 exch ArcAdjust % Angular position of base of arrow. + /a2 ED + pop pop pop + a2 cos rx mul x add + a2 sin ry mul y add + a1 cos rx mul x add + a1 sin ry mul y add +% Now arrow tip coor and base coor are on stack. + b pop pop pop pop % Draw arrow, and discard coordinates. + a2 CLW 8 div +% change value of d (test it by looking if `` 1 1 d '' gives 2 or not ) + 1 1 d 2 eq { /d { sub } def } { /d { add } def } ifelse + ArcAdjust +% resets original value of d + 1 1 d 2 eq { /d { sub } def } { /d { add } def } ifelse % Adjust angle to give overlap. +} def +%%------------------ tvz/DG/hv (2004-05-10) end -------------------%% +% +/Rot { CP CP translate 3 -1 roll neg rotate NET } def +/RotBegin { tx@Dict /TMatrix known not { /TMatrix { } def /RAngle { 0 } +def } if /TMatrix [ TMatrix CM ] cvx def /a ED a Rot /RAngle [ RAngle +dup a add ] cvx def } def +/RotEnd { /TMatrix [ TMatrix setmatrix ] cvx def /RAngle [ RAngle pop ] +cvx def } def +/PutCoor { gsave CP T CM STV exch exec moveto setmatrix CP grestore } def +/PutBegin { /TMatrix [ TMatrix CM ] cvx def CP 4 2 roll T moveto } def +/PutEnd { CP /TMatrix [ TMatrix setmatrix ] cvx def moveto } def +/Uput { /a ED add 2 div /h ED 2 div /w ED /s a sin def /c a cos def /b s +abs c abs 2 copy gt dup /q ED { pop } { exch pop } ifelse def /w1 c b +div w mul def /h1 s b div h mul def q { w1 abs w sub dup c mul abs } { +h1 abs h sub dup s mul abs } ifelse } def +/UUput { /z ED abs /y ED /x ED q { x s div c mul abs y gt } { x c div s +mul abs y gt } ifelse { x x mul y y mul sub z z mul add sqrt z add } { q +{ x s div } { x c div } ifelse abs } ifelse a PtoC h1 add exch w1 add +exch } def +/BeginOL { dup (all) eq exch TheOL eq or { IfVisible not { Visible +/IfVisible true def } if } { IfVisible { Invisible /IfVisible false def +} if } ifelse } def +/InitOL { /OLUnit [ 3000 3000 matrix defaultmatrix dtransform ] cvx def +/Visible { CP OLUnit idtransform T moveto } def /Invisible { CP OLUnit +neg exch neg exch idtransform T moveto } def /BOL { BeginOL } def +/IfVisible true def } def +end +% END pstricks.pro + +%%EndProcSet +%%BeginProcSet: pst-dots.pro 0 0 +%! +%% PostScript prologue for pstricks.tex. +%% Version 2.00, Suggestion of 2006/12/19 +%% For distribution, see pstricks.tex. +%% +%% Timothy Van Zandt <tvz@Princeton.EDU> +%% +%% Modified by Etienne Riga - Dec. 16, 1999 +%% Modified by Herbert Voss (hv) - 2004/12/27 +%% Modified by Etienne Riga - 2005/01/01 (er) +%% to add /Diamond, /SolidDiamond and /BoldDiamond +% +10 dict dup begin + /FontType 3 def + /FontMatrix [.001 0 0 .001 0 0] def + /FontBBox [-571.5 -742.5 571.5 742.5] def +% /FontBBox [-1000 -1000 1000 1000] def +% See end of file in /BuildGlyph + /Encoding 256 array def + 0 1 255 {Encoding exch/.notdef put} for + Encoding + dup (b) 0 get /Bullet put + dup (c) 0 get /Circle put + dup (C) 0 get /BoldCircle put + dup (u) 0 get /SolidTriangle put + dup (t) 0 get /Triangle put + dup (T) 0 get /BoldTriangle put + dup (r) 0 get /SolidSquare put + dup (s) 0 get /Square put + dup (S) 0 get /BoldSquare put + dup (q) 0 get /SolidPentagon put + dup (p) 0 get /Pentagon put + dup (P) 0 get /BoldPentagon put +%%% + dup (k) 0 get /Asterisk put + dup (K) 0 get /BoldAsterisk put + dup (J) 0 get /SolidAsterisk put + dup (h) 0 get /Hexagon put + dup (H) 0 get /BoldHexagon put + dup (G) 0 get /SolidHexagon put + dup (a) 0 get /Add put + dup (A) 0 get /BoldAdd put + dup (x) 0 get /Mul put + dup (X) 0 get /BoldMul put + dup (m) 0 get /Oplus put + dup (M) 0 get /BOplus put + dup (e) 0 get /SolidOplus put + dup (n) 0 get /Otimes put + dup (N) 0 get /BOtimes put + dup (E) 0 get /SolidOtimes put + dup (i) 0 get /Bar put + dup (I) 0 get /BoldBar put + dup (l) 0 get /SolidDiamond put + dup (d) 0 get /Diamond put + (D) 0 get /BoldDiamond put +%%% +/CharProcs 47 dict def + CharProcs begin + /CirclePath {0 0 500 0 360 arc closepath} def + /Bullet {CirclePath fill} def + /Circle {CirclePath .9 .9 scale CirclePath eofill} def + /BoldCircle {CirclePath .8 .8 scale CirclePath eofill} def + /TrianglePath {0 660 moveto -571.5 -330 lineto 571.5 -330 lineto + closepath} def + /SolidTriangle {TrianglePath fill} def + /Triangle {TrianglePath .85 .85 scale TrianglePath eofill} def + /BoldTriangle {TrianglePath .7 .7 scale TrianglePath eofill} def + /SquarePath {-450 450 moveto 450 450 lineto 450 -450 lineto -450 -450 lineto + closepath} def + /SolidSquare {SquarePath fill} def + /Square {SquarePath .89 .89 scale SquarePath eofill} def + /BoldSquare {SquarePath .78 .78 scale SquarePath eofill} def + /PentagonPath {-337.8 -465 moveto 337.8 -465 lineto 546.6 177.6 lineto + 0 574.7 lineto -546.6 177.6 lineto closepath} def + /SolidPentagon {PentagonPath fill} def + /Pentagon {PentagonPath .89 .89 scale PentagonPath eofill} def + /BoldPentagon {PentagonPath .78 .78 scale PentagonPath eofill} def +%-------------- hv begin 2004/07/25 from: er 2003/03/24 + /HexagonPath {0 550 moveto -476 275 lineto -476 -275 lineto + 0 -550 lineto 476 -275 lineto 476 275 lineto closepath} def + /SolidHexagon {HexagonPath fill} def + /Hexagon {HexagonPath .89 .89 scale HexagonPath eofill} def + /BoldHexagon {HexagonPath .79 .79 scale HexagonPath eofill} def + /AsteriskPath {20 0 moveto 10 250 180 500 0 500 curveto + -180 500 -10 250 -20 0 curveto closepath} def + /Asterisk {AsteriskPath 60 rotate AsteriskPath 60 rotate AsteriskPath + 60 rotate AsteriskPath 60 rotate AsteriskPath 60 rotate AsteriskPath + fill} def + /Basterp {50 250 220 500 0 500 curveto + -220 500 -50 250 -50 30 cos 100 mul curveto} def + /BoldAsteriskPath {50 30 cos 100 mul moveto Basterp + 60 rotate Basterp 60 rotate Basterp + 60 rotate Basterp 60 rotate Basterp + 60 rotate Basterp closepath} def + /BoldAsterisk {BoldAsteriskPath fill} def + /SolidAsterisk {CirclePath .9 .9 scale BoldAsteriskPath eofill} def + /CrossPath {40 550 moveto -40 550 lineto -40 40 lineto -550 40 lineto + -550 -40 lineto -40 -40 lineto -40 -550 lineto 40 -550 lineto + 40 -40 lineto 550 -40 lineto 550 40 lineto 40 40 lineto closepath} def + /BoldCrossPath {80 550 moveto -80 550 lineto -80 80 lineto -550 80 lineto + -550 -80 lineto -80 -80 lineto -80 -550 lineto 80 -550 lineto + 80 -80 lineto 550 -80 lineto 550 80 lineto 80 80 lineto closepath} def + /Add {CrossPath fill} def + /Mul {45 rotate CrossPath fill} def + /BoldAdd {BoldCrossPath fill} def + /BoldMul {45 rotate BoldCrossPath fill} def + /Oplus {CirclePath .9 .9 scale CirclePath eofill + .775 .775 scale CrossPath fill} def + /SolidOplus {CirclePath .775 .775 scale BoldCrossPath eofill} def + /BOplus {CirclePath .8 .8 scale CirclePath eofill + .775 .775 scale BoldCrossPath fill} def + /Otimes {CirclePath .9 .9 scale CirclePath eofill + 45 rotate .775 .775 scale CrossPath fill} def + /BOtimes {CirclePath .8 .8 scale CirclePath eofill + 45 rotate .775 .775 scale BoldCrossPath fill } def + /SolidOtimes {CirclePath 45 rotate .775 .775 scale BoldCrossPath eofill} def + /BarPath {40 660 moveto -40 660 lineto -40 -660 lineto 40 -660 lineto + closepath} def + /Bar {BarPath fill} def + /BoldBarPath {80 660 moveto -80 660 lineto -80 -660 lineto 80 -660 lineto + closepath} def + /BoldBar {BoldBarPath fill} def + /DiamondPath {0 742.5 moveto -428.5 0 lineto 0 -742.5 lineto + 428.5 0 lineto closepath} def + /SolidDiamond {DiamondPath fill} def + /Diamond {DiamondPath .865 .865 scale DiamondPath eofill} def + /BoldDiamond {DiamondPath .73 .73 scale DiamondPath eofill} def +%%% + /.notdef { } def + end + /BuildGlyph { + exch + begin +% Metrics 1 index get exec 0 + 0 0 +% BBoxes 3 index get exec + -1000 -1000 1000 1000 +% -571.5 -742.5 571.5 742.5 + setcachedevice + CharProcs begin load exec end + end + } def + /BuildChar { + 1 index /Encoding get exch get + 1 index /BuildGlyph get exec + } bind def +end +/PSTricksDotFont exch definefont pop + + +%%EndProcSet +%%BeginProcSet: pst-text.pro 0 0 +%! +% PostScript header file pst-text.pro +% Version 1.0, 2005-11-29 (hv) +% For distribution, see pstricks.tex. + +/tx@TextPathDict 40 dict def +tx@TextPathDict begin + +% Syntax: <dist> PathPosition - +% Function: Searches for position of currentpath distance <dist> from +% beginning. Sets (X,Y)=position, and Angle=tangent. +/PathPosition +{ /targetdist exch def + /pathdist 0 def + /continue true def + /X { newx } def /Y { newy } def /Angle 0 def + gsave + flattenpath + { movetoproc } { linetoproc } { } { firstx firsty linetoproc } + /pathforall load stopped { pop pop pop pop /X 0 def /Y 0 def } if + grestore +} def + +/movetoproc { continue { @movetoproc } { pop pop } ifelse } def + +/@movetoproc +{ /newy exch def /newx exch def + /firstx newx def /firsty newy def +} def + +/linetoproc { continue { @linetoproc } { pop pop } ifelse } def + +/@linetoproc { + /oldx newx def /oldy newy def + /newy exch def /newx exch def + /dx newx oldx sub def + /dy newy oldy sub def + /dist dx dup mul dy dup mul add sqrt def + /pathdist pathdist dist add def + pathdist targetdist ge + { pathdist targetdist sub dist div dup + dy mul neg newy add /Y exch def + dx mul neg newx add /X exch def + /Angle dy dx atan def + /continue false def + } if +} def + +/TextPathShow { + /String exch def + /CharCount 0 def +% hv begin 2005-11-29 1.00 +% String length +% { String CharCount 1 getinterval ShowChar +% /CharCount CharCount 1 add def + /CharSize 1 def + currentfont /FontType get 0 eq + { currentfont /FMapType get dup 2 eq exch dup 5 eq exch 9 eq or or + { /CharSize 2 def} if + } if + String length CharSize idiv + { String CharCount CharSize getinterval ShowChar + /CharCount CharCount CharSize add def +% hv end 2005-11-29 1.00 + } repeat +} def + +% Syntax: <pathlength> <position> InitTextPath - +/InitTextPath +{ gsave + currentpoint /Y exch def /X exch def + exch X Hoffset sub sub mul + Voffset Hoffset sub add + neg X add /Hoffset exch def + /Voffset Y def + grestore +} def + +/Transform +{ PathPosition + dup + Angle cos mul Y add exch + Angle sin mul neg X add exch + translate + Angle rotate +} def + +/ShowChar { + /Char exch def + gsave + Char end stringwidth + tx@TextPathDict begin + 2 div /Sy exch def 2 div /Sx exch def + +%%% MV 10-09-99 00:36 + /sc?currentpoint where {pop sc?currentpoint} {currentpoint} ifelse +% currentpoint + + Voffset sub Sy add exch + Hoffset sub Sx add + Transform + Sx neg Sy neg moveto + Char end tx@TextPathSavedShow + tx@TextPathDict begin + grestore + Sx 2 mul Sy 2 mul rmoveto +} def +% +end +% END pst-text.pro + +%%EndProcSet +%%BeginProcSet: 8r.enc 0 0 +% @@psencodingfile@{ +% author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry, +% W. Schmidt, P. Lehman", +% version = "20021105.19", +% date = "5 November 2002", +% filename = "8r.enc", +% email = "tex-fonts@@tug.org", +% docstring = "This is the encoding vector for Type1 and TrueType +% fonts to be used with TeX. This file is also included +% in the PSNFSS bundle." +% @} +% +% The idea is to have all the characters normally included in Type 1 fonts +% available for typesetting. This is effectively the characters in Adobe +% Standard encoding, ISO Latin 1, Windows ANSI including the euro symbol, +% MacRoman, and some extra characters from Lucida. +% +% Character code assignments were made as follows: +% +% (1) the Windows ANSI characters are almost all in their Windows ANSI +% positions, because some Windows users cannot easily reencode the +% fonts, and it makes no difference on other systems. The only Windows +% ANSI characters not available are those that make no sense for +% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen +% (173). quotesingle and grave are moved just because it's such an +% irritation not having them in TeX positions. +% +% (2) Remaining characters are assigned arbitrarily to the lower part +% of the range, avoiding 0, 10 and 13 in case we meet dumb software. +% +% (3) Y&Y Lucida Bright includes some extra text characters; in the +% hopes that other PostScript fonts, perhaps created for public +% consumption, will include them, they are included starting at 0x12. +% These are /dotlessj /ff /ffi /ffl. +% +% (4) hyphen appears twice for compatibility with both ASCII and Windows. +% +% (5) /Euro was assigned to 128, as in Windows ANSI. +% +% (6) Missing characters from MacRoman encoding incorporated in October +% 2002 as follows: +% +% PostScript MacRoman TeXBase1 +% -------------- -------------- -------------- +% /notequal 173 0x16 +% /infinity 176 0x17 +% /lessequal 178 0x18 +% /greaterequal 179 0x19 +% /partialdiff 182 0x1A +% /summation 183 0x1B +% /product 184 0x1C +% /pi 185 0x1D +% /integral 186 0x81 +% /Omega 189 0x8D +% /radical 195 0x8E +% /approxequal 197 0x8F +% /Delta 198 0x9D +% /lozenge 215 0x9E +% +/TeXBase1Encoding [ +% 0x00 + /.notdef /dotaccent /fi /fl + /fraction /hungarumlaut /Lslash /lslash + /ogonek /ring /.notdef /breve + /minus /.notdef /Zcaron /zcaron +% 0x10 + /caron /dotlessi /dotlessj /ff + /ffi /ffl /notequal /infinity + /lessequal /greaterequal /partialdiff /summation + /product /pi /grave /quotesingle +% 0x20 + /space /exclam /quotedbl /numbersign + /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus + /comma /hyphen /period /slash +% 0x30 + /zero /one /two /three + /four /five /six /seven + /eight /nine /colon /semicolon + /less /equal /greater /question +% 0x40 + /at /A /B /C + /D /E /F /G + /H /I /J /K + /L /M /N /O +% 0x50 + /P /Q /R /S + /T /U /V /W + /X /Y /Z /bracketleft + /backslash /bracketright /asciicircum /underscore +% 0x60 + /quoteleft /a /b /c + /d /e /f /g + /h /i /j /k + /l /m /n /o +% 0x70 + /p /q /r /s + /t /u /v /w + /x /y /z /braceleft + /bar /braceright /asciitilde /.notdef +% 0x80 + /Euro /integral /quotesinglbase /florin + /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft + /OE /Omega /radical /approxequal +% 0x90 + /.notdef /.notdef /.notdef /quotedblleft + /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron /guilsinglright + /oe /Delta /lozenge /Ydieresis +% 0xA0 + /.notdef /exclamdown /cent /sterling + /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft + /logicalnot /hyphen /registered /macron +% 0xD0 + /degree /plusminus /twosuperior /threesuperior + /acute /mu /paragraph /periodcentered + /cedilla /onesuperior /ordmasculine /guillemotright + /onequarter /onehalf /threequarters /questiondown +% 0xC0 + /Agrave /Aacute /Acircumflex /Atilde + /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis + /Igrave /Iacute /Icircumflex /Idieresis +% 0xD0 + /Eth /Ntilde /Ograve /Oacute + /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex + /Udieresis /Yacute /Thorn /germandbls +% 0xE0 + /agrave /aacute /acircumflex /atilde + /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis + /igrave /iacute /icircumflex /idieresis +% 0xF0 + /eth /ntilde /ograve /oacute + /ocircumflex /otilde /odieresis /divide + /oslash /ugrave /uacute /ucircumflex + /udieresis /yacute /thorn /ydieresis +] def + +%%EndProcSet +%%BeginProcSet: texps.pro 0 0 +%! +TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2 +index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll +exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]FontType 0 +ne{/Metrics exch def dict begin Encoding{exch dup type/integertype ne{ +pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get +div def}ifelse}forall Metrics/Metrics currentdict end def}{{1 index type +/nametype eq{exit}if exch pop}loop}ifelse[2 index currentdict end +definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{dup +sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll +mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[ +exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}if} +forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def +end + +%%EndProcSet +%%BeginProcSet: special.pro 0 0 +%! +TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N +/vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N +/rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N +/@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{ +/hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho +X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B +/@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{ +/urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known +{userdict/md get type/dicttype eq{userdict begin md length 10 add md +maxlength ge{/md md dup length 20 add dict copy def}if end md begin +/letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S +atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{ +itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll +transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll +curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf +pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack} +if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 +-1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 +get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip +yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub +neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{ +noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop +90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get +neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr +1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr +2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 +-1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S +TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{ +Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale +}if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState +save N userdict maxlength dict begin/magscale true def normalscale +currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts +/psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x +psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx +psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub +TR/showpage{}N/erasepage{}N/setpagedevice{pop}N/copypage{}N/p 3 def +@MacSetUp}N/doclip{psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll +newpath 4 copy 4 2 roll moveto 6 -1 roll S lineto S lineto S lineto +closepath clip newpath moveto}N/endTexFig{end psf$SavedState restore}N +/@beginspecial{SDict begin/SpecialSave save N gsave normalscale +currentpoint TR @SpecialDefaults count/ocount X/dcount countdictstack N} +N/@setspecial{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs +neg 0 rlineto closepath clip}if ho vo TR hsc vsc scale ang rotate +rwiSeen{rwi urx llx sub div rhiSeen{rhi ury lly sub div}{dup}ifelse +scale llx neg lly neg TR}{rhiSeen{rhi ury lly sub div dup scale llx neg +lly neg TR}if}ifelse CLIP 2 eq{newpath llx lly moveto urx lly lineto urx +ury lineto llx ury lineto closepath clip}if/showpage{}N/erasepage{}N +/setpagedevice{pop}N/copypage{}N newpath}N/@endspecial{count ocount sub{ +pop}repeat countdictstack dcount sub{end}repeat grestore SpecialSave +restore end}N/@defspecial{SDict begin}N/@fedspecial{end}B/li{lineto}B +/rl{rlineto}B/rc{rcurveto}B/np{/SaveX currentpoint/SaveY X N 1 +setlinecap newpath}N/st{stroke SaveX SaveY moveto}N/fil{fill SaveX SaveY +moveto}N/ellipse{/endangle X/startangle X/yrad X/xrad X/savematrix +matrix currentmatrix N TR xrad yrad scale 0 0 1 startangle endangle arc +savematrix setmatrix}N end + +%%EndProcSet +%%BeginProcSet: color.pro 0 0 +%! +TeXDict begin/setcmykcolor where{pop}{/setcmykcolor{dup 10 eq{pop +setrgbcolor}{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll +}repeat setrgbcolor pop}ifelse}B}ifelse/TeXcolorcmyk{setcmykcolor}def +/TeXcolorrgb{setrgbcolor}def/TeXcolorgrey{setgray}def/TeXcolorgray{ +setgray}def/TeXcolorhsb{sethsbcolor}def/currentcmykcolor where{pop}{ +/currentcmykcolor{currentrgbcolor 10}B}ifelse/DC{exch dup userdict exch +known{pop pop}{X}ifelse}B/GreenYellow{0.15 0 0.69 0 setcmykcolor}DC +/Yellow{0 0 1 0 setcmykcolor}DC/Goldenrod{0 0.10 0.84 0 setcmykcolor}DC +/Dandelion{0 0.29 0.84 0 setcmykcolor}DC/Apricot{0 0.32 0.52 0 +setcmykcolor}DC/Peach{0 0.50 0.70 0 setcmykcolor}DC/Melon{0 0.46 0.50 0 +setcmykcolor}DC/YellowOrange{0 0.42 1 0 setcmykcolor}DC/Orange{0 0.61 +0.87 0 setcmykcolor}DC/BurntOrange{0 0.51 1 0 setcmykcolor}DC +/Bittersweet{0 0.75 1 0.24 setcmykcolor}DC/RedOrange{0 0.77 0.87 0 +setcmykcolor}DC/Mahogany{0 0.85 0.87 0.35 setcmykcolor}DC/Maroon{0 0.87 +0.68 0.32 setcmykcolor}DC/BrickRed{0 0.89 0.94 0.28 setcmykcolor}DC/Red{ +0 1 1 0 setcmykcolor}DC/OrangeRed{0 1 0.50 0 setcmykcolor}DC/RubineRed{ +0 1 0.13 0 setcmykcolor}DC/WildStrawberry{0 0.96 0.39 0 setcmykcolor}DC +/Salmon{0 0.53 0.38 0 setcmykcolor}DC/CarnationPink{0 0.63 0 0 +setcmykcolor}DC/Magenta{0 1 0 0 setcmykcolor}DC/VioletRed{0 0.81 0 0 +setcmykcolor}DC/Rhodamine{0 0.82 0 0 setcmykcolor}DC/Mulberry{0.34 0.90 +0 0.02 setcmykcolor}DC/RedViolet{0.07 0.90 0 0.34 setcmykcolor}DC +/Fuchsia{0.47 0.91 0 0.08 setcmykcolor}DC/Lavender{0 0.48 0 0 +setcmykcolor}DC/Thistle{0.12 0.59 0 0 setcmykcolor}DC/Orchid{0.32 0.64 0 +0 setcmykcolor}DC/DarkOrchid{0.40 0.80 0.20 0 setcmykcolor}DC/Purple{ +0.45 0.86 0 0 setcmykcolor}DC/Plum{0.50 1 0 0 setcmykcolor}DC/Violet{ +0.79 0.88 0 0 setcmykcolor}DC/RoyalPurple{0.75 0.90 0 0 setcmykcolor}DC +/BlueViolet{0.86 0.91 0 0.04 setcmykcolor}DC/Periwinkle{0.57 0.55 0 0 +setcmykcolor}DC/CadetBlue{0.62 0.57 0.23 0 setcmykcolor}DC +/CornflowerBlue{0.65 0.13 0 0 setcmykcolor}DC/MidnightBlue{0.98 0.13 0 +0.43 setcmykcolor}DC/NavyBlue{0.94 0.54 0 0 setcmykcolor}DC/RoyalBlue{1 +0.50 0 0 setcmykcolor}DC/Blue{1 1 0 0 setcmykcolor}DC/Cerulean{0.94 0.11 +0 0 setcmykcolor}DC/Cyan{1 0 0 0 setcmykcolor}DC/ProcessBlue{0.96 0 0 0 +setcmykcolor}DC/SkyBlue{0.62 0 0.12 0 setcmykcolor}DC/Turquoise{0.85 0 +0.20 0 setcmykcolor}DC/TealBlue{0.86 0 0.34 0.02 setcmykcolor}DC +/Aquamarine{0.82 0 0.30 0 setcmykcolor}DC/BlueGreen{0.85 0 0.33 0 +setcmykcolor}DC/Emerald{1 0 0.50 0 setcmykcolor}DC/JungleGreen{0.99 0 +0.52 0 setcmykcolor}DC/SeaGreen{0.69 0 0.50 0 setcmykcolor}DC/Green{1 0 +1 0 setcmykcolor}DC/ForestGreen{0.91 0 0.88 0.12 setcmykcolor}DC +/PineGreen{0.92 0 0.59 0.25 setcmykcolor}DC/LimeGreen{0.50 0 1 0 +setcmykcolor}DC/YellowGreen{0.44 0 0.74 0 setcmykcolor}DC/SpringGreen{ +0.26 0 0.76 0 setcmykcolor}DC/OliveGreen{0.64 0 0.95 0.40 setcmykcolor} +DC/RawSienna{0 0.72 1 0.45 setcmykcolor}DC/Sepia{0 0.83 1 0.70 +setcmykcolor}DC/Brown{0 0.81 1 0.60 setcmykcolor}DC/Tan{0.14 0.42 0.56 0 +setcmykcolor}DC/Gray{0 0 0 0.50 setcmykcolor}DC/Black{0 0 0 1 +setcmykcolor}DC/White{0 0 0 0 setcmykcolor}DC end + +%%EndProcSet +%%BeginFont: Helvetica-Bold +%!PS-AdobeFont-1.0: Helvetica-Bold 002.000 +%%CreationDate: Thu May 1 14:05:53 1997 +%%VMusage: 29003 35895 +%% The digitally encoded machine readable software for producing the +%% Typefaces licensed to you is copyrighted (c) 1985, 1987, 1989, 1990, 1997 +%% Adobe Systems. All Rights Reserved. This software is the property of Adobe +%% Systems Incorporated and its licensors, and may not be reproduced, used, +%% displayed, modified, disclosed or transferred without the express written +%% approval of Adobe. The digitally encoded machine readable outline data +%% for producing the Typefaces licensed to you is copyrighted (c) 1981, 1997 +%% Linotype-Hell AG and/or its subsidiaries. All Rights Reserved. This data +%% is the property of Linotype-Hell AG and/or its subsidiaries and may not be +%% reproduced, used, displayed, modified, disclosed or transferred without +%% the express written approval of Linotype-Hell AG and/or its subsidiaries. +%% Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries. +FontDirectory/Helvetica-Bold known{/Helvetica-Bold findfont dup /UniqueID known{dup /UniqueID get 43143 eq exch /FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontInfo 10 dict dup begin +/version (002.000) readonly def +/Notice (Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All Rights Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries.) readonly def +/Copyright ( The digitally encoded machine readable software for producing the + Typefaces licensed to you is copyrighted (c) 1985, 1987, 1989, 1990, + 1997 Adobe Systems. + All Rights Reserved. This software is the property of Adobe Systems + Incorporated and its licensors, and may not be reproduced, used, + displayed, modified, disclosed or transferred without the express + written approval of Adobe. + + The digitally encoded machine readable outline data for producing + the Typefaces licensed to you is copyrighted (c) 1981, 1997 Linotype-Hell + AG and/or its subsidiaries. All Rights Reserved. + This data is the property of Linotype-Hell AG and/or its subsidiaries + and may not be reproduced, used, displayed, modified, disclosed or + transferred without the express written approval of Linotype-Hell AG + and/or its subsidiaries. ) readonly def +/FullName (Helvetica Bold) readonly def +/FamilyName (Helvetica) readonly def +/Weight (Bold) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /Helvetica-Bold def +/Encoding StandardEncoding def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] def +/UniqueID 43143 def +/FontBBox{-170 -228 1003 962}readonly def +currentdict end +currentfile eexec + +EAF87427E68AB5101AB4EA39D1029321FD59A4A45D8D40BAD0851430CBE4E13852542E2149EF +19BF6D504149C9636A5DC0F094DA2060E2D2050602E8E5884281F1AFB88F2EF53D669B489C3D +3123F064303A29AEED6863FBB721A95C1BE39A24EF4E616DBF5700C4AFDD8C76638C9647FBDC +CBAE8625BE4B589E1829FDA4AA0F4D7EADC0F6B35FA366D9F95E64765199B5D157FC3786C42A +AD39CB119304879B3D0DEF3492529C8261060572E1A08FE7BEAEBC0903828DB5D2A34C25E94C +40B3E0AE6F27FFF083B34FB57AC2DD2C361D91D561B43B43180C79BDD2D55D03734D20C62068 +31AAA726797CC288BC1075101B6F7493E2603433DCE00D7184F5245B5C79B503B21B262A1EF9 +1F66FB50523B3E6E661C3847808C7F0CF811DD935A7F23499474B3CE405D0015E64BAB05035C +A484E10B407825779B8946B16C631DF76ECFC3D61EBD12645528D049E76BD13C2FDF515B57AE +C3ACA10521E337335C12BEA560AFD47E24BB3E8BF585385CC13032E37D8A3EC4F30BE5A94CD4 +6658C7FAFEA57989A76A4E6691798EAC66BDFB9090E9B556828A56C35FB37ECF1D71512CD4E5 +BB9589841E3DDA77DB9A72D1EDBA3C3B8FB7CF409A93FBDC0DC3B2B466A964C090A6A990CF13 +F76CA4EF0E14657ED26419E289B4847015F8AE82A54B03470A34EEB0F72BFAF896AB1E9DD0BA +94E080AE8AB7B55DA296B9AE135222C1E9E7C86F35D6D05385FAD937D1B1AC5C6248D7A2BEA6 +52EEEA351062B3502974072F32F607749B459C0552EA4B6A59F59C66771C20A063017681B3B5 +6C7ECD2B14E27708966538BF5DDDE4C772BD6BA2789D783BE77D53A32B0B312B235474631CAD +5562D392A11EB5EDF6043EAC4E0909791C9FEA601BFDA548E7EAF32CFD64BE21589D5EB3DF76 +9613D186AA518BBC5418AAD3FD559D153585FA32AD099F66BF96723FA1EBF27B793DD42543B0 +3ADA014FD04A7E41D944D0F0973F544516DE620927F42E1A0583700F538D86C278EBAD9A4B84 +6B3CCB9573A394C7D160DB8ABC41AA6A9BCC926C213FEC6104E63EF5BE7925F7889E370BD1A5 +DB03091860723BA4AF3992730557EFC34CE5225C6E7096A14D6285F2FFC7D49BF54A2266F5A2 +6456B9E47EA5031FA2A0A71EA5DB3EF001618B645272142128A3FEC8C68855BF518A8CBB9436 +C3E7356089B2B62CA8DCB568FDEAFB80E3190093EB8FCDC9B9A039503C921BB2EBCCC8ADE839 +6F1471EAD41779398B3EF820178BFE8A077277A6FD973557855BBEF5F3C433C0AB27AA737A4E +B9BFE6C951DC1EA0C9107EA0CDE695E3E7C9A622D24C99AA07B130D50F547F1C250D7F9F7958 +FA51A5339C1319D6CCF6193CC23EACD4E59042D5A6AA3A716151F6E7C397030D39F44ADC5FC8 +5AED99C05FAA12C4E48514A81F98234F24F92F9DE0DA7E77069031CDDEAB23F0AA866D296FBC +D6606CF776736A925175BDB4B1D7D4CA55697C795672B7499008C4FC1EA214A15818C6ADCAEB +FF8FBAEE89D4C57A3BF2494AC4BB12CBD263EEDC31AA273C52F64B9B2F3623E1069E52F81239 +646F8846A4973BDD7458C1AF1000802C0C6567B55D58252A91D0D9F64D2A2A0967AEA5FBD7FD +1A0EF1BB5C3CA4AAB73DBA550DCDBB9EB1FB5917B7A2E65827DD84A54DD0385F3B68940CDBE5 +60FE6B802EC073457385CE98CEEFF4E2062772BA08A8C226269E989823E3CAF967204F2E625F +7481D22E11718C5C4A20F5DCE0A4A25340BD1B60A9D3A73F8E0135F0C73C4D041E2F8739F5BF +D485D0818905666697C7B25FD518E50A21FCD664F806A967B12AAFA89266CE12533B098D2ACE +1342B1C17D4AA5E7D51897F8D9715C68DF4FC91EF298B5F600C560B2F34BAD95A0E1719356F5 +B931FF17A6FCE0CD3FECF9667ACBFE4003BED0D0EF35E59C910AC98DBEB26EF2FACF869AFE68 +1E42EF7C5E996634DE71F20FCD1AEE7F0D28DCCDFC37913C48A3D3F5FF8F4C8ECDD060B3B896 +31CCB804A1FE63824D86E19367197EA97F0B1AB3D188766233C59EDA9B551D3D9CECC7FAB797 +C168AD0B6DAA9D2085E3A7DFDC34B116B86CA8FE05BDDDFE16F5B520752F194992BEDC59DEE7 +10AB3D86369E2010E96F6FBBC63A77D858E47DEEBD84C104DC8412DAB79BD0282119A870594D +ED8581ADD8B88F023A188E938E6328D00EE5159F6FC0D0D99AA716B81CED85916AD49549ACB3 +731FDDE08DCB233D484DA293AAA6B4525D88697ACEFF1FC5090AE1B24D7C97A03B8AD9BBFEB9 +AE9D2BDB0241CA84DF93C2B78D11258412B970EE1855BCCF76FAE1C4CA69885B7D7F1FEE7DD9 +31C2CA24F20E1F661080E3D44745F727284A5C2AAA6CCC9043936CD684C3BAF67635EDB058CF +BDF781590F5B216AE3998168BADCE5FC102A7FB23E8AB364587223CBA00543E283B2761DDAB6 +D37B369327050CD45C83025DEEF8BEE44C08AFE23E79052280681313CAD67FC03ABBB4BBA288 +3EEF4F8A89D0A209E77C9BAC9F35AE61A7E7AD9E81A73A361C7F5ED154EE19327E05D8F782F4 +69E3F99C2AF1F85B4D1360255A2A5F114A74FBE7F1A7A39A5ACA7AB4CEC3BCCA32CB4A851C3C +744B7CE37730286D1C1609710747183014F0B59B3E6A50E0C9816FD4039BCA2FC745A311E058 +456E0E1463AB1C0A222F0EE3A94F9D71BE968B5316C4B11DCADB6557AA97974E187253DFF1B1 +542556F2111C9A3A66A0025816B06954C1F61315E829F4CD20F03AFEF31D1359C350500483A7 +DEE2BF5E7B519F13FD8B3F70D54947CD2091D59B15B643FA5EB39DE04F381C45C9AAF2A2C31A +04A0CD9CEB9BD9000FF23382B0784556B3B39B81D73BD3FFD174239E3F04C817DE82544A8639 +DC608AF9685E2C148F056FB7F5422C7025D6BAE791BD5CE0C08EE079025C0F4E1E1C8DD46390 +FA40B08A80F91E373E5D5C3D534F1C335E6137D19F3604CD0A0F86CC202231BD56B266266DD6 +FC539FA76145389A5B978C93B3AA3FEA37085C200A3DAD64547D683703B1518D9FC1E2AD4272 +13F827AC88867E0B7A0962E50DDF7BEFF8DF91A420297B8B28305A2F40BA04539D9ABD580853 +FAC21213A2E56F84C54FF21C2E3962399C263FB240060A8591D5F0478280BBEDDD0F1E22222C +3330040298C4B93B8EC4927C4ED480DAD73AEBC085D2E3A7DCE90FF57734ACDE36E5BD4C3950 +3DB16E32DFD94C933180BEE08DB6CAB7E831C8D598E1264E9D5C69233BFD0572FE6FA7D9C0E8 +653A847E918B36B898886CCC7AB8508B10B822D93C176C1638239F62263273E153316B5FA99D +E0D39DC3EE540527ECA7C3FB8DF55EC59D4404E568048555C3ECBF78574AF2A10C0515272521 +1B8FA52811063A18DE18D4738515F9D5378BB7A4072EC4A2E6F1079FA64FF575489274E79CCE +DC22883CAB0FB22206D9705E4B901C8685F95446673D793B462407A4328E21F726CA22E65BD5 +B2E2BCC4C0B27875C67AB2ED618FF5B22130BF2ADF2D9B160C27AE9728B0B1B9385FB2075702 +F568526E6EB3315A4FCD68E10592B268FE03A622E70486AF870E1359CD907011340E49D53A4F +671EC5118F0CF983A0227EE3946260ACE5BCB7C15FC3173CAC7CA9B4BABC75B20DD102A8E3C0 +019086213D960C9935F548E40CF6CC090534D71F96040FE33A203087B0C6244C595AAEF548E7 +3339C9C22A759E6AD15A213CF4A324832BCF46C35B5A19D6023B4DA11FAA514E4E922006A7DC +D556D4A55E6F7AF2D361275708BDEA5FA7838FE30CAC3A0556CD3ED656D8C78E5DA9B4FB1625 +45BA7BA59C020494C77BE012554DBCF04BAE111CF8D8ED42CB02DD5E2A38D8F6D3FE1F6C7564 +C80EB1E4FF475E1E4EC2A667ADAB895EC2C4F8F21697EFD14436EB36CCA899F8D3B5577760BA +BCC17DB163580132F4E8D2ED61D11A4BCAB97DA3A9CADE9F85402079DF53920C0FC406AA1000 +80694776DCC03B779611E602E8739767252F7D7098428AD3F7650FD8D11FE502A7D952D8E495 +9E4DF39D38F449F823A7F36FC93A70ACA0A77BBA964FFFAF400A25A680F3356BBA54638EDEDE +0DDDCAA0EABB394AF9B8B4A9CEB825D6D5334B990E51B235512E1AF361BF1DA806E63957A13E +1B9142AEC749273EC19159419367AA5098854899BDB004234048506D56488B1332B8441C5729 +D0FCC6F7E29133F0C37FEE56BD6DF9B417144C02AFA1ABE87CF392EC1116FE6ED0B8814EA6FD +AE1EEC6684956C6E95C0684428407D2DDA0BD21C5F453AC29836F93ED8044EAF9E089B9E39F8 +1C3BAC1F35722564BE7454B5798C2E260434DE73419DACDC98B41176DA8059F96772F489003A +FB4ACA6A8D6933DDEDA3E391BD42BB0E690A7E12BAB63870C07E2ED38578B929F1655DAC4723 +598AEA62C85D48A229983DB93F53F099D2DBF33E443CDF0F0541F1E48A71BD35A2E4C1B319E0 +AA58CC886A8C3742EFCE41B926E727C43EEF3FAB735FC84B2689CF75762DB9F75DBC5DFB452A +0F9E1D4356124EE9DE3ECAD85207E716A84D6131AF9E2A9376B0AB8138CDF0169F78B22896C4 +028E4F2E40463590309D998BD149CF25275B776E3282C4434867363E32DA20BEA83C2B24A7A8 +FD26D3794261AAE7AE5FCF8807DC3A32A74C3C1238C943009C9D6165ABAA9FEAAF1B153D77AF +06D691491B08704C6E6D8B111BEFDBA77EA29EA14F50DA435885B71600A2FC385602DAFA5F78 +9582740500C0575C9B3956865ED92EEEF74AEE39BFBCB8700AC2CDFB0DF3865649B3ECA77F5A +8843010C92022EC163B142CD05F1CADDAD8140F9ADA2321D2164A333436379EC1426EC0A0470 +4CF6CB1641369CCCEB13CF0C4DF220FDB371A9E7DAF467037C1AF44C9E8A5F6BFBE13185EAC0 +AFAB7160587FC7D2381FC5090044DC704D6BB76CEF4AAB4545A4CF57B3CAB33F5DA48EEA92CF +18EAB0DA4BACFA4A91B6A29FBE62C60108D035903FB651A42416F059893D7E0D4545F40C24B7 +817FCE8672A37BD8F09AA7D4F4B0AC66DF0AD935B2009C099733533F9D89513558A2844855CF +6289DD14A2AA41F01E5DDA01F0749C9310E06D7BD7B642421543DC7750B1AEEFB0255D3C8729 +397FDF793E2CE899B8234DCA36CF854B1BBF8BADC3AF45086C0C6A67E2DF31A6ACB79FA67D0A +BC1569589F6ACB90C2B4D6250CB9F4DD77E62AC6E356F81B490D18B7635F2B00A8E75DE30B68 +BB8D1DDD81276D7AE88BCBF514DFCFFAE7A03AAAA2F492138068ECAF45DF54E10869D0B3A5A1 +16EC86E82FC696E4038BF2DC2D30EA06422397EF299D16BBC7BEACF4460AB4F1FEA56902F014 +7EDBE12BA07578DBCDCE7574F154191EA87D1B2BEE1C64343052783B047A2E2837A23DA74154 +7F472AB5858BC465A785B83049EAB1C4BD6A48DE8296EF3F8C70945B6B9B2413B587016A062A +695D135535CB940DEDF14F6E9872F91E9C544021AC2794B8549DC33E9206BD0279075E1690E4 +6D145EFB32E705919D94E4065ACD9B0E2CDD094B4DB65C6A542F266749417B4A476BE4DF5685 +A69155E6E7B058CF9AE270B8E923D470B8350EBDABB792C3AFE6D302D1339C936B2E9D93D314 +82716D3BAC448B8D3F08DD9C414C517F95F3D5A317729EE3625544B9ED69AE798F256883CD23 +D3E7E5403F304191E60FD51425A15CE73E0BB4459C00B35C3D88E6109C9C86954B58B44A7F81 +89944272BA59D49A16531C0CB5B74BE850A98978E25775DA80A7F7FC4217A996592E9E2A1222 +965E2FA5A0FF2E2991BD466FA083A31365630280C9CF99863ABE4727AB77D40D383BED1BEB95 +A8CDD4AE3DEF310B503639285776D843F794D148DADCA1F9F3ACD628F4A7A2F82A8A6281E9AE +642366502C5214BDC0E87E03BE69FB4E5F0466EC98618A056A95E0E441CFAD1888AF214D1E6F +2BF145A33653B923D38B6415451339BE34EF0675CA7BB2E680C8137AE109B048CABEB786F130 +98984A41268F3B69488562D7F1F968797259AE1626C87C2E57488D7F7447F37B88D3C228A9E1 +117E316219AE7E5AF00C0654F9D2A35AC1B2B5DDDF6A5C022295B958863CC3D0E9E5FC8771B4 +6E7790EED185388E1DBE65533A8385E23FD300E5A1EB45FCB9E41F4985B990875259A3C09E45 +53B37EF41D066E8BF827DC4FA15FDCB83D1652E315B31717FB49011A9993C625A80B7E4EC9D8 +77090AE54D831CC93A433086B1CB923A3B0831F0B12D1594215015AA5B60FA6D5FE795B20C83 +2923F22D521B6401C7A2E84D1258EFC609C22057B262A0A172D5B6B690D970497DD0FFC51F75 +4664E7D5F370BC5351E25C7DAEA11FC3104F87A473952B486FF24B5AFCC4A272B589AD43485B +138971CECB1834A6114D8B69E282F6748D35DCE2AFB75137A37DFC45DDF50F22BD27CF6313E3 +E78F14EDB790CC44476D87C8536FAEE06AA16516D0A664E4B3A2892048FB554596E5DA8A1B0A +F3568712CFFC44FFC16956FA308C4B5EF83D44EE5104849EABB37B28C5DC6DCE0E69B9D0FA58 +E7412D0F131CCB7416338A885BEC4D951F63B4F0BFC36CB101500AD62B7D94987688873075F4 +735A457DE6D67A604809676DC8E39CEF4A91DA0513303B60BE601BC21902F31FDADA35C8FF63 +ECD4A7381FF86555F330AAED96AFDADB879726A33B08F563F93206300A618D9B63046CD01511 +BBDD7016C14D48CE037C57472881B49DC2FFAD1344A639107751C7BF6E5F6941EE02A2F4D7AF +4A20CE88BFB4D96452FFE105A19D1B5564FE4D87EB8EBBBD71B8D0DD10D6B39A86B3BB868034 +8AD6BF1F5A5B629E811AF879245E622D47714FC9FECD68986E7DCF5B36218DEB89FF208A34AE +00C1F608B2465D670AFD502DF7512DCE4291B4FBA7882C42AA003CFC7D82D3A263603A9AB8D9 +5CC3BD66B83EBEAB2CE70CF818F8F795F63490961333606A0E7BD2E1A8D444879C7C03B4F469 +068B96F7ADAE76C30A328B951348AABBBECC2F171FBB5FFA446D57783D32ABBCC4A495745652 +ECFA0D6AC49863E412EAEBEB739E659D1811C9D579CE2157B96A012466B807AEEC0ED0D625B4 +D9BC59A929C4BAD25FF704575A51875D43755F4F3D1F7ADBF79B950F778C87DD63FC757FA6D4 +C7C5CA5D30714A79B827C93AD9BB0EC08C8337FDD19146EBA195776ECA57FF44C8608868950C +A36A55E9E784D89847DACB1F10AE1D1365B035AF869EF18B95E506404BA8EB299ADBAFC2A473 +7CCE086386AD695CAD693C484E86E0B72C48CF25DAD058F9E2BEFC7956778EC90CD20A99E080 +A98F494A4E80FF1644A28A410569FD3F9788CBA54468C44D4F4DC49D177FB35F4CBD9F351C44 +D43F4C5024B06D2C3BBAA0874239BDF781E1534E31EE036B9BF6A2587F0A3FA38A39EB78D81F +845013D8BFB4184FB7FCDCE4D617937125B5338FAA0D71F814BD1305A06287490888F349D5C0 +1A1AEB8C18DB272635CBA450602BB1AFA7A210F2585265F8E9A00163BFD707398A27D694852E +8BAD2A68B7CA660FA92CD9BA772E090F887D0DA522E23A04F52A33944A7285CCF3200FC6264A +5EB0A54586732A79F0110AB4DCFB3122531CC9F2B6EB45D5F35F065FB86B8CB7D3D3DC4E1F08 +FF470A62E38B6F8D55FE140F11259208BC085B208E775E230207755D177D87188FE3515EC89A +039ACDA3AD580D1126869E1E5E9963A46D50F337128E0D0F16FBD4B9C0B300ED852BEA3D5B11 +DF5AB435A34526A66AF359BB9752347DBF8562B8E9D3DD175A54FA8DD249FB694C5F205EF59F +C9A9F1480D419019E159D2B3BB4ADF886F18E7DA65723689FF2BA26B56402A59337313F84711 +1214E85B15771823CA65D6445C9E54BCA2381A2C06273C12D4B28701436F4B32733577CC504C +023A84591F6BE925A0C65833EFDD18727A052217918CB06748DEA7B533140495831CCA4CC709 +CDEB0A13DCD053901DDDEC4AF95C9EFE1BCFFE103AB285CCF9E2E09BBBAB1646ACE47B9BCA31 +0BCE7E7AC95A5DCBA28CD7E9439798504430243FA39DBA4C256783694456B6AD5080512614A1 +5DE3F85B832A22D1298188D98ED5187762337AC99AC88842B5AE5CD1EB52363762FE246C0893 +DCD48B4D8E295724159308EB68CEC54279CF59F08EF96E63774285D58CBAE779790B3328E6C0 +D35AE05E90437FFD3193F85B990E9683F28885BBD47ABD83910F33746C8D135723FAAB577C1A +3423FADD4F7542BE9BFDBDE2A35A92221D0478EACDB96C2B25B64D45ECB55F9A89FD2C101532 +03F39A0D67CA13D438E97DEA2DF2658D6C9190D435B7F82D7426EAB926A05283A3B322FCED66 +5357F6C2589B9CEE88452B5E742767EBF898D0459DD1786B5F6ED2B3053E31431EFBABF334FD +F5757773CAD8146984E6FFBEA232887BD4A04494319847AF91FE26DEAE94AA5A4C3D7520E3B9 +61E0E8AF53E21EC8D1A4272FCF1193EAE0B4D69DD1BAD7F65EC2D5F9DFBA1B21159B979DCB34 +7B61C26A8152A3119FF09AA87F169F9096784BA0B14BFF00459A7D9FBA321E6968EADB943CB3 +26F29BD1F5FD70C91E7299A268FFABBCC94C7681DF80E59F89485CA9DFE37E5F34BA68E9A8F2 +226169A43F6F556D518F43165E7268EFDC4FF95A1854E81BF0DE54EE0FD70C215B9E38FC490A +FFA3C2D77E8CC2AA6CF1745E8B160D262D091B90FEFC8C625C655CE74CDB678369383747C30D +EDEB605109F2FF9A1E6E57A35B4321783275D8C75FFF335C1BB890BAE6CCF6AE7BE265FBB850 +999E07CED08CF9AFEA4C7616EF45B688E072BB8652C1392134C1EE55A8F40835D1DB402A025F +85BB0B7BF619BD24B057FCE3BA738E8293395715DE7E2D6A60AB5FF65DD225CFCE4388F5089A +5236D932E531AAC9B04ED80E827B7FB3B9905601A480577C0B486180B65B5FE828384E8DC043 +C09C7E891FC920FC030A3C1E0F7E9DE0A40D19F45549ECCCAD4616977F6D3EBE7629203DCF80 +5E0610165AC90B7824BE43D36F4B2FB2D3ADE2358B44AD8351ADE95222A15F66922805E2C90D +843F2F8002DA4FDBFC33246A6D00E863B27DF4F615D029A8215D41DE35179CA151025A3F7C12 +483EEFDDB44273C9BCA891FE36C37BBD245CBF3E3662EA7B1EE462E2AF6BAC14C4E408E9DFCF +E53630C440AFECE48E33925D5A3469EF51EFC4332560011CFB4B76BA74F7060838FC36764D70 +F08B22515140C6C5FD910F7FFD2C8157395AEE65575E94668AABFFA85A6ADF766CE035387137 +F29D0457F8968AFF5A7D13DF3FB723678530DA0C1C4E28DCD38A1944AE889B84F15DCD0E34E8 +D4ADCBFDC137572C859E5F5F60AB3B2542428C3183CB829FB95C7CE371F2B2F9E18BC97EB607 +52AD049BF82651B172170B2BAFA9173FDCB05A8FCB4AEC747216B2D81F7928DB34461CFFB8A0 +28E7416931E03E3AFFD43D8A5E15E6BB75D990EF84D80ECBA7AB675C9BE243FD89B75EB81543 +0DDADC5A5380E645F7AEA19D56808536BB7B867B4ECAE3ACE93D0AE7F5CBDA47705405E7F979 +854CD11DE164CC3C057D2F70328B01A2F4F394EBD166BF826338C314FC3DD1ABF155B5D5904C +D448B8DD304B86D764589FEE9DC1B24F3E763C95C6BE6CA909BCE555B50E93BF5532EC364BD3 +4CFD5F8DD22CC96D3C880927A156F7C47450E60B29431C7BAB19A11F04C88C0BAB6BB0752A10 +A07E44DF4DCD65ADF3F01649B2BB1D32B7C611E0147FEDD40C2754C52625E93105AA8B2E289B +C5070354FA55063D86348800DD62BFC007D1B2C19C5612C20F1417B92D6154A23773EEEF0302 +8FFB6CEFB58BE0523D75B0F3C3028D256D173F6F1D2E89C315D2BFA7FA7A00EA629EE2DBCFFC +411B9EAD55D817FA971F308502C2FB79AAEA27C69069FB17B9CF1BF3CE77EFFD91AC226D8DAC +88424E30E4B84210C489C72FC3219EFB97DE08FB10315C8C9929C334A30847D757D623E9C15D +2616BD75AD5D19DB1D46AC18C94B84AD15FB7185770B5BAFE3D256FDFFC22DA87E97E4F08CD5 +FDDB765A88E79C9091731583E8895DACB3C1357FF9A8F6527DD6BEA7B46060F80B4CFE074CB9 +55896487073AA11B54BF7EE4E3A95B5CE584B94C8AEE6158F4FC811834D96A9872D1C140B668 +E9917D5FD957586C9CC72C042DE9D8A24376192247DF820AC0DD29F1430AB273EAE0E4C16135 +56C1BACBACFF4F673ADDE306E7237A83411A46734DC38ED08F46356CA0FF41B330DEFD3C5E0C +95B929111A41BBA0F2491047BD6A9C28F17A119778233E69C147E1053C8E656B3BE45365B363 +078B6CB58E040A10BB98AEF8B1ED7ADE0E731F780810626A8CCFBC88A9A352B82CABC8FF2497 +16330657E8AC23C2AD73E7C0220D844937FE7A3E164AFA3909C7BCC9D868D9D3409091E6E1EC +FED9B4645BB5D65461B684A0B6E55CA6B68FB030C06E5F4A32FD08EF30C83E19D93795215C7F +3270C4767A16FBBE56E004F7CFAF1E204AE281EFD1D3CA73C98750875DD9FA6F3B99C1913734 +FA50C3DAA4B1C2B92F34A1B979A20FB5C4BBFE15D65C045CCD41E188583DF56D2DCB77BA0AAC +BC9CA59C2BC53C7D06479A93105C7086E5E5BEA878786149DE485E450DA1C002CA7D78FB3009 +48562E73D5800BD1E512EB4680F2AD925D91D78A616F14F2EFAC60F81D1A459AFF112D32193B +1DFE35B2E6D22117FCCA0D346C105A187E4FB87471B5DB58496874D1468E3FBEFBC9FE830E07 +3FB73DEF246439FC966FCFE51A115EACAC7C5050CF7FAF680A712A1035A8AE4F120AC3472F3D +858C2FD336D59DD008310B52A179218D8B19E59379DD2EFEB1FD865FF57A92F8C1CEF36221DD +10BB52D680025B1067DB5274C128EC4DB0A1247223094AD18D94622DD5DF4EB226BFA9AF2F3F +E7F2D239129B8B2711ACD80A031C9A5820559E0582C167A20B01071A90B5C19EFCB83F8C14D5 +8906118F003F44A1D37BC6483800E72C2351A5AF339F654BFED1AE5E5BD5BDD0706C4DF71BA0 +896823E09D9682AEB74F12898B5070BE8E0129FD83265B487F1D2C92603352BF503A248AF481 +49C83BB0334995C155E7CCCD908DFF357AE6DA1F56DD95F7EA6D5D18FE00D97349E93B4BFD00 +2A4BC3232F9D3C5E27935127B3FE7CF6AF273F0AFA76AAEEF4AB9689F68248C109CFA21C6042 +C2F63FADED7EF5F4471595DC12C2E93A3D42974784BA948AC5433BE72EB0BF3A7FDBC87FF5A6 +27E460DA475A2B0AF93B440904FC8DA688EA2106CE9515B8E25905D234496136107E9EC78ED3 +458923B7EC4107C354B46A1AE8187DEF967B10C9262BC51F2AF214D67E2E7333B56CCA579B59 +5534837014E0534A4AAE8A508BCD6550121F1C1502C33F4E3C6544D48FEDEA8E35BFD2EAEDA5 +7A9D148E8D02D8D72055ED32F1F0507C8A3225DFE3036DA33DE7FC0F02B4570A79A176A3C0A1 +FCA1377EC5218E06E75A93EDEEC6E6D49585356D8F77DB1E4218E80BFC92899A44E8273A6149 +0D3B10F26411B26A758F73274E36F968F0B00666A3A826198B5B3A6D3FD1BF868161ACD859A9 +A93909ACADAFC80B150B0EE0AD0A6B938F8D12DF57C5D3210B042E66368E05386403D5A3ECB3 +80ED1B645F66EE34634F1CC4E749C6D034006CC25FA70652F70BF3F9B293AC73529519A70AAF +0D3118575E350EB6ECE743FA2DB505CDD01E943AE0F0313DD81F0D91860FEB6C7A11987EADD4 +79B4427186AA0D557BF87F35FF6D5920DEF5FCD935B5E89419033063A31172C84953B924CEF9 +C820F77CFDA988DE4D54DA980EF5AF35F040C900AEFEECCBB5532A4F584E70098DE732B76739 +F372AC6D4B1006BE89F049ECB1B0A32C4D228FEC12C9D5C8A46B6C45605681AEAAA1DF9A72BD +FEA7F0BE7F64983524F7E2BF17345EA01CFE6E4D7427A4BE5028F975A97CB52FC8FAA962335F +B4445407808F5F413695B2200CA372DCCF9ADDFF81516990B85B5F11E419163341A0E84D8700 +3F0A13CA9A317731F6D6FD7C5DFD83810362A3447A9A1B32D93167374A0531CA3CC5B460059D +43DB26EC953D19E44F02A0D0295F66494F7C0AB7655BA7370B69E1E6E7B8AC3A21617662C5F8 +79AF635B378976945E19AA49DD6BAE43C00224CDB31D65C5C5EAA81169B5E1F69CE7D18EFD23 +7CDA518B79BC99A9BD45FE31291FA6C576E278A661C568FCA72A085FFDB2BC219218976FF8B5 +9357869B8E058798BED9794A84531A3137E34F87F48103D6E6C336A468AE5475B2875DE4F790 +38C2DBAB6A3F70E31C7A49F969EBD8E959DB50E0F57F09BF1A6FED67C13C43702961DE5E1951 +B311578469A6DB97235FAF75C74A847891509CA9B4F52879286252611A65D5A0A2C38827CEE2 +51F37054E5C0DBDF10DAF1CB2E489498353B7863F40CE82A44C55C73649076FFDEB133003795 +803BFB65EE9BA27728AE2FE4B6102E021741291D54265F26A00C325561E715192BA6582DD8E7 +23D7B8596F0639ABB0C221ACEBFB515D71918F62B4F16F1DFC3170ED69AD947AAF21CBD08A2D +0C90A95C9503BC9388C432860FF14972AB36E6AED65705631BF57C7BC44492863F9B1AC43F7B +94F5483928FFCA2A55CAE291CDF1D528B6BEE9E2C308511E8600C505EE39F15F3A790A79BB9D +3570B5CED84600C19C5F0CAF8E443CFC8CA53AFC3C55E0025EBFD1770B0976F965F3D995B507 +B41128EC11ABEB0D60D8FAB9BD1C6596BC5E8D2C5AF923FFA193D87A0FD45A08218384683987 +5B0C30276BA3438BA3EE246D709E6B50490AE71795791453E0D0D1E5C43C9AEA59EE07E19597 +FB72566BF86EEB72CC5B33EAD2C681DEDCE2E5A2C5F56F865E8C603A986D0C93440FD26DC788 +35652518D771BA97E3573D662E7F82CCF7DA51EE215E69A52280B7409CD217DCC43E20BDF304 +9A57706F033B13F39B4F5DC0EC4B91C16CA8E1417436C261B17C3D8BBD50491AF1FF7EF64183 +18D1893E5929F784D912C75326188E2EE265E7D30969F8779FC084D9654103A073E0DC865634 +99D07AE05F1B5367B5A9B8E0C4729C506ACD15E4022EB4B7DED269C2123FB631ADA9579729FC +99474A22FE212F37CC19216D8547B43900D389574B2CC61CFBC7EFFBB14C0DCAA264EA7438A8 +F279027E7948388F61846E33FA9EC4EA1C4FA6EF4C4E957EC059AB78D150DF64A3F167537489 +A0F128A9D301E2AAE4FA93DA7FC4652CA41D6BF262F8B7393264417FCFD2CF04734C1CA7E58A +DF697544D5AD683C8E32389EA746A03FBAD2AF2F24479DE0A7ADBCC6B7154994532B8899EB55 +6048924584A8C76426DD4C859734C945CE3C23760604F835698FC8DE9D4563D4E5CD46762143 +4B77B43CB4AD9EE99716B721CA2230A8772203F3CE76279C16444237AA133E93E10BC7AD48EA +7D13DA6EEAD11CA0EA6F51818C461EE1866CC472775190E72E6516EBD932411C1DB1257E42F1 +B397DA229A9F23C59222765DFF3EC68E778FB1E60102BB9D3FE743564AAB1432101384EB1209 +8E633AC17CC5802BC8A7E5FE9FBEAE98CE94F271531B0EF981786009678EA003FD65E985AD15 +7B1E79006BC24E30E62C6D97EB7A46FBA5A7792B25541BD706DC2D291D230E92858ED7B9AB14 +E3C5A7A93EB2C7C334FDFB7BD2A722125AD1F7EA9CED6DD9DB58C8D9F351A15254536AA690A3 +76332D27BD5899AC501E623AE97CF7D636911DFBEBFC7BAF9EB233C86E67D0BCC6F3F4448548 +8FB953221854238155A3B0C94C633D56AC3E8D7C2806C03F6DE14A224D8DC6FC6CAB6ACD6A4F +91585884C29EB5579FD87910149D2F66F5579AD1B085DD1902872DB46970167A46E21591F187 +D1051708792A508918B53E6D1DFEE1357D42DDCD66088504D64AF664FBC58096B4617EA45B63 +AED34E36DC90885E27FC76A81466B8E4015FDB2077A2A7402EF6A7B0C73A8B6AB33DABE3D0F5 +D3CFD76092608A3822AD1DF35DDEF2644766039C7AF7394846E7627C4E51D9D2FC80E7F5F36D +368ADDD72F92683D4F06736F962B1A7FA4046069C47AAA7AC4699BE5F71795E8CF15BD7170A1 +E4F6227DCADCF56E6B16ADADE713D6A792BA42678EBAEDA0E0F1980250E5C88F82872669BAB9 +18FD15FDF5E1F0EDD024E5005B1FD272A5302D27EC8FA718D977F90F764EC536ACA58A4D8E7B +DFB9F2E1465688B1037B6401466C302D3B5B0D415AFA5D972CC0A9C018B2A7B515988241C463 +E50C8F12C9C91FB3339C5783060208BACC007CF76165BB2B34E3DBCBE241727AFF8DF1AFCF18 +A1FB993DA149724E4D3ADA25AAAB4835D3AF4F470E1805B3578612847F08704F49C949D4E95E +6231530A2128593F8B616C3D1E36D486BCFF9CD5CC322838AAD2F1795FD6818A975E05478EE0 +D3456B410E7CEBDD2F0D8795F5DDE5E8EF883AF97D367F6D2AA7859AB4181B34FEA80A02D2BB +8DA1F708D134AA0991D85780ED90F60FB936D1C2395680CA04EC12E1DC9318436C79A48CCD7D +55A8E4501F9509F31C22C393262DD7B8EAC29D6F8DC38B54C8E2A398F99BBC5B2FD86F998F30 +68B2126E942A11841B60C7CAC146C66DA4096FF24332C9D732FBC84621D27FB271EF15262B96 +527AB7EC1C915AFC39400D29FACAAF9ABA184CFE595E725A006B66ADE0DC032F1BAFF7799A35 +C44F548E826C6FF5F775F8FEF85A814E14A78D9D022990392782C4C3ACB41749109ED3298BE8 +C43EDBC56923432EF0D48A76527CFEAB281DE92DD0AB74C5FEC52B0B40CDDD087E14E34930A8 +9DB63889518DB54E5A94BC75FDDD1940E0FF349F8F7CB44266AA0FC66F468BFA4179536D3A7F +0861E62B7ED211409C14E28D06053A442CE4E653B8F5967E0B9923C79FAA29DE8AA170050F85 +6CEE3391E16FE589C9D9020BF62BA3060FA674BCF19EEB6B266D3B6926403FB524DA3FCDE180 +2A3EB8BBAAAE8F95DCD9296414E821B2E1250CBDC83F58828BF229EABE91C462186912120B1A +98662CAC6EFA950185B18DC2C8799895E7A00E901B7C9B8C2372320EA048CDD6733A8037DF5D +3501866DDBB2E9D6B78D30744DDEABE6ACC6E5307C313A30C5124B46110CC3C7C502559E8B90 +B384D31B078B88B2CD05CA351A3020CD05934A240E7448A4DF9EDDE13D5747D394F776CAE399 +6CF1CF391D039EED99160E3E71E7477A79880CE205FAA2493FF086B55874D9E178409DAFCAAD +57906FEECE629A4B14FF5FA24242F0CCD926876A97AB4521ED56DFAFE7F95171652F1704A854 +C012DF428F2836E7EE20F91512419CB82227BEED6E43717A34270018A852D5108653AF6CDC67 +BF51B5E2958CCC85396D9D437AD01A4965F05C1284E13FE3BC828C16E260E2AF1B143FCB0638 +480A7FF6F950CCE9177130C269A04EEEE3D9C0F336128FE1D842380AE976D444E067F7268C4F +2FDB4856B50172C56EB1EF2FEB212A382A3B4AD1CC0FA3D7DE3AD54C6060140AF107E2A92B91 +91114665404D422BBF6C0730EDB15F6F27654ED8738459A726B76407A5365DCFFF5EF4B87146 +A72A12772C75CBA57153F85738BE6862D97D592461FE3CCF888A2B78951872EFE929E05FDE7B +D3FD361873A28A54B2D1270376E9E64538944F29FCE3BF2E76F74DFE6EE3C3BEEF01836F7B98 +ADE312F44911ABD990024BBE87D850A1EB53DD2266A38C31EF7BB41D483F27CC5965BE1ED9E1 +9E3E6729C317E60CD877EBD6601BE6F0B70DA9DBFF99ED9D9D57F26D7DEA683C2184557DFC57 +3A23BF7F73E9EB57223916760BCE2FA082FEA3B1BB881DA66E30DFB8360D18CD2106773B44BC +7CA2D7A77E597DA7B046C601F1D03E034C2222F31790506CB2F0EE857D3624DF3049D1DE92BF +A6D5EBFE1B94EB92A75E8F783969484496E5EBE3469A628A0D1D340ADAF860AA42EE8D22F0FD +14F3CDBC2054B224FEBD972E0B855A055646AADC28C46A7484E3479643FA640B85862743A322 +12B6D873485168CE4EE6BF0EDF18593829EB2F6346BC696DC89F0CD2E41EFA6F0A6F97FE571A +3C0D59ADBE4B433467109DF208E27E1B2D4D5A13F642B51A4EFD8CDE46AB68FB092CA150632F +ABB3BC6D656A4ED639636D77D813C6A837DE9C8F72E9D2D37EB32737A50B48EA7E2C691B2AD7 +DB3B5F814ECC702DF110CB203B99A3A027023B73BB88411DCB99498BD52426736C1E2F8253BF +C5F3F68807FC3021A52FFC8E0F496B0FB3C774BCD2DBAAA30A057858C0DEDD2729FA2CA9BDAD +4296CEC91B2665BB2E99C17A9DFAD2A308FAEA8774AD39B23E4C478D310A9F6F1AB9FDAB2AB6 +C75566108A9D0B753CBE112586642D36DC489DAE038D34296478A9EC0D95BEC2B2A2C89A598A +3D142AFA37C3F211ED46CA4722E98940C31AF01DFD8ABEE459FDE4E75539AE99002172839DB5 +E7CA6DBDCEB94FECE59ABEECB950F32A24549E9201DE70C0ED8D059CD6EFE709D0D21838CE54 +CD49240E08FC4D885C6FAAC651B02405D208FC364C6A61B201A4F03A74BE67ACD4E20AC5C0A2 +61C98F53B7E02A353B7E08174E630C76137E88EC3E03F9D81053D98E59D7E9084ABD63735E95 +5090A8719625ACC0C8DA958BDD01E9ED3EB0BB73E0C3DE6BA7D1B3F7609B721C1ADC70BAB748 +1398A0015006261F15B7B1AB4A3770F954965439A73C68BE3FA1DC1C26D4E96EBB8928292C7B +05F4242F78A0A5D79ED697D3644FA89D939E457393EEFA13EBDD4A0A9320F6522ABD14104519 +4CE07583FEC36497E88558455F2911F0D293E3D9C8AFF798709559BCB6B17165F9041AFF3FA2 +37140A6AFE2FCA827422CDAF967F21F7D1ED60402D7C8C1040FC29BE1009E35A9189D0FAE5F0 +CF8B6B648079765A1AF13388599B4B4959DF299193E813EFD9DC8C3B20FEA6E05891F33C46A0 +98C13DFF762605CEF3E4C5FE7FF3A305BDF81EC7498CA6906F0BCB2B39B28862AAD6AD2ACAD4 +F59213BC17F59B628A5C88F8147C480B3A506E8B160C9E582BAFC102AC74D86EBEDE1A24D62D +8BC88103347F93B5FB359E2928CAA7CD420C99A192C40BF1C2EBAA21F9F9C57DE69B62096C4C +055617A256B40848C07F2D1E4FFD3B8CFF4A9E416F1742CCC93FCE5E16797758925F4A5C670C +B5A5442ACBCB67A93A0B03C071076352BD4990759BC037A9799FFC886B7BB024D1930EC5A6EC +0D76CB5211F57B05AA10ACBC67F6A5BF74F616664A0B7FB449919CC5EE9CA86C99CF8132167F +757F3AC69A13EB0673FB9184DDC7C8B6395F948DCE9292926ABB2E998CF26B796D96FE832639 +CCAD82C49BCC7F65FF212C63A3358108A6B5D39A2A88A965DB2000132B66A89BD1F158180471 +2F94C8352582C5A28BC1917CAA8946F0291A27A0738C9AF52FD83374CB87EAE871E3CD716147 +C638B11B5AF64389358C507730D320598DAE8E09033AE294E6EB74FA8A285E536407197E8324 +10B17221429A9F0F862E6E1D3D8F659BAA03AF06A67C98A4D34DC47AB24D77BDD368C7EFB2D0 +B52EDA61F242D60249A5938FBABB5379604816256A50B529AAAFA8182DA2036E2E2FF4FAF8DC +2F62F7AB736CA31C14E682771D61CB2763A05A80F4E8705DD14CE426DF198CCAB61F15A00D1C +072580C5E620F2C99D336B2E5155D7A588ED372B53051254FAFA8EC1D5328EDB03A1B3CFFE3A +BA0FA3BEC99ADDD1E0E690265B0B1EEF62C82FACDA76E81297B283579AA46826B686C59919E8 +FC8B00D142DFBAFB8E5CCC6CD85C3E506FBF6930EF56431DD07DCADB30FA4CFED24667A838A6 +6BB3CD11CDB1578FF8F8768967EF1FAF7790C67302965D1C43691C9ECBBD47E5DFB4E354AB50 +618F798CEDF40FC7BCF877EC15F0419F614A6915DE9EAD7C9C7CAE7A22CCB920A4AA883FFA94 +F184E67081A2619176DF13458FDCB34FD3B8D70BA119E0C83B32BED474FF4B538D9A9D9D42BA +78D45C7A955DC5690F30C3E8C137D7AB57F8AE77F18BDEDB49D6AF176166375A0AECB17D11F1 +7DFD3339E53C0AB16010D250B3F2D1EA7C26996959D452A36AF87AA7D6BA3C33C0F4C5ABFF49 +4FE8C15FF5D74D0B6BF5920C96B6614EBB16901025990E9CDDE689737CC8D610D7486DFCB714 +12FAFE51B1C3E3892B11F8EAAC1E51F7627B61F45815E548E5447F83B6762A7AC4DBEE2EBA57 +1D2F84078D8B58067551DA9516A17AF9E208B813432F90F4AC32C1CEEE6E00CABF99A01E9F87 +11604B5AC6094EDD1BFA0A2A41C60C5C2827E257850644FF6ECA0AFE556F00E9756E81DE2E9D +5509843542A929B91D6D377A4CBE6569193C841D9477780BCC93C48B738838743C5FF0EDCE54 +81896B914C2A197A936A50817A971F688F8A00CBCF6AEAEDD40F3B969AE34334D95DAC868F7E +D9441DB6A7DE1C56ECEFDA2E05B815BE4DD4813551746F8B6130018A4A99483FE796CA4098F0 +48BC9D7ED91C2A7A6E90BADA7A9420478572CF47F41BF04783CD7255DA8B7C64ADD3C811E526 +5D124F34A5AB9725E8BFF3C8365DCCDBAE0E101F019CFB585D57511A3C36D854CF7FC1622640 +ACC7413A02EC840700F78BA476A460C6164BF9F5C0574BD8A553864D70C03AA92DD1A66DB31F +3E83342AFF8343FEF6E476E9C62EC2905352318985AA433EFFECC39F221CD9AE4BAADC730466 +3DF9B54AAB9DCBDA9005802D9CE71F73D67C5F2FF176D3DC8BA970D0F088099AE53E22EE087B +F25938E01042813AAD2E4087E22EA0B0237F257A5331A8539595F2551FDAF9C06B609A1E673B +9AFA9733FFF3E0A3D5B4C78CBF5A9C2847AD4A8A306BAFC2A3C4493A3FA9812063F7F8ADA022 +B71331A01F48468FEDDB1C94C6DC4CD2D9A51FDC9A7C3E3E697AD95484C053EA4F4A53E2E69C +9A90EAB4B995B1130DFC779BC85CB7AB80F74A6C3246C0A53D3A39D2685305F51664210B0FA5 +9CFB3BFDE5901B828B74581C9EC25FF11612A49E4C81221BF8377C5F6DB5B0B8825C17243379 +C0CEED7D21426D098133334B9F219FF52309C5AF204DE52516A78C6583485D090EE3549E092F +D35B7684F2C51DD04092AA38EEFBBE7139ADF3B6D1D60F693EECA927CB9ED6AAF3B01B5770E3 +CE79B45765EB36DB25B1147853A84BFE692249EC7E238C34CE2EAE8B63C7C8269CC8A972F9C5 +7B473863C2FE692621A91D7D16CBF1605CF31154C9C3B814C6476A9A26793D573C1EDAB0A1DE +134E12802E996CC846F13DEE64AA7E49FE51D2B49AD5E9CB627EEB60E44CE723FD90B9BEFF15 +40CEEF16B999AF9FA7D8841FE09C70707F78FA153ED862F57517E92B0F98914F6ECC64CC6C9A +68600E1B55549369F694089016FA2A4FA9799A294E5F346687EB5B92F7ECE6D207E3D522FB34 +21C4C3CEB4A194162AF582A996BD24A222429D5CAE77CD86170981105357A568502293707407 +FAC9B4404CE816C661FFFCE4D126DA104A55BC7280A5635DD002028C2EEE41715FED0E28CB00 +B706B34E9E390DFAF59E1DCA5668E6C312DDBCD31568CED7DD1B1F16FA50414C148167008AEE +9D49EB7E330E3BBB66C3B5BE1002A1F3985DDCD8EBB0A763478FCAE784D80A3ED26C9037736A +CF6D5DFDB154A46D03A1D1D7828086339F4EB509A05D8B16A0CEF359B00F7FDE3E7177656709 +D9E119700210029A95427642891680A689DD4DCE6A78128ACC20EFAB8CDD9A516BBAFC09A27F +CFBC79C277FD91FD778B48999F57FF107A494056A32F68A96AE5BA39ACBE9C8F540A8DC94A5C +71A9F5B1F98F1500CBC09EC5CC252FC11E20423AD8A888AFCAC856DC726EF48933D7713CCF41 +7D3D728CD60EF75788AF40E98946FF08843060459E17B8A51C06EB771955135E7A9BAA98D052 +AFB8EFA8D78A01A5C3658FB57C0F6AD7C86AA79FC97B1765115ACF9D1CBA7EEF6AA4F6F3095C +9C44D9F103F6B3BAA367E11957A2A416A8870B868D0FE16149A01E4803596B18A0D549EE144E +2BCE05BFD9A3B6493A6D380CD27456BE33DC98C7221EEE69B423C3597D584A005995462D9CF5 +23003A59FE3773A4346A94D8BFDDEAAABA5F0C14B783DB9EBB2611EC67EA24781459835A631B +F82296A7CFE78F2A6F0E09C6B7068D867279B4432032B4493FAF390717DFA9539B7EBC8670A2 +951D4156323E5793A5E1EAE98A2AC4B021EF61768C2C13B4C4342AFE7AF4A85A0E67BEB49568 +BDF0D55CA8F847DE38F60C32B51F849CFF5BCC8330692A0E9364FFE13364A4629EB31EA279C0 +9D386A928440100DEDE1DA2DC4953E87C65CF0C897531B6DA10FA2263CAB7B73EBA1027114CC +BC879EABE9262A8782D92F47F69E63B5A7B0583BB7EEF23F021BE02C1AEFD0F520E97D862747 +D4D018E93B9C7407B89618620C71398E0280D54CBB6D1460D7E7B63727E7A7A521C036653A30 +4AE3C44A74E4D3BA2740747FC75E74791CC4B4B1BF06EBF3A5C56776F03BCF1A2FF08EBA1A28 +4976AB095D4643B88A20715894A232584CA8A85B41ECBD807A8DD14F8AD4AB170CD9D8452BE6 +A62626AA66ED89F1F432D8FCCA80F6166FA7594535E42E1A304BE60E68408E1C87E37F513BD3 +0642653F5736DE9BE5B6EC1A3C33012C4518DC1AC05D7F838AFA64CD71DD600BD405EA9E4A7B +A7F0F95572348639EB3875B3CDC07F13ED702D67568FC54EAB162927BA447EBADAA7035EEAB7 +43C66E2980D0AEC9BCEC9A2D8E6DC368BB248F981E0C874266082C660BEBC58135A99C6CAF02 +4C5CE486D80EAA7FDD94F29CEE922C72CF04ED85A16F847F49D4258A8ADA9BA671D8AE731DCC +132E4ADF09B0AC626F878FE6F402578C02A47A3277BADF903345B39861D1D71768A13F8CF325 +676315E1E971C9D35A94227C8F5426B5E0919048ECFB2DA4FBA32569BB84CF9F4236A37D0156 +50855FD26EFCFA34DC244393AB769646591E5F146194E24B48009F62101BA548B0A45F8AD727 +C8E6751DBEAFE262E997F3E463F114C701D7181ED2F580E33878510F8D8799F025EC6B712340 +CAD4FFB24EC4F01A744CB245C2F750626D123CA320B40A103E114F18D9975986531B2AC16DBD +67559223B87CFDFA31CE6D7DAF755391EE26419AF6540DA34DBD603C146A05299A30B8196C8A +D7EB0A0A22E38105D5CF49BCFDB449B547B38D84AF0587C4159F5E6C14D3731F42FF7AA40E70 +5EAFD70AE606DF699C3A3F625DC3CB37B057B5A4C4232539DAA2F3ACF92AC02CB6E47E48DEFA +323CAEF041DF740C8B1694D56E165A158ACC1E0E9D3180A021088522ABC33498B07F8F475B43 +0317588F21693C329DF77488A74D36F78BA8705447BB057A64F79B00692B92F6F93359284662 +84BA181DED3ABE39BEFF96835C13C31F723318B267976262C19E3DF1565035882BFD8B2B5D40 +7E326F4FCABEEB1707E6EE1C02A071E97EF5A7CAFD66D286CB6892800D7FFA31D68D9CB38480 +50F5C57F4781CBD90321A50E426124B7A82038E24B5889FFC92330030AFD643514D015923793 +ABA46564E92A27CD8C8A134CA5BF8839308A4A314EE15972D7AA4A168CBAEA5A0019A52B485E +ED15BC0BDB8E1342FF413974B29667049F25A348D3355E04CBC34F3A8992A5B7DA5D2BDEA1CF +75392AC97329E81E66B8808F39F31CB19B0CE8CDF64CA2E25DF9FDD779727D97BAF53D6AA385 +C77DD0B9D27A9D064574A4381C9961AB1F7CB58A9ADB3249D44B60D30488236C6821435C0901 +FCA67084B041608294CE689242FA0BE5209B2E8FA7EA8E06F6589FE193D16AFE8C1DC16E5D74 +78443C4445BBBCEE703CCAA998428CCE55B1396043FB85181F12A181C32DE56223A946CFAC7B +1FA39F568E3A56731666FEA9DBF8177CA04CDBA9A434A4D54BA846425DCA06EBFF520EB310BE +97C5F28AA577FD1F8BE9A207981F7644AA22665375E40109F66D3F6B3F1A52236186128CE169 +530E4DC6BBF03945533FFAD88D69B40962C8D6B011F07E22CABB510B5BCADC5A74412FD98C91 +C0880805AC961CE2E4B00FAD66AB348635B8284F7749FBECB27C730823433D76E0B9C259E198 +078DBEFA977E67EFB2E847EDFEC0D7E4090699D0A4E05374759C06B05A53693CD3E45B2D9390 +799011158BC4ABA2BA6A86571B64B219D29BFE4D8DB2FF6B5D87903326605A7CC9F087CB2AC1 +DE2EF2CEB4361299392311F7EF4EEF091664FB3F59F3551AD53BC66BED1439E62DFA2306B2AF +FB7483BE69D14CD0B996EC3098FBE652FCEB466FB535CBAF5CD25278AD165B8C164A842CC978 +4EF4453DFE99846F4BEA6A5E6A23F89332F8BDD5144F90963A2141CDBBE01D10FBFA1B98C822 +D67BC3009455F3454024201C3ED40A2F618E28817412DEFA0B44ED31834B0E78CD3A565418F3 +1BD2047F5FDE6FCD01C1927567BA8826916808016A81CBEF7A16AE6EC5BA7354AC64458A6148 +A74935B9CA70E379DC10AABA0B109650F882EE2B9C8DC0DABD41C8CEEA72DD1F256335A6BD4D +1A2F4311D7290746B9CCBA73765318AE5D1C17EFB7AC64DF35C897C0C9C9D43D024CC57F991D +888FB98FDCA9D5AA1F9CF9E61604FBE8B265B9F43D2F12DFF021C3938EE8962E3C148990E9BB +9FA688C943BB286785A9497A45726F6120EB8AEB745FFF3D6B628ABC2D22F7C881E6C7172EB7 +838A03B51B19B519C4B78A4D3B944E66F367924039FA55D58A3A4020E4A7D2C9DCEE3AF8FD09 +F70C7FB245A3CA3A47011CD1059B67613C30C5CD35F8A464ED048779671299A63F47E59CF4B3 +B0141EB7A4C57F8C3501E576CCA58DE36FDBDD38F07932B71463A49173648EFFE105634EB10D +46860032A26A6B10AFCFAE76B7FF2358FA5630B99D5ED55DAC2F503129458F93177196F388B2 +28E2C9E03B83AA395E80F3720A3E75ED1436839357D25483FBBBD027EC21E43610788745E55C +1774A532D04CE2C6E2F977CDA1EA2DCBDAD6D4002B903FBE86FE0501D0A165022D95DD8E2DD5 +9F58C6440CDB364C0818009523F6DB11F874C3088144E3421190087CE9F63556337851F1CC6C +8FD62A8A0DC90D4803F19A6C311A0E507F5D6D5EAEEF8C17374327B7357D39A4F1DBB9DE506E +826EA5A01777A43D068C3C2443E5DA3186453740BCDF8327AC932AC7683BA9A453B36F03168B +6089154145B37C02746B1428BDA9252FB8091F910C20F5E4A91DA21B09499A805771FC5DB159 +0EC5B1FA3ED97A82EF1C2C11311EAA65F7E7093118D32AE3AC9B72FACF9EFAB46925A38CC68B +2DB9493C35BDA9E9A9398D39A61559A65A559FCF35AF7D97640546A3346EBE2519338F2CB307 +AD96E46FB247A66C7E8A9AF5606487B939C381C1E6FAB1B51EE5E922617861CEC9FC5F1ECE29 +EA8CE937A739CB58D34D725411F16886AB9B84CE1999878D0F85E7382736BD0A0BF57B752626 +A144A665ED2BA1069CC10726F6050258B6AAD6AB41F4B6FBF5F583378C5ED500A2A945281103 +06CA65DF1AB5971C8F006DDD61557A20C71D37D7F11AF606E52CA71BAB1F57118510F8ED4316 +9375C1B0FFAA8AC094DC61691CA84D321F100A4EDE428238C05EDBFEAA07FF765B07D5B173FF +8741455F61D8B587097FA2495D3D9B88BBCC4B5CB9BCE4BFBB7C2F0C7FE4228317DE79CFC14E +377D850878E43AE4BAE551644FC4FA32009B497210CF43C2AA03A98E8624F3E868389EDEA68D +3CDFABE9FAAC3BC6FCF3CDEFC84868C291738585D7E49D2899001F3B5A610735756400DDD5C6 +81AB8A53B66801767695F382EC5B34B1BF1DF877BA1990692B90E6CA3EDB7075B15630C287BB +3103C94295C8C214D10361D8A7FD6E75EB0F7EF35FAE74D154C14449EBEE9DB5C390CF426CA6 +FAA246E2FD2F7637C31D4FBE8FC3BB67F4BC0B91FF92147826BA66F463DA7C0ACCCB72BD9FC5 +371EC90149259B78F2D75CA6174E58C608D7221E86C56DB87D1EDD75A2FF99B3B2882500FBEA +378E42FA990C8A1DB283C7F956EB5F178C415C77CA206733FDFA32A518A4E2A134789DCA2166 +5BF1A6CCCCD8DBE5D6D1260176923C5AD1C63AB96A79405C6ADAFC391E51CA66027B6EA43F18 +39723BF23B3BCD94BCB640A0AD623D945E6EE650DC25993D4FA1C809C0BF4FA343535FAF6C48 +BB65EAD947D9AC06F46E75932401EB2B710D1D29F03E7EA900CF17B71E1F4B6FC2E3AD45CF5A +648F22BD677FD72868010E7D6C7144E9F893D0A811EFAE025FA77D0630444CE0FE3017835134 +F4AFC28EFE31F2482363597F9F53A2131DD6DF9DA48B167369F8F05238228952CA06DE19FF63 +C1C8F2F60669AE14B89EA14A97FF02F25F470ED2675515C8264621911D55BD20B6B456E65077 +B2499929D6C5DFAAD947ACFB38C883B44B40A78D101739D1D97BAC8ED0244A2E81697A837136 +E51A0001A5C12204E19C1B5786E18602370F22FF41CD80C02E7D00A09833AD919B4BB098FF7B +90DEA45619F0C0BBEE044171E5F59F30CFD4985C105FF3D2481D23D8C6BD34C7904E700670D6 +637313D65E4DBA6305C767858F3FAAE8FBEB85F86C13D1F99C5F6B54E719028D01D44160B9B4 +4C80E3E104578E8A59782ABEC41561476222382EF56BB6FDD7D41CACA6E65421AA8BAAD580D9 +B955E5792A2ACAA667F5A7FC8C25E8ECE14F4CD5C27F1AD8F72122853ED24FCF370C443F5BB9 +E7EA2353C6D880A91698A4DF1E3A0C160E7AE4A83D3C71E799D989F417E29EEFAF8F82EFDADD +072A8DB5C1433CCE2B258714B5277CB1A009313717AFB8A46604BE8A1BEB7907C86580A8D1CF +75D45A4CA1BF4BC6055544393607138C5A91112822E3F3423E3BC4F95DDE46FD33D0E6760421 +3DDA2597CB34901D3C72CA92EE7E5A7749B9B0F8FA66F7E714879AC0E4B9580093CC0AFBEB4D +E8A59C5D404E8B2226E4DA85D08EB77F949BED964C5A1E5F5355C1C709CD405C4A64EBB44733 +44C655F9411DD26F211CE5C317E15A20885ADA66693F3903D2FE6A86CF1EDA29B2425B1AC889 +7442BA025B057AB15D50E435AE76AD15D0B74CA29B9F8E8A0BA7027A5FC9CA1BA5C667ED0E59 +6CBD3909049F3F99232825D52301548BD3E32C19F4083699515258E25B0AA4B8B97AD072301E +828295245354D67B52B5973DDE273F46EFBF26A7EDB0B52B21F6DEF1004459DA5C7DC75E31F5 +C273F00B220F776089120A911649971FC1EFBC19610E185806AD4E7B83C846CFADDD8CE0C5D6 +1BBA80A193C0DA0208C99C0E80A49C8F4D996D800124FC468FA5E9C67D31509DFC3EB0C7984D +F15244BA853DDCB201D92C59A031FB6A004C42CDAAE830C05A054E164F2F72F5FBDF24308F45 +FC34E4EDA283E64AE2FF92D7DF027125E5C78A92CB8DD673D56C4427D76AABCAA4AB4B599F94 +5F58196650FB15BFF3561090E3659954E5DB620489FAFAF7FB7D9302A609E7C83E2447E86AFD +D96F44DE146CC02FA3FBEA269F7013A4DE2862416664C848F99E2E2594FB7F1735226764DF49 +64CB2D0FED1DEF1EAE0171EFA7BCA619927197AE336561F1F1415F578BDB71EFAAE7E6F85554 +6A66A6B80632175D64E31FE29CBBD0FBF45EF91B60C51B923906F7109B52816E56522F7333EE +0C40046039A45B668C7C971F2704036F7DB3C291EB29B25776D7A9FAEB3FFD9D2595697A8D34 +59A1D8C40DF51636B4074B66DBBE7C35077C9BC4E3499F2477BBF050E3A202A094C79D9FBDBB +D47A81249F4FB11F8A3AF91F6517D5B135A5AC10180D002580D657796F86025F8881BDAAF535 +1488A93E490368BBCE9C6CCA41E2FBC3F21FFC7572936DECE142118E9D70B572A647C08137F2 +ED741F6F0ACF02738DD802633F84B6723B0F81C42FF4D2A4EB06CBAB8542DC539D7CDB295023 +0746E54A7618E5A5922B45390762B424AA649D25B6E980A0AD1C1D710EF044064DDD456422A6 +828E56F2BC98D47631F77FACF0709AF4CCB220657958D4D7641EDF77ED5D99F39DD66B9A710B +C1513B9BB127F3723E9291A08721055412AF4504E2A2A4014E25DCAFE93ABBB96A3FC38D1F40 +3E1296AEEE596C293A500BB03FF3F10A66520B8DD187FDEC47FB3818A741CFE73E8A3CA2E732 +C56197AFB7FC65CB4683D6AE56B7E06FA403F97633C73010BD37B2B1784280B7CBB934E83B7C +A70BE9C42F4B4833410EC002169DC3F0B5DD47FC3567C24AB091B504B4C88274CBCD9C95697A +A6C18D9CC0A21E96539FE0DF767B064716AF17D494A301711D4C5627B3D79C2493211AAD08DE +0F0C114BC632C8222E150E2BF775A7F1913B0D67714AD3209F293EBC34CC774A46E780BF91DC +A4CE3EBCA7EAB95BE332F0211205A843AD5F40BA320037676134CAE8A1AAAAEDA3667D5C95F4 +480C48B640B2287A6B1C5E4D4CDBA6E51EC8C11DDC923B8F21B5D7C03DCBE98B43F22A74B9B5 +C4C54F89C4EE6ADEE4ED82EED8B035AFD6702CDFC156EAF5C104122B91A7A5FB38A926167095 +F43A6B87CE512228433294A492D940563395C227C875885B3B5EE1A91D73AC6025F52A3F4563 +7C2C0010ADA6124345E0DA755F1074B1992D83D0232C52FE087BB5DDDDDF7C559BC06CAC6F2A +C22D0616EF6D9E01D08F2783B17EE5B09723D69A5D3CB60993393D04D27CAB188E84A5632C29 +90A7667FD8499A86302F8129DB4AD57A295CAFFC88692BD438572C7BD79D7D10B494591B3F6D +25805E72FBB5F66D7A4B46B4EB562D5122E15D4E60E15BFAD3856F8272ECF46E998AA8A5E5BD +0A2E65453361A4705BA71BB671E535A9A22E280D51C7AA653FF0EBCDE980CD22E53FA5101E44 +D97BF647DD902BE7AB732215E73F17E16441109774C4CC71B5F42E521A43A6B8E44D719FEAE6 +1CF4FF55F59D36803E7C52670D35ACC33031F62A0F014B10FA5C7F6CA10BAB4DA157D6DA5920 +562B6E9DE434056002C006B22E129F4291FB1748787C74DEFD85D086B9FC6AC01FAEBCA7E095 +53037BD723C15706B483AF1885CC9F5530D5E02D9DB230ACA398BC28B6147EA0008F14CA9079 +3CA9AE1DBE6FD4FC37D9E99278BBEE67BACF9B1D488CE4E114C790201094BCEAD5B707E3934A +C9DED60A3B0B6DF74B6CF7C1ADF2D8DF4DF665EED9F52E970CF619B9A7C602E1941DB122CEF1 +1A2E008F5757A89B9C7D3CDAB074061E268D839AB2BF55C17E84654B5DC24BF29DA3EA55CFDD +106735E58D6B1488C0508E7347E4DE6DC307F6403CF6D313782D1F82137B46B5CF52F43DF25A +645BA29345B40F38B3596B6B676B022B8DC9177AD650377BE3E9B5EC579149636A0AFB268EB4 +B7FDEF8F4F3177024FEEC78F2234CE216A24EB2C431AD40F187DF8D0EBD57A7D386F9408DE58 +F543C21D2965DAA995B70F26DDEEB0B2193657199CCEA05B8BD7E5953E75B71E61E425B012D9 +C0142564382D47BE33661E26DEF8BEFEE4691B0B3F1FCCB4E278DA47C65CAA1D7CA36D156EE5 +DF2E2DD94F571B5CAF4E85C758FE01F05910A8CE965EF069827E425109F7CD2E1D91A9B3351E +D4F957A1F57901A193BCAB8FE9FAB6C173631FB3703A2D9148124DFE2FE9CA8B65982C0F6C99 +F8058F7E5D71B002F112B307B740AB87E4C549D2F4B1D07D69F601A8AA8F2BD031D8B21E3E19 +C927AB28F5E3365D0894BFAABF9A8C1EFDA3BBB6215D32BB5C5B6315B7CF6323E0DE8D686C04 +C9E79FD50C845D693886846191F4A50B2EF808BD7789899FDA38391C01989B477CEC27288809 +28954D2DFBA7719B412B3C34DC022FC8959A19BA3BABC6F53CC2176748F9B6EFEDEB941C296F +C1F95AC8BE64E4B9762ADE8478C131AE640B7B2EB081069976DAF6B2CA17DC23E9E24D945439 +E5E8898BA61389C511C50F3B1D7AA2FB6958164B87EF3483C0CD04FB72B0980C26EC64BFE31A +3F36E7933FC001C9A04E597E427E59972576074793E6148F4B24DF1F811DC366ECC8473503DF +821AC08FD9DF9CD0BC0B5E55E1EC03E89FDAC6418700703FB641CC237C63A7BABBE14670F7AC +DB243BA1BF642B187D8BC769A765A9B2491509EA33CA8D60055C28F3C80823025EBD34F1FDD7 +9A43206CDC57D1C561CF363783E1247D167E05E1CC04CDA75DBB24BEEE1C4CC100DC3EBB284D +3FE0B32ED3CDB0F4FB714B6F29932DD6AE69D5669A7E3191CCCB0B2E5CC01BF2B3624BD05EB6 +4A2998E41C49545AFF6700BFF92CC8362A8402DE82625543A414D7E69781CF0A96FB6A851140 +11F8A04CB402A9D43F4391AD8F7F281F26D90621A4B8F07B1FD93FAE03C63A7E3E6B2C25C9B0 +889D58B682C8E50763B65D66AFE38378676CB07E94C8277C039FD8C87A1257E72EFD360880CC +9149BDA4D95DABD60DD674A30CCBFBB595B61E9DD8B6193D971A3EEB1D73162C9823C93A82EF +E0AD1DF0D7A6412E5204B69D487426F347C3FAB878461C84A724E520DAF6710D3759104FFA73 +6A2F64275046876879AF6385DBD51603B5D56FC6668CCA239D2533ED0ADA6643F1D8AA6F1FEA +73D15A4404F7E649630CE1F389647BB98855B3D92331FAC032324533401AFE398BA94EBCC555 +2141E6D4CEC0F0E804ACBACA6196E171F47D879BECEE0A8058FDC437D7560DB0D5763F510349 +61D4D731F083CD70FFC713F3B26AC9363469695FE59C08527C0BBD82238C57B4A6451A356249 +F5497644A15CB9C216601AFBA87F2E5106843F78E61078C50DA05E1C4AFB3B628D6BBE9F62BB +CE3C01F825FBD6F590C80BFB396FE013DA020C48664D3994F68DA362ACDD0740952F8D7CCC09 +2A89377D464049800BC2A1FA2A2664CAB71145E8D1698493169B1A1A0D16040FA96CCBB7BA83 +EA6DD5D9C1776D6D0FA7DF4FE5FAAA88C508D89C1FB907E9903EB5B2FC15FCEB856A149918A2 +747034C6D9D1799FDD7116BDCD062E8B1FF5EF6E7B33ACECEC1B3839210310E13F1009C1DAEC +44220A6B08CE904910D73FA600BD354DDB1A66EDF583F6B0FEE9AEED606B911F1155FB81F7C9 +6450BF7B037809B094F70B66BC901344EA965796BB6F38D06861DBCD5E172AC14A4D8B64E200 +C20BF987504C1C52F12F77BFDD274467F71D58135010BB2B0CE6F44FF5BD4AFDE43E61D86492 +B2B6C08DF8862F2AE33B29562D96292561342E9CDDE11F8E1976EC398EF6F1927C313FCD378C +4A4B587126E722F23D0A19248D9AFD83E9CDA50F2429B30CEA557A1D26B09A499FF1EA3FFF1A +AA18F40BD04B9F379DA9D5AB43EDAF89ED1B957D4C21DFC73E8176222A5A77E83043B4B86DC6 +A776DF136DD4F77EDFA0CDBE7E515533A743F7625B8FF8E3D09A1F9C4B07A699E57C1069CB8E +5194F170C6ACE8C8D11C4842D1F046E8708944994FC52665F69EC0ABE9FA6974373ED9627479 +32D74142C92A3DC976AA77E141A5BAB7E9D7EC0CF33DB7658D913A02AC2FB7C040F60E6E8D72 +51F4A93BAB07BD95A9F9D29D69F05AEF5B90B18F24E602FEAF970601FF3AAB6232CFDC88C996 +E895CAD3E78D0D0F24F6D79FC6349B86433E3A885CA2C24DD3722DC7E05FF99D5DB635E4C514 +2E337218F8FFDB3DC79F0A5051AC7FD1808ECEFB56F3F3C1D108CE1CC272147EDF0AC7522AF0 +3F0295DB66EC3C9AAA734A0B290527602A5B63A6057193F10818F9928B8845977BA54DDB55F2 +FD136A6C6CA16F4C97ED4B58EBA945305B6537FE1A23DF7F39CE0776734207089E7C5ABF153C +378CD9605AFADC7FF52F73079E790FEE905A816606B8CADBF5A19AA23E3DBCC1D23D268C162D +C4A8C14D3C827697165A8AD35469526FFA4221EC6C59FCB2D01D32D64BCF89776AF38C45BCD3 +61603FF2669017B5EECEF496BA69CCBE47232EC22B8F121E92CA61494FAC33E2DBBC137D9C5D +AF5E2CE812D361B6EB67185BB69135EB8CDA1ECE15EC79AF1F6C4AA89F8DA7F60281CAB92C3C +0407784BFA9194529FC9918C7B75C0565EAB8C9E7B65E49A765D04F8A6154A7EF362C33F174C +41754649AF7CDF98BA92A58DA8CA04118F101E1D8CE654827E82B9574624D15FEEE011F2C6BC +6646157A9E9539362EDDF8688D2B4EC9C783B232E6A00E8C92C77074595237C9DD510DA1950A +DB3ED73C9C43D46B7C92D7CF6424ABE0F6B6E9D04333CC9D0D275D0A88182416CE5B5876D1E9 +C6FBB904A2EC291DCD763F5B089425A2B58FBC2E8ED67FE00BEFBD6BC02B6A05E46CA128E61D +D917896262A02384A106E5180F5F6E880AA40E2374A000100A37FE281332A320C9182013B0F7 +74303B8AE66AD542240F6F19FA3CFA53DB6F71A52D31288D453D56F649B5C89F17821C515418 +0731EF9381D8940558D5FD749F4F0C68D5DABBD0E9EC2A97807CF7D2504D8716368602564172 +F7C4AC524B3AFB82E9D56200AABD72D4E0150D7C30A23495FC87532BD2A981DB17CB0600366A +D38D407A7FC3214C4AAA9E2939D17D7C70F13E092B16D4DBC7C8CD50BF5EA1F44F2E76D12A09 +BDCAFD213FC6F6A8AAE1390A4D7DF7FBAA50DCA521483AAAC77200BCA28E6A037545991AF355 +B3A1B44590D4E518512A9DEE02546EE9B6B21A61F11059FC2C5683242DB3BB624187EFA35943 +6EA3040893E5FB92E18EF6A80A0EFB784F651EDCA5D0503AB1324B66761D7FDA12C134D46E87 +D620F0046513C454438944E4259D4B9CA3D40E6D93FF7062C498EC474E5526959D8A216D70CD +5517CD9D7D6CC402FD36E2614CDC1853932DFD097623B3B02EC728C5C23052A56C980A2FFD7A +F5519A497E4483A3D268FC4216B6643112511518D21E4F51EA4F905D7578D106FC354EA4F716 +2D036A8327845DFA753FD1EA33F0890112D632974E20445D703EF65E55AF3DAEB8909F9FF568 +E76EA46DD3F05F4F877BFD802E1134B711E5F29EE4605B06B7894C627D4FDEDC2065757446B9 +D760E17684467D3A0307FE40205935D527B9B6A3625CE5D5C11BC9120AE29893D64C8642FFEA +D93ACBE1167947B39A11D6B94DC313D4B5FD1CBF19856A0B64370E496CD8982F11910D440E3C +4AAACBADF2B84A88E4F92479458DAFF812D56841810EC02B3D60CE419269C474A716A61C35CE +E0253385509950C2B80546A53210658D7CDADB17EA6BBCEE30CFD0B80AA0B6E09B494776FBA9 +5AE6AA0742FD4A3148ABBE3883EAC9CE9A24357C1090BBBA027AC80F350BD6ED03E995551EAE +E10B72EF876491234220E6C08FEC5D903192428EEBB49E80DDCA51FBADFB5937B6376D46A385 +6832AFF91BD59166E335AE19EF739218A44FC371F2B164AF2136D05042163E4294DF6B6B53E5 +641F8074B6CF8CFFD9200AFB7FFA70731E7DD6D8B725907917C585E8FE10D2BC587AAC14610C +1139A85A98E9F227B64240E80385DD32835D24E5B7C004E6ACC1509986D3BF798AE4FB3EBCBB +14EDDC302FD57C64A2F4B00BC1F8D10EB1E246059ADE2B2B6951FEE17EA03B3412613E3DC2E8 +7FF26665001100F472C68CA3AEBB02D2A5EE0D0385342B73656B95D411E01795AA377DC11CC0 +1C78D2A0744B81E62E8B9CCE8777BC6BBC40498DD74D586723627121AF61DDB1ED3429EAADA0 +ED8419A270ED67F94B45DE60C11AB5EBDBC798608028B8CFF83861A2B7D5702F7F7631F5E2FA +A087C380F1A9E39D3F4F1997EF1BA97C80038154AB299F3F6DD2051C9510D5D8773F614770FA +AFB9098908C52D290942A598601081B58DF31D242AB6AFD736AC216EEDF9AC386BF798A41496 +013A5C6A7C28754276559C8DDF08FC04D52E3A23E8A54E75CAFD93D9066AFD2F3505373E9C5F +31667928D2EE61D8AD431785FFE6DD1D0B4A24527669531D75F1BCAEC5A3CAC66A8FFDB7A157 +F0BA79CEFEA69A737A5E82CBE7578FCC05D844D6C582ECFABD6AE6DFB968FD92D1538E2922D2 +097B96D62AF91C5DDC6C272AA041CDF3A1E6A5227B0FB7F31459CDD7C135D8DC1D5C356DDCF7 +C52D7C4B6017AEB88DF9EABAAA3A5CC45332FEFFF3D21D2B28C904EA28FC3115456458CDE858 +4366468C43B6E6E74C6B5B4D62E6D686F0AD0298E247C43462FB71E983AD6565F1736C16CFE8 +C0B7F468EEF3746CFADB86CA7B20512AB5B062DA4A413A6FB9EDA2440828B7645E7A63C215AF +A112859FB108C3F7A306F3B9EB32A0DF3E6D192C8C501AE93DF586B7CD4387E9D618B2053AC3 +A43884A6BA394EB4150E27D63D3E7D6089AE0A747BB3CD2D275DF0813F41C7148419A9B6DB78 +F8A44D46F85B550A307F8734850C148B5B0E4682D646B59B196515DA6208B4006949BB9BBB71 +2F83011006E8B1F8BD81A8EB0B5F7B9B7910DB522C8FC4EFFC6E004502FB7217A06646F2D1F4 +59065D8610EAF846A02160C7464808A165F8D91B3EDF2E1178992A98A47141F28B5A3B5227CF +8114E5DB8A7A239766A04927B52EED97ACB3CACDEECEEA4B2666201FBD07BD856C5B9BFC09F7 +89CD1A315721D315AA953F5E436046D86C73804CD0EDBE3545C1CA53FC9E2E2E0E3DF6F4E7B0 +BA647430F5D5B1BB2838689CC918C3D4853A4AA32D5D5C6DF42D56CC6A5FF130119A7D6F0831 +E44D122FFAED4191520F71FADBBBB37B469A7C51BE696E4F93691C407C88CEAEF0676601F040 +4387248116CCFB21FC5C87CF05E09CD172850982573D9B8AFB1B0304E045F0EA81AE0352F9EB +BFD3538941A5C535665C0E1352D71BA48AC2681FF5D6F620DE93083CDC36BAED29D809B1410A +FB18DCBF9591F7DBFED1C4826A29B5573658F8468866DD3944BF4D9F4965EBE970A9C729BC70 +0CC6A6DF25B2B8DA522CDE85153E6419FEDF78FD235F660B9970F6CD10AD6B9B0A7CAC7F1501 +A2BCBA43243AE9EE0BA6F19BCAF3496A972B695ADD24624A5C1C58D3EE6A6E7F154837E6232A +B9F1C166B5C93E26DA71D5F6C44058A61D464DBCBB361048C2A251D25681BA79571D2A0EEC83 +6C6BD62531939D824F05267F3C53860FA7AF3074831CB6BA8079E682F536E1A637CFF558488A +5F379AB7F0C9A16989F8CCEEA1DDCC8F6F368D26C54BD92DBC3783ECC37E978F51EE2AB6F6AE +4E3D1730E440109EC49DB7CF6CB1647D917B1BB1100AA155FB1BF188760C5EA0CF7AB6305481 +384C6BDFE893DD5953C4BBC50869E2B73492174961A55F1579459162B98C67D2CC1B7869C24C +CF960FFC8321CBE9713DE2DA61F7C1654364F2888949F4C6E2A82BDD3B4CEE678AD30530325B +B984B5D91C7CB77CC69D0235B824EE1FFA7240759DDD4C8F92F412308AB8EAD141999480BD06 +AABD8E16BF49595571DD7162FB3E5864FEA3447C65E061C118567000030D8188F0C1200183E9 +AE5733C190FEDC3C4BA1997F4F1494F4C4739C44D9B23261780741D42E3D4F02509B14C6A7F3 +2B30F28087AA5B4EE72B57D35A899F8C916D965723E9A6B8084A4B3189EA206E3399C7ADC418 +E203183BA6D7B22A9A155CC3997797316B54E465D7AD84CB4CB7FBA7E483FE483EFF26EAE09A +257A98C5DEE50AD5743B471420F747718C5EF3872B9F5A378734E6D309716412B2622E5378C0 +24BF04F561E872DCCE9F4B4E88902F60F4816735D014A84524079F1E4DC7D2C88B83CA14C7B9 +1801517A8B335A254A95E5AE6D7555D421FF0E2EABA2CE846A213421D82BD6DD60FBBBF43F9F +2CE6114566DB9E1C5AEB6DF4B0059FC2E0CB3BC5DA4156940AAC14CE6B594ACEF1E32BAD8C76 +E2C9B9A838F82AE4D68E4573B66A51F3091D9FF581B5CEEFC99772D8F3D35BA5A5A2B0DDD371 +A4841566DAF3A0A330C3AB806C37902D58B576BBC51BD0B77BE6730D938D6A4507A93CE90B87 +50EB3B72AD30771B50642F4B75D32B3B6407FC0D98EBB9FA8C59F2057D80E6AAC479DE3FD33C +46C674AA51EA00F9360CCD33C33B3FD84E59C4F5E7C58F98B77609FFB2433A4CEF7ED92FA96B +8566E26FC02FE8D694741AD185E50AA60CBCCFF2560A4F4AC542358980B85137CA9FC4CF774F +2263BDE20B1CE7021C354EED244962D34D69732403C6E20DC9EEA15E09557E77CE643A8EA255 +9A66F1B74E69CF4C0F11C62A33C061CE28D7E639C7B04CE3499882A8043A943336773861941F +C851769A6178D33DF73E74AB4D325C48271F91CC7F49BFB18D45C0EB5FABBD89CD47B96C96F4 +CE27BE5B0A26567D15FD0F1E62059B12DE86468A5724C8071D1CEE646FA5C7EF31AE208C6FC6 +22351F8111FB0F0EA505E3BA6AF57765A4D8A8BBEC04B939FE559E1DFC5A95B31A66A2281890 +00C36BD769D3DE0DCFCB102EAAC9937C5FBE102465171E1A798DF182E562215096E141497C14 +0F8D965D5211F5B4173A522FA28F6B7C1FD028D47103B513BF41C4DB2BB71D7623C74734A573 +F71B88F858CC95DF76512B24B83FD5C53ED204DD3A06224FABAE1DBD4676BC1A91F08EC9855F +1333C71068104F38D72A04E5FCE1768E9BFDEABA66D25EC83F5791EF9B94AA7661B3ABD348BB +C2718808F2F901705D18B785D5CE8080575E025AFD8F327F8E4A421E012476EB2309713B5EF4 +B39BC67FC280ED2762360D93DAE97C99503DEC5B89FFFD6981A30FC95CA972D455A764EDE9D2 +E8DA08F511B15E5FA1B10C3479F617B548A1D1DCBD09F664120C570395CD18841204DE593578 +109C43DB11383A01D4D146A7344205CDD476160ED4DD9F4054C4F0245693896F753EF7AC1FBB +712CE004EB29DDB172328113FD65D05DB27DA28892FAB14F8DACDB51341CC944080FDD198437 +421A77124A7BB31587F7FE69825AA8DD19DDCA541D3EC209752DE040E6852AB374E14AFB137C +472D62EDDBD1EC8055D7D784ED95ACEF37D5F6189F2235D8DF3C31B67A3815A8EAFE26871ECD +AA94C0B38C1A950ABE46742354E12E23D22B27E6A1C46D53D9A45EC6A63C86732584E2A189E3 +FDF2F0DF53938A41A3CA91864C03D1E60FF133F758ABC7D56EBB8DC4B97978DBBFE1D71F18A3 +7208A911006E1774638844D39CE00E98ADCABC4CA853E667EC6F00D882F8B2915FF088CBADDD +55F1EADE0D04EE2DD1F1ACDFE6325E541D0738DEB10E9493E6F534746C6B11FDFADA4A59655C +03079959BE2D5AD18215B8657AC885D0AC79E001207F3D96815C432AA6FB70518434F0F551B3 +C3C451E776D423BD6B4A4A80AFDBE039DC02A100567B253DD2E1FC6B4E9514AFA480E4CC6CCA +2F0A350E112242FA7256F11A85F076A5A51F8010C1D91457880B0A7E12B26F97BB6AD67D6E57 +02F07D2147041CEB829561CC9AEF556EA56BEDE2E8B7BC27E7BD2BB0F649353CEC85DE1782F9 +1EB6E3E6E00929EDEEEE52A779E4264A01D1E36776996F9EC51A978BEB4117667426947D7CDE +EDDCE42D93FCC8A890513B8B3EA89644160A2C1930C00877D28F517A9CED6CD194494723B97F +D4DD002E7D18A8B40AA68929733ACF8AF286EFDFC16618A5B8711F5C972C84F89D533E7737C2 +A933680E3CBDF875C46F7EABBE31E91FFE92B8DD842D59F3129AD3A3399881B2707A40C8B0F8 +854CD943E5B1F40EBB4969CBEAF55E2589877147DA91F791107A08005E364DF9CAA5F680A793 +58D98AB456F734239DAA0B74355BB56145A35C27026E1C00C3C8795E00F2A55614D79236EA2D +DAE9358C09AEAF4699486D3D03E17A4620DCED34EC731B2B737BD071D663F3344A85189F00BD +87C513D0D0B709F131CEC95BB3C8E50348ABFA8EA05A424E4437EB55AA0C911FF763CF16363F +9A8F485B8C2CA54494411E512642F9DCCA196B3AC806BB794417D3E8906CCDA4DD4F9E59BD57 +F0438B10DEAA4C9F44FDEE9B968C39A21AF8D3FAE2812B86715AC31ABE8E93C1D137D50E6F57 +18BD0FA90A88FC714D44986FAB6E62CF8D1E811A90CF1C5FE33ABC61BC17D14675F92990CC9B +C0E6C81E2AB6602FB945DAFD820BD960C219D15BCDB07ECA6B2126FF07A2F65D8BCB793EEFDA +352F9075772A9CDF270D73D51A0BA6697C18AA2DB70FEB25AF394019CE61075CD64E3B49D8A8 +BC4013F40C8F4143211B8698A85131665D840B54EBF90C78A34B97A261AADA944259E0A74455 +2379CDFA48DBA95590BABC889FEDE44DD9875151B7CD2538EDEEA06EDB9E2DB9FDFA6AD5E19A +553CA1D41D6E24783B77B1313C84EC9010CEB81474EFEFD981D64A226BB43B24D54EF11A8A65 +C7D3C483F4D90821571BA74E63851BEB734836F8C16B03AAEB2868C444B165163BBE9A6B1C27 +C9D45CD5A2D23192A43F9D50A8C326FB08904258F6974D256F56E635331E7B60D33899FCB8A8 +7950FFD4A1F51B1D83059A4B4A7090699DA39A6F02C28761AC16AD6EF86F4AA65BD6EC4CB74E +4849AB03F03BCCE5A6EB6650EB00B2EAEF25767C7C45DD19D4D9BD227AF77F3B31093B90F66F +5BE17C2320E78EDF2381BB7784055CBE9AB70029AABEB2144B2701E405459E068C0C787A76D5 +B77135DEFE12BA8B5E4DBCE23FDE2CFDEFF9F59E8CF95573E77E89AC5C88BCEBC09F0BC0CB3C +8B5E6B2377732B37E62C6394B820AC4C212734418A643AA60173BE629A6FFBC88016311C11D0 +D2C1C49031204B566DBA77223677AE325C8FC6A4DD5C6CB0EF01F9984133D082CBD27C7564E7 +B4208B14C05C4BCA20188FBB3AB66FE3C073491ED888EFF9142BD1E2DBDF709324532962424D +A85145DE4C45A86FAD7FE7FCD795F9E13B41AD2416BE3D2DA069932B780CF35C1AB545058044 +F88FE432520EBE7F41F6BEF33F28E12FCE9E99A4132B087C54CDCC5AB5438A96347CB00BB89A +716D9204AD277D12A8AE426AEB2CD4FACB82BD1F978449FFC5CE14854CE818E89E09E5059A65 +D0CA429DE6629284217B1E2C81BE72854B77DDC1B101349DB8DC0DC88D368BA27BB1C8AE2628 +D0C379F611054B20888D4D0B029DB01E90983D57A15EB7860ADB161BB4446D5AF73151B6A3EC +594C0BB14061BAE667DFC964BB378C45640A42C8F8F31B30701B25B0167320B6C966CFBC3ABB +9354494234FE3B3FF2EADB20D5C95CCCFC2833861CF71E494D76FF177FD854181FC42A185A9A +5E80CB7DEB42553712C16CCB705CB043AE27F8FE100F8EFF2C97CA1EBA2A67D6555BF90DEE99 +1EE547752F7168E719A3B3376522B859BBFF6398CBD3B854825BCBE20CF4C471CB1E4D2066E2 +DEB387C6C1DD51741D3B8906831DBB31BFFA8927935F7761E9BD1ABC897B23DEFE7A88B93054 +A538959DFFBE2CF339E2C94A922B04200D034FA74CB50DF4F8C8C59E64634A08375E8A07754F +4712569AC65C80FCF333C9E06B3813052C2E4101B7FA5BC7F228A7614447089232D0263CF5E5 +8511617D65503DA03940EDD6CF8B6B9070B3B2FCE4EE9141FF27286F5E9E6C0D909B04179A0C +62EE065CD1ABB236778D9195470DE56515A75903A5F659E1565DFE2A48152D35A149AE05D6AA +5980DE65A1DA43B7A044928E19163271D7DC71540D434E0BFC395D1B17934568F7CF95FB4CD5 +93B1698A83B77AF4E5F5E8AE6188835A158DB1C02E3CB2F5435632ED9963D928FDCDBCC5EB02 +058734690497F06E71AF4337A773324DD31753440528C5F3AD75051AC49955F787F4BCFDAF08 +0E018D3EA43E2C62E04CA256E4B8178EFA52710A12F30D5E1BD083C93DB8E146FE85871F67D9 +8F473838F077290972DC8C820AA47FA285582C63AF64734A435995FF10D02FE091435FBD839A +AB88D30B5A85942AAFCC5DD7F538C960EAF3D4814814503B2F45313791726AF8942C1FA17139 +4A291F6D202A7BCB12F43F385416181666EC9316A7B99BD1BFD63763024A8BB002252F4FE2EB +C8E5C6D57A357C69082B8205B4166599F7D1D57FEE18AB1A1EE24AC09B8A0ABE65048E348658 +BEDE08B1FB8485D77B532BBDFBEAE83F32023BB6946127DEEB57C244715974AF88EE750CF52B +73D67C5F2FFF02F6FD84F98D0051672072286C4F905EDF5849A0304FBCC8022ABD325BC56D92 +543A360F912F62BC927FBB59BE9C30F65B5CFAEAE5409142D22FFBFA67293FFB02E8C1462378 +24EA7FE1E252A119285684A5CAE35BC6629C132086E89E5CE09118FD364242E1793D47B3A632 +BE206950BCBEE21198914D01876E79B695B1329C3F77BB7375415D9DF34D19DFC2E6774E4569 +C7125836D94A68D67CDCC7074A2DA4557BCF0704D06C10CB81245282014A3E8BA086CEF5B03E +5A44F4EB046CFB727530E596535EC8868150A0A5089D3AE65EDFA34394EF5290DD93118883F2 +958D22754CA7C7B6B2F041783F1396A4CE469F12A421C5293BA60ED440E6A44EAFE5861F3979 +2D76D2BD11042F3290014A8C00C1AAC9B67E76A769A4F7E0D02D059BCBA904E6FF25B1F72655 +B18228DCFA0DEEC8D79BA5C0827E9C28291F390456226B325D8AE92ECFAA825AADE73241315E +7766C9402E6126771F9F47A8C6073EC1AB88E382E2DB8FC4B9C6CD14208BEC39D486AC49404E +514DDF78FA3924BA88D4829EC1C6C0C86BEDFF46AEC5DB256BE74C8FE35DA5149290521E5FA1 +610B3D2326B2E16C9255318FA3F522D64410C52DC3F4163EA03AA6875E29CB2F339740B6E0FA +BA0D7E4ACEA265E4B1E08699DEF917F8F435A6A7C9B8F72970AB9E8F33C40BBEB4E33142FA21 +A9B4B6FBB6888B410B04D836F9B97051035B4FFCB3829CE1690668727706FB5A79718A995624 +15E41865A54B7C9C0853E03DA93172529040357388BCC6A2F4D6ECB7E3636E438ACD4854D505 +1D198B6FB70DB667C88B92AEBB6141DD8A6A0F1F5A51C95E71172E88EC56DCB84AB531152548 +3A113D4ED68C77915BE9AFE4C782CE06A314DA23E1EAED83CD9F8EB22F1B3DD41A2F5D1E730C +ADBCD262ADC7154B6A80B4CB8DF8BBCFD24DB763E6BBDA378CABC8FB0C2F0922041036D62797 +25C5F72A2232209D990E609E797A8BF448106E2CDCE03001A2D85EF11C306555927D16152ABC +7A0F8C91ECED364B8558E21A14EE98EE6E86E7E0F9B5C4599D1525D0598D431EAC5B1F34374B +2763AA698E4096B2D1D8964226390D7B0229519D07FD15901868B35CBFD8EAD799A457C7FA42 +784C41A58B024FDF40C2109E4EE33930E72F84D29160FD6B2CF20A539033C970C9D28E7445BC +21779BD458BC2AC3E1AD284A25D9D20591E2729B2A37C08025B9048E85AD2FEC28423F14B87B +9C5D59C820D9DDE68EB6F57A272267D1FCD10DD528A99FDF44D520E76DB46A52C9FA43DD2095 +7248B99B77C4C6A0DA4232D0BEB0A90FFA2FE0397BC418786F35B2127BA15CE6289882090B5C +F6CCDAF38F4D4F36E0E9DD33121460133815E473771D0715CDAD58400E641D61421F06F2A7A8 +97790F3D528130617008C3DF34C9F8D245EB777A0403406A31748F8C2793D69D350E6645AA05 +5C8DAFD1509B913A33A72C8D00B137192578160639CCBCBD12721204D9A3FFF11CE87AA4A1A6 +E36A7E868E821145C6945E857AB38B74E7F00ED4E8FC973B2F30DE2431EAA7317498A2DE616E +126D3ACB38EA65BD2AADE321E97F083AFAC1A30A908159D456AB05DCBC2E508E75A04A774FE8 +0A9745330DAABEAAE21A2AEA578BCBDB5AB8DC6486FF86FBC2650ECE721421A308BDF595DCC9 +CE6300945175287168465337B8D487E209352199D76ABCF04DC892164A4B8EE552C4C95F7C9B +E5E2AE7769C306533C00C3CF5C71625AA8EC02AC968942D2E257317A2A85927F69AD6CBFB547 +E0C7719D10FE798C8C559DCC44A1B8CD3B78F55E2EF6B3D5983CB0380BAE047E62F9981C72B2 +110F6C5E47577A4D1DE2B87E377AD7E15F2D3A8BD8FFB73613B408CF037D49F6AADCA9B7340B +3BD9E0CDF54208289BF16E3A98570B93698C645C688B315E6BD444661B5C6971F730C64D1B13 +9B3B5EB6703EDC8E4B54D4BE6D3E211A7BA8BCC0D002C013E8DA52B5549ED8E8CCBDF246658B +44652CEBBFB729BD89C37078387E2312BC4CEFC4F0520398C1B5CBAFC630FA36CD47F962875D +7A5E14B5B72F7376E671F589CD9D18880E033E986F898427822A0FA00D95AD8E168895862883 +9C6AB92FB2086ED0BDEC315C89296E24AB1E71FCCFE2BDA705ACD52024ADFB707322124A2817 +80D00117270F2C6F68C6877D6F9BB6A19392D6EFF124462ABA81AAE6D1A9FB6FBD5F8E31423D +CEEC9D4CC83F2A204DF08ECE9B771E88D147EC8947DF5E48620F62574FA877E4BE180FC0F1EE +22C0821954E8EE06E16F8F786C4DC42325BB2DCEDE29CBC38C2EC7ACCF17E667A4C3F304DA18 +CA75FA3F324154E880598D706875E010ED6D81092BB9E3318991B0471BB6ADBEBA221A6FD5E4 +8A36F53CD4FA5C902B4EA4633B33B6DD1BA94552B52A01F9D12037EBFD6D2C8B3DEF9BD0693E +B2F1D8BDF9255DA1D05C5EA535123BD83B379364177EF06996BB797D5C669718CC25AD6A9451 +E39C28C2018093DFF32DA03CFE4998DEBBED0CEDD6D040DB5E2D6651F81F3B4BEFFEC3070F5D +343C624F2A49EE95239472393739877B6A01B2A63392E660555523B4D3F1DAE48CCB37C7592E +658194FA301905943958B779B5C8F41A47B0A8C8981726713ADE2FC6804B11CD18A68985B3A9 +8A44075A93893DF1F08BB1E41D960D04A15A4AE5C87901B71C2C17D85D90A16D8327AC436065 +BAFA21308AE1A875DEFCFE920DBB6D7713DE8102379CED631E1E8FB2622016517FC79EB7B52D +4EB7C4357323E6B1CB7EE9BA21D9E186412E1174502AFBE2D588D7DDB69298093EB2D767AB4D +28CF97A6EB601254EA2B09AF0A951FD35670433A3B1E96FF6767F5AC6168960F6FECB3E41E23 +FC884B298D8723E54FDC6D14E72397377D8B198AB81F261959A88F8CC56CE0936A23A796D515 +803554CF52D504E626B065CE04954565AF591999CCDB61AB2814EFC8F81FB6B7C862D8BB0611 +FA691AD07C0388872AD8AE65EB742E75D6CA832D6D3619232B9C6DF716DE79B1130FA066FAC8 +40CCFB44E88103079A34AD65D2E29A95BAD4C3B6DCB50D1A48C841BD46BC3FBB848A2CB5BB92 +64E4DE21C793ED91EF31B65F2B966E83184DD0F84F82B3DA0AF3DE3ADE8971D9CF096D8530AF +E0D1874D6EFC9A44C6B6864ACC6D0415BF317C42D3B941BC9AEB890F068CF0BD36C2D07E523D +62A0B3F9738CCC3889B1D812800579D4EC995A0A49B6CD6887439C573C35AC129D92607BB299 +890BB991618CAA36E8B196A3DEA849C3859BAAD74F303630D53540C68BDDA395A172211DC532 +B156E0C126654979BC88370ABAE649E22C4ABAC50712A32D5A1FC047E85797C38E8F57E42549 +430E4C612B2A72F7517071D165F06B868126636133671A334E5C3BCA1A1AE0493E12C246D93A +5C56BC64D01752C33ABA42667531966EE848D7223FE8689F98077C2D9D0567956986B14C7148 +001832880C07AC205C08213A938A656BFB904C0C5CF727306C09D60723B79362B1B45E4BD683 +41A4EFA4D90C77B53BA9245CE2C83BDE72905EF93AAAC3229E2373C5C21A4C6117F6C31D2A5F +B7CC538816794FDFC5DB078AF2DBAFA42C4C00256B5F25BF4271913CAD8DCD9AA63EAB478F45 +A98B1349C188898C9BC25C87422E513D228F3BB321C3489A793E2F917B2D092AF85C08577FDD +19C2ACE771ADD3DB5EF7D37741A4C8E649D5EC2F2F723C2400784A648C74858CAF5F7502252E +F9A72AD8138CB7B1892A90EB0217251C0B3A394CA631F9906292431E82D9729E60262A3E3683 +A8E42155303DCEACB2274D685EAC04D547A114AFD74F2B2C1B26A77C35412CFF2F1C586BF72A +5731DD5D70DB11C905FABD0552459B89EBF3C2294E007FE4807EA636BBA7C6BC72BED9BB4F86 +2C913197A218E94EA4AF1D319625B463B141184C54876E3ED8C80A5969515C2B4BB15ED28CC8 +AD39FD19B0001F0DE06F2F2B195EEA53274C3F92FE5F37C1D63A4632A2F1791CBCDEF32BD5BF +E04250FC2DC35EAD047EC3ED70CE3E036DB6AD57AACA44722043898DE50A95CF6806ECA847CB +3E0BA29E5E89889CEF01377893EA151561F62C840503CB51C8FB6E0912CF6F7B5302EE16AAC7 +009A9D23361510281530649DC5634EFC49C9B5D3769C2AA67AE84507940F4B924DC01B8CAC4D +609BA715B98E4DA0C3D3528C1FF398C2BDEB14BCFACCDD3CF3D8335EB5BF02957D7D676259D9 +E8D2CD115CF1C8A0D4FCED23F6251DE21147B255C14C6FD3B33C7393D43AED0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +{restore}if + + +%%EndFont +TeXDict begin 40258437 52099154 1000 600 600 (demo0.dvi) +@start /Fa 189[682 66[{TeXBase1Encoding ReEncodeFont}1 +944.882 /Helvetica-Bold rf end +%%EndProlog +%%BeginSetup +%%Feature: *Resolution 600dpi +TeXDict begin + end +%%EndSetup +TeXDict begin 1 0 bop 0 TeXcolorgray Black 0 TeXcolorgray +257 1142 a + /tx@CharPathSavedShow + /show load def + /show { dup gsave newpath 0 0 moveto true charpath pathbbox + grestore 3 -1 roll eq 3 1 roll eq and { tx@CharPathSavedShow } { true charpath } ifelse } def + 257 1142 a Fa(B)940 1142 y + /show /tx@CharPathSavedShow load def + 940 1142 a 940 +1142 a + tx@Dict begin gsave STV 0.8 SLW 0 setgray gsave 1 1 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore grestore CP newpath moveto end + 940 1142 a 0 TeXcolorgray 0 TeXcolorgray eop end +%%Trailer + +userdict /end-hook known{end-hook}if +%%EOF diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/CHKDRV.PAS b/Master/texmf-dist/doc/latex/einfuehrung2/CHKDRV.PAS new file mode 100644 index 00000000000..a8bf84b0f06 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/CHKDRV.PAS @@ -0,0 +1,30 @@ +USES Dos,Crt; +VAR Lw: Char; + +FUNCTION Checkdrive(Drive : Byte): Boolean; + VAR Regs: Registers; + Anz_Floppy,A_Or_B: Byte; + + BEGIN + Anz_Floppy:=((Mem[$40:$10] And 192) Shr 6)+1; + A_Or_B:=Mem[$50:$04]; + If ((Drive=1) And (Anz_Floppy=1) And (A_Or_B=00)) + Or ((Drive=0) And (Anz_Floppy=1) And (A_Or_B=01)) Then + BEGIN + Checkdrive:=False; + Exit; + END; + Checkdrive:=Not(Disksize(Drive+1)=-1); + END; + +BEGIN + REPEAT + BEGIN + Lw:=Readkey; + Lw:=Upcase(Lw); + If Not Checkdrive(Ord(Lw)-65) Then + Writeln('Laufwerk ',Lw,' nicht vorhanden') + Else Writeln('Laufwerk ',Lw,' vorhanden'); + END; + UNTIL Lw=#13; +END. diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/CTdefault.tex b/Master/texmf-dist/doc/latex/einfuehrung2/CTdefault.tex new file mode 100644 index 00000000000..fda1cd4f6a9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/CTdefault.tex @@ -0,0 +1,2 @@ +\let\StartShownPreambleCommands\relax +\let\StopShownPreambleCommands\relax diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/KEYTABLE.PAS b/Master/texmf-dist/doc/latex/einfuehrung2/KEYTABLE.PAS new file mode 100644 index 00000000000..97fb30b80e4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/KEYTABLE.PAS @@ -0,0 +1,270 @@ +unit KeyTable; + +{$I-,V-,X+} +interface + +uses Dos, Drivers, Views, Editors; + +const + N = 33; + evInvalidKey = 1024; { entspricht /$2^{10}$/ } + edNoKeyTab = 11; + kbBlank = $3920; + + function ReadKeyTable: boolean; + function EditKeyTable: boolean; + procedure ShowKeyTable; + procedure GetComm (var Pos: Word; var E: TEvent); + + implementation + + var T: array [0..199] of record + k1,k2,cm: word + end; + top: integer; + ShiftState: byte absolute $40:$17; + + const Commands: array [0..N-1] of + record + s: string [12]; + v: word + end= + ((S:'Cut'; v:Cmcut), + (s:'Copy'; v:cmcopy), + (s:'Paste'; v:cmPaste), + (s:'Undo'; v:cmUndo), + (s:'Clear'; v:cmClear), + (s:'Save'; v:cmSave), + (s:'SaveAs'; v:cmSaveAs), + (s:'Find'; v:cmFind), + (s:'Replace'; v:cmReplace), + (s:'SearchAgain'; v:cmSearchAgain), + (s:'CharLeft'; v:cmCharLeft), + (s:'CharRight'; v:cmCharRight), + (s:'WordLeft'; v:cmWordLeft), + (s:'WordRight'; v:cmWordRight), + (s:'LineStart'; V:cmLineStart), + (s:'LineEnd'; v:cmLineEnd), + (s:'LineUp'; v:cmLineup), + (s:'LineDown'; v:cmLineDown), + (s:'PageUp'; v:cmPageUp), + (s:'PageDown'; V:cmPageDown), + (s:'TextStart'; v:cmTextStart), + (s:'TextEnd'; v:cmTextEnd), + (s:'NewLine'; v:cmNewLine), + (s:'BackSpace'; v:cmBackSpace), + (s:'DelChar'; V:cmDelChar), + (s:'DelWord'; v:cmDelWord), + (s:'DelStart'; v:cmDelStart), + (s:'DelEnd'; v:cmDelEnd), + (s:'DelLine'; V:cmDelLine), + (s:'InsMode'; v:cmInsMode), + (s:'StartSelect'; v:cmStartSelect), + (s:'HideSelect'; v:cmHideSelect), + (s:'IndentMode'; v:CmIndentMode)); + KVal: array [$47..$53] of word= (1,2,3,4,5,0,6,7,8,9,10,11,12); + KName: array [0..13] of String[6]= + ('???','Home','UP','Pgup','Minus', + 'Left','Right','Plus','End', + 'Down','Pgdn','Ins','Del', + 'PrtSrc'); + MName: array [0..3] of String [5]= ('','Shift','Ctrl','Alt'); + SName: array [$72..$77] of word= (13,5,6,8,10,1); + + type Str2=String[2]; + + function Num(b: byte): Str2; + begin + if b=0 then Num:='10' + else Num:=Chr(b+$30); + end; + + function Conv(key: word): String; + var cc: char; + scan,cval: byte; + begin + scan:=Hi(key); + cval:=Lo(key); + case scan of + $00: Conv:=''; + $01: Conv:='ESC'; + $04..$07: Conv:=MName[scan mod 2 xor 1+1]+' '+KName[scan div 2+9]; + $0E: if cval=8 then Conv:='Bksp' + else Conv:='Ctrl Bksp'; + $0F: if cval=9 then Conv:='Tab' + else Conv:='Shift Tab'; + $1C: if cval=13 then Conv:='Cr' + else Conv:='Ctrl Cr'; + $10..$32: begin + cc:=GetAltChar(scan*256); + case cval of + 0: Conv:='Alt '+cc; + 1..$1B: Conv:='Ctrl '+Cc; + $41..$5B, + $61..$7B: Conv:=cc; + end; + end; + $39: Conv:=''; + $3B..$44: Conv:='F'+Num(scan-$3A); + $47..$53: Conv:=KName[KVal[scan]]; + $54..$71: Conv:=MName[(scan-$49) div 10]+' '+'F'+Num((scan-$49) Mod 10); + $72..$77: Conv:='Ctrl '+KName[SName[scan]]; + $84: Conv:='Ctrl Pgup'; + else Conv:='???' + end; + end; + + function find(key: word): integer; + var i,j,m: integer; + found: boolean; + begin + i:=-1; + j:=top; + found:=false; + while (i<j-1) do + begin + m:=(i+j) div 2; + if T[m].k1<key then i:=m + else if T[m].k1>=key then j:=m + end; + while (j>0) and (T[j-1].k1=key) do + Dec(j); + find:=j + end; + + function insert(k1,k2,cm:word): integer; + var i: integer; + begin + insert:=-1; + if k1=0 then Exit; + insert:=-2; + if (k1=kbEsc) and (k2=kbEsc) then Exit; + insert:=0; + i:=find (k1); + if (T[i].k1=k1) and (k2=0) or + (T[i].k2=0) then Exit; + while (T[i].k1=k1) and (T[i].k2<k2) do + Inc(i); + if (T[i].k1=k1) and (T[i].k2=k2) then + Exit; + move(T[i],T[i+1],(top-i+1)*sizeof(T[0])); + T[i].k1:=k1; + T[i].k2:=k2; + T[i].cm:=cm; + Inc(top); + insert:=1; + end; + + function ReadKbd: word; + var E: TEvent; + begin + repeat GetKeyEvent(E); + until E.What<>evNothing; + if (ShiftState and 3 <> 0) and + (E.ScanCode in [$47..$51]) then + E.CharCode:=#0; + Write(Conv(E.KeyCode)); + if E.KeyCode=kbBlank then ReadKbd:=0 + else ReadKbd:=E.KeyCode; + end; + + function EditKeyTable; + var state,k: integer; + + f: File; + begin + top:=0; + T[0].k1:=$FFFF; + T[0].k2:=$FFFF; + for k:=0 to N-1 do + begin + repeat + write(Commands[k].s,': '); + state:=insert(ReadKbd,ReadKbd,k); + writeln; + if state=0 then + writeln('Key(s) already defined'); + until (state<0); + if state=-2 then + begin + EditKeyTable:=ReadKeyTable; + Exit; + end; + end; + EditKeyTable:=True; + Assign(f,'edit.cfg'); + Rewrite(f,1); + blockwrite(f,top,2); + blockwrite(f,T,top*sizeof(T[0])); + close(f) + end; + + function ReadKeyTable; + var f: file; + Result: word; + begin + top:=0; + ReadKeyTable:=False; + assign(f,'edit.cfg'); + reset(f,1); + if IOResult<>0 then + begin + EditorDialog(edNoKeyTab,NiL); + Exit + end; + blockread(f,top,2,Result); + if Result<>2 then + begin + EditorDialog(edNoKeyTab,Nil); + Close(f); + Exit; + end; + blockread(f,T,sizeof(T[0])*top); + cloSe(f); + ReadKeyTable:=True; + T[top].k1:=$FFFF; + T[top].k2:=$FFFF + end; + + procedure GetComm; + begin + if (ShiftState and 3<>0) and (E.ScanCode in [$47..$51]) + then E.CharCode:=#0; + if Pos=0 then + begin + Pos:=find(E.KeyCode); + if T[Pos].k1<>E.KeyCode then Pos:=0 + else if T[Pos].k2=0 then + begin + E.Command:=Commands[T[pos].cm].v; + E.What:=evCommand; + Pos:=0; + end + else E.What:=evNothing; + end + else + begin + while (T[Pos+1].k1=T[Pos].k1) and + (T[Pos+1].k2<=E.KeyCode) do Inc(Pos); + if T[POS].k2=E.KeyCode then + begin + E.What:=evCommand; + E.Command:=Commands[T[pos].cm].v; + end + else E.What:=evInvalidKey; + Pos:=0; + end; + end; + + procedure ShowKeyTable; + var k: integer; + f: text; + begin + Assign(f,'out.$$$'); + Rewrite(f); + for k:=0 to top-1 do + writeln(f,Commands[T[k].cm].s,' : ',Conv(T[k].k1),Conv(T[k].k2)); + Close(f) + end; + + end. diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/L_Heptameron_ou_Histoires_Des_Amans_Fort.bibtex b/Master/texmf-dist/doc/latex/einfuehrung2/L_Heptameron_ou_Histoires_Des_Amans_Fort.bibtex new file mode 100644 index 00000000000..4b15db1e592 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/L_Heptameron_ou_Histoires_Des_Amans_Fort.bibtex @@ -0,0 +1,14 @@ +@book{gruget1698heptameron, + title = {L'Heptameron ou Histoires des Amans Fortunez}, + subtitle = {Des Nouvellesde trés-illustre \& trésexcellente + Princesse Marguerite de Valois, Royne de Navarre}, + author = {Marguerite de Valois}, + editor = {Gruget, Claude}, + volume = 1, + url = {https://books.google.de/books?id=yk9cAAAAcAAJ}, + urldate = {2015-11-08}, + date = {1698}, + publisher= {Jaques Bessin}, + location = {Paris}, + hyphenation=french, +} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/Letter.ist b/Master/texmf-dist/doc/latex/einfuehrung2/Letter.ist new file mode 100644 index 00000000000..8a2edd046a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/Letter.ist @@ -0,0 +1,11 @@ +headings_flag 1 +heading_prefix "\\textbf{" +heading_suffix "}\\nopagebreak\n" +symhead_positive "Symbole" +numhead_positive "Zahlen" +item_1 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_01 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_x1 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_2 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +item_12 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +item_x2 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/LetterC.ist b/Master/texmf-dist/doc/latex/einfuehrung2/LetterC.ist new file mode 100644 index 00000000000..5044a909a66 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/LetterC.ist @@ -0,0 +1,12 @@ +headings_flag 1 +heading_prefix "\\colorbox{black!50}{\\makebox[\\columnwidth][l]{\\bfseries\\color{white}" +heading_suffix "}}\\nopagebreak\n" +symhead_positive "Symbole" +numhead_positive "Zahlen" +item_1 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_01 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_x1 "\\par\\leavevmode\\hangindent10pt\\makebox[10pt][l]{--}" +item_2 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +item_12 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +item_x2 "\\par\\leavevmode\\hangindent20pt\\makebox[20pt][l]{-- -- }" +delim_0 "\\dotfill~ " diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/LoadFonts.tex b/Master/texmf-dist/doc/latex/einfuehrung2/LoadFonts.tex new file mode 100644 index 00000000000..5f1a1f57963 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/LoadFonts.tex @@ -0,0 +1,60 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Font Setup +\starttypescriptcollection[mylibertine] + +\starttypescript[serif][libertine][name] + \definefontsynonym[Serif] [name:Linux Libertine O] [features=default] + \definefontsynonym[SerifItalic] [name:Linux Libertine Italic O] [features=default] + \definefontsynonym[SerifBold] [name:Linux Libertine Bold O] [features=default] + \definefontsynonym[SerifBoldItalic] [name:Linux Libertine Bold Italic] [features=default] + \definefontsynonym[SerifSlanted] [name:Linux Libertine Slanted O] [features=default] + \definefontsynonym[SerifSlantedBold][name:Linux Libertine Slanted O Bold][features=default] + \definefontsynonym[SerifCaps] [name:Linux Libertine O Capitals] [features=smallcaps] +\stoptypescript + +\starttypescript[sans][biolinum][name] + \setups[font:fallback:Serif] + \definefontsynonym [Sans] [name:Linux Biolinum O] [features=default] + \definefontsynonym [SansBold] [name:Linux Biolinum Bold O] [features=default] + \definefontsynonym [SansItalic] [name:Linux Biolinum Italic O] [features=default] + \definefontsynonym [SansBoldItalic] [name:Linux Biolinum Slanted O Bold][features=default] + \definefontsynonym [SansSlanted] [name:Linux Biolinum Slanted O] [features=default] + \definefontsynonym [SansSlantedBold][name:Linux Biolinum Slanted O Bold][features=default] +\stoptypescript + +\starttypescript[keyboard][biolinumKB] + \definefontsynonym[Keyboard][name:Linux BiolinumKB][features=default] +\stoptypescript + +\starttypescript[outline][biolinumOL] + \definefontsynonym[Outline] [name:Linux BiolinumOL] [features=default] + \definefontsynonym[OutlineBold] [name:Linux BiolinumOL Bold][features=default] + \definefontsynonym[OutlineItalic][name:Linux BiolinumOL Italic][features=default] +\stoptypescript + +\starttypescript[shadow][biolinumSH] + \definefontsynonym[Shadow] [name:Linux BiolinumSH] [features=default] + \definefontsynonym[ShadowBold] [name:Linux BiolinumSH Bold][features=default] + \definefontsynonym[ShadowItalic][name:Linux BiolinumSH Italic][features=default] +\stoptypescript + +\starttypescript[mono][bera][name] + \setups[font:fallback:Serif] + \definefontsynonym [Mono] [name:BeraSansMono-Roman] +% \definefontsynonym [Mono] [file:fvmr8a.afm] +\stoptypescript + +\starttypescript[mylibertine] + \definetypeface[mylibertine][rm][serif][libertine][default] + \definetypeface[mylibertine][ss][sans] [biolinum] [default] + \definetypeface[mylibertine][tt][mono] [bera] [default][rscale=0.85] + \definetypeface[mylibertine][mm][math] [modern] [default] + \definetypeface[mylibertine][kb][keyboard][biolinumKB][default] + \definetypeface[mylibertine][ol][outline] [biolinumOL][default] + \definetypeface[mylibertine][sh][shadow] [biolinumSH][default] +\stoptypescript + +\stoptypescriptcollection +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\setupbodyfont[mylibertine,11pt,rm] + +\endinput diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/README b/Master/texmf-dist/doc/latex/einfuehrung2/README new file mode 100644 index 00000000000..9020703d741 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/README @@ -0,0 +1,34 @@ +DANTE Edition +*** Einführung in LaTeX *** +2. Auflage 2016 +http://www.dante.de/index/Literatur/Einfuehrung.html + +Die Beispiele benötigen die ebenfalls hier vorhandenen +Dokumentenklassen, die alle eine Endung .cls haben. +Diese Beispielklassen müssen entweder in ein +TDS-kompatibles Verzeichnis kopiert werden oder im +Dokumentenverzeichnis verbleiben. Im Allgemeinen +können die Klassen auch durch die Standardklassen +ersetzt werden. + +Dateiendung : Compiler +================================== +.ltx : pdflatex +.ltx2 : pdflatex +.ltx2crop : pdflatex +.ltx4 : pdflatex +.ltxb : pdflatex +.ltxps : latex->dvips->ps2pdf +.ltxverb : pdflatex +.xltxverb : xelatex +.lualtxverb : lualatex +.lualtx : lualatex +.lualtx2 : lualatex +.xinl : xelatex +.xltx : xelatex +.mp : metapost +.mp2 : metapost +.mp3 : metapost +.sh : Shell +.ctx : context +.ctxcrop : context diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/UTF8.bib b/Master/texmf-dist/doc/latex/einfuehrung2/UTF8.bib new file mode 100644 index 00000000000..1dd5355a67c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/UTF8.bib @@ -0,0 +1,70 @@ +@STRING{anch-ie = {Angew.~Chem. Int.~Ed.} } +@STRING{hup = {Harvard University Press} } +@STRING{jams = {J.~Amer. Math. Soc.} } +@STRING{jchph = {J.~Chem. Phys.} } +@STRING{jomch = {J.~Organomet. Chem.} } + +@online{btxdoc, + author = {Oren Patashnik}, + title = {{Bib\TeX}ing}, + sorttitle = {BibTeXing}, + month = feb, + year = {1988}, + url = {CTAN:/biblio/bibtex/contrib/doc/btxdoc.pdf} +} +@online{hv2007, + author = {Hérbèrt Öøre}, + title = {Allgemeine und sprachenspezifische Probleme bei + der Entwicklung eines Textsatzsystems am Beispiel von {\TeX}}, + address = {Vortrag im Institut für germanistische + Sprachwissenschaft, Friedrich-Schiller-Universität Jena}, + url = {http://latex.userpages.fu-berlin.de/Materialien/Jena2007D.pdf}, + year = {2007}, +} + +@Set{setdemo, + entryset = {herrmann,btxdoc,hv2007}, + annotation = {A \texttt{set} with three members} +} + + +@Article{herrmann, + author = {Herrmann, Wolfgang A. and Öfele, Karl and Schneider, Sabine K. and + Herdtweck, Eberhardt and Hoffmann, Stephan D.}, + indextitle = {Carbocyclic carbene as an efficient catalyst, A}, + title = {A carbocyclic carbene as an efficient catalyst ligand for C--C coupling + reactions}, + journaltitle = anch-ie, + volume = {45}, + number = {23}, + date = {2006}, + pages = {3859--3862} +} + +@Article{yoon, + author = {Yoon, Myeong S. and Ryu, Dowook and Kim, Jeongryul and Ahn, Kyo Han}, + indextitle = {Palladium pincer complexes}, + title = {Palladium pincer complexes with reduced bond angle strain: efficient catalysts + for the Heck reaction}, + journaltitle = {Organometallics}, + volume = {25}, + number = {10}, + date = {2006}, + pages = {2409--2411} +} + +@Article{aksin, + author = {Aksın, Özge and Türkmen, Hayati and Artok, Levent and + {\k{C}}etinkaya, Bekir and Ni, Chaoying and Büyükgüngör, Orhan + and Özkal, Erhan}, + indextitle = {Effect of immobilization on catalytic characteristics}, + title = {Effect of immobilization on catalytic characteristics of saturated + Pd-N-heterocyclic carbenes in Mizoroki-Heck reactions}, + journaltitle = jomch, + volume = {691}, + number = {13}, + date = {2006}, + pages = {3027--3036} +} + + diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/VerbatimOut.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/VerbatimOut.xltx new file mode 100644 index 00000000000..04609ab8d19 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/VerbatimOut.xltx @@ -0,0 +1,11 @@ +\documentclass{article} +\usepackage{pst-solides3d} +\pagestyle{empty} +\begin{document} +\begin{pspicture}(-3,-3)(3,5) + \psset{viewpoint=60 80 30 rtp2xyz,Decran=60,lightsrc=viewpoint,solidmemory} + \psSolid[object=anneau,h=1.7,R=4.4,r=3.8,name=A1,action=none,hue=0 1](0,0, 0.77) + \psSolid[object=anneau,h=0.6,R=5,r=4.4, name=A2,action=none](0,0,0.46) + \psSolid[object=fusion,base=A1 A2] +\end{pspicture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/biblatex-examples.bib b/Master/texmf-dist/doc/latex/einfuehrung2/biblatex-examples.bib new file mode 100644 index 00000000000..0e1c957c29a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/biblatex-examples.bib @@ -0,0 +1,1323 @@ +@PREAMBLE{ "\RequireBiber[2]" } +@STRING{anch-ie = {Angew.~Chem. Int.~Ed.} } +@STRING{cup = {Cambridge University Press} } +@STRING{dtv = {Deutscher Taschenbuch-Verlag} } +@STRING{hup = {Harvard University Press} } +@STRING{jams = {J.~Amer. Math. Soc.} } +@STRING{jchph = {J.~Chem. Phys.} } +@STRING{jomch = {J.~Organomet. Chem.} } +@STRING{pup = {Princeton University Press} } + +@InCollection{westfahl:space, + crossref = {westfahl:frontier}, + hyphenation = {american}, + author = {Westfahl, Gary}, + indextitle = {True Frontier, The}, + title = {The True Frontier}, + subtitle = {Confronting and Avoiding the Realities of Space in American Science Fiction + Films}, + pages = {55--65}, + annotation = {A cross-referenced article from a \texttt{collection}. This is an + \texttt{incollection} entry with a \texttt{crossref} field. Note the + \texttt{subtitle} and \texttt{indextitle} fields} +} + +@Set{set, + entryset = {herrmann,aksin,yoon}, + annotation = {A \texttt{set} with three members} +} + +@Set{stdmodel, + entryset = {glashow,weinberg,salam}, + annotation = {A \texttt{set} with three members discussing the standard model of + particle physics} +} + +@Article{aksin, + author = {Aks{\i}n, {\"O}zge and T{\"u}rkmen, Hayati and Artok, Levent and + {\k{C}}etinkaya, Bekir and Ni, Chaoying and B{\"u}y{\"u}kg{\"u}ng{\"o}r, Orhan + and {\"O}zkal, Erhan}, + indextitle = {Effect of immobilization on catalytic characteristics}, + title = {Effect of immobilization on catalytic characteristics of saturated + Pd-N-heterocyclic carbenes in Mizoroki-Heck reactions}, + journaltitle = jomch, + volume = {691}, + number = {13}, + date = {2006}, + pages = {3027--3036} +} + +@Article{angenendt, + hyphenation = {german}, + author = {Angenendt, Arnold}, + indextitle = {In Honore Salvatoris}, + title = {In Honore Salvatoris~-- Vom Sinn und Unsinn der Patrozinienkunde}, + shorttitle = {In Honore Salvatoris}, + journaltitle = {Revue d'Histoire Eccl{\'e}siastique}, + volume = {97}, + date = {2002}, + pages = {431--456, 791--823}, + annotation = {A German article in a French journal. Apart from that, a typical + \texttt{article} entry. Note the \texttt{indextitle} field} +} + +@Article{baez/article, + hyphenation = {american}, + author = {Baez, John C. and Lauda, Aaron D.}, + title = {Higher-Dimensional Algebra V: 2-Groups}, + journaltitle = {Theory and Applications of Categories}, + volume = {12}, + version = {3}, + date = {2004}, + pages = {423--491}, + eprinttype = {arxiv}, + eprint = {math/0307200v3}, + annotation = {An \texttt{article} with \texttt{eprint} and \texttt{eprinttype} fields. Note + that the arXiv reference is transformed into a clickable link if + \texttt{hyperref} support has been enabled. Compare \texttt{baez\slash online}, + which is the same item given as an \texttt{online} entry} +} + +@Article{bertram, + hyphenation = {american}, + author = {Bertram, Aaron and Wentworth, Richard}, + title = {Gromov invariants for holomorphic maps on Riemann surfaces}, + shorttitle = {Gromov invariants}, + journaltitle = jams, + volume = {9}, + number = {2}, + date = {1996}, + pages = {529--571}, + annotation = {An \texttt{article} entry with a \texttt{volume} and a \texttt{number} field} +} + +@Article{gillies, + hyphenation = {british}, + author = {Gillies, Alexander}, + title = {Herder and the Preparation of Goethe's Idea of World Literature}, + journaltitle = {Publications of the English Goethe Society}, + volume = {9}, + series = {newseries}, + date = {1933}, + pages = {46--67}, + annotation = {An \texttt{article} entry with a \texttt{series} and a \texttt{volume} field. + Note that format of the \texttt{series} field in the database file} +} + +@Article{glashow, + author = {Glashow, Sheldon}, + title = {Partial Symmetries of Weak Interactions}, + journaltitle = {Nucl.~Phys.}, + volume = {22}, + date = {1961}, + pages = {579--588} +} + +@Article{herrmann, + author = {Herrmann, Wolfgang A. and {\"O}fele, Karl and Schneider, Sabine K. and + Herdtweck, Eberhardt and Hoffmann, Stephan D.}, + indextitle = {Carbocyclic carbene as an efficient catalyst, A}, + title = {A carbocyclic carbene as an efficient catalyst ligand for C--C coupling + reactions}, + journaltitle = anch-ie, + volume = {45}, + number = {23}, + date = {2006}, + pages = {3859--3862} +} + +@Article{kastenholz, + hyphenation = {american}, + author = {Kastenholz, M. A. and H{\"u}nenberger, Philippe H.}, + indextitle = {Computation of ionic solvation free energies}, + title = {Computation of methodology\hyphen independent ionic solvation free energies + from molecular simulations}, + subtitle = {I. The electrostatic potential in molecular liquids}, + journaltitle = jchph, + volume = {124}, + eid = {124106}, + date = {2006}, + doi = {10.1063/1.2172593}, + annotation = {An \texttt{article} entry with an \texttt{eid} and a \texttt{doi} field. Note + that the \textsc{doi} is transformed into a clickable link if \texttt{hyperref} + support has been enabled}, + abstract = {The computation of ionic solvation free energies from atomistic simulations is + a surprisingly difficult problem that has found no satisfactory solution for + more than 15 years. The reason is that the charging free energies evaluated from + such simulations are affected by very large errors. One of these is related to + the choice of a specific convention for summing up the contributions of solvent + charges to the electrostatic potential in the ionic cavity, namely, on the basis + of point charges within entire solvent molecules (M scheme) or on the basis of + individual point charges (P scheme). The use of an inappropriate convention may + lead to a charge-independent offset in the calculated potential, which depends + on the details of the summation scheme, on the quadrupole-moment trace of the + solvent molecule, and on the approximate form used to represent electrostatic + interactions in the system. However, whether the M or P scheme (if any) + represents the appropriate convention is still a matter of on-going debate. The + goal of the present article is to settle this long-standing controversy by + carefully analyzing (both analytically and numerically) the properties of the + electrostatic potential in molecular liquids (and inside cavities within + them).} +} + +@Article{murray, + hyphenation = {american}, + author = {Hostetler, Michael J. and Wingate, Julia E. and Zhong, Chuan-Jian and Harris, + Jay E. and Vachet, Richard W. and Clark, Michael R. and Londono, J. David and + Green, Stephen J. and Stokes, Jennifer J. and Wignall, George D. and Glish, Gary + L. and Porter, Marc D. and Evans, Neal D. and Murray, Royce W.}, + indextitle = {Alkanethiolate gold cluster molecules}, + title = {Alkanethiolate gold cluster molecules with core diameters from 1.5 to 5.2~nm}, + subtitle = {Core and monolayer properties as a function of core size}, + shorttitle = {Alkanethiolate gold cluster molecules}, + journaltitle = {Langmuir}, + volume = {14}, + number = {1}, + date = {1998}, + pages = {17--30}, + annotation = {An \texttt{article} entry with \arabic{author} authors. By default, long author + and editor lists are automatically truncated. This is configurable} +} + +@Article{reese, + hyphenation = {american}, + author = {Reese, Trevor R.}, + title = {Georgia in Anglo-Spanish Diplomacy, 1736-1739}, + journaltitle = {William and Mary Quarterly}, + volume = {15}, + series = {3}, + date = {1958}, + pages = {168--190}, + annotation = {An \texttt{article} entry with a \texttt{series} and a \texttt{volume} field. + Note the format of the series. If the value of the \texttt{series} field is an + integer, this number is printed as an ordinal and the string \enquote*{series} + is appended automatically} +} + +@Article{shore, + author = {Shore, Bradd}, + title = {Twice-Born, Once Conceived}, + subtitle = {Meaning Construction and Cultural Cognition}, + journaltitle = {American Anthropologist}, + volume = {93}, + series = {newseries}, + number = {1}, + date = {1991-03}, + pages = {9--27}, + annotation = {An \texttt{article} entry with \texttt{series}, \texttt{volume}, and + \texttt{number} fields. Note the format of the \texttt{series} which is a + localization key} +} + +@Article{sigfridsson, + hyphenation = {american}, + author = {Sigfridsson, Emma and Ryde, Ulf}, + indextitle = {Methods for deriving atomic charges}, + title = {Comparison of methods for deriving atomic charges from the electrostatic + potential and moments}, + journaltitle = {Journal of Computational Chemistry}, + volume = {19}, + number = {4}, + date = {1998}, + doi = {10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P}, + pages = {377--395}, + annotation = {An \texttt{article} entry with \texttt{volume}, \texttt{number}, and + \texttt{doi} fields. Note that the \textsc{doi} is transformed into a clickable + link if \texttt{hyperref} support has been enabled}, + abstract = { Four methods for deriving partial atomic charges from the quantum chemical + electrostatic potential (CHELP, CHELPG, Merz-Kollman, and RESP) have been + compared and critically evaluated. It is shown that charges strongly depend on + how and where the potential points are selected. Two alternative methods are + suggested to avoid the arbitrariness in the point-selection schemes and van der + Waals exclusion radii: CHELP-BOW, which also estimates the charges from the + electrostatic potential, but with potential points that are Boltzmann-weighted + after their occurrence in actual simulations using the energy function of the + program in which the charges will be used, and CHELMO, which estimates the + charges directly from the electrostatic multipole moments. Different criteria + for the quality of the charges are discussed.} +} + +@Article{spiegelberg, + hyphenation = {german}, + sorttitle = {Intention und Intentionalitat in der Scholastik, bei Brentano und Husserl}, + indexsorttitle = {Intention und Intentionalitat in der Scholastik, bei Brentano und Husserl}, + author = {Spiegelberg, Herbert}, + title = {\mkbibquote{Intention} und \mkbibquote{Intentionalit{\"a}t} in der Scholastik, + bei Brentano und Husserl}, + shorttitle = {Intention und Intentionalit{\"a}t}, + journaltitle = {Studia Philosophica}, + volume = {29}, + date = {1969}, + pages = {189--216}, + annotation = {An \texttt{article} entry. Note the \texttt{sorttitle} and + \texttt{indexsorttitle} fields and the markup of the quotes in the database file} +} + +@Article{springer, + hyphenation = {british}, + author = {Springer, Otto}, + title = {Mediaeval Pilgrim Routes from Scandinavia to Rome}, + shorttitle = {Mediaeval Pilgrim Routes}, + journaltitle = {Mediaeval Studies}, + volume = {12}, + date = {1950}, + pages = {92--122}, + annotation = {A plain \texttt{article} entry} +} + +@Article{weinberg, + author = {Weinberg, Steven}, + title = {A Model of Leptons}, + journaltitle = {Phys.~Rev.~Lett.}, + volume = {19}, + date = {1967}, + pages = {1264--1266} +} + +@Article{yoon, + author = {Yoon, Myeong S. and Ryu, Dowook and Kim, Jeongryul and Ahn, Kyo Han}, + indextitle = {Palladium pincer complexes}, + title = {Palladium pincer complexes with reduced bond angle strain: efficient catalysts + for the Heck reaction}, + journaltitle = {Organometallics}, + volume = {25}, + number = {10}, + date = {2006}, + pages = {2409--2411} +} + +@Book{aristotle:anima, + keywords = {primary}, + hyphenation = {british}, + author = {Aristotle}, + editor = {Hicks, Robert Drew}, + title = {De Anima}, + publisher = cup, + location = {Cambridge}, + date = {1907}, + annotation = {A \texttt{book} entry with an \texttt{author} and an \texttt{editor}} +} + +@Book{aristotle:physics, + keywords = {primary}, + hyphenation = {american}, + author = {Aristotle}, + translator = {Wicksteed, P. H. and Cornford, F. M.}, + title = {Physics}, + shorttitle = {Physics}, + publisher = {G. P. Putnam}, + location = {New York}, + date = {1929}, + annotation = {A \texttt{book} entry with a \texttt{translator} field} +} + +@Book{aristotle:poetics, + keywords = {primary}, + hyphenation = {british}, + author = {Aristotle}, + editor = {Lucas, D. W.}, + title = {Poetics}, + shorttitle = {Poetics}, + series = {Clarendon Aristotle}, + publisher = {Clarendon Press}, + location = {Oxford}, + date = {1968}, + annotation = {A \texttt{book} entry with an \texttt{author} and an \texttt{editor} as well as + a \texttt{series} field} +} + +@Book{aristotle:rhetoric, + keywords = {primary}, + hyphenation = {british}, + sorttitle = {Rhetoric of Aristotle}, + author = {Aristotle}, + editor = {Cope, Edward Meredith}, + commentator = {Cope, Edward Meredith}, + indextitle = {Rhetoric of Aristotle, The}, + title = {The Rhetoric of Aristotle with a commentary by the late Edward Meredith Cope}, + shorttitle = {Rhetoric}, + volumes = {3}, + publisher = cup, + date = {1877}, + annotation = {A commented edition. Note the concatenation of the \texttt{editor} and + \texttt{commentator} fields as well as the \texttt{volumes}, \texttt{sorttitle}, + and \texttt{indextitle} fields} +} + +@Book{augustine, + hyphenation = {american}, + author = {Augustine, Robert L.}, + title = {Heterogeneous catalysis for the synthetic chemist}, + shorttitle = {Heterogeneous catalysis}, + publisher = {Marcel Dekker}, + location = {New York}, + date = {1995}, + annotation = {A plain \texttt{book} entry} +} + +@Book{averroes/bland, + keywords = {primary}, + hyphenation = {american}, + author = {Averroes}, + editor = {Bland, Kalman P.}, + translator = {Bland, Kalman P.}, + indextitle = {Epistle on the Possibility of Conjunction, The}, + title = {The Epistle on the Possibility of Conjunction with the Active Intellect by Ibn + Rushd with the Commentary of Moses Narboni}, + shorttitle = {Possibility of Conjunction}, + series = {Moreshet: Studies in Jewish History, Literature and Thought}, + number = {7}, + publisher = {Jewish Theological Seminary of America}, + location = {New York}, + date = {1982}, + annotation = {A \texttt{book} entry with a \texttt{series} and a \texttt{number}. Note the + concatenation of the \texttt{editor} and \texttt{translator} fields as well as + the \texttt{indextitle} field} +} + +@Book{averroes/hannes, + keywords = {primary}, + hyphenation = {german}, + sorttitle = {Uber die Moglichkeit der Conjunktion}, + indexsorttitle = {Uber die Moglichkeit der Conjunktion}, + author = {Averroes}, + editor = {Hannes, Ludwig}, + translator = {Hannes, Ludwig}, + annotator = {Hannes, Ludwig}, + indextitle = {{\"U}ber die M{\"o}glichkeit der Conjunktion}, + title = {Des Averro{\"e}s Abhandlung: \mkbibquote{{\"U}ber die M{\"o}glichkeit der + Conjunktion} oder \mkbibquote{{\"U}ber den materiellen Intellekt}}, + shorttitle = {{\"U}ber die M{\"o}glichkeit der Conjunktion}, + publisher = {C.~A. Kaemmerer}, + location = {Halle an der Saale}, + date = {1892}, + annotation = {An annotated edition. Note the concatenation of the \texttt{editor}, + \texttt{translator}, and \texttt{annotator} fields. Also note the + \texttt{shorttitle}, \texttt{indextitle}, \texttt{sorttitle}, and + \texttt{indexsorttitle} fields} +} + +@Book{averroes/hercz, + keywords = {primary}, + hyphenation = {german}, + indexsorttitle = {Drei Abhandlungen uber die Conjunction}, + author = {Averroes}, + editor = {Hercz, J.}, + translator = {Hercz, J.}, + indextitle = {Drei Abhandlungen {\"u}ber die Conjunction}, + title = {Drei Abhandlungen {\"u}ber die Conjunction des separaten Intellects mit dem + Menschen}, + subtitle = {Von Averroes (Vater und Sohn), aus dem Arabischen {\"u}bersetzt von Samuel Ibn + Tibbon}, + shorttitle = {Drei Abhandlungen}, + publisher = {S.~Hermann}, + location = {Berlin}, + date = {1869}, + annotation = {A \texttt{book} entry. Note the concatenation of the \texttt{editor} and + \texttt{translator} fields as well as the \texttt{indextitle} and + \texttt{indexsorttitle} fields} +} + +@Book{cicero, + hyphenation = {german}, + author = {Cicero, Marcus Tullius}, + editor = {Blank-Sangmeister, Ursula}, + translator = {Blank-Sangmeister, Ursula}, + afterword = {Thraede, Klaus}, + indextitle = {De natura deorum}, + title = {De natura deorum. {\"U}ber das Wesen der G{\"o}tter}, + shorttitle = {De natura deorum}, + language = {langlatin and langgerman}, + publisher = {Reclam}, + location = {Stuttgart}, + date = {1995}, + annotation = {A bilingual edition of Cicero's \emph{De natura deorum}, with a German + translation. Note the format of the \texttt{language} field in the database + file, the concatenation of the \texttt{editor} and \texttt{translator} fields, + and the \texttt{afterword} field} +} + +@Book{coleridge, + hyphenation = {british}, + author = {Coleridge, Samuel Taylor}, + editor = {Coburn, Kathleen and Engell, James and Bate, W. Jackson}, + indextitle = {Biographia literaria}, + title = {Biographia literaria, or Biographical sketches of my literary life and + opinions}, + shorttitle = {Biographia literaria}, + maintitle = {The collected works of Samuel Taylor Coleridge}, + part = {2}, + volume = {7}, + series = {Bollingen Series}, + number = {75}, + publisher = {Routledge and Kegan Paul}, + location = {London}, + date = {1983}, + annotation = {One (partial) volume of a multivolume book. This is a \texttt{book} entry with + a \texttt{volume} and a \texttt{part} field which explicitly refers to the + second (physical) part of the seventh (logical) volume. Also note the + \texttt{series} and \texttt{number} fields} +} + +@Book{companion, + hyphenation = {american}, + sorttitle = {LaTeX Companion}, + author = {Goossens, Michel and Mittelbach, Frank and Samarin, Alexander}, + indextitle = {LaTeX Companion, The}, + title = {The LaTeX Companion}, + shorttitle = {LaTeX Companion}, + edition = {1}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1994}, + pagetotal = {528}, + annotation = {A book with three authors. Note the formatting of the author list. By default, + only the first name is reversed in the bibliography} +} + +@Book{cotton, + hyphenation = {british}, + author = {Cotton, Frank Albert and Wilkinson, Geoffrey and Murillio, Carlos A. and + Bochmann, Manfred}, + title = {Advanced inorganic chemistry}, + edition = {6}, + publisher = {Wiley}, + location = {Chichester}, + date = {1999}, + annotation = {A \texttt{book} entry with \arabic{author} authors and an \texttt{edition} + field. By default, long \texttt{author} and \texttt{editor} lists are + automatically truncated. This is configurable} +} + +@Book{gerhardt, + hyphenation = {american}, + sorttitle = {Federal Appointments Process}, + author = {Gerhardt, Michael J.}, + indextitle = {Federal Appointments Process, The}, + title = {The Federal Appointments Process}, + subtitle = {A Constitutional and Historical Analysis}, + shorttitle = {Federal Appointments Process}, + publisher = {Duke University Press}, + location = {Durham and London}, + date = {2000}, + annotation = {This is a \texttt{book} entry. Note the format of the \texttt{location} field + as well as the \texttt{sorttitle} and \texttt{indextitle} fields} +} + +@Book{gonzalez, + hyphenation = {american}, + sorttitle = {Ghost of John Wayne and Other Stories}, + author = {Gonzalez, Ray}, + indextitle = {Ghost of John Wayne and Other Stories, The}, + title = {The Ghost of John Wayne and Other Stories}, + shorttitle = {Ghost of John Wayne}, + publisher = {The University of Arizona Press}, + location = {Tucson}, + date = {2001}, + isbn = {0-816-52066-6}, + annotation = {A collection of short stories. This is a \texttt{book} entry. Note the + \texttt{sorttitle} and \texttt{indextitle} fields in the database file. There's + also an \texttt{isbn} field} +} + +@Book{hammond, + hyphenation = {british}, + sorttitle = {Basics of crystallography and diffraction}, + author = {Hammond, Christopher}, + indextitle = {Basics of crystallography and diffraction, The}, + title = {The basics of crystallography and diffraction}, + shorttitle = {Crystallography and diffraction}, + publisher = {International Union of Crystallography and Oxford University Press}, + location = {Oxford}, + date = {1997}, + annotation = {A \texttt{book} entry. Note the \texttt{sorttitle} and \texttt{indextitle} + fields as well as the format of the \texttt{publisher} field} +} + +@Book{iliad, + hyphenation = {german}, + sorttitle = {Ilias}, + author = {Homer}, + translator = {Schadewaldt, Wolfgang}, + introduction = {Latacz, Joachim}, + indextitle = {Ilias, Die}, + title = {Die Ilias}, + shorttitle = {Ilias}, + edition = {3}, + publisher = {Artemis \& Winkler}, + location = {D{\"u}sseldorf and Z{\"u}rich}, + date = {2004}, + annotation = {A German translation of the \emph{Iliad}. Note the \texttt{translator} and + \texttt{introduction} fields and the format of the \texttt{location} field in + the database file. Also note the \texttt{sorttitle} and \texttt{indextitle} fields} +} + +@Book{knuth:ct, + hyphenation = {american}, + sortyear = {1984-0}, + sorttitle = {Computers & Typesetting}, + indexsorttitle = {Computers & Typesetting}, + author = {Knuth, Donald E.}, + title = {Computers \& Typesetting}, + volumes = {5}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1984/1986}, + annotation = {A five-volume book cited as a whole. This is a \texttt{book} entry, note the + \texttt{volumes} field} +} + +@Book{knuth:ct:a, + hyphenation = {american}, + sortyear = {1984-1}, + sorttitle = {Computers & Typesetting A}, + indexsorttitle = {The TeXbook}, + author = {Knuth, Donald E.}, + indextitle = {\TeX book, The}, + title = {The \TeX book}, + shorttitle = {\TeX book}, + maintitle = {Computers \& Typesetting}, + volume = {A}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1984}, + annotation = {The first volume of a five-volume book. Note the \texttt{sorttitle} and + \texttt{sortyear} fields. We want this volume to be listed after the entry + referring to the entire five-volume set. Also note the \texttt{indextitle} and + \texttt{indexsorttitle} fields} +} + +@Book{knuth:ct:b, + hyphenation = {american}, + sortyear = {1986-1}, + sorttitle = {Computers & Typesetting B}, + indexsorttitle = {TeX: The Program}, + author = {Knuth, Donald E.}, + title = {\TeX: The Program}, + shorttitle = {\TeX}, + maintitle = {Computers \& Typesetting}, + volume = {B}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1986}, + annotation = {The second volume of a five-volume book. Note the \texttt{sorttitle} and + \texttt{sortyear} fields. Also note the \texttt{indexsorttitle} field} +} + +@Book{knuth:ct:c, + hyphenation = {american}, + sortyear = {1986-2}, + sorttitle = {Computers & Typesetting C}, + author = {Knuth, Donald E.}, + indextitle = {METAFONTbook, The}, + title = {The METAFONTbook}, + shorttitle = {METAFONTbook}, + maintitle = {Computers \& Typesetting}, + volume = {C}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1986}, + annotation = {The third volume of a five-volume book. Note the \texttt{sorttitle} and + \texttt{sortyear} fields as well as the \texttt{indextitle} field} +} + +@Book{knuth:ct:d, + hyphenation = {american}, + sortyear = {1986-3}, + sorttitle = {Computers & Typesetting D}, + author = {Knuth, Donald E.}, + title = {METAFONT: The Program}, + shorttitle = {METAFONT}, + maintitle = {Computers \& Typesetting}, + volume = {D}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1986}, + annotation = {The fourth volume of a five-volume book. Note the \texttt{sorttitle} and + \texttt{sortyear} fields} +} + +@Book{knuth:ct:e, + hyphenation = {american}, + sortyear = {1986-4}, + sorttitle = {Computers & Typesetting E}, + author = {Knuth, Donald E.}, + title = {Computer Modern Typefaces}, + maintitle = {Computers \& Typesetting}, + volume = {E}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1986}, + annotation = {The fifth volume of a five-volume book. Note the \texttt{sorttitle} and + \texttt{sortyear} fields} +} + +@Book{malinowski, + hyphenation = {british}, + author = {Malinowski, Bronis{\l}aw}, + title = {Argonauts of the Western Pacific}, + subtitle = {An account of native enterprise and adventure in the Archipelagoes of + Melanesian New Guinea}, + shorttitle = {Argonauts}, + edition = {8}, + publisher = {Routledge and Kegan Paul}, + location = {London}, + date = {1972}, + annotation = {This is a \texttt{book} entry. Note the format of the \texttt{publisher} and + \texttt{edition} fields as well as the \texttt{subtitle} field} +} + +@Book{maron, + hyphenation = {american}, + author = {Maron, Monika}, + translator = {Brigitte Goldstein}, + title = {Animal Triste}, + shorttitle = {Animal Triste}, + publisher = {University of Nebraska Press}, + location = {Lincoln}, + date = {2000}, + origlanguage = {german}, + annotation = {An English translation of a German novel with a French title. In other words: a + \texttt{book} entry with a \texttt{translator} field. Note the + \texttt{origlanguage} field which is concatenated with the \texttt{translator}} +} + +@Book{massa, + hyphenation = {british}, + author = {Werner Massa}, + title = {Crystal structure determination}, + edition = {2}, + publisher = {Spinger}, + location = {Berlin}, + date = {2004}, + annotation = {A \texttt{book} entry with an \texttt{edition} field} +} + +@Book{nietzsche:ksa, + hyphenation = {german}, + sortyear = {1988-00-000}, + sorttitle = {Werke-00-000}, + indexsorttitle = {Samtliche Werke}, + author = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + title = {S{\"a}mtliche Werke}, + subtitle = {Kritische Studienausgabe}, + volumes = {15}, + edition = {2}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + date = {1988}, + annotation = {The critical edition of Nietzsche's works. This is a \texttt{book} entry + referring to a 15-volume work as a whole. Note the \texttt{volumes} field and + the format of the \texttt{publisher} and \texttt{location} fields in the + database file. Also note the \texttt{sorttitle} and \texttt{sortyear} fields + which are used to fine-tune the sorting order of the bibliography. We want this + item listed first in the bibliography} +} + +@Book{nietzsche:ksa1, + hyphenation = {german}, + sortyear = {1988-01-000}, + sorttitle = {Werke-01-000}, + indexsorttitle = {Samtliche Werke I}, + author = {Nietzsche, Friedrich}, + bookauthor = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + indextitle = {S{\"a}mtliche Werke I}, + title = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + shorttitle = {S{\"a}mtliche Werke I}, + maintitle = {S{\"a}mtliche Werke}, + mainsubtitle = {Kritische Studienausgabe}, + volume = {1}, + edition = {2}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + date = {1988}, + annotation = {A single volume from the critical edition of Nietzsche's works. This + \texttt{book} entry explicitly refers to the first volume only. Note the + \texttt{title} and \texttt{maintitle} fields. Also note the \texttt{sorttitle} + and \texttt{sortyear} fields. We want this entry to be listed after the entry + referring to the entire edition} +} + +@Book{nussbaum, + keywords = {secondary}, + hyphenation = {american}, + sorttitle = {Aristotle's De Motu Animalium}, + indexsorttitle = {Aristotle's De Motu Animalium}, + author = {Nussbaum, Martha}, + title = {Aristotle's \mkbibquote{De Motu Animalium}}, + publisher = pup, + location = {Princeton}, + date = {1978}, + annotation = {A \texttt{book} entry. Note the \texttt{sorttitle} and \texttt{indexsorttitle} + fields and the markup of the quotes in the database file} +} + +@Book{piccato, + hyphenation = {american}, + author = {Piccato, Pablo}, + title = {City of Suspects}, + subtitle = {Crime in Mexico City, 1900--1931}, + shorttitle = {City of Suspects}, + publisher = {Duke University Press}, + location = {Durham and London}, + date = {2001}, + annotation = {This is a \texttt{book} entry. Note the format of the \texttt{location} field + in the database file} +} + +@Book{vangennep, + options = {useprefix}, + hyphenation = {french}, + sorttitle = {Rites de passage}, + author = {van Gennep, Arnold}, + indextitle = {Rites de passage, Les}, + title = {Les rites de passage}, + shorttitle = {Rites de passage}, + publisher = {Nourry}, + location = {Paris}, + date = {1909}, + annotation = {A \texttt{book} entry. Note the format of the printed name and compare the + \texttt{useprefix} option in the \texttt{options} field as well as + \texttt{brandt} and \texttt{geer}} +} + +@Book{vazques-de-parga, + hyphenation = {spanish}, + sorttitle = {Peregrinaciones a Santiago de Compostela}, + author = {V{\'a}zques{ de }Parga, Luis and Lacarra, Jos{\'e} Mar{\'i}a and Ur{\'i}a + R{\'i}u, Juan}, + indextitle = {Peregrinaciones a Santiago de Compostela, Las}, + title = {Las Peregrinaciones a Santiago de Compostela}, + shorttitle = {Peregrinaciones}, + volumes = {3}, + publisher = {Iberdrola}, + location = {Pamplona}, + date = {1993}, + note = {Ed. facs. de la realizada en 1948--49}, + annotation = {A multivolume book cited as a whole. This is a \texttt{book} entry with + \texttt{volumes}, \texttt{note}, \texttt{sorttitle}, and \texttt{indextitle} fields} +} + +@Book{worman, + hyphenation = {american}, + sorttitle = {Cast of Character}, + author = {Worman, Nancy}, + indextitle = {Cast of Character, The}, + title = {The Cast of Character}, + subtitle = {Style in Greek Literature}, + shorttitle = {Cast of Character}, + publisher = {University of Texas Press}, + location = {Austin}, + date = {2002}, + annotation = {A \texttt{book} entry. Note the \texttt{sorttitle} and \texttt{indextitle} + fields} +} + +@Collection{britannica, + options = {useeditor=false}, + label = {EB}, + hyphenation = {british}, + sorttitle = {Encyclop{\ae}dia Britannica}, + editor = {Preece, Warren E.}, + indextitle = {Encyclop{\ae}dia Britannica, The New}, + title = {The New Encyclop{\ae}dia Britannica}, + shorttitle = {Encyclop{\ae}dia Britannica}, + volumes = {32}, + edition = {15}, + publisher = {Encyclop{\ae}dia Britannica}, + location = {Chicago, Ill.}, + date = {2003}, + annotation = {This is a \texttt{collection} entry for an encyclopedia. Note the + \texttt{useeditor} option in the \texttt{options} field as well as the + \texttt{sorttitle} field. We want this entry to be cited and alphabetized by + title even though there is an editor. In addition to that, we want the title to + be alphabetized under \enquote*{E} rather than \enquote*{T}. Also note the + \texttt{label} field which is provided for author-year citation styles} +} + +@Collection{gaonkar, + hyphenation = {american}, + editor = {Gaonkar, Dilip Parameshwar}, + title = {Alternative Modernities}, + publisher = {Duke University Press}, + location = {Durham and London}, + date = {2001}, + isbn = {0-822-32714-7}, + annotation = {This is a \texttt{collection} entry. Note the format of the \texttt{location} + field in the database file as well as the \texttt{isbn} field} +} + +@Collection{jaffe, + editor = {Jaff{\'e}, Philipp}, + editora = {Loewenfeld, Samuel and Kaltenbrunner, Ferdinand and Ewald, Paul}, + editoratype = {redactor}, + indextitle = {Regesta Pontificum Romanorum}, + title = {Regesta Pontificum Romanorum ab condita ecclesia ad annum post Christum natum + \textsc{mcxcviii}}, + shorttitle = {Regesta Pontificum Romanorum}, + volumes = {2}, + edition = {2}, + location = {Leipzig}, + date = {1885/1888}, + annotation = {A \texttt{collection} entry with \texttt{edition} and \texttt{volumes} fields. + Note the \texttt{editora} and \texttt{editoratype} fields} +} + +@Collection{westfahl:frontier, + hyphenation = {american}, + editor = {Westfahl, Gary}, + title = {Space and Beyond}, + subtitle = {The Frontier Theme in Science Fiction}, + booktitle = {Space and Beyond}, + booksubtitle = {The Frontier Theme in Science Fiction}, + publisher = {Greenwood}, + location = {Westport, Conn. and London}, + date = {2000}, + annotation = {This is a \texttt{collection} entry. Note the format of the \texttt{location} + field as well as the \texttt{subtitle} and \texttt{booksubtitle} fields} +} + +@InBook{kant:kpv, + shorthand = {KpV}, + hyphenation = {german}, + author = {Kant, Immanuel}, + bookauthor = {Kant, Immanuel}, + title = {Kritik der praktischen Vernunft}, + shorttitle = {Kritik der praktischen Vernunft}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + maintitle = {Kants Werke. Akademie Textausgabe}, + volume = {5}, + publisher = {Walter de Gruyter}, + location = {Berlin}, + date = {1968}, + pages = {1--163}, + annotation = {An edition of Kant's \emph{Collected Works}, volume five. This is an + \texttt{inbook} entry which explicitly refers to the \emph{Critique of Practical + Reason} only, not to the entire fifth volume. Note the \texttt{author} and + \texttt{bookauthor} fields in the database file. By default, the + \texttt{bookauthor} is omitted if the values of the \texttt{author} and + \texttt{bookauthor} fields are identical} +} + +@InBook{kant:ku, + shorthand = {KU}, + hyphenation = {german}, + author = {Kant, Immanuel}, + bookauthor = {Kant, Immanuel}, + title = {Kritik der Urtheilskraft}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + maintitle = {Kants Werke. Akademie Textausgabe}, + volume = {5}, + publisher = {Walter de Gruyter}, + location = {Berlin}, + date = {1968}, + pages = {165--485}, + annotation = {An edition of Kant's \emph{Collected Works}, volume five. This is an + \texttt{inbook} entry which explicitly refers to the \emph{Critique of Judgment} + only, not to the entire fifth volume} +} + +@InBook{nietzsche:historie, + hyphenation = {german}, + sortyear = {1988-01-243}, + sorttitle = {Werke-01-243}, + indexsorttitle = {Vom Nutzen und Nachtheil der Historie fur das Leben}, + author = {Nietzsche, Friedrich}, + bookauthor = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + indextitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + title = {Unzeitgem{\"a}sse Betrachtungen. Zweites St{\"u}ck}, + subtitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + shorttitle = {Vom Nutzen und Nachtheil der Historie}, + booktitle = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + maintitle = {S{\"a}mtliche Werke}, + mainsubtitle = {Kritische Studienausgabe}, + volume = {1}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + date = {1988}, + pages = {243--334}, + annotation = {A single essay from the critical edition of Nietzsche's works. This + \texttt{inbook} entry explicitly refers to an essay found in the first volume. + Note the \texttt{title}, \texttt{booktitle}, and \texttt{maintitle} fields. Also + note the \texttt{sorttitle} and \texttt{sortyear} fields. We want this entry to + be listed after the entry referring to the entire first volume} +} + +@InCollection{brandt, + options = {useprefix=false}, + hyphenation = {german}, + indexsorttitle = {Nordischen Lander von der Mitte des 11. Jahrhunderts bis 1448}, + author = {von Brandt, Ahasver and Erich Hoffmann}, + editor = {Ferdinand Seibt}, + indextitle = {Nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448, Die}, + title = {Die nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448}, + shorttitle = {Die nordischen L{\"a}nder}, + booktitle = {Europa im Hoch- und Sp{\"a}tmittelalter}, + series = {Handbuch der europ{\"a}ischen Geschichte}, + number = {2}, + publisher = {Klett-Cotta}, + location = {Stuttgart}, + date = {1987}, + pages = {884--917}, + annotation = {An \texttt{incollection} entry with a \texttt{series} and a \texttt{number}. + Note the format of the printed name and compare the \texttt{useprefix} option in + the \texttt{options} field as well as \texttt{vangennep}. Also note the + \texttt{indextitle, and \texttt{indexsorttitle} fields}} +} + +@InCollection{hyman, + keywords = {secondary}, + hyphenation = {american}, + author = {Arthur Hyman}, + editor = {O'Meara, Dominic J.}, + indextitle = {Aristotle's Theory of the Intellect}, + title = {Aristotle's Theory of the Intellect and its Interpretation by Averroes}, + shorttitle = {Aristotle's Theory of the Intellect}, + booktitle = {Studies in Aristotle}, + series = {Studies in Philosophy and the History of Philosophy}, + number = {9}, + publisher = {The Catholic University of America Press}, + location = {Washington, D.C.}, + date = {1981}, + pages = {161--191}, + annotation = {An \texttt{incollection} entry with a \texttt{series} and \texttt{number} field} +} + +@InCollection{pines, + keywords = {secondary}, + hyphenation = {american}, + author = {Pines, Shlomo}, + editor = {Twersky, Isadore}, + indextitle = {Limitations of Human Knowledge According to Al-Farabi, ibn Bajja, and + Maimonides, The}, + title = {The Limitations of Human Knowledge According to Al-Farabi, ibn Bajja, and + Maimonides}, + shorttitle = {Limitations of Human Knowledge}, + booktitle = {Studies in Medieval Jewish History and Literature}, + publisher = hup, + location = {Cambridge, Mass.}, + date = {1979}, + pages = {82--109}, + annotation = {A typical \texttt{incollection} entry. Note the \texttt{indextitle} field} +} + +@InProceedings{moraux, + keywords = {secondary}, + hyphenation = {french}, + indexsorttitle = {De Anima dans la tradition grecque}, + author = {Moraux, Paul}, + editor = {Lloyd, G. E. R. and Owen, G. E. L.}, + indextitle = {\emph{De Anima} dans la tradition gr{\`e}cque, Le}, + title = {Le \emph{De Anima} dans la tradition gr{\`e}cque}, + subtitle = {Quelques aspects de l'interpretation du trait{\'e}, de Theophraste {\`a} + Themistius}, + shorttitle = {\emph{De Anima} dans la tradition gr{\`e}cque}, + booktitle = {Aristotle on Mind and the Senses}, + booktitleaddon = {Proceedings of the Seventh Symposium Aristotelicum}, + eventdate = {1975}, + publisher = cup, + location = {Cambridge}, + date = {1979}, + pages = {281--324}, + annotation = {This is a typical \texttt{inproceedings} entry. Note the \texttt{booksubtitle}, + \texttt{shorttitle}, \texttt{indextitle}, and \texttt{indexsorttitle} fields. + Also note the \texttt{eventdate} field.} +} + +@InProceedings{salam, + author = {Salam, Abdus}, + editor = {Svartholm, Nils}, + title = {Weak and Electromagnetic Interactions}, + booktitle = {Elementary particle theory}, + booksubtitle = {Relativistic groups and analyticity}, + booktitleaddon = {Proceedings of the Eighth Nobel Symposium}, + eventdate = {1968-05-19/1968-05-25}, + venue = {Aspen{\"a}sgarden, Lerum}, + publisher = {Almquist \& Wiksell}, + location = {Stockholm}, + date = {1968}, + pages = {367--377} +} + +@Manual{cms, + label = {CMS}, + hyphenation = {american}, + sorttitle = {Chicago Manual of Style}, + indextitle = {Chicago Manual of Style, The}, + title = {The Chicago Manual of Style}, + subtitle = {The Essential Guide for Writers, Editors, and Publishers}, + shorttitle = {Chicago Manual of Style}, + edition = {15}, + publisher = {University of Chicago Press}, + location = {Chicago, Ill.}, + date = {2003}, + isbn = {0-226-10403-6}, + annotation = {This is a \texttt{manual} entry without an \texttt{author} or \texttt{editor}. + Note the \texttt{label} field in the database file which is provided for + author-year citation styles. Also note the \texttt{sorttitle} and + \texttt{indextitle} fields. By default, all entries without an \texttt{author} + or \texttt{editor} are alphabetized by \texttt{title} but we want this entry to + be alphabetized under \enquote*{C} rather than \enquote*{T}. There's also an + \texttt{isbn} field} +} + +@Online{baez/online, + hyphenation = {american}, + author = {Baez, John C. and Lauda, Aaron D.}, + title = {Higher-Dimensional Algebra V: 2-Groups}, + version = {3}, + date = {2004-10-27}, + eprinttype = {arxiv}, + eprint = {math/0307200v3}, + annotation = {An \texttt{online} reference from arXiv. Note the \texttt{eprint} and + \texttt{eprinttype} fields. Compare \texttt{baez\slash article} which is the + same item given as an \texttt{article} entry with eprint information} +} + +@Online{ctan, + label = {CTAN}, + hyphenation = {american}, + title = {CTAN}, + subtitle = {The Comprehensive TeX Archive Network}, + date = {2006}, + url = {http://www.ctan.org}, + urldate = {2006-10-01}, + annotation = {This is an \texttt{online} entry. The \textsc{url}, which is given in the + \texttt{url} field, is transformed into a clickable link if \texttt{hyperref} + support has been enabled. Note the format of the \texttt{urldate} field + (\texttt{yyyy-mm-dd}) in the database file. Also note the \texttt{label} field + which may be used as a fallback by citation styles which need an \texttt{author} + and\slash or a \texttt{year}} +} + +@Online{itzhaki, + hyphenation = {american}, + author = {Itzhaki, Nissan}, + title = {Some remarks on 't Hooft's S-matrix for black holes}, + version = {1}, + date = {1996-03-11}, + eprinttype = {arxiv}, + eprint = {hep-th/9603067}, + annotation = {An \texttt{online} reference from arXiv. Note the \texttt{eprint} and + \texttt{eprinttype} fields. Also note that the arXiv reference is transformed + into a clickable link if \texttt{hyperref} support has been enabled}, + abstract = {We discuss the limitations of 't Hooft's proposal for the black hole S-matrix. + We find that the validity of the S-matrix implies violation of the + semi-classical approximation at scales large compared to the Planck scale. We + also show that the effect of the centrifugal barrier on the S-matrix is crucial + even for large transverse distances.} +} + +@Online{markey, + hyphenation = {american}, + sorttitle = {Tame the Beast}, + author = {Markey, Nicolas}, + title = {Tame the BeaST}, + subtitle = {The B to X of BibTeX}, + version = {1.3}, + date = {2005-10-16}, + url = {http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf}, + urldate = {2006-10-01}, + annotation = {An \texttt{online} entry for a tutorial. Note the format of the \texttt{date} + field (\texttt{yyyy-mm-dd}) in the database file.} +} + +@Online{wassenberg, + hyphenation = {american}, + author = {Wassenberg, Jan and Sanders, Peter}, + title = {Faster Radix Sort via Virtual Memory and Write-Combining}, + version = {1}, + date = {2010-08-17}, + eprinttype = {arxiv}, + eprintclass = {cs.DS}, + eprint = {1008.2849v1}, + annotation = {A recent \texttt{online} reference from arXiv using the new (April 2007 onward) + identifier format. Note the \texttt{eprint}, \texttt{eprinttype}, and + \texttt{eprintclass} fields. Also note that the arXiv reference is transformed + into a clickable link if \texttt{hyperref} support has been enabled}, + abstract = {Sorting algorithms are the deciding factor for the performance of common + operations such as removal of duplicates or database sort-merge joins. This work + focuses on 32-bit integer keys, optionally paired with a 32-bit value. We + present a fast radix sorting algorithm that builds upon a + microarchitecture-aware variant of counting sort} +} + +@Patent{almendro, + hyphenation = {german}, + author = {Almendro, Jos{\'e} L. and Mart{\'i}n, Jacinto and S{\'a}nchez, Alberto and + Nozal, Fernando}, + title = {Elektromagnetisches Signalhorn}, + number = {EU-29702195U}, + location = {countryfr and countryuk and countryde}, + date = {1998}, + annotation = {This is a \texttt{patent} entry with a \texttt{location} field. The number is + given in the \texttt{number} field. Note the format of the \texttt{location} + field in the database file. Compare \texttt{laufenberg}, \texttt{sorace}, and + \texttt{kowalik}} +} + +@Patent{kowalik, + hyphenation = {french}, + author = {Kowalik, F. and Isard, M.}, + indextitle = {Estimateur d'un d{\'e}faut de fonctionnement}, + title = {Estimateur d'un d{\'e}faut de fonctionnement d'un modulateur en quadrature et + {\'e}tage de modulation l'utilisant}, + type = {patreqfr}, + number = {9500261}, + date = {1995-01-11}, + annotation = {This is a \texttt{patent} entry for a French patent request with a full date. + The number is given in the \texttt{number} field. Note the format of the + \texttt{type} and \texttt{date} fields in the database file. Compare + \texttt{almendro}, \texttt{laufenberg}, and \texttt{sorace}} +} + +@Patent{laufenberg, + hyphenation = {german}, + author = {Laufenberg, Xaver and Eynius, Dominique and Suelzle, Helmut and Usbeck, Stephan + and Spaeth, Matthias and Neuser-Hoffmann, Miriam and Myrzik, Christian and + Schmid, Manfred and Nietfeld, Franz and Thiel, Alexander and Braun, Harald and + Ebner, Norbert}, + holder = {{Robert Bosch GmbH} and {Daimler Chrysler AG} and {Bayerische Motoren Werke + AG}}, + title = {Elektrische Einrichtung und Betriebsverfahren}, + type = {patenteu}, + number = {1700367}, + date = {2006-09-13}, + annotation = {This is a \texttt{patent} entry with a \texttt{holder} field. Note the format + of the \texttt{type} and \texttt{location} fields in the database file. Compare + \texttt{almendro}, \texttt{sorace}, and \texttt{kowalik}}, + abstract = {The invention relates to an electric device comprising a generator, in + particular for use in the vehicle electric system of a motor vehicle and a + controller for controlling the generator voltage. The device is equipped with a + control zone, in which the voltage is controlled and zones, in which the torque + is controlled. The invention also relates to methods for operating a device of + this type.}, + file = {http://v3.espacenet.com/textdoc?IDX=EP1700367} +} + +@Patent{sorace, + hyphenation = {american}, + author = {Sorace, Ronald E. and Reinhardt, Victor S. and Vaughn, Steven A.}, + holder = {{Hughes Aircraft Company}}, + title = {High-Speed Digital-to-RF Converter}, + type = {patentus}, + number = {5668842}, + date = {1997-09-16}, + annotation = {This is a \texttt{patent} entry with a \texttt{holder} field. Note the format + of the \texttt{type} and \texttt{date} fields in the database file. Compare + \texttt{almendro}, \texttt{laufenberg}, and \texttt{kowalik}} +} + +@Report{chiu, + hyphenation = {american}, + sorttitle = {Hybrid Hierarchical Model of a Multiple Virtual Storage (MVS) Operating + System}, + author = {Chiu, Willy W. and Chow, We Min}, + indextitle = {Hybrid Hierarchical Model, A}, + title = {A Hybrid Hierarchical Model of a Multiple Virtual Storage (MVS) Operating + System}, + institution = {IBM}, + type = {resreport}, + number = {RC-6947}, + date = {1978}, + annotation = {This is a \texttt{report} entry for a research report. Note the format of the + \texttt{type} field in the database file which uses a localization key. The + number of the report is given in the \texttt{number} field. Also note the + \texttt{sorttitle} and \texttt{indextitle} fields} +} + +@Report{padhye, + hyphenation = {american}, + sorttitle = {A Stochastic Model of TCP Reno Congestion Avoidance and Control}, + author = {Padhye, Jitendra and Firoiu, Victor and Towsley, Don}, + indextitle = {Stochastic Model of TCP Reno Congestion Avoidance and Control, A}, + title = {A Stochastic Model of TCP Reno Congestion Avoidance and Control}, + institution = {University of Massachusetts}, + type = {techreport}, + number = {99-02}, + location = {Amherst, Mass.}, + date = {1999}, + annotation = {This is a \texttt{report} entry for a technical report. Note the format of the + \texttt{type} field in the database file which uses a localization key. The + number of the report is given in the \texttt{number} field. Also note the + \texttt{sorttitle} and \texttt{indextitle} fields}, + abstract = {The steady state performance of a bulk transfer TCP flow (i.e. a flow with a + large amount of data to send, such as FTP transfers) may be characterized by + three quantities. The first is the send rate, which is the amount of data sent + by the sender in unit time. The second is the throughput, which is the amount of + data received by the receiver in unit time. Note that the throughput will always + be less than or equal to the send rate due to losses. Finally, the number of + non-duplicate packets received by the receiver in unit time gives us the goodput + of the connection. The goodput is always less than or equal to the throughput, + since the receiver may receive two copies of the same packet due to + retransmissions by the sender. In a previous paper, we presented a simple model + for predicting the steady state send rate of a bulk transfer TCP flow as a + function of loss rate and round trip time. In this paper, we extend that work in + two ways. First, we analyze the performance of bulk transfer TCP flows using + more precise, stochastic analysis. Second, we build upon the previous analysis + to provide both an approximate formula as well as a more accurate stochastic + model for the steady state throughput of a bulk transfer TCP flow.}, + file = {ftp://gaia.cs.umass.edu/pub/Padhey99-markov.ps} +} + +@Thesis{geer, + options = {useprefix=false}, + hyphenation = {british}, + author = {de Geer, Ingrid}, + title = {Earl, Saint, Bishop, Skald~-- and Music}, + subtitle = {The Orkney Earldom of the Twelfth Century. A Musicological Study}, + institution = {Uppsala Universitet}, + type = {phdthesis}, + location = {Uppsala}, + date = {1985}, + annotation = {This is a typical \texttt{thesis} entry for a PhD thesis. Note the + \texttt{type} field in the database file which uses a localization key. Also + note the format of the printed name and compare the \texttt{useprefix} option in + the \texttt{options} field as well as \texttt{vangennep}} +} + +@Thesis{loh, + hyphenation = {american}, + author = {Loh, Nin C.}, + title = {High-Resolution Micromachined Interferometric Accelerometer}, + institution = {Massachusetts Institute of Technology}, + type = {mathesis}, + location = {Cambridge, Mass.}, + date = {1992}, + annotation = {This is a typical \texttt{thesis} entry for an MA thesis. Note the + \texttt{type} field in the database file which uses a localization key} +} + +@Book{burana, + hyphenation = {ngerman}, + author = {Anonymous}, + translator = {Carl Fischer and Hugu Kuhn}, + editor = {Carl Fischer and Hugu Kuhn}, + title = {Carmina Burana. Die Lieder der Benediktbeurer Handschrift.}, + shorttitle = {Carmina Burana}, + publisher = {dtv}, + location = {München}, + date = {1991}, + annotation = {Zweisprachige Ausgabe}, + options={useeditor=true,usetranslator=true}, +} + + +@bookinarticle{BHG226e, + Crossref = {VanDeun1990}, + Pages = {326-335}, + Title = {Mémoire sur le saint apôtre Barnabé}} + +@article{VanDeun1990, + Author = {Van Deun, Peter}, + Journal = {Analecta Bollandiana}, + Number = {108}, + Pages = {323-335}, + Subtitle = {Édition et traduction}, + Title = {Un mémoire anonyme sur saint Barnabé (BHG 226e)}, + Year = {1990}} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/biblatex-gost-examples.bib b/Master/texmf-dist/doc/latex/einfuehrung2/biblatex-gost-examples.bib new file mode 100644 index 00000000000..23740b0f970 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/biblatex-gost-examples.bib @@ -0,0 +1,6535 @@ +% Encoding: UTF8 +@XDATA{if-common, + location = {Ðœ.}, + publisher = {ИФРÐÐ}, + language = {russian}, + langid = {russian}, +} +@BOOK{bolzano:pb, + ids = {bolzano_pb}, + author = {Больцано, Бернард}, + title = {ПарадокÑÑ‹ безконечнаго}, + year = {1911}, + publisher = {Mathesis}, + location = {ОдеÑÑа}, + origyear = {1851}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, + _related = {Переиздано в Ñовременной орфографии в кн: ПарадокÑÑ‹ беÑконечного. МинÑк: Изд. Ð’. П. Ильина, 1999, Ñ. 75-196.}, +} +@BOOK{kojeve:adr, + ids = {kojeve_adr}, + author = {Кожев, ÐлекÑандр}, + title = {Ðтеизм и другие работы}, + year = {2006}, + publisher = {ПракÑиÑ}, + location = {Ðœ.}, + isbn = {5-901574-56-7}, + pagetotal = {512}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@BOOK{lakatos:fmnip, + ids = {lakatos_fmnip}, + author = {Имре ЛакатоÑ}, + _translator = {}, + title = {ФальÑÐ¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð¸ Ð¼ÐµÑ‚Ð¾Ð´Ð¾Ð»Ð¾Ð³Ð¸Ñ Ð½Ð°ÑƒÑ‡Ð½Ð¾-иÑÑледовательÑких программ}, + year = {1995}, + publisher = {Медиум}, + location = {Ðœ.}, + _pagetotal = {}, + origyear = {1970}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOK{lakatos:do, + ids = {lakatos_do}, + author = {Имре ЛакатоÑ}, + translator = {И. Ð. ВеÑеловÑкого}, + title = {ДоказательÑтва и опровержениÑ. Как доказываютÑÑ Ñ‚ÐµÐ¾Ñ€ÐµÐ¼Ñ‹}, + shorttitle = {ДоказательÑтва и опровержениÑ}, + year = {1967}, + publisher = {Ðаука}, + location = {Ðœ.}, + pagetotal = {152}, + origyear = {1976}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOK{habermas:fdm, + ids = {habermas_fdm}, + author = {Юрген ХабермаÑ}, + translator = {Ðœ. Ðœ. БелÑева and К. Ð’. КоÑтина and Е. Л. Петренко and И. Ð’. Розанова and Г. Ðœ. СеверÑкой}, + title = {ФилоÑофÑкий диÑÐºÑƒÑ€Ñ Ð¾ модерне}, + year = {2003}, + origyear = {1985}, + publisher = {ВеÑÑŒ Мир}, + location = {Ðœ.}, + pagetotal = {416}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@BOOK{ricoeur:ki, + ids = {ricoeur_ki}, + author = {Рикёр, Поль}, + title = {Конфликт интерпретаций}, + year = {1995}, + language = {russian}, + publisher = {МоÑк. филоÑ. фонд}, + location = {Ðœ.}, + pagetotal = {411}, + langid = {russian}, +} +@BOOK{ricoeur:ki2002, + ids = {ricoeur_ki2002}, + author = {Поль Рикёр}, + translator = {И. Вдовиной}, + introduction = {И. Вдовиной}, + title = {Конфликт интерпретаций}, + subtitle = {Очерки о герменевтике}, + year = {2002}, + publisher = {КÐÐОÐ-преÑÑ-Ц~; Кучково поле}, + location = {Ðœ.}, + isbn = {5-86090-054-6}, + series = {Канон филоÑофии}, + pagetotal = {624}, + origyear = {1969}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@INBOOK{ryle:oya, + ids = {ryle_oya}, + crossref = {ryle:ps-book}, + author = {Райл, Гилберт}, + title = {Обыденный Ñзык}, + _year = {2000}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + _related = {Philosophy and Ordinary Language. Urbana, 1960, pp. 108-127}, +} +@INBOOK{ryle:ps, + ids = {ryle_ps}, + crossref = {ryle:ps-book}, + author = {Райл, Гилберт}, + title = {ПонÑтие ÑознаниÑ}, + _year = {2000}, + origyear = {1949}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + _related = {G. Ryle. The Concept of Mind. N.Y.: Barnes & Noble, 1949}, +} +@BOOK{ryle:ps-book, + ids = {ryle_ps-book}, + author = {Райл, Гилберт}, + title = {ПонÑтие ÑознаниÑ}, + year = {2000}, + publisher = {ИдеÑ-ПреÑÑ, Дом интеллектуальной книги}, + location = {Ðœ.}, + isbn = {5-7333-0011-6}, + pagetotal = {408}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOK{jones-fogelin:tcqd, + ids = {jones-fogelin_tcqd}, + title = {The Twentieth Century to Quine and Derrida}, + author = {Jones, W. T. and Fogelin, R. J.}, + isbn = {9780155003798}, + lccn = {96078916}, + series = {A History of Western Philosophy}, + year = {1997}, + publisher = {Harcourt Brace College Publishers}, + language = {english}, + langid = {english}, +} +@INBOOK{benjamin:pi, + ids = {benjamin_pi}, + crossref = {benjamin:pi-book}, + author = {Вальтер БеньÑмин}, + title = {Произведение иÑкуÑÑтва в Ñпоху его техничеÑкой воÑпроизводимоÑти}, + year = {1996}, + origyear = {1936}, + pages = {15--65}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@BOOK{benjamin:pi-book, + ids = {benjamin_pi-book}, + author = {Вальтер БеньÑмин}, + _credits = {ПредиÑловие, ÑоÑтавление, перевод и Ð¿Ñ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ð¡. Ð. Ромашко}, + editor = {С. Ð. Ромашко}, + editortype = {compiler}, + translator = {С. Ð. Ромашко}, + annotator = {С. Ð. Ромашко}, + foreword = {С. Ð. Ромашко}, + title = {Произведение иÑкуÑÑтва в Ñпоху его техничеÑкой воÑпроизводимоÑти}, + subtitle = {Избранные ÑÑÑе}, + year = {1996}, + publisher = {Медиум}, + location = {Ðœ.}, + isbn = {5-85691-049-4}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@BOOK{durkheim:s, + ids = {durkheim_s}, + author = {Дюркгейм, Ð.}, + editor = {издание Ð. П. КарбаÑникова}, + editor = {Ð’. Ð. Базарова}, + translator = {Ð. Ð. ИльинÑкого}, + credits = {Пер Ñ Ñ„Ñ€. Ñ Ñокр.}, + title = {СамоубийÑтво}, + subtitle = {СоциологичеÑкий Ñтюд}, + year = {1994}, + publisher = {МыÑль}, + location = {Ðœ.}, + pagetotal = {399, [1]}, + _origlanguage= {french}, + language = {russian}, + langid = {russian}, + _related = {ПечатаетÑÑ Ñ Ð½ÐµÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¼Ð¸ ÑокращениÑми по изданию: СПб., 1912}, +} +@BOOK{durkheim:spmp, + ids = {durkheim_spmp}, + title = {СоциологиÑ. Ее предмет, метод, предназначение}, + author = {Дюркгейм, Ð.}, + isbn = {9785275018202}, + year = {2008}, + pagetotal = {399}, + publisher = {Терра—Кн. клуб}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@INBOOK{marcuse:oc, + ids = {marcuse_oc}, + crossref = {marcuse:ecoc}, + author = {Герберт Маркузе}, + title = {Одномерный человек}, + year = {2003}, + origyear = {1964}, + pages = {251--515}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@INBOOK{marcuse:ec, + ids = {marcuse_ec}, + crossref = {marcuse:ecoc}, + author = {Герберт Маркузе}, + title = {ÐÑ€Ð¾Ñ Ð¸ цивилизациÑ}, + year = {2003}, + origyear = {1955}, + pages = {5--250}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOK{marcuse:ecoc, + ids = {marcuse_ecoc}, + title = {ÐÑ€Ð¾Ñ Ð¸ цивилизациÑ. Одномерный человек: ИÑÑледование идеологии развитого индуÑтриального общеÑтва}, + shorttitle = {ÐÑ€Ð¾Ñ Ð¸ цивилизациÑ. Одномерный человек}, + author = {Герберт Маркузе}, + translator = {Юдина, Ð. Ð.}, + afterword = {Юдина, Ð. Ð.}, + annotator = {Юдина, Ð. Ð.}, + editor = {Ð’. Ю. Кузнецова}, + editortype = {compiler}, + foreword = {Ð’. Ю. Кузнецова}, + isbn = {9785170110414}, + year = {2003}, + location = {Ðœ.}, + pagetotal = {526}, + publisher = {ÐСТ}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOK{kristeva:su, + ids = {kristeva_su}, + author = {Ð®Ð»Ð¸Ñ ÐšÑ€Ð¸Ñтева}, + translator = {Ð. КоÑтиковой}, + introduction = {Ðœ. Ðикольчиной}, + introduction = {И. Жеребкиной}, + title = {Силы ужаÑа}, + subtitle = {ÑÑÑе об отвращении}, + year = {2003}, + origyear = {1980}, + publisher = {ÐлетейÑ}, + location = {СПб.}, + isbn = {5-89329-620-6}, + series = {Гендерные иÑÑледованиÑ}, + pagetotal = {256}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@INBOOK{kristeva:is, + ids = {kristeva_is}, + crossref = {kristeva:it}, + author = {Ð®Ð»Ð¸Ñ ÐšÑ€Ð¸Ñтева}, + translator = {Г. К. КоÑикова and Б. Ð. Ðарумова}, + title = {ИÑÑÐ»ÐµÐ´Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾ Ñеманализу}, + year = {2004}, + origyear = {1969}, + pages = {31--394}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, + _related = {Перевод выполнен по изданию: Kristeva J. Séméiôtiké : Recherches + pour une semanalyse. P., 1969.}, +} +@INBOOK{kristeva:sdr, + ids = {kristeva_sdr}, + crossref = {kristeva:it}, + author = {Ð®Ð»Ð¸Ñ ÐšÑ€Ð¸Ñтева}, + translator = {Г. К. КоÑикова}, + title = {Слово, диалог и роман}, + year = {2004}, + origyear = {1967}, + pages = {165--193}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@BOOK{kristeva:it, + ids = {kristeva_it}, + author = {Ð®Ð»Ð¸Ñ ÐšÑ€Ð¸Ñтева}, + translator = {Г. К. КоÑикова and Б. Ð. Ðарумова}, + title = {Избранные труды: Разрушение поÑтики}, + shorttitle = {Избранные труды}, + year = {2004}, + publisher = {РоÑÑийÑÐºÐ°Ñ Ð¿Ð¾Ð»Ð¸Ñ‚Ð¸Ñ‡ÐµÑÐºÐ°Ñ ÑÐ½Ñ†Ð¸ÐºÐ»Ð¾Ð¿ÐµÐ´Ð¸Ñ (РОССПÐÐ)}, + location = {Ðœ.}, + isbn = {5-8243-0500-5}, + series = {Книга Ñвета}, + pagetotal = {656}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@BOOK{lotman:sski, + ids = {lotman_sski}, + author = {Лотман, Ю. Ðœ.}, + title = {Статьи по Ñемиотике культуры и иÑкуÑÑтва}, + shorttitle = {Статьи по Ñемиотике~\textellipsis\isdot}, + year = {2002}, + publisher = {ÐкадемичеÑкий проект}, + location = {СПб.}, + isbn = {5-7331-0184-9}, + series = {Мир иÑкуÑÑтв}, + pagetotal = {544}, + language = {rissian}, + langid = {russian}, +} +@INCOLLECTION{barthes:nsp, + ids = {barthes_nsp}, + crossref = {semiotika}, + author = {Ролан Барт}, + title = {ÐÑƒÐ»ÐµÐ²Ð°Ñ Ñтепень пиÑьма}, + _translator = {}, + year = {1983}, + origyear = {1953}, + pages = {306-349}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@COLLECTION{semiotika, + title = {Семиотика}, + editor = {Степанова, Ю. С.}, + editortype = {compiler}, + year = {1983}, + publisher = {Радуга}, + pagetotal = {640}, + location = {Ðœ.}, + language = {russian}, + langid = {russian}, +} +@INCOLLECTION{barthes:os, + ids = {barthes_os}, + crossref = {szp}, + author = {Ролан Барт}, + title = {ОÑновы Ñемиологии}, + _translator = {}, + year = {1975}, + origyear = {1964}, + _pages = {72--130}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@COLLECTION{szp, + title = {Структурализм: «за» и «против»}, + year = {1975}, + publisher = {ПрогреÑÑ}, + location = {Ðœ.}, + language = {russian}, + langid = {russian}, +} +@BOOK{barthes:m3ed, + ids = {barthes_m3ed}, + crossref = {barthes:m}, + author = {Ролан Барт}, + title = {Мифологии}, + year = {2010}, + publisher = {ÐкадемичеÑкий проект}, + isbn = {978-5-8291-1239-4}, + pagetotal = {312}, + langid = {russian}, + edition = {3}, +} +@BOOK{barthes:m2ed, + ids = {barthes_m2ed}, + crossref = {barthes:m}, + author = {Ролан Барт}, + title = {Мифологии}, + year = {2004}, + isbn = {5-8242-0076-9}, + pagetotal = {312}, + langid = {russian}, + edition = {2}, +} +@BOOK{barthes:m, + ids = {barthes_m}, + author = {Ролан Барт}, + translator = {С. Ð. Зенкина}, + commentator = {С. Ð. Зенкина}, + introduction = {С. Ð. Зенкина}, + title = {Мифологии}, + year = {1996}, + publisher = {Изд-во им. Сабашниковых}, + location = {Ðœ.}, + isbn = {5-8242-0048-3}, + pagetotal = {312}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@ARTICLE{deleuze:4top, + ids = {deleuze_4top}, + crossref = {logos}, + author = {Жиль Делёз}, + title = {Четыре тезиÑа о пÑихоанализе}, + year = {2010}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, + translator = {ТатьÑны Зарубиной}, + number = {3 (76)}, + pages = {5--11}, + _related = {Deleuze Gilles, Guаttari Félix. Politique et psychanalyse. — Alençon: Des mots perdus, 1977. Ð . 43-58}, +} +@BOOK{levi-strauss:sa, + ids = {levi-strauss_sa}, + author = {Клод Леви-СтроÑÑ}, + translator = {{Ð’Ñч.} {Ð’Ñ.} Иванова}, + title = {Ð¡Ñ‚Ñ€ÑƒÐºÑ‚ÑƒÑ€Ð½Ð°Ñ Ð°Ð½Ñ‚Ñ€Ð¾Ð¿Ð¾Ð»Ð¾Ð³Ð¸Ñ}, + year = {2001}, + origyear = {1958}, + publisher = {ÐКСМО-ПреÑÑ}, + location = {Ðœ.}, + isbn = {5-04-008349-1}, + series = {ПÑÐ¸Ñ…Ð¾Ð»Ð¾Ð³Ð¸Ñ Ð±ÐµÐ· границ}, + pagetotal = {512}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@INBOOK{barthes:opkt, + ids = {barthes_opkt}, + crossref = {barthes:ir}, + author = {Ролан Барт}, + title = {От Ð¿Ñ€Ð¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ðº текÑту}, + translator = {С. Ð. Зенкина}, + year = {1994}, + origyear = {1971}, + pages = {413--423}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@INBOOK{barthes:ms, + ids = {barthes_ms}, + crossref = {barthes:ir}, + author = {Ролан Барт}, + title = {Миф ÑегоднÑ}, + translator = {Б. П. Ðарумова}, + year = {1994}, + origyear = {1957}, + pages = {72--130}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} + +@INBOOK{barthes:ms-m, + crossref = {barthes:m3ed}, + author = {Ролан Барт}, + title = {Миф ÑегоднÑ}, + translator = {Б. П. Ðарумова}, + year = {2008}, + origyear = {1957}, + pages = {265--323}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} + +@INBOOK{barthes:ut, + ids = {barthes_ut}, + crossref = {barthes:ir}, + author = {Ролан Барт}, + title = {УдовольÑтвие от текÑта}, + translator = {Г. К. КоÑикова}, + year = {1994}, + pages = {462--518}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@INBOOK{barthes:sa, + ids = {barthes_sa}, + crossref = {barthes:ir}, + author = {Ролан Барт}, + title = {Смерть автора}, + translator = {С. Ð. Зенкина}, + year = {1994}, + origyear = {1968}, + pages = {384--391}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@INBOOK{barthes:skd, + ids = {barthes_skd}, + crossref = {barthes:ir}, + author = {Ролан Барт}, + title = {Структурализм как деÑтельноÑÑ‚ÑŒ}, + translator = {Ð. Ð. Безменовой}, + year = {1994}, + pages = {253--261}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@BOOK{barthes:ir, + ids = {barthes_ir}, + author = {Ролан Барт}, + title = {Избранные работы}, + subtitle = {Семиотика. ПоÑтика}, + _credits = {СоÑÑ‚., общ. ред. и вÑтуп. ÑÑ‚. Г. К. КоÑикова}, + editor = {Г. К. КоÑикова}, + editortype = {gecompiler}, + introduction = {Г. К. КоÑикова}, + year = {1989}, + publisher = {ПрогреÑÑ}, + location = {Ðœ.}, + pagetotal = {616}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@BOOK{foucault:sv, + ids = {foucault_sv}, + author = {Мишель Фуко}, + _translator = {чаÑÑ‚ÑŒ Ð¿ÐµÑ€Ð²Ð°Ñ -- ВИЗГИÐÐ Ð’. П., чаÑÑ‚ÑŒ Ð²Ñ‚Ð¾Ñ€Ð°Ñ -- ÐВТОÐОМОВОЙ Ð. С.}, + translator = {Визгина, Ð’. П. and Ðвтономовой, Ð. С.}, + introduction = {Ð. С. Ðвтономовой}, + title = {Слова и вещи}, + subtitle = {ÐÑ€Ñ…ÐµÐ¾Ð»Ð¾Ð³Ð¸Ñ Ð³ÑƒÐ¼Ð°Ð½Ð¸Ñ‚Ð°Ñ€Ð½Ñ‹Ñ… наук}, + year = {1994}, + origyear = {1966}, + publisher = {Ð-cad}, + location = {Спб}, + pagetotal = {408 }, + origlanguage = {french}, + language = {russian}, + langid = {russian}, + _related = {MICHEL FOUCAULT Les mots et les choses UNE ARCHEOLOGIE DES SCIENCES HUMAINES CALLIMARD 1966}, +} +@INBOOK{derrida:gfintro, + ids = {derrida_gfintro}, + crossref = {derrida:gf}, + author = {Жак Деррида}, + translator = {С. Г. Кашиной}, + title = {Ð“Ð¾Ð»Ð¾Ñ Ð¸ феномен: введение в проблему знаков в феноменологии ГуÑÑерлÑ}, + year = {1999}, + pages = {9--137}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@BOOK{derrida:pr, + ids = {derrida_pr}, + author = {Жак Деррида}, + translator = {Ð. Гараджи and Ð’. Лапицкого and С. Фокина}, + _credits = {СоÑÑ‚. и Ð¾Ð±Ñ‰Ð°Ñ Ñ€ÐµÐ´. Ð’. Лапицкого}, + editor = {Ð’. Лапицкого}, + editortype = {geneditor}, + editora = {Ð’. Лапицкого}, + editoratype = {compiler}, + title = {ПиÑьмо и различие}, + year = {2000}, + origyear={1967}, + publisher = {ÐкадемичеÑкий проект}, + location = {СПб}, + isbn = {5-7331-0181-4}, + pagetotal = {432}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@INBOOK{apel:tgp, + ids = {apel_tgp}, + crossref = {apel:tf}, + author = {Ðпель, Карл-Отто}, + translator = {Ð’. Куренного}, + title = {ТранÑцендентально-герменевтичеÑкое понÑтие Ñзыка}, + year = {2001}, + origyear = {1972}, + pages = {237--262}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@BOOK{apel:tf, + ids = {apel_tf}, + author = {Ðпель, Карл-Отто}, + translator = {Ð’. Куренного and Б. Скуратова}, + title = {ТранÑÑ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии}, + year = {2001}, + publisher = {ЛогоÑ}, + location = {Ðœ.}, + isbn = {5-8163-0017-2}, + pagetotal = {344}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@BOOK{putnam:rii, + ids = {putnam_rii}, + author = {Хилари Патнем}, + translator = {Т. Ð. Дмитриева and Ðœ. Ð’. Лебедева}, + title = {Разум, иÑтина и иÑториÑ}, + year = {2002}, + publisher = {ПракÑиÑ}, + location = {Ðœ.}, + isbn = {5-901574-09-5}, + pagetotal = {296}, + series = {ФилоÑофиÑ}, + origyear = {1981}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@INBOOK{james:p, + ids = {james_p}, + crossref = {james:vv-book}, + author = {ДжеймÑ, У.}, + title = {Прагматизм}, + subtitle = {Ðовое название Ð´Ð»Ñ Ð½ÐµÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… Ñтарых методов мышлениÑ. ПопулÑрные лекции по филоÑофии}, + origtitle = {Pragmatism}, + origyear = {1907}, + year = {1997}, + pages = {208--324}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@INBOOK{james:vv, + ids = {james_vv}, + crossref = {james:vv-book}, + author = {ДжеймÑ, У.}, + title = {Ð’Ð¾Ð»Ñ Ðº вере}, + year = {1997}, + pages = {9--27}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOK{james:vv-book, + ids = {james_vv-book}, + author = {ДжеймÑ, У.}, + _credits = {ÑоÑÑ‚. Л. Ð’. Блинников, Ð. П. ПолÑков}, + editor = {Л. Ð’. Блинников and Ð. П. ПолÑков}, + editortype = {compiler}, + title = {Ð’Ð¾Ð»Ñ Ðº вере}, + year = {1997}, + publisher = {РеÑпублика}, + location = {Ðœ.}, + isbn = {5—250—02658—3}, + series = {МыÑлители XX века}, + pagetotal = {431}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOK{peirce:pf, + ids = {peirce_pf}, + author = {ПирÑ, Ч. С.}, + title = {Принципы филоÑофии}, + year = {2001}, + location = {СПб.}, + isbn = {5-93597-016-3}, + pagetotal = {542}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@INBOOK{peirce:ksn, + ids = {peirce_ksn}, + crossref = {peirce:ifp}, + author = {ПирÑ, Ч. С.}, + translator = {К. Чухрукидзе}, + title = {Как Ñделать наши идеи ÑÑными}, + year = {2000}, + origyear = {1878}, + pages = {266--295}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@INBOOK{peirce:nsk, + ids = {peirce_nsk}, + crossref = {peirce:ifp}, + author = {ПирÑ, Ч. С.}, + translator = {К. Чухрукидзе}, + title = {О новом ÑпиÑке категорий}, + year = {2000}, + origyear = {1867}, + pages = {96--115}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOK{peirce:ifp, + ids = {peirce_ifp}, + author = {ПирÑ, Ч. С.}, + title = {Избранные филоÑофÑкие произведениÑ}, + year = {2000}, + translator = {К. Голубович and К. Чухрукидзе and Т. Дмитриева}, + publisher = {ЛогоÑ}, + location = {Ðœ.}, + pagetotal = {448}, + isbn = {5-8163-0014-8}, + series = {ФеноменологиÑ. Герменевтика. ФилоÑÐ¾Ñ„Ð¸Ñ Ñзыка}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + _related = {Peirce C. S. Collected Papers. Ed. by C. Hartshorne and P. Weiss; Arthur W. Burks. Vol. 1 - 8. Cambridge - Mass.: The Belknap Press of Harvard University Press, 1965 -1967}, + _relateetype = {translationof}, +} +@BOOK{brentano:msa, + ids = {brentano_msa}, + author = {Брентано, Франц}, + title = {О многозначноÑти Ñущего по ÐриÑтотелю}, + isbn = {978-5-900291-30-7}, + year = {2012}, + pagetotal = {LXIV, 247}, + publisher = {Изд-во ИнÑтитута «ВыÑÑˆÐ°Ñ Ñ€ÐµÐ»Ð¸Ð³Ð¸Ð¾Ð·Ð½Ð¾-филоÑофÑÐºÐ°Ñ ÑˆÐºÐ¾Ð»Ð°Â»}, + location = {СПб.}, + credits = {предиÑл. Ð¸Ð·Ð´Ð°Ñ‚ÐµÐ»Ñ Ð. Ð. ПечерÑкой~; предиÑл. к изданию Ð . Ð. Громова~; пер. Ñ Ð½ÐµÐ¼. Ð. П. Ильина~; + коммент. Ф. Брентано, Ð. Г. ЧернÑкова~; науч. ред. и ÑоÑÑ‚. Ñловника Ð. Ю. Ð’Ñзьмина}, + origyear = {1862}, + _translator = {Ð. П. Ильина}, + _origlanguage= {german}, + language = {russian}, + langid = {russian}, +} +@ARTICLE{althusser:iia, + ids = {althusser_iia}, + author = {Луи ÐльтюÑÑер}, + title = {Ð˜Ð´ÐµÐ¾Ð»Ð¾Ð³Ð¸Ñ Ð¸ идеологичеÑкие аппараты гоÑударÑтва (заметки Ð´Ð»Ñ Ð¸ÑÑледованиÑ)}, + shorttitle = {Ð˜Ð´ÐµÐ¾Ð»Ð¾Ð³Ð¸Ñ Ð¸ идеологичеÑкие аппараты}, + year = {2011}, + journaltitle = {ÐеприкоÑновенный запаÑ}, + number = {3(77)}, + language = {russian}, + langid = {russian}, + origyear = {1970}, + origlanguage = {french}, + translator = {С. Б. Рындина}, + url = {http://magazines.russ.ru/nz/2011/3/al3.html}, + urldate = {2012-09-18}, +} +@SUPPBOOK{balibar:vs:zm, + ids = {balibar_vs_zm}, + crossref = {althusser:zm}, + author = {Ðтьен Балибар}, + title = {Ð’Ñтупительное Ñлово к изданию 1996 года}, + year = {2006}, + pages = {7-27}, + language = {russian}, + langid = {russian}, +} +@BOOK{althusser:zm, + ids = {althusser_zm}, + author = {Луи ÐльтюÑÑер}, + title = {За МаркÑа}, + year = {2006}, + publisher = {ПракÑиÑ}, + location = {Ðœ.}, + pagetotal = {392}, + isbn = {5-901574-59-1}, + translator = {Ð. Ð’. Денежкина}, + origyear = {1965}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, + series = {ÐÐ¾Ð²Ð°Ñ Ð½Ð°ÑƒÐºÐ° политики}, +} +@INBOOK{vezin:fffn, + ids = {vezin_fffn}, + crossref = {vezin-fedier:vv}, + author = {ФранÑуа Везен}, + title = {ФилоÑÐ¾Ñ„Ð¸Ñ Ñ„Ñ€Ð°Ð½Ñ†ÑƒÐ·ÑÐºÐ°Ñ Ð¸ филоÑÐ¾Ñ„Ð¸Ñ Ð½ÐµÐ¼ÐµÑ†ÐºÐ°Ñ}, + year = {2002}, + pages = {5-34}, + language = {russian}, + langid = {russian}, +} +@INBOOK{fedier:voobr, + ids = {fedier_voobr}, + crossref = {vezin-fedier:vv}, + author = {ФранÑуа Федье}, + title = {Воображаемое}, + year = {2002}, + pages = {35-92}, + language = {russian}, + langid = {russian}, +} +@INBOOK{fedier:vlast, + ids = {fedier_vlast}, + crossref = {vezin-fedier:vv}, + author = {ФранÑуа Федье}, + title = {ВлаÑÑ‚ÑŒ}, + year = {2002}, + pages = {93-136}, + language = {russian}, + langid = {russian}, +} +@SUPPBOOK{bibikhin:ppvf, + ids = {bibikhin_ppvf}, + crossref = {vezin-fedier:vv}, + author = {Ð’. Ð’. Бибихин}, + title = {ПоÑлеÑловие переводчика}, + year = {2002}, + pages = {137-151}, + language = {russian}, + langid = {russian}, +} +@BOOK{vezin-fedier:vv, + ids = {vezin-fedier_vv}, + author = {Везен, ФранÑуа and Федье, ФранÑуа}, + _credits = {Пер. Ñ Ñ„Ñ€., общ. ред. и поÑлеÑл. Ð’. Ð’. Бибихина}, + editor = {Ð’. Ð’. Бибихина}, + editortype = {geneditor}, + afterword = {Ð’. Ð’. Бибихина}, + title = {Везен Ф. ФилоÑÐ¾Ñ„Ð¸Ñ Ñ„Ñ€Ð°Ð½Ñ†ÑƒÐ·ÑÐºÐ°Ñ Ð¸ филоÑÐ¾Ñ„Ð¸Ñ Ð½ÐµÐ¼ÐµÑ†ÐºÐ°Ñ. Федье Ф. Воображаемое. ВлаÑÑ‚ÑŒ}, + location = {Ðœ.}, + publisher = {Едиториал УРСС}, + year = {2002}, + pagetotal = {152}, + isbn = {5-354-00200-1}, + translator = {Ð’. Ð’. Бибихина}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@BOOK{safransky:hgm, + ids = {safransky_hgm}, + author = {СафранÑки, Ð .}, + title = {Хайдеггер: германÑкий маÑтер и его времÑ}, + edition = {2}, + location = {Ðœ.}, + publisher = {ÐœÐ¾Ð»Ð¾Ð´Ð°Ñ Ð³Ð²Ð°Ñ€Ð´Ð¸Ñ}, + year = {2005}, + pagetotal = {614 [10] Ñ.}, + translator = {{Т. Ð. БаÑкаковой при учаÑтии Ð’. Ð. Брун-Цехового}}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, + series = {Жизнь замечательных людей: Сер. биогр.; Вып. 956}, +} +@INCOLLECTION{motroshilova:dzh, + ids = {motroshilova_dzh}, + crossref = {fmh}, + author = {Мотрошилова, Ð. Ð’.}, + title = {Драма жизни, идей и Ð³Ñ€ÐµÑ…Ð¾Ð¿Ð°Ð´ÐµÐ½Ð¸Ñ ÐœÐ°Ñ€Ñ‚Ð¸Ð½Ð° Хайдеггера}, + year = {1991}, + pages = {3---52}, + language = {russian}, + langid = {russian}, +} +@COLLECTION{fmh, + editor = {Мотрошиловой, Ð. Ð’.}, + _editortype = {Отв. ред.}, + title = {ФилоÑÐ¾Ñ„Ð¸Ñ ÐœÐ°Ñ€Ñ‚Ð¸Ð½Ð° Хайдеггера и ÑовременноÑÑ‚ÑŒ}, + location = {Ðœ.}, + publisher = {Ðаука}, + year = {1991}, + pagetotal = {253}, + isbn = {5-02-008105-1}, + language = {russian}, + langid = {russian}, +} +@BOOK{merleau-ponty:fv, + ids = {merleau-ponty_fv}, + author = {ÐœÐ¾Ñ€Ð¸Ñ ÐœÐµÑ€Ð»Ð¾-Понти}, + editor = {И. С. Вдовиной and С. Л. Фокина}, + title = {Ð¤ÐµÐ½Ð¾Ð¼ÐµÐ½Ð¾Ð»Ð¾Ð³Ð¸Ñ Ð²Ð¾ÑприÑтиÑ}, + location = {СПб.}, + publisher = {Ювента, Ðаука}, + year = {1999}, + pagetotal = {608}, + isbn = {5-02-026807-0 (Ðаука), 5-87399-054-9 (Ювента)}, + origyear = {1945}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} +@BOOK{husserl:li1909, + ids = {husserl_li1909}, + author = {Ðдмунд ГуÑÑерль}, + title = {ЛогичеÑкие иÑÑледованиÑ. Т 1}, + location = {СПб.}, + year = {1909}, + origyear = {1900}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@BOOKINBOOK{husserl:li1994, + ids = {husserl_li1994}, + crossref = {husserl:fsn-book}, + author = {Ðдмунд ГуÑÑерль}, + title = {ЛогичеÑкие иÑÑледованиÑ. Т. 1}, + year = {1994}, + origyear = {1900}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@BOOK{husserl:fsn-book, + ids = {husserl_fsn-book}, + author = {Ðдмунд ГуÑÑерль}, + title = {ФилоÑÐ¾Ñ„Ð¸Ñ ÐºÐ°Ðº ÑÑ‚Ñ€Ð¾Ð³Ð°Ñ Ð½Ð°ÑƒÐºÐ°}, + location = {ÐовочеркаÑÑк}, + publisher = {Сагуна}, + year = {1994}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@BOOKINBOOK{husserl:ken2005, + ids = {husserl_ken2005}, + crossref = {husserl:ir}, + author = {Ðдмунд ГуÑÑерль}, + title = {ÐšÑ€Ð¸Ð·Ð¸Ñ ÐµÐ²Ñ€Ð¾Ð¿ÐµÐ¹Ñких наук и феноменологиÑ}, + pages = {443-459}, + year = {2005}, + origdate = {1936/}, + translator = {Ð’. И. Молчанова}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@INBOOK{husserl:ideen2005, + ids = {husserl_ideen2005}, + crossref = {husserl:ir}, + author = {Ðдмунд ГуÑÑерль}, + title = {Идеи к чиÑтой феноменологии и феноменологичеÑкой филоÑофии. Книга I}, + pages = {241-282}, + year = {2005}, + translator = {Ð. Ð’. Михайлова}, + origyear = {1913}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, + _annotation = {только первые 55 параграфов}, +} +@BOOKINBOOK{husserl:fsn2005, + ids = {husserl_fsn2005}, + crossref = {husserl:ir}, + author = {Ðдмунд ГуÑÑерль}, + title = {ФилоÑÐ¾Ñ„Ð¸Ñ ÐºÐ°Ðº ÑÑ‚Ñ€Ð¾Ð³Ð°Ñ Ð½Ð°ÑƒÐºÐ°}, + pages = {185--240}, + year = {2005}, + translator = {С. ГеÑÑена}, + origlanguage = {german}, + origyear = {1911}, + language = {russian}, + langid = {russian}, + _related = {«ЛогоÑ: Международный ежегодник по филоÑофии культуры». 1911. Книга перваÑ. С. 1–56}, + _relatedtype = {reprintof}, +} +@BOOK{husserl:ideen1, + ids = {husserl_ideen1}, + crossref = {husserl:ideen}, + author = {ГуÑÑерль, Ð.}, + book = {Книга перваÑ}, + title = {Общее введение в чиÑтую феноменологию}, + year = {2009}, + origyear = {1913}, + pagetotal = {489}, + isbn = {978-5-8291-1042-0}, + translator = {Ð. Ð’. Михайлова}, + introduction = {Ð’. Ð. Куренного}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, + series = {ФилоÑофÑкие технологии}, +} +@MVBOOK{husserl:ideen, + ids = {husserl_ideen}, + author = {ГуÑÑерль, Ð.}, + title = {Идеи к чиÑтой феноменологии и феноменологичеÑкой филоÑофии}, + books = {2}, + location = {Ðœ.}, + publisher = {ÐкадемичеÑкий Проект}, + year = {2009}, + origyear = {1913}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, + series = {ФилоÑофÑкие технологии}, +} +@INBOOK{austin:chs, + ids = {austin_chs}, + crossref = {austin:izbr}, + author = {Джон ОÑтин}, + title = {Чужое Ñознание}, + year = {1999}, + pages = {247-289}, + _translator = {Руднева, Ð’. П.}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@INBOOK{austin:istina, + ids = {austin_istina}, + crossref = {austin:izbr}, + author = {Джон ОÑтин}, + title = {ИÑтина}, + year = {1999}, + pages = {290-307}, + _translator = {Руднева, Ð’. П.}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@INBOOK{austin:zs, + ids = {austin_zs}, + crossref = {austin:izbr}, + author = {Джон ОÑтин}, + title = {Значение Ñлова}, + year = {1999}, + pages = {308--326}, + _translator = {Руднева, Ð’. П.}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOKINBOOK{austin:ksd, + ids = {austin_ksd}, + crossref = {austin:izbr}, + author = {Джон ОÑтин}, + title = {Как Ñовершать дейÑÑ‚Ð²Ð¸Ñ Ð¿Ñ€Ð¸ помощи Ñлов?}, + year = {1999}, + pages = {13-138}, + translator = {Руднева, Ð’. П.}, + origyear = {1962}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + related = {austin:htd}, + relatedtype = {translationof}, +} +@BOOKINBOOK{austin:ss, + ids = {austin_ss}, + crossref = {austin:izbr}, + author = {Джон ОÑтин}, + title = {СмыÑл и ÑенÑибилии}, + year = {1999}, + pages = {139-246}, + translator = {Макеевой, Л. Б.}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOK{austin:izbr, + ids = {austin_izbr}, + author = {ОÑтин, Джон}, + title = {Избранное}, + location = {Ðœ.}, + publisher = {ИдеÑ-ПреÑÑ, Дом интеллектуальной книги}, + year = {1999}, + pagetotal = {332}, + isbn = {5-7333-0010-8}, + translator = {Макеевой, Л. Б. and Руднева, Ð’. П.}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} +@BOOK{popper:lrnz, + ids = {popper_lrnz}, + author = {Поппер, Карл}, + title = {Логика и роÑÑ‚ научного знаниÑ}, + location = {Ðœ.}, + publisher = {ПрогреÑÑ}, + year = {1983}, + _pagetotal = {pagetotal}, + _isbn = {isbn}, + _translator = {translator}, + origyear = {1935}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@BOOK{saussure:kol, + ids = {saussure_kol}, + author = {СоÑÑÑŽÑ€, Фердинанд де}, + editor = {Ð . И. Шор}, + commentator = {Ð . И. Шор}, + title = {ÐšÑƒÑ€Ñ Ð¾Ð±Ñ‰ÐµÐ¹ лингвиÑтики}, + location = {Ðœ.}, + publisher = {Едиториал УРСС}, + year = {2004}, + origyear = {1916}, + pagetotal = {256}, + isbn = {5-354-00556-6}, + translator = {Ð. Ðœ. Сухотина}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, + series = {ЛингвиÑтичеÑкое наÑледие XX века}, +} +@BOOK{austin:htd, + ids = {austin_htd}, + author = {John Austin}, + editor = {J. O. Urmson}, + title = {How to do Things with Words}, + subtitle = {The William James Lectures delivered at Harvard University in 1955}, + location = {Oxford}, + publisher = {Clarendon}, + year = {1962}, + isbn = {0-674-41152-8}, + language = {english}, + langid = {english}, +} +@BOOK{ayer:yail-book, + ids = {ayer_yail-book}, + author = {Ðльфред Ðйер}, + editor = {Ð’. Ð. Суровцева}, + editortype = {geneditor}, + title = {Язык, иÑтина и логика}, + location = {Ðœ.}, + publisher = {«Канон+» РООИ «РеабилитациÑ»}, + year = {2010}, + pagetotal = {240}, + isbn = {978-5-88373-180-5}, + translator = {Ð’. Ð. Суровцева and Ð. Ð. Тарабанова}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + origyear = {1936}, + origtitle = {Language, Truth and Logic}, +} +@COLLECTION{alm, + title = {Autour de \emph{Logiques des mondes d'Alain Badiou}}, + editor = {Rabouin, D. and Feltham, O. and Lincoln, L.}, + isbn = {9782813000248}, + eprint = {yJfh4V-iLskC}, + eprinttype = {googlebooks}, + year = {2011}, + pagetotal = {182}, + location = {Paris}, + publisher = {Archives Contemporaines}, + language = {french}, + langid = {french}, +} + +@ARTICLE{duportail:alu, + ids = {duportail_alu}, + author = {Duportail, Guy Félix}, + title = {Sur le lien ultime de la psychanalyse à la philosophie}, + journaltitle = {Revue de métaphysique et de morale}, + year = {2005/1}, + pages = {23-39}, + language = {french}, + langid = {french}, + doi = {10.3917/rmm.051.0023}, + number = {45}, +} + +@BOOK{passmore:slf, + ids = {passmore_slf}, + author = {ПаÑÑмор, Дж.}, + editor = {Ð. Ф. ГрÑзнова}, + editortype = {geneditor}, + title = {Сто лет филоÑофии}, + location = {Ðœ.}, + publisher = {ПрогреÑÑ-ТрадициÑ}, + year = {1998}, + pagetotal = {496}, + origyear = {1957}, + isbn = {5-89826-005-6}, + translator = {И. Ð’. БориÑова and Л. Б. Макеева and Ð. Ðœ. Руткевич}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + _related = {Ð Hundred Years of Philosophy. London, 1957}, + _relatedtype = {translationof}, +} + +@BOOK{wolff:of, + ids = {wolff_of}, + author = {Роберт П. Вольф}, + editor = {Ð’. Ð. ЛекторÑкого and Т. Ð. ÐлекÑеевой}, + title = {О филоÑофии}, + subtitle = {Учебник}, + location = {Ðœ.}, + publisher = {ÐÑпект ПреÑÑ}, + year = {1996}, + _pagetotal = {pagetotal}, + _isbn = {isbn}, + translator = {Ð’. Ð. ЛекторÑкого and Т. Ð. ÐлекÑеевой}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + _related = {ABOUT PHILOSOPHY Fourth edition Robert Paul Wolff University of Massachusetts}, + _relatedtype = {translationof}, +} + +@INCOLLECTION{hempel:tilp, + ids = {hempel_tilp}, + crossref = {fe}, + author = {Карл Гемпель}, + title = {Ð¢ÐµÐ¾Ñ€Ð¸Ñ Ð¸Ñтины логичеÑкого позитивизма}, + origyear = {1934}, + pages = {623-637}, + translator = {ОлеÑи Ðазаровой}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} + +@COLLECTION{fe, + editor = {ОлеÑи Ð. Ðазаровой}, + title = {ФилоÑÐ¾Ñ„Ð¸Ñ Ð¸ еÑтеÑтвознание. Журнал «Erkenntnis» («Познание»). Избранное}, + location = {Ðœ.}, + publisher = {ИдеÑ-ПреÑÑ, «Канон+» РООИ «РеабилитациÑ»}, + year = {2010}, + pagetotal = {640}, + isbn = {978-5-88373-185-6}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} + +@ONLINE{uschanov:sdolp, + ids = {uschanov_sdolp}, + author = {T. P. Uschanov}, + title = {The Strange Death of Ordinary Language Philosophy}, + year = {2001}, + language = {english}, + langid = {english}, + url = {http://www.helsinki.fi/~tuschano/writings/strange/}, + urldate = {2012-07-27}, +} + +@BOOK{gellner:sv, + ids = {gellner_sv}, + author = {ÐрнÑÑ‚ Геллнер}, + title = {Слова и вещи}, + subtitle = {КритичеÑкий анализ лингвиÑтичеÑкой филоÑофии и иÑÑледование идеологии}, + location = {Ðœ.}, + publisher = {Из-во иноÑтранной литературы}, + year = {1962}, + pagetotal = {344}, + translator = {И. Добронравова and Ð’. Швырева}, + credits = {Ð¾Ð±Ñ‰Ð°Ñ Ñ€ÐµÐ´Ð°ÐºÑ†Ð¸Ñ Ð¸ вÑÑ‚ÑƒÐ¿Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ ÑÑ‚Ð°Ñ‚ÑŒÑ Ð’. Ð’. Мшвениерадзе}, + origlanguage = {english}, + origyear = {1959}, + language = {russian}, + langid = {russian}, +} + +@ARTICLE{quine:or, + ids = {quine_or}, + author = {Quine, W. V. O.}, + title = {Ontological Relativity}, + journaltitle = {The Journal of Philosophy}, + date = {1968-04-04}, + origyear = {1968}, + pages = {185-212}, + language = {english}, + langid = {english}, + volume = {65}, + issue = {7}, + _related = {Перепечатано: Quine W. V. O. Ontological Relativity and Other Essays. N.Y., 1969. + Ð¡Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ñ„Ð¸Ð»Ð¾ÑÐ¾Ñ„Ð¸Ñ Ð½Ð°ÑƒÐºÐ¸. - Ðœ., 1996. - С.18-40.}, +} + +@INBOOK{wittgenstein:fi, + ids = {wittgenstein_fi}, + crossref = {wittgenstein:fr1}, + author = {Людвиг Витгенштейн}, + title = {ФилоÑофÑкие иÑÑледованиÑ}, + year = {1994}, + origyear = {1953}, + pages = {75-319}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} + +@COLLECTION{if1, + crossref = {if}, + volume = {â„– 1}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 01}, + credits = {Ред. Г. Ðœ. ТавризÑн}, + pagetotal = {206}, + isbn = {5-201-01951-X}, + year = {1997}, +} + +@COLLECTION{if2, + crossref = {if}, + volume = {â„– 2}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 02}, + credits = {Ред. Ðœ. Ð. Громов, Ð. Ð’. Панибратцев}, + pagetotal = {190}, + isbn = {5-201-01962-5}, + year = {1998}, +} + +@COLLECTION{if3, + crossref = {if}, + volume = {â„– 3}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 03}, + credits = {Ред. Ð’. Ð. Жучков}, + pagetotal = {182}, + isbn = {5-201-01992-7}, + year = {1998}, +} + +@COLLECTION{if4, + crossref = {if}, + volume = {â„– 4}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 04}, + credits = {Отв. ред. Ðœ. Ð. Громов, Ð. Ð’. Панибратцев}, + pagetotal = {218}, + isbn = {5-201-02007-0}, + year = {1999}, +} + +@COLLECTION{if5, + crossref = {if}, + volume = {â„– 5}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 05}, + credits = {Ред. И. Ð. Михайлов}, + pagetotal = {294}, + isbn = {5-201-02015-1}, + year = {2000}, +} + +@COLLECTION{if6, + crossref = {if}, + volume = {â„– 6}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 06}, + credits = {Ред. И. Ð. Михайлов}, + pagetotal = {228}, + isbn = {5-201-02033-Ð¥}, + year = {2000}, +} + +@COLLECTION{if7, + crossref = {if}, + volume = {â„– 7}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 07}, + credits = {Ред. Ð’. Г. ЛыÑенко}, + pagetotal = {300}, + isbn = {5-201-02047-Ð¥}, + year = {2000}, +} + +@COLLECTION{if8, + crossref = {if}, + volume = {â„– 8}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 08}, + credits = {Отв. ред. Ð. Ðœ. Руткевич, И. Ð. Михайлов}, + pagetotal = {187}, + isbn = {5-201-02073-9}, + year = {2001}, +} + +@COLLECTION{if9, + crossref = {if}, + volume = {â„– 9}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 09}, + credits = {Отв. ред. С. И. Бажов}, + pagetotal = {176}, + isbn = {5-201-02092-5}, + year = {2002}, +} + +@COLLECTION{if10, + crossref = {if}, + volume = {â„– 10}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 10}, + credits = {Отв. ред. Ð’. Ð’. Старовойтов}, + pagetotal = {253}, + isbn = {5-201-02134-4}, + year = {2003}, +} + +@COLLECTION{if11, + crossref = {if}, + volume = {â„– 11}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 11}, + credits = {Отв. ред. Ð’. Г. ЛыÑенко}, + pagetotal = {250}, + isbn = {5-9540-0004-2}, + year = {2004}, +} + +@COLLECTION{if12, + crossref = {if}, + volume = {â„– 12}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 12}, + credits = {Отв. ред. Т. Ð. Дмитриев}, + pagetotal = {244}, + isbn = {5-9540-0039-5}, + year = {2005}, +} + +@COLLECTION{if13, + crossref = {if}, + volume = {â„– 13}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 13}, + credits = {Отв. ред. И. И. Блауберг}, + pagetotal = {251}, + isbn = {978-5-9540-0107-5}, + year = {2008}, +} + +@COLLECTION{if14, + crossref = {if}, + volume = {â„– 14}, + sorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии 14}, + credits = {Отв. ред. Ð. Ð’. Ðикитин}, + pagetotal = {267}, + isbn = {978-5-9540-0125-9}, + year = {2009}, +} +@MVCOLLECTION{if, + xdata = {if-common}, + title = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñ„Ð¸Ð»Ð¾Ñофии}, + credits = {Ð ÐÐ, Ин-Ñ‚ филоÑофии}, + date = {1997/}, + related = {if1,if2,if3,if4,if5,if6,if7,if8,if9,if10,if11,if12,if13,if14}, + relatedtype = {multivolume}, +} + +@INCOLLECTION{ajdukiewicz:pti, + ids = {ajdukiewicz_pti}, + crossref = {if5}, + author = {К. Ðйдукевич}, + title = {Проблема транÑцендентального идеализма в ÑемантичеÑкой формулировке}, + pages = {154-171}, + translator = {Ð’. Ð. ПоруÑ}, + origlanguage = {polish}, + language = {russian}, + langid = {russian}, + year = {2000}, + origdate = {1937}, + _related = {Problemat transcendentalnego idealizmu w slormulowaniu semantycznym + // PrzeglÄ…d Filozoficzny. 1937. XL. S. 271–287.}, + _relatedtype = {translationof}, + url = {http://iph.ras.ru/elib/HP5_9.html}, + urldate = {2012-07-26}, + annotation = {критика понÑÑ‚Ð¸Ñ Ñ‚Ñ€Ð°Ð½Ñцендентального Ñубъекта}, +} + +@ARTICLE{przelecki:wojcicki:pa, + ids = {przelecki_wojcicki_pa}, + _author = {Marian PrzeÅ‚Ä™cki and Ryszard Wójcicki}, + author = {Marian \foreignlanguage{polish}{PrzeÅ‚Ä™cki} and + Ryszard \foreignlanguage{polish}{Wójcicki}}, + title = {The Problem of Analyticity}, + journaltitle = {Synthese}, + year = {1969}, + pages = {374-399}, + language = {english}, + langid = {english}, + volume = {19}, + number = {3/4}, + month = {Apr.}, +} + +@BOOK{badiou:century, + ids = {badiou_century}, + author = {Badiou, Alain}, + title = {The Century}, + location = {Cambridge}, + publisher = {Polity}, + year = {2007}, + _pagetotal = {???}, + translator = {Alberto Toscano}, + origlanguage = {french}, + language = {english}, + langid = {english}, +} + +@BOOK{stroll:tcaph, + ids = {stroll_tcaph}, + author = {Stroll, Avrum}, + title = {Twentieth-Century Analytic Philosophy}, + location = {N.Y.}, + publisher = {Columbia University Press}, + year = {2000}, + pagetotal = {302}, + isbn = {0-231-11220-3}, + language = {english}, + langid = {english}, +} + +@INBOOK{heidegger:wim, + ids = {heidegger_wim}, + crossref = {heidegger:g9wegmarken}, + author = {Martin Heidegger}, + title = {Was ist Metaphysik?}, + pages = {103-122}, + language = {german}, + langid = {german}, +} + +@BOOK{carnap:sn, + ids = {carnap_sn}, + author = {Рудольф Карнап}, + editor = {Д. Ð. Бочвара}, + editortype = {geneditor}, + title = {Значение и необходимоÑÑ‚ÑŒ}, + subtitle = {ИÑÑледование по Ñемантике и модальной логике}, + location = {Ðœ.}, + publisher = {Изд-во иноÑÑ‚Ñ€. лит-ры}, + year = {1959}, + pagetotal = {383}, + translator = {Ð. Ð’. Воробьева}, + foreword = {С. Ð. ЯновÑкой}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} + +@INCOLLECTION{carnap:pmlaya, + ids = {carnap_pmlaya}, + crossref = {af-sr}, + author = {Рудольф Карнап}, + title = {Преодоление метафизики логичеÑким анализом Ñзыка}, + pages = {69-89}, + translator = {Ð. Ð’. Кезина}, + origyear = {1932}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, + url = {http://philosophy.ru/library/carnap/01.html}, +} + +@INBOOK{quine:dde, + ids = {quine_dde}, + crossref = {quine:so}, + author = {Куайн, Уиллард Ван Орман}, + title = {Две догмы Ñмпиризма}, + origyear = {1951}, + _pages = {}, + translator = {Т. Ð. Дмитриева}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + related = {quine:tde}, + relatedtype = {translationof}, +} + +@BOOK{quine:so, + ids = {quine_so}, + author = {Куайн, Уиллард Ван Орман}, + title = {Слово и объект}, + location = {Ðœ.}, + publisher = {ЛогоÑ, ПракÑиÑ}, + year = {2000}, + pagetotal = {386}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} + +@COLLECTION{pfa, + title = {Путь в филоÑофию. ÐнтологиÑ}, + location = {Ðœ.: ПЕРСÐ~; СПб.: УниверÑитетÑÐºÐ°Ñ ÐºÐ½Ð¸Ð³Ð°}, + year = {2001}, + pagetotal = {445}, + isbn = {5-9292-0039-4 (ПЕРСÐ)~; \mkbibacro{ISBN} 5-323-00003-1 (УниверÑитетÑÐºÐ°Ñ ÐºÐ½Ð¸Ð³Ð°)}, + series = {Humanitas}, + language = {russian}, + langid = {russian}, +} + +@ARTICLE{quine:tde, + ids = {quine_tde}, + author = {W. V. Quine}, + title = {Two Dogmas of Empiricism}, + journaltitle = {The Philosophical Review}, + year = {1951}, + issue = {1}, + volume = {60}, + month = {jan}, + pages = {20-43}, + language = {english}, + langid = {english}, + related = {quine:dde}, + relatedtype = {bytranslator}, +} + +@INCOLLECTION{ayer:yail, + ids = {ayer_yail}, + crossref = {af-it}, + author = {Ðйер, Ð. Д}, + title = {Язык, иÑтина и логика (глава 6)}, + pages = {50-65}, + translator = {Ð. Ð. Яковлева}, + origyear = {1936}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + _related = {Ayer A. J. Language, Truth and Logic. Harmonds- worth, 1980. P. 136-158}, + _relatedtype = {translationof}, +} + +@INBOOK{wittgenstein:lft1994, + ids = {wittgenstein_lft1994}, + crossref = {wittgenstein:fr1}, + author = {Людвиг Витгенштейн}, + title = {Логико-филоÑофÑкий трактат}, + year = {1994}, + origyear = {1921}, + pages = {1-73}, + language = {russian}, + langid = {russian}, +} + +@BOOK{wittgenstein:fr1, + ids = {wittgenstein_fr1}, + crossref = {wittgenstein:fr}, + editor = {Ðœ. С. Козловой}, + editortype = {compiler}, + introduction = {Ðœ. С. Козловой}, + annotator = {Ðœ. С. Козловой}, + part = {I}, + _pagetotal = {612}, + isbn = {5-7333-0485-6}, + language = {russian}, + langid = {russian}, +} + +@BOOK{wittgenstein:fr2, + ids = {wittgenstein_fr2}, + crossref = {wittgenstein:fr}, + _author = {Людвиг Витгенштейн}, + _editor = {Ðœ. С. Козловой}, + _editortype = {compiler}, + introduction = {Ðœ. С. Козловой}, + _annotator = {Ðœ. С. Козловой}, + part = {II}, + _pagetotal = {}, + isbn = {5-7333-0485-5}, + language = {russian}, + langid = {russian}, +} + +@MVBOOK{wittgenstein:fr, + ids = {wittgenstein_fr}, + author = {Людвиг Витгенштейн}, + title = {ФилоÑофÑкие работы}, + location = {Ðœ.}, + publisher = {ГнозиÑ}, + year = {1994}, + series = {ФеноменологиÑ, Герменевтика, ФилоÑÐ¾Ñ„Ð¸Ñ Ñзыка}, + translator = {Ðœ. С. Козловой and Ю. Ð. ÐÑеева}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} + +@BOOK{bibikhin:wsa, + ids = {bibikhin_wsa}, + author = {Бибихин, Ð’. Ð’.}, + title = {Витгенштейн}, + subtitle = {Ñмена аÑпекта}, + location = {Ðœ.}, + publisher = {ИнÑтитут филоÑофии, теологии и иÑтории Ñв. Фомы}, + year = {2005}, + pagetotal = {576}, + isbn = {5-94242-011-4}, + language = {russian}, + langid = {russian}, +} + +@BOOK{moore:pe-ru, + ids = {moore_pe_ru}, + author = {Джордж Ðдвард Мур}, + editor = {ÐарÑкого, И. С.}, + editortype = {geneditor}, + title = {Принципы Ñтики}, + location = {Ðœ.}, + publisher = {ПрогреÑÑ}, + year = {1984}, + origdate = {1903}, + pagetotal = {327}, + translator = {Коноваловой, Л. Ð’.}, + origlanguage = {english}, + introduction = {ÐарÑкого, И. С. and Коноваловой, Л. Ð’.}, + language = {russian}, + langid = {russian}, +} + +@INCOLLECTION{moore:dvm, + ids = {moore_dvm}, + crossref = {af-it}, + author = {Джордж Ðдвард Мур}, + title = {ДоказательÑтво внешнего мира}, + pages = {66-83}, + translator = {И. Ð’. БориÑовой}, + origlanguage = {english}, + origdate = {1939}, + language = {russian}, + langid = {russian}, + _related = {впервые: The Proceedings of the British Academy. V. XXV. + Данный перевод по изданию: Moore G. Е. hilosophical Papers. L., 1959. P. 127-151.}, + _relatedtype = {translationof}, +} + +@INCOLLECTION{moore:zzs, + ids = {moore_zzs}, + crossref = {af-sr}, + author = {Джордж Ðдвард Мур}, + title = {Защита здравого ÑмыÑла}, + pages = {51-75}, + translator = {И. Ð’. БориÑовой}, + origlanguage = {english}, + origdate = {1925}, + language = {russian}, + langid = {russian}, + _related = {Moore G. Е. Phllosophlcal Papers. L.-N.-У., 1959, рр. 32-59}, + _relatedtype = {translationof}, +} + +@INCOLLECTION{moore:ps, + ids = {moore_ps}, + crossref = {ife2008}, + author = {Джордж Ðдвард Мур}, + title = {Природа ÑуждениÑ}, + pages = {186-204}, + translator = {И. Ð’. БориÑовой}, + origlanguage = {english}, + origdate = {1899}, + commentator = {И. Ð’. БориÑовой}, + language = {russian}, + langid = {russian}, + _related = {Moore, G. E. 1899: “The Nature of Judgment,†Mind 8, 176-93}, + _relatedtype = {translationof}, +} + +@COLLECTION{ife2008, + credits = {Ин-Ñ‚ филоÑофии Ð ÐÐ}, + title = {ИÑторико-филоÑофÑкий ежегодник 2008}, + location = {Ðœ.}, + publisher = {Ðаука}, + year = {2009}, + pagetotal = {421}, + isbn = {978-5-02-036810-1}, + language = {russian}, + langid = {russian}, +} + +@COLLECTION{ife98, + title = {ИÑторико-филоÑофÑкий ежегодник'98}, + location = {Ðœ.}, + publisher = {Ðаука}, + year = {2000}, + pagetotal = {427}, + isbn = {5-02-008360-7}, + language = {russian}, + langid = {russian}, +} + +@INCOLLECTION{russell:mfr, + ids = {russell_mfr}, + crossref = {af-it}, + author = {Бертран РаÑÑел}, + title = {Мое филоÑофÑкое развитие}, + pages = {11-27}, + translator = {Ð. Ð. Яковлева}, + origyear = {1959}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + _related = {Russell Ð’. My Philosophical Development. L., 1975.}, + _relatedtype = {translationof}, +} + +@BOOK{preston:ap, + ids = {preston_ap}, + title = {Analytic Philosophy}, + subtitle = {The History of an Illusion}, + author = {Preston, Aaron}, + isbn = {9781441131966}, + series = {Bloomsbury Studies in Philosophy}, + url = {http://books.google.ru/books?id=p96pelDACZcC}, + year = {2010}, + pagetotal = {208}, + publisher = {CONTINUUM}, + language = {english}, + langid = {english}, +} + +@INBOOK{frege:osz, + ids = {frege_osz}, + crossref = {frege:lls}, + author = {Фреге, Готтлоб}, + title = {О ÑмыÑле и значении}, + pages = {230-246}, + year = {2000}, + origyear = {1892}, + origtitle = {Ãœber Sinn und Bedeutung}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} +@INBOOK{frege:opp, + ids = {frege_opp}, + crossref = {frege:lls}, + author = {Фреге, Готтлоб}, + title = {О понÑтии и предмете}, + pages = {253-262}, + year = {2000}, + origyear = {1892}, + origtitle = {Ãœber Begriff und Gegenstand}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} + +@BOOK{frege:lls, + ids = {frege_lls}, + author = {Фреге, Готтлоб}, + editor = {3. Ð. Кузичевой}, + title = {Логика и логичеÑÐºÐ°Ñ Ñемантика}, + subtitle = {Сборник трудов}, + location = {Ðœ.}, + publisher = {ÐÑпект ПреÑÑ}, + year = {2000}, + pagetotal = {512}, + isbn = {5-7567-0128-1}, + translator = {Б. Ð’. Бирюкова}, + _credits = {введение и поÑлеÑловие Б. Ð’. Бирюкова~; комментарии Б. Ð’. Бирюкова и 3. Ð. Кузичевой}, + introduction = {Б. Ð’. Бирюкова}, + afterword = {Б. Ð’. Бирюкова}, + commentator = {Б. Ð’. Бирюкова and 3. Ð. Кузичевой}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, + annotation = {Учебное поÑобие Ð´Ð»Ñ Ñтудентов вузов}, +} + +@COLLECTION{af-sr, + editor = {ГрÑзнова, Ð. Ф.}, + editortype = {geneditor}, + editora = {ГрÑзнова, Ð. Ф.}, + editoratype = {compiler}, + introduction = {ГрÑзнова, Ð. Ф.}, + title = {ÐналитичеÑÐºÐ°Ñ Ñ„Ð¸Ð»Ð¾ÑофиÑ}, + subtitle = {Становление и развитие (антолоrиÑ)}, + location = {Ðœ.}, + publisher = {Дом интеллект. книги. ПрогреÑÑ-ТрадициÑ}, + year = {1998}, + pagetotal = {528}, + credits = {пер. Ñ Ð°Ð½Ð³Ð»., нем.}, + language = {russian}, + langid = {russian}, +} + +@COLLECTION{af-it, + title = {ÐналитичеÑÐºÐ°Ñ Ñ„Ð¸Ð»Ð¾ÑофиÑ}, + subtitle = {Избранные текÑÑ‚Ñ‹}, + location = {Ðœ.}, + publisher = {Изд-во МГУ}, + year = {1993}, + pagetotal = {181}, + isbn = {5-211-02147-9}, + origlanguage = {english}, + translator = {И. Ð’. БориÑовой and Ð. Л. Золкина and Ð. Ð. Яковлева}, + introduction = {Ð. Ф. ГрÑзнова}, + editor = {Ð. Ф. ГрÑзнова}, + editortype = {compiler}, + commentator = {Ð. Ф. ГрÑзнова}, + language = {russian}, + langid = {russian}, +} + +@ARTICLE{russell:op1919, + ids = {russell_op1919}, + author = {Bertrand Russell}, + title = {On Propositions: What They Are and How They Mean}, + journaltitle = {Proceedings of the Aristotelian Society, Supplementary Volumes}, + publisher = {Blackwell Publishing on behalf of The Aristotelian Society}, + year = {1919}, + pages = {1-43}, + language = {english}, + langid = {english}, + volume = {2}, + issuetitle = {Problems of Science and Philosophy}, + eprint = {4106441}, + eprinttype = {jstor}, + _url = {http://www.jstor.org/stable/4106441}, +} + +@INCOLLECTION{rescher:vpaf, + ids = {rescher_vpaf}, + crossref = {af-sr}, + author = {Ð. Решер}, + title = {Взлет и падение аналитичеÑкой филоÑофии}, + pages = {454-465}, + translator = {Ð. Ð’. Пономаревой}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + url = {http://philosophy.ru/library/lang/rescher.html}, + urldate = {2012-07-13}, +} + +@BOOK{russell:it, + ids = {russell_it}, + author = {Бертран РаÑÑел}, + title = {Избранные труды}, + location = {ÐовоÑибирÑк}, + publisher = {СибирÑкое универÑитетÑкое издательÑтво}, + year = {2007}, + pagetotal = {260}, + introduction = {Ð’. Ð. Суровцева}, + _credits = {вÑÑ‚ÑƒÐ¿Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ ÑÑ‚Ð°Ñ‚ÑŒÑ Ð’. Ð. Суровцева~; пер. Ñ Ð°Ð½Ð³Ð». Ð’. Ð’. Целищева and Ð’. Ð. Суровцева}, + translator = {Ð’. Ð’. Целищева and Ð’. Ð. Суровцева}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} + +@INBOOK{russell:oo, + ids = {russell_oo}, + crossref = {russell:it}, + author = {Бертран РаÑÑел}, + title = {Об обозначении}, + translator = {Ð’. Ð. Суровцева}, + pages = {18-32}, + origlanguage = {english}, + origyear = {1905}, + language = {russian}, + langid = {russian}, + url = {http://www.katrechko.narod.ru/library/russel/on-denoting.html}, + _related = {russell:od}, + _relatedtype = {translationof}, +} + +@ARTICLE{russell:od, + ids = {russell_od}, + author = {Bertrand Russell}, + title = {On Denoting}, + journal = {Mind. New Series}, + year = {1905}, + number = {56}, + pages = {479-493}, + language = {english}, + langid = {english}, + volume = {14}, + month = {10}, + _related = {russell:oo}, + _relatedtype = {translatedas}, +} + +@COLLECTION{analfil, + editor = {Ðœ. Ð’. Лебедева and Ð. З. ЧернÑка}, + title = {ÐналитичеÑÐºÐ°Ñ Ñ„Ð¸Ð»Ð¾ÑофиÑ}, + subtitle = {Учебное поÑобие}, + location = {Ðœ.}, + publisher = {ИПК РУДÐ}, + year = {2006}, + pagetotal = {622}, + language = {russian}, + langid = {russian}, +} + +@INBOOK{russell:fla, + ids = {russell_fla}, + crossref = {russell:fla-book}, + title = {ФилоÑÐ¾Ñ„Ð¸Ñ Ð»Ð¾Ð³Ð¸Ñ‡ÐµÑкого атомизма}, + origdate = {1918}, + pages = {3-108}, + language = {russian}, + langid = {russian}, +} + +@INBOOK{russell:op, + ids = {russell_op}, + crossref = {russell:fla-book}, + title = {О пропозициÑÑ…: что они Ñобой предÑтавлÑÑŽÑ‚ и каким образом обозначают}, + origdate = {1919}, + pages = {109-145}, + language = {russian}, + langid = {russian}, +} + +@INBOOK{russell:la, + ids = {russell_la}, + crossref = {russell:fla-book}, + title = {ЛогичеÑкий атомизм}, + origdate = {1924}, + pages = {146-167}, + language = {russian}, + langid = {russian}, +} + +@INBOOK{russell:lo, + ids = {russell_lo}, + crossref = {russell:fla-book}, + title = {Логика и онтологиÑ}, + origdate = {1957}, + pages = {168-174}, + language = {russian}, + langid = {russian}, +} + +@SUPPBOOK{surovtsev:la, + ids = {surovtsev_la}, + crossref = {russell:fla-book}, + author = {Ð’. Ð. Суровцев}, + title = {ЛогичеÑкий атомизм}, + subtitle = {иÑточники и перÑпективы одной коллизии}, + pages = {180-191}, + language = {russian}, + langid = {russian}, +} + +@BOOK{russell:fla-book, + ids = {russell_flabook}, + author = {Бертран РаÑÑел}, + title = {ФилоÑÐ¾Ñ„Ð¸Ñ Ð»Ð¾Ð³Ð¸Ñ‡ÐµÑкого атомизма}, + location = {ТомÑк}, + publisher = {Водолей}, + year = {1999}, + pagetotal = {192}, + isbn = {5-7137-0127-1}, + translator = {Ð’. Ð. Суровцева}, + commentator = {Ð’. Ð. Суровцева}, + afterword = {Ð’. Ð. Суровцева}, + _origlanguage= {english}, + language = {russian}, + langid = {russian}, +} + +@BOOK{russell:im, + ids = {russell_im}, + author = {Бертран РаÑÑел}, + title = {ИÑкуÑÑтво мыÑлить}, + location = {Ðœ.}, + publisher = {ИдеÑ-ПреÑÑ, Дом интеллектуальной книги}, + year = {1999}, + pagetotal = {240}, + translator = {Козловой, Е. Ð. and Ðазаровой, О. Ð. and Сычевой, С. Г.}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + edition = {2-е изд., иÑпр.}, + isbn = {5-733-0007-8}, +} + +@BOOK{frege:lft, + ids = {frege_lft}, + author = {Фреге, Готлоб}, + title = {Логико-филоÑофÑкие труды}, + media = {text}, + credits = {пер. Ñ Ð°Ð½Ð³Ð»., нем., франц. Ð’. Ð. Суровцева}, + _translator = {Ð’. Ð. Суровцева}, + _origlanguage= {english and german and french}, + location = {ÐовоÑибирÑк}, + publisher = {Сиб. унив. изд-во}, + year = {2008}, + pagetotal = {283}, + series = {Пути филоÑофии}, + language = {russian}, + langid = {russian}, +} + +@COLLECTION{fsi, + title = {ФилоÑÐ¾Ñ„Ð¸Ñ Ð² ÑиÑтематичеÑком изложении}, + location = {Ðœ.}, + publisher = {Ð¢ÐµÑ€Ñ€Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‰ÐµÐ³Ð¾}, + year = {2006}, + pagetotal = {440}, + series = {УниверÑитетÑÐºÐ°Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ° ÐлекÑандра ПогорельÑкого}, + isbn = {5-91129-011-1}, + language = {russian}, + langid = {russian}, +} +@BOOK{herrmann:pphh, + ids = {herrmann_pphh}, + author = {Херрманн, Ф.-Ð’. фон}, + title = {ПонÑтие феноменологии у Хайдеггера и ГуÑÑерлÑ}, + subtitle = {Сборник}, + location = {Мн.}, + publisher = {Пропилеи}, + year = {2000}, + pagetotal = {192}, + isbn = {985-6329-41-8}, + translator = {И. Инишева}, + origlanguage = {german}, + language = {russian}, + langid = {russian}, +} + +@BOOKINBOOK{brentano:petz, + ids = {brentano_petz}, + crossref = {brentano:ir}, + title = {ПÑÐ¸Ñ…Ð¾Ð»Ð¾Ð³Ð¸Ñ Ñ ÑмпиричеÑкой точки зрениÑ}, + pages = {11-91}, + origyear = {1874}, + language = {russian}, + langid = {russian}, +} + +@BOOK{brentano:ir, + ids = {brentano_ir}, + author = {Брентано, Ф.}, + title = {Избранные работы}, + editor = {Ð’. Ðнашвили}, + editortype = {compiler}, + translator = {Ð’. Ðнашвили}, + origlanguage = {german}, + location = {Ðœ.}, + year = {1996}, + publisher = {Дом интеллект. книги, РуÑ. феноменол. общ-во}, + isbn = {5-7333-0428-6}, + pagetotal = {176}, + language = {russian}, + langid = {russian}, +} + +@BOOK{brentano:pns, + ids = {brentano_pns}, + title = {О проиÑхождении нравÑтвенного познаниÑ}, + author = {Брентано, Ф.}, + translator = {Ð. Ð. Ðнипко}, + origlanguage = {german}, + isbn = {9785893293203}, + series = {МетафизичеÑкие иÑÑледованиÑ}, + year = {2000}, + location = {СПб.}, + publisher = {ÐлетейÑ}, + pagetotal = {202}, + language = {russian}, + langid = {russian}, +} + +@SUPPBOOK{gak:tss, + ids = {gak_tss}, + crossref = {tesniere:gss}, + author = {Ð’. Г. Гак}, + title = {Л. Теньер и его Ñтруктурный ÑинтакÑиÑ}, + language = {russian}, + langid = {russian}, +} + +@BOOK{tesniere:gss, + ids = {tesniere_gss}, + title = {ОÑновы Ñтруктурного ÑинтакÑиÑа}, + origtitle = {Éléments de Syntaxe Structurale}, + language = {russian}, + pagetotal = {656}, + series = {Языковеды мира~/ редкол.: Г. Ð’. Степанов (пред.) [и др.]}, + location = {Ðœ.}, + publisher = {ПрогреÑÑ}, + author = {Теньер, ЛюÑьен}, + translator = {И. Ðœ. БогуÑлавÑкого and Л. И. Лухт and Б. П. Ðарумова and С. Л. Сахно}, + editor = {Ð’. Г. Гака}, + editortype = {geneditor}, + foreword = {Ð’. Г. Гака}, + year = {1988}, + langid = {russian}, + origlanguage = {french}, +} + +@BOOK{descombes:ds, + ids = {descombes_ds}, + title = {Дополнение к Ñубъекту}, + subtitle = {ИÑÑледование феномена дейÑÑ‚Ð²Ð¸Ñ Ð¾Ñ‚ ÑобÑтвенного лица}, + origtitle = {Le complément de sujet: Enquête sur le fait d'agir de soi-même}, + isbn = {978-5-86793-827-7}, + language = {russian}, + pagetotal = {576}, + series = {Ð˜Ð½Ñ‚ÐµÐ»Ð»ÐµÐºÑ‚ÑƒÐ°Ð»ÑŒÐ½Ð°Ñ Ð¸ÑториÑ}, + location = {Ðœ.}, + publisher = {Ðовое литературное обозрение}, + author = {Декомб, ВинÑент}, + translator = {ГолованивÑкой, Марии}, + year = {2011}, + langid = {russian}, + origlanguage = {french}, + _related = {descombes:cs}, + _relatedtype = {translationof}, +} + +@BOOK{descombes:cs, + ids = {descombes_cs}, + title = {Le complément de sujet}, + subtitle = {Enquête sur le fait d'agir de soi-même}, + author = {Descombes, Vincent}, + isbn = {9782070761302}, + lccn = {2004430666}, + series = {NRF Essais}, + year = {2004}, + publisher = {Gallimard}, + language = {french}, + langid = {french}, +} + +@BOOK{ciganenko:es, + ids = {ciganenko_es}, + author = {Цыганенко, Г. П.}, + title = {ÐтимологичеÑкий Ñловарь руÑÑкого Ñзыка}, + subtitle = {Более 5 000 Ñлов}, + edition = {2-е изд., перераб. и доп.}, + location = {К.}, + publisher = {Рад. шк.}, + year = {1989}, + pagetotal = {511}, + language = {russian}, + langid = {russian}, + isbn = {5-330-00735-6}, +} + +@BOOK{sartre:bin, + ids = {sartre_bin}, + title = {Бытие и ничто}, + subtitle = {Опыт феноменологичеÑкой онтологии}, + author = {Сартр, Жан-Поль}, + isbn = {5-250-02729-6}, + series = {МыÑлители ХХ века}, + year = {2000}, + location = {Ðœ.}, + pagetotal = {639}, + publisher = {РеÑпублика}, + translator = {Ð’. И. КолÑдко}, + foreword = {Ð’. И. КолÑдко}, + annotator = {Ð’. И. КолÑдко and Ð . К. Медведевой}, + origyear = {1943}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} + +@INCOLLECTION{zizek:ldl, + ids = {zizek_ldl}, + crossref = {rs11}, + author = {Žižek, Slavoj}, + title = {The Lamella of David Lynch}, + pages = {205-220}, + language = {english}, + langid = {english}, +} + +@INCOLLECTION{feldstein:pgw, + ids = {feldstein_pgw}, + crossref = {rs11}, + author = {Feldstein, Richard}, + title = {The Phallic Gaze of Wonderland}, + pages = {149-174}, + language = {english}, + langid = {english}, +} + +@INCOLLECTION{quinet:gao, + ids = {quinet_gao}, + crossref = {rs11}, + author = {Antonio Quinet}, + title = {The Gaze as an Object}, + pages = {139-148}, + language = {english}, + langid = {english}, +} + +@INCOLLECTION{ragland:rbvg, + ids = {ragland_rbvg}, + crossref = {rs11}, + author = {Ellie Ragland}, + title = {The Relation Between the Voice And the Gaze}, + pages = {187-204}, + language = {english}, + langid = {english}, +} + +@COLLECTION{rs11, + title = {Reading Seminar XI}, + subtitle = {Lacan's Four Fundamental Concepts of Psychoanalysis: Including the First English Translation of ``Position of the Unconscious'' by Jacques Lacan}, + editor = {Richard Feldstein and Bruce Fink and Maire Jaanus}, + _serieseditor= {Henry Sussman}, + series = {SUNY Series in Psychoanalysis and Culture}, + publisher = {State University of New York Press}, + language = {english}, + year = {1995}, + langid = {english}, +} + +@ARTICLE{shepherdson:pf, + ids = {shepherdson_pf}, + author = {Charles Shepherdson}, + title = {A Pound of Flesh: Lacan's Reading of ``The Visible and the Invisible''}, + journaltitle = {Diacritics}, + number = {4}, + volume = {27}, + year = {1997}, + pages = {70--86}, + issue = {Winter}, + publisher = {The Johns Hopkins University Press}, + eprint = {1566262}, + eprinttype = {jstor}, + language = {english}, + langid = {english}, +} + +@BOOK{winnicott:mdim, + ids = {winnicott_mdim}, + author = {Дональд Ð’ÑƒÐ´Ñ Ð’Ð¸Ð½Ð½Ð¸ÐºÐ¾Ñ‚Ñ‚}, + title = {Маленькие дети и их матери}, + translator = {Ð. Ðœ. Падалко}, + series = {Библиотека пÑихологии и пÑихотерапии}, + publisher = {ÐезавиÑÐ¸Ð¼Ð°Ñ Ñ„Ð¸Ñ€Ð¼Ð° «КлаÑÑ»}, + year = {1998}, + pagetotal = {80}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, +} + +@BOOK{pluth:sa, + ids = {pluth_sa}, + author = {Ed Pluth}, + title = {Signifiers and Acts}, + subtitle = {Freedom in Lacan's Theory of the Subject}, + series = {Suny Series, Insinuations: Philosophy, Psychoanalysis, Literature}, + publisher = {State University of New York Press}, + year = {2008}, + isbn = {9780791472446}, + pagetotal = {208}, + language = {english}, + langid = {english}, +} + +@BOOK{Pluth:bpn, + title = {Badiou: A Philosophy of the New}, + series = {Key Contemporary Thinkers}, + author = {Ed Pluth}, + publisher = {Polity}, + year = {2010}, + edition = {1}, + isbn = {9780745642789}, + pagetotal = {224}, + language = {english}, + langid = {english}, +} + +@BOOK{husserl:li21, + ids = {husserl_li21}, + crossref = {husserl:soch}, + author = {ГуÑÑерль, Ðдмунд}, + title = {ЛогичеÑкие иÑÑледованиÑ. Т. II~(1)}, + volume = {Т. 3~(1)}, + translator = {Ð’. И. Молчанова}, + origyear = {1901}, + origlanguage = {german}, + location = {Ðœ.}, + publisher = {ГнозиÑ, Дом интеллектуальной книги}, + year = {2001}, + pagetotal = {472}, + language = {russian}, + langid = {russian}, +} + +@ARTICLE{lacan:hamlet, + ids = {lacan_hamlet}, + author = {Lacan, Jacques}, + title = {Desire and the Interpretation of Desire in Hamlet}, + journaltitle = {Yale French Studies}, + number = {55/56}, + year = {1977}, + issuetitle = {Literature and Psychoanalysis. The Question of Reading: Otherwise}, + pages = {11-52}, + language = {english}, + langid = {english}, +} + +@BOOK{agamben:cqv, + ids = {agamben_cqv}, + author = {Agamben, Giorgio}, + title = {La communauté qui vient}, + subtitle = {Théorie de la singularité quelconque}, + location = {Paris}, + publisher = {Seuil}, + year = {1990}, + pagetotal = {118}, + origlanguage = {italian}, + translator = {Marilène Raiola}, + language = {french}, + langid = {french}, + isbn = {978-2-02-012376-1}, +} + +@BOOK{freud:ops, + ids = {freud_ops}, + author = {Фрейд, Зигмунд}, + title = {Очерки по пÑихологии ÑекÑуальноÑти}, + location = {Ðœ.}, + publisher = {МЦ «СиÑтема»}, + year = {1990}, + language = {russian}, + langid = {russian}, +} + +@INBOOK{freud:hsa, + ids = {freud_hsa}, + author = {Freud, Sigmund}, + title = {Hemmung, Symptom und Angst}, + crossref = {freud:gw}, + volume = {XIV}, + _pages = {}, + language = {german}, + langid = {german}, +} + +@BOOK{freud:gw14, + ids = {freud_gw14}, + author = {Freud, Sigmund}, + maintitle = {Gesammelte Werke}, + sorttitle = {Gesammelte Werke 14}, + location = {London}, + volume = {XIV}, + origyear = {1926}, + language = {german}, + langid = {german}, +} + +@MVBOOK{freud:gw, + ids = {freud_gw}, + author = {Freud, Sigmund}, + title = {Gesammelte Werke}, + date = {1940/1952}, + location = {London}, + language = {german}, + langid = {german}, +} + +@BOOK{merleau-ponty:ew, + ids = {merleau-ponty_ew}, + author = {Merleau-Ponty, M.}, + title = {The essential writing of Merleau-Ponty}, + editor = {A. L. Fisher}, + location = {New York}, + publisher = {Harcourt Brace \& World, Inc.}, + year = {1969}, + language = {english}, + langid = {english}, +} + +@ARTICLE{richardson:pp, + ids = {richardson_pp}, + author = {Richardson, William J.}, + title = {Phenomenology and Psychoanalysis}, + journaltitle = {Journal of Phenomenological Psychology}, + volume = {11}, + number = {2}, + year = {1980}, + issue = {Fall}, + pages = {1--20}, + language = {english}, + langid = {english}, +} + +@INCOLLECTION{dodd:hbfi, + ids = {dodd_hbfi}, + author = {Dodd, James}, + title = {Husserl between Formalism and Intuitionism}, + pages = {267--308}, + language = {english}, + crossref = {boi:rph}, + langid = {english}, +} + +@INBOOK{freud:psp, + ids = {freud_psp}, + author = {Freud, Sigmund}, + title = {Project for a Scientific Psychology}, + pages = {349--445}, + language = {english}, + crossref = {freud:op}, + langid = {english}, +} + +@INBOOK{freud:epm, + ids = {freud_epm}, + author = {Freud, Sigmund}, + title = {The Economic Problem of Masochism}, + year = {1976}, + volume = {19}, + pages = {157-170}, + language = {english}, + crossref = {freud:cpw}, + langid = {english}, +} + +@INBOOK{lacan:ks, + ids = {lacan_ks}, + author = {Lacan, Jacques}, + title = {Kant avec Sade}, + pages = {765-790}, + language = {french}, + crossref = {lacan:ecrits}, + langid = {french}, +} + +@INBOOK{lacan:rsr, + ids = {lacan_rsr}, + author = {Lacan, Jacques}, + title = {Remarque sur le rapport de Daniel Lagache "Psychanalyse et structure + de la personnalité"}, + pages = {647-684}, + language = {french}, + crossref = {lacan:ecrits}, + langid = {french}, + shorttitle = {Remarque~\textellipsis\isdot}, +} + +@INBOOK{lacan:sm, + ids = {lacan_sm}, + author = {Lacan, Jacques}, + title = {Le stade du miroir comme formateur de la fonction du je, telle qu’elle + nous est révélée, dans l’expérience psychanalytique}, + pages = {93-100}, + language = {french}, + crossref = {lacan:ecrits}, + langid = {french}, + shorttitle = {Le stade du miroir~\textellipsis\isdot}, +} + +@INCOLLECTION{levinas:dv, + ids = {levinas_dv}, + author = {Levinas, Emmanuel}, + title = {Diachronia und Vergegenw\"artigung}, + pages = {143--168}, + language = {german}, + crossref = {dad}, + langid = {german}, +} + +@INBOOK{levinas:pe, + ids = {levinas_pe}, + author = {Levinas, Emmanuel}, + title = {Phenomenon and Enigma}, + pages = {61--74}, + language = {english}, + origlanguage = {french}, + crossref = {levinas:cpp}, + langid = {english}, +} + +@INCOLLECTION{levinas:sf, + ids = {levinas_sf}, + author = {Levinas, Emmanuel}, + title = {Sterben für\textellipsis\ Zum Begriff der Eigentlichkeit bei Martin + Heidegger}, + pages = {169--175}, + language = {german}, + crossref = {dad}, + langid = {german}, +} + +@INCOLLECTION{miller:jlv, + ids = {miller_jlv}, + author = {Miller, Jacques-Alain}, + title = {Jacques Lacan and the Voice}, + pages = {137--146}, + crossref = {ll}, + langid = {english}, +} + +@INCOLLECTION{klein:gr, + ids = {klein_gr}, + author = {Richard Klein}, + title = {Gaze and Representation}, + pages = {180--190}, + crossref = {ll}, + langid = {english}, +} + +@INBOOK{bakhtin:kfp, + ids = {bakhtin_kfp}, + author = {Бахтин, Ðœ. Ðœ.}, + title = {К филоÑофии поÑтупка}, + language = {russian}, + crossref = {bakhtin:r20g}, + langid = {russian}, +} + +@INBOOK{benevich:sl, + ids = {benevich_sl}, + author = {Григорий Беневич}, + title = {Слово о ЛевинаÑе}, + pages = {10--17}, + crossref = {levinas:vd-gdc}, +} + +@INCOLLECTION{guseinov:zp, + ids = {guseinov_zp}, + author = {ГуÑейнов, Ð. Ð.}, + title = {Закон и поÑтупок (ÐриÑтотель, И. Кант, Ðœ. Ðœ. Бахтин)}, + shorttitle = {Закон и поÑтупок~\textellipsis\isdot}, + year = {2001}, + language = {russian}, + issue = {2}, + pages = {3--26}, + crossref = {em}, + langid = {russian}, +} + +@BOOK{husserl:fvsv, + ids = {husserl_fvsv}, + author = {ГуÑÑерль, Ðдмунд}, + title = {Ð¤ÐµÐ½Ð¾Ð¼ÐµÐ½Ð¾Ð»Ð¾Ð³Ð¸Ñ Ð²Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½ÐµÐ³Ð¾ ÑÐ¾Ð·Ð½Ð°Ð½Ð¸Ñ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸}, + year = {1994}, + volume = {1}, + translator = {Ð’. И. Молчанова}, + language = {russian}, + origyear = {1928}, + origlanguage = {german}, + pagetotal = {192}, + crossref = {husserl:soch}, + langid = {russian}, +} + +@ARTICLE{husserl:pd, + ids = {husserl_pd}, + author = {ГуÑÑерль, Ðдмунд}, + title = {ПарижÑкие доклады}, + year = {1991}, + number = {2}, + language = {russian}, + pages = {6--30}, + crossref = {logos}, + langid = {russian}, +} + +@ARTICLE{husserl:sbe, + ids = {husserl_sbe}, + author = {ГуÑÑерль, Ðдмунд}, + title = {ФеноменологиÑ. Ð¡Ñ‚Ð°Ñ‚ÑŒÑ Ð² БританÑкой Ñнциклопедии}, + year = {1991}, + number = {1}, + origyear = {1939}, + origlanguage = {english}, + language = {russian}, + pages = {12--21}, + crossref = {logos}, + langid = {russian}, +} + +@INCOLLECTION{husserl:fsn, + ids = {husserl_fsn}, + author = {ГуÑÑерль, Ðдмунд}, + title = {ФилоÑÐ¾Ñ„Ð¸Ñ ÐºÐ°Ðº ÑÑ‚Ñ€Ð¾Ð³Ð°Ñ Ð½Ð°ÑƒÐºÐ°}, + year = {1911}, + book = {1}, + origyear = {1911}, + language = {russian}, + crossref = {logos-mefk}, + langid = {russian}, +} + +@INBOOK{dekart:pf, + ids = {dekart_pf}, + author = {Декарт, Рене}, + title = {Первоначала филоÑофии}, + pages = {297--422}, + language = {russian}, + crossref = {dekart:s1}, + langid = {russian}, +} + +@INBOOK{dekart:rm, + ids = {dekart_rm}, + author = {Декарт, Рене}, + title = {РаÑÑуждение о методе}, + pages = {250--296}, + language = {russian}, + crossref = {dekart:s1}, + langid = {russian}, +} + +@SUPPBOOK{derrida:d, + ids = {derrida_d}, + crossref = {gurko:td}, + author = {Деррида, Жак}, + title = {Différance}, + pages = {124-158}, + translator = {Елена Гурко}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, +} + +@INCOLLECTION{dobrokhotov:een, + ids = {dobrokhotov_een}, + author = {Доброхотов, ÐлекÑандр Львович}, + title = {Ðпохи европейÑкого нравÑтвенного ÑамоÑознаниÑ}, + year = {2000}, + language = {russian}, + issue = {1}, + pages = {70--87}, + crossref = {em}, + langid = {russian}, +} + +@INBOOK{lacan:ibb, + ids = {lacan_ibb}, + author = {Лакан, Жак}, + title = {ИнÑÑ‚Ð°Ð½Ñ†Ð¸Ñ Ð±ÑƒÐºÐ²Ñ‹ в беÑÑознательном или Ñудьба разума поÑле Фрейда}, + pages = {54--87}, + origyear = {1957}, + origlanguage = {french}, + language = {russian}, + crossref = {lacan:ib-book}, + langid = {russian}, + shorttitle = {ИнÑÑ‚Ð°Ð½Ñ†Ð¸Ñ Ð±ÑƒÐºÐ²Ñ‹~\textellipsis\isdot}, +} + +@INBOOK{lacan:ns, + ids = {lacan_ns}, + author = {Лакан, Жак}, + title = {ÐиÑпровержение Ñубъекта и диалектика Ð¶ÐµÐ»Ð°Ð½Ð¸Ñ Ð² беÑÑознательном у + Фрейда}, + pages = {148--183}, + language = {russian}, + crossref = {lacan:ib-book}, + langid = {russian}, + shorttitle = {ÐиÑпровержение Ñубъекта~\textellipsis\isdot}, +} + +@INBOOK{lacan:svr, + ids = {lacan_svr}, + author = {Лакан, Жак}, + title = {СимволичеÑкое, воображаемое, реальное}, + pages = {9--50}, + language = {russian}, + crossref = {lacan:io}, + langid = {russian}, +} + +@INBOOK{lacan:sz, + ids = {lacan_sz}, + author = {Лакан, Жак}, + title = {Ð¡Ñ‚Ð°Ð´Ð¸Ñ Ð·ÐµÑ€ÐºÐ°Ð»Ð° и ее роль в формировании функции Я}, + origyear = {1949}, + pages = {7--14}, + language = {russian}, + crossref = {lacan:ib-book}, + langid = {russian}, + shorttitle = {Ð¡Ñ‚Ð°Ð´Ð¸Ñ Ð·ÐµÑ€ÐºÐ°Ð»Ð° и ее роль~\textellipsis\isdot}, +} + +@INCOLLECTION{lacan:sz-98, + ids = {lacan_sz-98}, + author = {Лакан, Жак}, + title = {Ð¡Ñ‚Ð°Ð´Ð¸Ñ Ð·ÐµÑ€ÐºÐ°Ð»Ð° как Ð¾Ð±Ñ€Ð°Ð·ÑƒÑŽÑ‰Ð°Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸ÑŽ Я, какой она раÑкрываетÑÑ Ð² + пÑихоаналитичеÑком опыте}, + pages = {136--142}, + language = {russian}, + crossref = {kkm1}, + langid = {russian}, + shorttitle = {Ð¡Ñ‚Ð°Ð´Ð¸Ñ Ð·ÐµÑ€ÐºÐ°Ð»Ð° как образующаÑ~\textellipsis\isdot}, +} + +@INCOLLECTION{levinas:dr, + ids = {levinas_dr}, + author = {ЛевинаÑ, ÐммануÑль}, + title = {Ð”Ð¸Ð°Ñ…Ñ€Ð¾Ð½Ð¸Ñ Ð¸ репрезентациÑ}, + pages = {141--61}, + language = {russian}, + crossref = {it}, + langid = {russian}, +} + +@INCOLLECTION{levinas:vd, + ids = {levinas_vd}, + author = {ЛевинаÑ, ÐммануÑль}, + title = {Ð’Ñ€ÐµÐ¼Ñ Ð¸ другое}, + pages = {89--138}, + language = {russian}, + crossref = {pfg}, + langid = {russian}, +} + +@INCOLLECTION{levinas:zs, + ids = {levinas_zs}, + author = {ЛевинаÑ, ÐммануÑль}, + title = {Значение и ÑмыÑл}, + pages = {82--116}, + language = {russian}, + crossref = {oer}, + langid = {russian}, +} + +@INCOLLECTION{nancy:osb, + ids = {nancy_osb}, + author = {ÐанÑи, Жан-Люк}, + title = {О Ñо-бытии}, + pages = {91--102}, + language = {russian}, + crossref = {fmh}, + langid = {russian}, +} + +@BOOKINBOOK{nietzsche:si, + ids = {nietzsche_si}, + author = {Ðицше, Фридрих}, + title = {Сумерки идолов, или как филоÑофÑтвуют молотом}, + language = {russian}, + pages = {556--630}, + crossref = {nietzsche:s2}, + langid = {russian}, +} + +@INCOLLECTION{mirandola:rdc, + ids = {mirandola_rdc}, + author = {Пико делла Мирандола, Джованни}, + title = {Речь о доÑтоинÑтве человека}, + year = {1962}, + volume = {1}, + pages = {506--514}, + translator = {Л. Брагиной}, + language = {russian}, + url = {http://www.humanities.edu.ru/db/msg/22090}, + urldate = {2008-08-12}, + crossref = {ie}, + langid = {russian}, +} + +@INBOOK{freud:bsz-07, + ids = {freud_bsz-07}, + author = {Фрейд, Зигмунд}, + title = {БеÑÑознательное}, + pages = {12--58}, + language = {russian}, + crossref = {freud:psf}, + langid = {russian}, +} + +@INBOOK{freud:narz-07, + ids = {freud_narz-07}, + author = {Фрейд, Зигмунд}, + title = {О введении понÑÑ‚Ð¸Ñ Â«Ð½Ð°Ñ€Ñ†Ð¸Ð·Ð¼Â»}, + pages = {180--207}, + language = {russian}, + crossref = {freud:psf}, + langid = {russian}, +} + +@INBOOK{freud:pm-07, + ids = {freud_pm-07}, + author = {Фрейд, Зигмунд}, + title = {Печаль и меланхолиÑ}, + pages = {208--223}, + language = {russian}, + crossref = {freud:psf}, + langid = {russian}, +} + +@INBOOK{freud:pma, + ids = {freud_pma}, + author = {Фрейд, Зигмунд}, + title = {ПÑÐ¸Ñ…Ð¾Ð»Ð¾Ð³Ð¸Ñ Ð¼Ð°ÑÑ Ð¸ анализ человечеÑкого Я}, + pages = {422--480}, + language = {russian}, + crossref = {freud:pe}, + langid = {russian}, +} + +@INBOOK{freud:pts, + ids = {freud_pts}, + author = {Фрейд, Зигмунд}, + title = {По ту Ñторону принципа удовольÑтвиÑ}, + pages = {375--508}, + language = {russian}, + crossref = {freud:ptsyao}, + langid = {russian}, +} + +@INBOOK{freud:pts-07, + ids = {freud_pts-07}, + author = {Фрейд, Зигмунд}, + title = {По ту Ñторону принципа удовольÑтвиÑ}, + pages = {72--129}, + language = {russian}, + crossref = {freud:psf}, + langid = {russian}, +} + +@INBOOK{freud:viis, + ids = {freud_viis}, + author = {Фрейд, Зигмунд}, + title = {Ð’Ð»ÐµÑ‡ÐµÐ½Ð¸Ñ Ð¸ их Ñудьба}, + pages = {125--150}, + crossref = {freud:opt}, +} + +@INBOOK{freud:vyt-07, + ids = {freud_vyt-07}, + author = {Фрейд, Зигмунд}, + title = {ВытеÑнение}, + pages = {59--71}, + language = {russian}, + crossref = {freud:psf}, + langid = {russian}, +} + +@INBOOK{freud:yao, + ids = {freud_yao}, + author = {Фрейд, Зигмунд}, + title = {Я и Оно}, + pages = {511--58}, + translator = {Ð. Ðœ. Боковикова}, + language = {russian}, + origlanguage = {german}, + crossref = {freud:ptsyao}, + langid = {russian}, +} + +@INBOOK{freud:yao-07, + ids = {freud_yao-07}, + author = {Фрейд, Зигмунд}, + title = {Я и Оно}, + pages = {130--179}, + language = {russian}, + origlanguage = {german}, + origyear = {1923}, + crossref = {freud:psf}, + langid = {russian}, +} + +@INBOOK{heidegger:ctm1993, + ids = {heidegger_ctm1993}, + author = {Хайдеггер, Мартин}, + title = {Что такое метафизика?}, + pages = {16--27}, + language = {russian}, + crossref = {heidegger:vb-book}, + langid = {russian}, +} + +@INBOOK{heidegger:ctm2007, + ids = {heidegger_ctm2007}, + author = {Хайдеггер, Мартин}, + title = {Что такое метафизика?}, + pages = {24-45}, + origyear = {1927}, + language = {russian}, + crossref = {heidegger:ctm-book}, + langid = {russian}, +} + +@INBOOK{heidegger:czm, + ids = {heidegger_czm}, + author = {Хайдеггер, Мартин}, + title = {Что значит мыÑлить?}, + pages = {134--145}, + language = {russian}, + origlanguage = {german}, + crossref = {heidegger:rpd}, + langid = {russian}, +} + +@INBOOK{heidegger:hg, + ids = {heidegger_hg}, + author = {Хайдеггер, Мартин}, + title = {Гегель и греки}, + pages = {381--391}, + language = {russian}, + crossref = {heidegger:vb-book}, + langid = {russian}, +} + +@INBOOK{heidegger:pctm, + ids = {heidegger_pctm}, + author = {Хайдеггер, Мартин}, + title = {ПоÑлеÑловие к: «Что такое метафизика?»}, + pages = {66-78}, + language = {russian}, + crossref = {heidegger:ctm-book}, + langid = {russian}, +} + +@INBOOK{heidegger:pg, + ids = {heidegger_pg}, + author = {Хайдеггер, Мартин}, + title = {ПиÑьмо о гуманизме}, + pages = {192-220}, + origyear = {1947}, + language = {russian}, + crossref = {heidegger:vb-book}, + langid = {russian}, +} + +@INBOOK{heidegger:tkb, + ids = {heidegger_tkb}, + author = {Хайдеггер, Мартин}, + title = {Ð¢ÐµÐ·Ð¸Ñ ÐšÐ°Ð½Ñ‚Ð° о бытии}, + pages = {361--381}, + language = {russian}, + crossref = {heidegger:vb-book}, + langid = {russian}, +} + +@INBOOK{heidegger:vb, + ids = {heidegger_vb}, + author = {Хайдеггер, Мартин}, + title = {Ð’Ñ€ÐµÐ¼Ñ Ð¸ бытие}, + pages = {80--101}, + translator = {Ð. С. Солодовниковой}, + language = {russian}, + origlanguage = {german}, + crossref = {heidegger:rpd}, + langid = {russian}, +} + +@INBOOK{heidegger:vb1993, + ids = {heidegger_vb1993}, + author = {Мартин Хайдеггер}, + title = {Ð’Ñ€ÐµÐ¼Ñ Ð¸ бытие}, + pages = {391--406}, + crossref = {heidegger:vb-book}, +} + +@INBOOK{heidegger:vb1991, + author = {Мартин Хайдеггер}, + title = {Ð’Ñ€ÐµÐ¼Ñ Ð¸ бытие}, + pages = {80--101}, + translator = {Ð. С. Солодовниковой}, + crossref = {heidegger:rpd}, +} + +@INBOOK{heidegger:vctm, + ids = {heidegger_vctm}, + author = {Хайдеггер, Мартин}, + title = {Введение к: «Что такое метафизика?»}, + pages = {46-64}, + language = {russian}, + crossref = {heidegger:ctm-book}, + langid = {russian}, +} + +@ARTICLE{heidegger:zoll, + ids = {heidegger_zoll}, + author = {Хайдеггер, Мартин}, + title = {ЦолликонеровÑкие Ñеминары [О \foreignlanguage{german}{Daseinanalitik}'е]}, + year = {1992}, + number = {3}, + language = {russian}, + pages = {82--97}, + crossref = {logos}, + langid = {russian}, +} + +@INCOLLECTION{chern:vpus, + ids = {chern_vpus}, + author = {Ð. Г. ЧернÑков}, + title = {Ð’ поиÑках утраченного Ñубъекта}, + pages = {11--38}, + language = {russian}, + url = {http://anthropology.ru/ru/texts/chernyakov/metares06_01.html}, + crossref = {mi6}, + langid = {russian}, +} + +@BOOK{schopenhauer:s1, + ids = {schopenhauer_s1}, + author = {ШопенгауÑÑ€, Ðртур}, + title = {Мир как Ð²Ð¾Ð»Ñ Ð¸ предÑтавление. Том первый}, + year = {1999}, + volume = {1}, + language = {russian}, + origlanguage = {german}, + pagetotal = {496}, + crossref = {schopenhauer:soch}, + langid = {russian}, +} + +@BOOK{heidegger:g22, + ids = {heidegger_g22}, + editor = {F.-K. Blust}, + title = {Grundbegriffe der antiken Philosophie (Sommersemester 1926)}, + sorttitle = {Gesamtausgabe. 4 Abteilungen. 2}, + year = {1993}, + volume = {22}, + language = {german}, + pagetotal = {344}, + crossref = {heidegger:ga2abt}, + langid = {german}, +} + +@BOOK{heidegger:g24, + ids = {heidegger_g24}, + title = {Die Grundprobleme der Phänomenologie}, + sorttitle = {Gesamtausgabe. 4 Abteilungen. 2}, + year = {1989}, + volume = {24}, + language = {german}, + pagetotal = {473}, + crossref = {heidegger:ga2abt}, + langid = {german}, +} + +@BOOK{heidegger:g2suz, + ids = {heidegger_g2suz}, + title = {Sein und Zeit}, + sorttitle = {Gesamtausgabe. 4 Abteilungen. 1}, + year = {1976}, + origyear = {1927}, + volume = {2}, + language = {german}, + pagetotal = {583}, + crossref = {heidegger:ga1abt}, + related = {heidegger:bv}, + relatedtype = {bytranslator}, + langid = {german}, +} + +@BOOK{heidegger:g9wegmarken, + ids = {heidegger_g9wegmarken}, + editor = {F.-W. von Herrmann}, + title = {Wegmarken}, + sorttitle = {Gesamtausgabe. 4 Abteilungen. 1}, + year = {2004}, + volume = {9}, + edition = {3. durchges. A.}, + language = {german}, + isbn = {3465033728}, + pagetotal = {488}, + crossref = {heidegger:ga1abt}, + langid = {german}, + shorttitle = {Wegmarken}, + _title = {Gesamtausgabe. 4 Abteilungen: Gesamtausgabe 1. Abt. Bd. 9: Wegmarken}, +} + +@BOOK{brouwer:cw1, + ids = {brouwer_cw1}, + editor = {Heyting, A.}, + year = {1975}, + volume = {1}, + subtitle = {Philosophy and foundations of mathematics}, + language = {English, German, Dutch, French}, + publisher = {North-Holland Publishing Co.}, + location = {Amsterdam}, + pagetotal = {xv, 628}, + crossref = {brouwer:cw}, + langid = {english}, +} + +@BOOK{freud:lek1, + ids = {freud_lek1}, + volume = {Лекции 1–15}, + language = {russian}, + crossref = {freud:lek}, + langid = {russian}, +} + +@BOOK{freud:lek2, + ids = {freud_lek2}, + volume = {Лекции 16–35}, + language = {russian}, + crossref = {freud:lek}, + langid = {russian}, +} + +@INBOOK{freud:tst, + ids = {freud_tst}, + title = {Торможение, Ñимптом, тревога}, + pages = {151--228}, + crossref = {freud:vn}, +} + +@INBOOK{freud:vyt-98, + ids = {freud_vyt-98}, + title = {ВытеÑнение}, + pages = {108--123}, + language = {russian}, + crossref = {freud:opt}, + langid = {russian}, +} + +@INBOOK{freud:zh, + ids = {freud_zh}, + title = {Жуткое}, + pages = {349--389}, + crossref = {freud:ip}, +} + +@BOOKINBOOK{levinas:gdc1999, + ids = {levinas_gdc1999}, + title = {Гуманизм другого человека}, + pages = {120--258}, + crossref = {levinas:vd-gdc}, +} + +@BOOKINBOOK{levinas:vd1999, + ids = {levinas_vd1999}, + title = {Ð’Ñ€ÐµÐ¼Ñ Ð¸ Другой}, + pages = {18--119}, + crossref = {levinas:vd-gdc}, +} + +@BOOK{nietzsche:vv, + ids = {nietzsche_vv}, + title = {Ð’Ð¾Ð»Ñ Ðº влаÑти: опыт переоценки вÑех ценноÑтей}, + volume = {1}, + language = {russian}, + crossref = {nietzsche:izb}, + langid = {russian}, +} + +@BOOK{schopenhauer:s2, + ids = {schopenhauer_s2}, + title = {Мир как Ð²Ð¾Ð»Ñ Ð¸ предÑтавление. Том второй, Ñодержащий Ð´Ð¾Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ðº + четырем книгам первого тома}, + year = {2001}, + volume = {2}, + language = {russian}, + origlanguage = {german}, + pagetotal = {560}, + crossref = {schopenhauer:soch}, + langid = {russian}, +} + +@BOOK{schopenhauer:s3, + ids = {schopenhauer_s3}, + title = {Малые филоÑофÑкие ÑочинениÑ}, + year = {2001}, + volume = {3}, + language = {russian}, + origlanguage = {german}, + pagetotal = {528}, + crossref = {schopenhauer:soch}, + langid = {russian}, +} + +@BOOK{schopenhauer:s4, + ids = {schopenhauer_s4}, + title = {Parerga и Paralipomena. Ð’ 2~Ñ‚. Т.~1: Parerga}, + year = {2001}, + volume = {4}, + language = {russian}, + origlanguage = {german}, + pagetotal = {400}, + crossref = {schopenhauer:soch}, + langid = {russian}, +} + +@BOOK{schopenhauer:s5, + ids = {schopenhauer_s5}, + title = {Parerga и Paralipomena. Ð’ 2~Ñ‚. Т.~2: Paralipomena}, + year = {2001}, + volume = {5}, + language = {russian}, + origlanguage = {german}, + pagetotal = {528}, + crossref = {schopenhauer:soch}, + langid = {russian}, +} + +@BOOK{schopenhauer:s6, + ids = {schopenhauer_s6}, + title = {Из рукопиÑного наÑледиÑ}, + year = {2001}, + volume = {6}, + language = {russian}, + origlanguage = {german}, + pagetotal = {352}, + crossref = {schopenhauer:soch}, + langid = {russian}, +} + +@COLLECTION{mi6, + title = {Сознание}, + year = {1998}, + pagetotal = {364}, + crossref = {mi}, + issue = {6}, + language = {russian}, + langid = {russian}, +} + +@BOOK{dekart:s2, + ids = {dekart_s2}, + year = {1994}, + volume = {2}, + language = {russian}, + pagetotal = {633}, + crossref = {dekart:soch}, + langid = {russian}, +} + +@COLLECTION{oer, + title = {ОнтологиÑ. ÐÑтетика. Ð ÐµÐ»Ð¸Ð³Ð¸Ð¾Ð·Ð½Ð°Ñ Ñ„Ð¸Ð»Ð¾ÑофиÑ}, + year = {1993}, + language = {russian}, + crossref = {tvrfs}, + langid = {russian}, + issue = {2}, +} + +@COLLECTION{pfg, + title = {ПатрологиÑ. ФилоÑофиÑ. Герменевтика}, + year = {1992}, + language = {russian}, + crossref = {tvrfs}, + langid = {russian}, + issue = {1}, +} + +@BOOK{nietzsche:s1, + ids = {nietzsche_s1}, + volume = {1}, + language = {russian}, + pagetotal = {832}, + crossref = {nietzsche:soch}, + langid = {russian}, +} + +@BOOK{nietzsche:s2, + ids = {nietzsche_s2}, + volume = {2}, + language = {russian}, + pagetotal = {831}, + crossref = {nietzsche:soch}, + langid = {russian}, +} + +@BOOK{dekart:s1, + ids = {dekart_s1}, + year = {1989}, + volume = {1}, + language = {russian}, + pagetotal = {654}, + crossref = {dekart:soch}, + langid = {russian}, +} + +@INBOOK{leibniz:monadology, + ids = {leibniz_monadology}, + title = {МонадологиÑ}, + year = {1989}, + volume = {1}, + pages = {413--429}, + origlanguage = {french}, + crossref = {leibniz:soch}, + langid = {russian}, +} + +@BOOK{leibniz:s4, + ids = {leibniz_s4}, + year = {1989}, + volume = {4}, + number = {Т.\,109}, + origlanguage = {french}, + pagetotal = {554}, + crossref = {leibniz:soch}, + langid = {russian}, +} + +@BOOK{schelling:s2, + ids = {schelling_s2}, + year = {1989}, + volume = {2}, + translator = {Ðœ. И. Левиной and Ð. Ð’. Михайлова}, + language = {russian}, + origlanguage = {german}, + pagetotal = {636}, + crossref = {schelling:soch}, + langid = {russian}, +} + +@INBOOK{schelling:sti, + ids = {schelling_sti}, + title = {СиÑтема транÑцендентального идеализма}, + year = {1989}, + volume = {1}, + pages = {227--489}, + language = {russian}, + origlanguage = {german}, + crossref = {schelling:soch}, + langid = {russian}, +} + +@BOOK{schelling:s1, + ids = {schelling_s1}, + year = {1987}, + volume = {1}, + translator = {Ðœ. И. Левиной}, + language = {russian}, + origlanguage = {german}, + pagetotal = {637}, + crossref = {schelling:soch}, + langid = {russian}, +} + +@BOOK{leibniz:s3, + ids = {leibniz_s3}, + year = {1984}, + volume = {3}, + number = {Т.\,92}, + origlanguage = {french}, + pagetotal = {734}, + crossref = {leibniz:soch}, + langid = {russian}, +} + +@BOOK{leibniz:s2, + ids = {leibniz_s2}, + year = {1983}, + volume = {2}, + number = {Т.\,87}, + origlanguage = {french}, + pagetotal = {686}, + crossref = {leibniz:soch}, + langid = {russian}, +} + +@BOOK{leibniz:s1, + ids = {leibniz_s1}, + year = {1982}, + volume = {1}, + number = {Т.\,84}, + origlanguage = {french}, + pagetotal = {636}, + crossref = {leibniz:soch}, + langid = {russian}, +} + +@BOOK{hegel:efn1, + ids = {hegel_efn-1}, + title = {Ðаука логики}, + year = {1975}, + volume = {1}, + language = {russian}, + pagetotal = {452}, + crossref = {hegel:efn}, + langid = {russian}, +} + +@BOOK{agamben:ld, + ids = {agamben_ld}, + author = {Agamben, Giorgio}, + title = {Language and Death}, + subtitle = {The Place of Negativity}, + year = {1991}, + translator = {Pinkus, Karen E. and Hardt, Michael}, + series = {Theory and history of literature}, + number = {78}, + language = {english}, + publisher = {University of Minnesota Press}, + location = {Minneapolis}, + isbn = {0816619360}, + pagetotal = {111}, + langid = {english}, + shorttitle = {Language and Death}, +} + +@BOOK{baas:dlc, + ids = {baas_dlc}, + author = {Baas, Bernard}, + title = {De la chose à l'objet: Jacques Lacan et la traversée de la phénoménologie}, + year = {2000}, + language = {french}, + publisher = {Peeters}, + location = {Leuven}, + isbn = {9042907029}, + pagetotal = {258}, + langid = {french}, + shorttitle = {De la chose à l'objet}, +} + +@BOOK{badiou:ee2, + ids = {badiou_ee2}, + author = {Badiou, Alain}, + title = {Logiques des mondes}, + year = {2006}, + _volume = {2}, + subtitle = {L'être et l'événement, 2}, + language = {french}, + publisher = {Seuil}, + location = {P.}, + isbn = {978-2-02-084324-9}, + langid = {french}, + _shorttitle = {L'être et l'événement}, +} + +@BOOK{badiou:be, + ids = {badiou_be}, + author = {Badiou, Alain}, + title = {Being and Event}, + year = {2005}, + translator = {Feltham, Oliver}, + language = {english}, + origlanguage = {french}, + publisher = {Continuum}, + location = {New York, London}, + isbn = {0-8264-5831-9}, + pagetotal = {526}, + langid = {english}, + shorttitle = {Being and Event}, +} + +@BOOK{badiou:sp, + ids = {badiou_sp}, + author = {Badiou, Alain}, + title = {Saint Paul: the foundation of universalism}, + year = {2003}, + language = {english}, + publisher = {Stanford University Press}, + isbn = {9780804744713}, + pagetotal = {132}, + langid = {english}, + shorttitle = {Saint Paul}, +} + +@BOOK{badiou:ee, + ids = {badiou_ee}, + author = {Badiou, Alain}, + title = {L'être et l'événement}, + year = {1988}, + language = {french}, + publisher = {Seuil}, + location = {P.}, + isbn = {2020098628}, + langid = {french}, + shorttitle = {L'être et l'événement}, +} + +@BOOK{bauman:pe, + ids = {bauman_pe}, + author = {Bauman, Zygmunt}, + title = {Postmodern Ethics}, + year = {1993}, + publisher = {Blackwell}, + location = {Oxford, UK}, + isbn = {0631186921}, + pagetotal = {255}, + language = {english}, + langid = {english}, +} + +@BOOK{becker:me, + ids = {becker_me}, + author = {Becker, Oscar}, + title = {Mathematische Existenz. Untersuchungen zur Logik und Ontologie mathematischer + Phänomene}, + year = {1927}, + number = {VIII}, + pages = {440--809}, + series = {Jahrbuch für Philosophie und phänomenologische Forschung}, + language = {german}, + langid = {german}, +} + +@ARTICLE{belau:ro, + ids = {belau_ro}, + author = {Belau, Linda}, + title = {Reading Otherwise: The Hermeneutics of Psychoanalysis (Trauma, Repetition, + and the Signifier)}, + language = {english}, + volume = {5-1}, + issue = {Spring}, + year = {2002}, + url = {http://www.janushead.org/5-1/belau.cfm}, + urldate = {2008-08-17}, + langid = {english}, + journal = {Janus Head}, +} + +@ARTICLE{bloom:fgmw, + ids = {bloom_fgmw}, + author = {Bloom, Harold}, + title = {Freud, the Greatest Modern Writer (Review)}, + date = {1986-03-23}, + language = {english}, + langid = {english}, + journal = {New York Times}, +} + +@MVBOOK{brouwer:cw, + ids = {brouwer_cw}, + author = {Brouwer, Luitzen Egbertus Jan}, + title = {Collected Works}, + date = {1975/1976}, + language = {English, German, Dutch, French}, + location = {Amsterdam; Oxford: North-Holland Publishing Co.; New York: American + Elsevier}, + langid = {english}, +} + +@ARTICLE{brouwer:if, + ids = {brouwer_if}, + author = {Brouwer, Luitzen Egbertus Jan}, + title = {Intuitionism and Formalism}, + year = {1913}, + number = {2}, + language = {english}, + volume = {20}, + pages = {81--96}, + langid = {english}, + journal = {Bulletin of the American Mathematical Society}, +} + +@BOOK{clero:vl, + ids = {clero_vl}, + author = {Cl\'ero, Jean-Pierre}, + title = {Le vocabulaire de Lacan}, + year = {2006}, + language = {french}, + publisher = {Ellipses}, + location = {P.}, + pagetotal = {96}, + langid = {french}, +} + +@ARTICLE{copjec:os, + ids = {copjec_os}, + author = {Copjec, Joan}, + title = {The Orthopsychic Subject: Film Theory and the Reception of Lacan}, + year = {1989}, + language = {english}, + volume = {49}, + issue = {Summer}, + pages = {53--71}, + langid = {english}, + journal = {October}, +} + +@BOOK{dalen:scb, + ids = {dalen_scb}, + author = {Dalen, Dirk van}, + title = {The Selected Correspondence of L. E. J. Brouwer}, + year = {2011}, + edition = {1}, + language = {english}, + publisher = {Springer}, + isbn = {0857295276}, + langid = {english}, +} + +@BOOK{dalen-brouwers:cli, + ids = {dalen_brouwers_cli}, + author = {Dalen, D. van and Brouwer, Luitzen Egbertus Jan}, + title = {Brouwer's Cambridge Lectures on Intuitionism}, + year = {2011}, + language = {english}, + publisher = {Cambridge University Press}, + isbn = {9780521177368}, + pagetotal = {130}, + langid = {english}, +} + +@BOOK{descombes:mfp, + ids = {descombes_mfp}, + author = {Descombes, Vincent}, + title = {Modern French Philosophy}, + year = {1980}, + language = {english}, + publisher = {Cambridge University Press}, + location = {Cambridge}, + pagetotal = {194}, + langid = {english}, +} + +@BOOK{dummett:ei, + ids = {dummett_ei}, + author = {Michael Dummett}, + title = {Elements of Intuitionism}, + year = {1977}, + language = {english}, + publisher = {Clarendon Press}, + location = {Oxford}, + langid = {english}, +} + +@ARTICLE{duportail:pp, + ids = {duportail_pp}, + author = {Duportail, Guy-Félix}, + title = {Psychanalyse et phénoménologie}, + journaltitle = {Savoirs et clinique}, + year = {2006/1}, + number = {7}, + subtitle = {questions et enjeux}, + language = {french}, + pages = {163--174}, + issn = {1634-3298}, + doi = {10.3917/sc.007.0163}, + _url = {http://www.cairn.info/revue-savoirs-et-cliniques-2006-1-page-163.htm}, + langid = {french}, +} + +@BOOK{duportail:itll, + ids = {duportail_it_ll}, + author = {Duportail, Guy-Félix}, + title = {Intentionnalité et trauma~: Levinas et Lacan}, + year = {2005}, + language = {french}, + publisher = {Editions L'Harmattan}, + isbn = {274758092X}, + pagetotal = {250}, + langid = {french}, + shorttitle = {Intentionnalité et trauma}, +} + +@BOOK{ferry:hae, + ids = {ferry_hae}, + author = {Ferry, Luc}, + title = {Homo Aestheticus: The Invention of Taste in the Democratic Age}, + year = {1993}, + translator = {Robert de Loaiza}, + language = {english}, + origlanguage = {french}, + publisher = {University of Chicago Press}, + location = {Chicago}, + isbn = {0-226-24459-8}, + pagetotal = {276}, + langid = {english}, +} + +@ARTICLE{fraser:ls, + ids = {fraser_law_subj}, + author = {Fraser, Zachary}, + title = {The Law of the Subject: Alain Badiou, Luitzen Brouwer and the Kripkean + Analyses of Forcing and the Heyting Calculus}, + journaltitle = {Cosmos and History: The Journal of Natural and Social Philosophy}, + year = {2006}, + number = {1-2}, + language = {english}, + volume = {2}, + pages = {94-133}, + url = {http://www.cosmosandhistory.org/index.php/journal/article/view/30/}, + urldate = {2010-09-14}, + langid = {english}, + keywords = {Badiou, Brouwer, Forcing, Genericity, Intuitionism, Subject}, + shorttitle = {The Law of the Subject}, +} + +@INCOLLECTION{fraser:nd, + crossref = {abkc}, + author = {Fraser, Zahary}, + title = {New Directions}, + pages = {176--184}, + language = {english}, + langid = {english}, +} + +@COLLECTION{abkc, + editor = {A. J. Bartlett and Justin Clemens}, + introduction = {A. J. Bartlett and Justin Clemens}, + afterword = {A. J. Bartlett and Justin Clemens}, + title = {Alain Badiou}, + subtitle = {Key Concepts}, + year = {2010}, + publisher = {Acumen}, + location = {Durham}, + language = {english}, + langid = {english}, + isbn = {978-1-84465-229-7}, + pagetotal = {207}, +} + +@BOOK{freud:op, + ids = {freud_op}, + author = {Freud, Sigmund}, + editor = {Marie Bonaparte and Anna Freud and Ernst Kris}, + title = {The Origins of Psycho-Analysis: Letters to Wilhelm Fliess, Drafts + and Notes. 1887–1902}, + year = {1954}, + language = {english}, + publisher = {Basic books}, + location = {N. Y.}, + pagetotal = {486}, + langid = {english}, +} + +@MVBOOK{freud:cpw, + ids = {freud_cpw}, + author = {Freud, Sigmund}, + title = {Complete Psychological Works of Sigmund Freud}, + language = {english}, + publisher = {W. W. Norton}, + volumes = {24}, + location = {New York}, + langid = {english}, + _year = {1976}, +} + +@BOOK{fryer:io-ll, + ids = {fryer_io_ll}, + author = {Fryer, David Ross}, + title = {The Intervention of the Other: Ethical Subjectivity in Levinas and + Lacan}, + year = {2004}, + language = {english}, + publisher = {Other Press}, + location = {New York}, + isbn = {1590510887}, + pagetotal = {268}, + langid = {english}, + shorttitle = {The Intervention of the Other}, +} + +@MVBOOK{heidegger:ga1abt, + ids = {heidegger_ga1abt}, + author = {Heidegger, Martin}, + title = {Gesamtausgabe. 4 Abteilungen. I. Abteilung: Veröffentlichte Schriften + 1914-1970}, + sorttitle = {Gesamtausgabe. 4 Abteilungen. 1}, + date = {1978/}, + language = {german}, + publisher = {Klostermann}, + location = {Frankfurt am Main}, + langid = {german}, + shorttitle = {Gesamtausgabe. 1. Abt.}, +} + +@MVBOOK{heidegger:ga2abt, + ids = {heidegger_ga2abt}, + author = {Heidegger, Martin}, + title = {Gesamtausgabe. 4 Abteilungen. II. Abteilung: Vorlesungen 1919-1944}, + sorttitle = {Gesamtausgabe. 4 Abteilungen. 2}, + date = {1994/}, + language = {german}, + publisher = {Klostermann}, + location = {Frankfurt am Main}, + langid = {german}, + shorttitle = {Gesamtausgabe. 2. Abt.}, +} + +@MVBOOK{heidegger:ga3abt, + ids = {heidegger_ga3abt}, + author = {Heidegger, Martin}, + title = {Gesamtausgabe. 4 Abteilungen. III. Abteilung: Unveröffentlichte Abhandlungen + / Vorträge --- Gedachtes}, + sorttitle = {Gesamtausgabe. 4 Abteilungen. 3}, + language = {german}, + publisher = {Klostermann}, + location = {Frankfurt am Main}, + langid = {german}, + shorttitle = {Gesamtausgabe. 3. Abt.}, +} + +@MVBOOK{heidegger:ga4abt, + ids = {heidegger_ga4abt}, + author = {Heidegger, Martin}, + title = {Gesamtausgabe. 4 Abteilungen. IV. Abteilung: Hinweise und Aufzeichnungen}, + sorttitle = {Gesamtausgabe. 4 Abteilungen. 4}, + date = {1978/}, + language = {german}, + publisher = {Klostermann}, + location = {Frankfurt am Main}, + langid = {german}, + shorttitle = {Gesamtausgabe. 4. Abt.}, +} + +@BOOK{heidegger:sz1967, + ids = {heidegger_sz1967}, + author = {Heidegger, Martin}, + title = {Sein und Zeit}, + year = {1967}, + edition = {Elfte, unveränderte Auflage}, + language = {german}, + publisher = {Max Niemeyer Verlag}, + location = {Tübingen}, + pagetotal = {437}, + langid = {german}, +} + +@BOOK{heidegger:sz1941, + ids = {heidegger_sz1941}, + author = {Heidegger, Martin}, + title = {Sein und Zeit}, + year = {1941}, + edition = {5}, + language = {german}, + publisher = {Niemeyer}, + location = {Halle}, + pagetotal = {438}, + langid = {german}, +} + +@BOOK{heyting:ii, + ids = {heyting_ii}, + author = {Heyting, Arend}, + title = {Intuitionism. An Introduction}, + year = {1971}, + language = {english}, + publisher = {North-Holland Publishing Company}, + location = {Amsterdam, London}, + pagetotal = {146}, + langid = {english}, +} + +@BOOK{lacan:s11f, + ids = {lacan_s11f}, + author = {Lacan, Jacques}, + editor = {Miller, Jacques-Alain}, + title = {Le séminaire, livre XI}, + subtitle = {Les Quatre Concepts fondamentaux de la psychanalyse, 1964}, + year = {1973}, + language = {french}, + publisher = {Seuil}, + location = {Paris}, + isbn = {9782020125147}, + langid = {french}, + _shorthand = {S11}, + shorttitle = {Le Séminaire, livre XI}, +} + +@BOOK{lacan:s10f, + ids = {lacan_s10f}, + author = {Lacan, Jacques}, + title = {Le séminaire, livre X}, + subtitle = {L'angoisse, 1962/1963}, + year = {2004}, + language = {french}, + publisher = {Seuil}, + location = {Paris}, + isbn = {202063886X}, + pagetotal = {432}, + langid = {french}, + _shorthand = {S10}, + shorttitle = {L'angoisse}, +} + +@BOOK{lacan:s5f, + ids = {lacan_s5f}, + author = {Lacan, Jacques}, + title = {Le séminaire, livre V}, + subtitle = {Les formations de l'inconscient}, + year = {1998}, + language = {french}, + publisher = {Seuil}, + location = {Paris}, + isbn = {2020256681}, + langid = {french}, + _shorthand = {S5}, + shorttitle = {Le séminaire, livre V}, +} + +@BOOK{lacan:s3e, + ids = {lacan_s3e}, + author = {Lacan, Jacques}, + title = {The Seminar of Jacques Lacan: The Psychoses (Book III) (The Seminar + of Jacques Lacan)}, + year = {1997}, + translator = {Grigg, Russel}, + language = {english}, + origlanguage = {french}, + publisher = {W. W. Norton \& Company}, + isbn = {0393316122}, + pagetotal = {352}, + langid = {english}, + _shorthand = {S3e}, + shorttitle = {The Psychoses}, +} + +@BOOK{lacan:s3f, + ids = {lacan_s3f}, + author = {Lacan, Jacques}, + title = {Le séminaire, livre III}, + subtitle = {Les psychoses, 1955-1956}, + year = {1981}, + language = {french}, + publisher = {Editions du Seuil}, + isbn = {2020060264}, + pagetotal = {20}, + langid = {french}, + _shorthand = {S3}, + shorttitle = {Les psychoses}, +} + +@BOOK{lacan:s20f, + ids = {lacan_s20f}, + author = {Lacan, Jacques}, + title = {Le séminaire, livre XX}, + subtitle = {Encore, 1972/1973}, + year = {1975}, + language = {french}, + publisher = {Seuil}, + location = {Paris}, + pagetotal = {135}, + langid = {french}, + _shorthand = {S20}, + shorttitle = {Encore}, +} + +@BOOK{lacan:s20e, + author = {Lacan, Jacques}, + series = {The Seminar of Jacques Lacan~; book 20}, + title = {On Feminine Sexuality, the Limits of Love and Knowledge: Encore 1972-1973}, + isbn = {0393319164}, + shorttitle = {On Feminine Sexuality}, + pagetotal = {160}, + publisher = {W. W. Norton \& Co.}, + year = {2000}, + origlanguage = {french}, + translator = {Bruce Fink}, + language = {english}, + langid = {english}, +} + +@BOOK{lacan:ecrits, + ids = {lacan_ecrits}, + author = {Lacan, Jacques}, + title = {Écrits}, + year = {1966}, + language = {french}, + publisher = {Seuil}, + location = {Paris}, + isbn = {2020027526}, + pagetotal = {928}, + langid = {french}, + _shorthand = {Écrits}, +} + +@ARTICLE{laplanche-leclaire:unc, + ids = {laplanche_leclaire_unc}, + author = {Laplanche, J. and Leclaire, S.}, + title = {The Unconscious: A Psychoanalytic Study}, + year = {1972}, + issuetitle = {French Freud: Structural Studies in Psychoanalysis}, + language = {english}, + volume = {48}, + pages = {118-175}, + langid = {english}, + journal = {Yale French Studies}, +} + +@BOOK{laplanche-pontalis:fo, + ids = {laplanche_pontalis_fo}, + author = {Laplanche, Jean and Pontalis, Jean-Bertrand}, + title = {Fantasme originaire. Fantasme des origines. Origines du fantasme}, + year = {1985}, + language = {french}, + publisher = {Hechette Littératures}, + location = {Paris}, + isbn = {978-2-01-278945-6}, + pagetotal = {113}, + langid = {french}, +} + +@BOOK{laruelle:pd-eng, + ids = {laruelle_pd_eng}, + author = {Laruelle, François}, + title = {Philosophies of Difference}, + subtitle = {A Critical Introduction to Non-philosophy}, + year = {2011}, + translator = {Gangle, Rocco}, + language = {english}, + origlanguage = {french}, + publisher = {Continuum}, + location = {New York, London}, + isbn = {0826436633}, + pagetotal = {228}, + langid = {english}, + shorttitle = {Philosophies of Difference}, +} + +@BOOK{laruelle:pd-fr, + ids = {laruelle_pd_fr}, + author = {Laruelle, François}, + title = {Les philosophies de la différence}, + subtitle = {Introduction critique}, + year = {1986}, + language = {french}, + publisher = {PUF}, + isbn = {2130397050}, + pagetotal = {249}, + langid = {french}, + shorttitle = {Les philosophies de la différence}, +} + +@BOOK{levinas:en, + ids = {levinas_en}, + author = {Levinas, Emmanuel}, + title = {Entre nous}, + year = {1993}, + language = {french}, + publisher = {Le Livre de Poche}, + location = {Paris}, + isbn = {2253063452}, + langid = {french}, +} + +@BOOK{levinas:ti-fr, + ids = {levinas_ti_fr}, + author = {Levinas, Emmanuel}, + title = {Totalité et infini}, + subtitle = {essai sur l'extériorité}, + year = {1990}, + language = {french}, + publisher = {Le Livre de Poche}, + location = {Paris}, + isbn = {2253053511}, + langid = {french}, + shorttitle = {Totalité et infini}, +} + +@BOOK{levinas:cpp, + ids = {levinas_cpp}, + author = {Levinas, Emmanuel}, + title = {Collected Philosophical Papers}, + year = {1987}, + translator = {Alphonso Lingis}, + language = {english}, + origlanguage = {french}, + publisher = {Martinus Nijhoff}, + langid = {english}, +} + +@ARTICLE{levinas:nss, + ids = {levinas_nss}, + author = {Levinas, Emmanuel}, + title = {Notes sur le sens}, + year = {1981}, + number = {39}, + language = {french}, + issue = {Printemps}, + langid = {french}, + journal = {Le Nouvean Commerce}, +} + +@BOOK{levinas:aqe, + ids = {levinas_aqe}, + author = {Levinas, Emmanuel}, + title = {Autrement qu'\^etre ou au-del\`a de l'essence}, + year = {1974}, + language = {french}, + publisher = {Martinus Nijhoff}, + location = {La Haye}, + langid = {french}, + shorttitle = {Autrement qu'\^etre~\textellipsis\isdot}, +} + +@BOOK{levinas:ti-eng, + ids = {levinas_ti_eng}, + author = {Levinas, Emmanuel}, + title = {Totality and infinity}, + subtitle = {An essay on exteriority}, + year = {1969}, + translator = {Alphonso Lingis}, + language = {english}, + origlanguage = {french}, + publisher = {Duquesne University Press}, + location = {Pittsburg}, + pagetotal = {307}, + langid = {english}, +} + +@ARTICLE{miller:6p, + ids = {miller_6p}, + author = {Miller, Jacques-Alain}, + title = {Le six paradigmes de la jouissance}, + journaltitle = {Les paradigmes de la jouissanse. La Cause freudienne. Revue de psychanalyse}, + year = {1999}, + number = {43}, + language = {french}, + pages = {7-29}, + langid = {french}, + location = {Paris}, + shorttitle = {Le six paradigmes de la jouissance}, +} + +@BOOK{nancy:bsp, + ids = {nancy_bsp}, + author = {Nancy, Jean-Luc}, + title = {Being Singular Plural}, + year = {2000}, + translator = {Robert D. Richardson and Anne E. O'Byrne}, + series = {Meridian, Crossing Aesthetics}, + language = {english}, + origlanguage = {french}, + publisher = {Stanford University Press}, + location = {Stanford, CA}, + isbn = {0-8047-3974-9}, + pagetotal = {232}, + langid = {english}, +} + +@BOOK{nancy:sm, + ids = {nancy_sm}, + author = {Nancy, Jean-Luc}, + title = {Le sens du monde}, + year = {1993}, + series = {Collection la philosophie en effet}, + language = {french}, + publisher = {Editions Galilée}, + location = {Paris}, + isbn = {2718604077}, + pagetotal = {255}, + langid = {french}, +} + +@ARTICLE{nancy:cc, + ids = {nancy_cc}, + author = {Nancy, Jean-Luc}, + title = {La Comparution/The Compearance: From the Existence of 'Communism' + to the Community of 'Existence'}, + journaltitle = {Political Theory}, + year = {1992}, + number = {3}, + month = aug, + language = {english}, + volume = {20}, + pages = {371-398}, + langid = {english}, +} + +@BOOK{nancy:cd, + ids = {nancy_cd}, + author = {Nancy, Jean-Luc}, + title = {La communauté désÅ“uvrée}, + year = {1986}, + language = {french}, + publisher = {C. Bourgois}, + location = {Paris}, + isbn = {2267004321}, + pagetotal = {197}, + langid = {french}, +} + +@BOOK{nasio:5l, + ids = {nasio_5l}, + author = {Nasio, J.-D.}, + title = {Cinq le\c{c}ons sur la theorie de Jacques Lacan}, + year = {1992}, + language = {french}, + publisher = {Rivages}, + location = {Paris}, + langid = {french}, + shorttitle = {Cinq le\c{c}ons~\textellipsis\isdot}, +} + +@BOOK{nasio:e7c, + ids = {nasio_e7c}, + author = {Nasio, J.-D.}, + title = {Enseignement de 7 concepts cruciaux de la psychanalyse}, + year = {1988}, + language = {french}, + publisher = {Rivages}, + location = {Paris}, + langid = {french}, +} + +@BOOK{nunberg:pp, + ids = {nunberg_pp}, + author = {Nunberg, H.}, + title = {Principes de psychanalyse}, + year = {1957}, + language = {french}, + publisher = {P.U.F.}, + location = {P.}, + langid = {french}, +} + +@BOOK{ny:dpc, + ids = {ny_dpc}, + author = {Ny, Marc Le}, + title = {Découvrir la philosophie contemporaine}, + year = {2009}, + language = {french}, + publisher = {Eyrolles}, + isbn = {2212543212}, + pagetotal = {220}, + langid = {french}, +} + +@ARTICLE{osullivan:sts, + ids = {osullivan_sts}, + author = {O'Sullivan, Simon}, + title = {The strange temporality of the subject: Badiou and Deleuze between + the finite and the infinite}, + journaltitle = {Subjectivity}, + date = {2009-07}, + number = {1}, + language = {english}, + volume = {27}, + pages = {155-171}, + issn = {1755-6341}, + doi = {10.1057/sub.2009.5}, + langid = {english}, + shorttitle = {The strange temporality of the subject}, +} + +@BOOK{ragland:epd, + ids = {ragland_epd}, + author = {Ragland, Ellie}, + title = {Essays on the Pleasures of Death: From Freud to Lacan}, + year = {1995}, + language = {english}, + publisher = {Routledge}, + location = {New York, London}, + pagetotal = {240}, + langid = {english}, +} + +@BOOK{ricoeur:oa, + ids = {ricoeur_oa}, + author = {RicÅ“ur, Paul}, + title = {Oneself as Another}, + year = {1992}, + language = {english}, + publisher = {University of Chicago Press}, + location = {Chicago}, + isbn = {0226713288}, + pagetotal = {363}, + langid = {english}, +} + +@BOOK{ricoeur:smcau, + ids = {ricoeur_smcau}, + author = {RicÅ“ur, Paul}, + title = {Soi-même comme un autre}, + year = {1990}, + language = {french}, + publisher = {Seuil}, + location = {Paris}, + isbn = {2020114585}, + pagetotal = {424}, + langid = {french}, +} + +@ARTICLE{roubach:btbi, + ids = {roubach_btbi}, + author = {Roubach, Michael}, + title = {\enquote{Being and Time} and Brouwer's Intuitionism}, + year = {2005}, + number = {1}, + language = {english}, + volume = {10}, + pages = {181--186}, + langid = {english}, + journal = {Angelaki: Journal of the Theoretical Humanities}, +} + + +@BOOK{vanier:lacan, + ids = {vanier_lacan}, + author = {Vanier, Alain}, + title = {Lacan}, + year = {2000}, + language = {french}, + publisher = {Belles Lettres}, + location = {Paris}, + isbn = {225176013X}, + langid = {french}, +} + +@BOOK{wyschogrod:el, + ids = {wyschogrod_el}, + author = {Wyschogrod, E.}, + title = {Emmanuel Levinas: The Problem of Ethical Metaphysics}, + year = {2000}, + number = {8}, + series = {Perspectives in Continental Philosophy}, + language = {english}, + publisher = {Fordham University Press}, + langid = {english}, +} + +@BOOK{zupancic:er, + ids = {zupancic_er}, + author = {ZupanÄiÄ, Alenka}, + title = {Ethics of the Real: Kant, Lacan}, + year = {2000}, + language = {english}, + publisher = {Verso}, + location = {London, New York}, + isbn = {1859842186}, + pagetotal = {266}, + langid = {english}, + shorttitle = {Ethics of The Real}, +} + +@ARTICLE{zizek:lwph, + ids = {zizek_lwph}, + author = {Žižek, Slavoj}, + title = {Lacan: at What Point is He Hegelian?}, + journaltitle = {Lacanian Ink}, + language = {english}, + url = {http://www.lacan.com/zizlacan1.htm}, + urldate = {2008-08-17}, + langid = {english}, +} + +@ARTICLE{zizek:ks, + ids = {zizek_ks}, + author = {Žižek, Slavoj}, + title = {Kant and Sade: the Ideal Couple}, + journaltitle = {Lacanian Ink}, + year = {1998}, + number = {13}, + language = {english}, + pages = {12-25}, + langid = {english}, + shorttitle = {Kant and Sade}, +} + +@BOOK{adorno:pfm, + ids = {adorno_pfm}, + author = {Ðдорно, Теодор Ð’.}, + title = {Проблемы филоÑофии морали}, + year = {2000}, + translator = {Ðœ. Л. Хорькова}, + language = {russian}, + origlanguage = {german}, + publisher = {РеÑпублика}, + location = {Ðœ.}, + pagetotal = {239}, + langid = {russian}, +} + +@MVBOOK{arist:soch, + ids = {arist_soch}, + author = {ÐриÑтотель}, + title = {Ð¡Ð¾Ñ‡Ð¸Ð½ÐµÐ½Ð¸Ñ Ð² 4-Ñ…~Ñ‚.}, + date = {1975/1983}, + language = {russian}, + publisher = {МыÑль}, + location = {Ðœ.}, + langid = {russian}, +} + +@BOOK{badiou:deleuze, + ids = {badiou_deleuze}, + author = {Бадью, Ðлен}, + title = {Делез. Шум бытиÑ}, + year = {2004}, + translator = {Д. Скопина}, + series = {«Интеллектуальные биографии»}, + origlanguage = {french}, + publisher = {Фонд научных иÑÑледований «Прагматика культуры», изд-во «ЛогоÑ-Ðльтера» + / «ЕÑÑе homo»}, + location = {Ðœ.}, + pagetotal = {184}, + language = {russian}, + langid = {russian}, +} + +@BOOK{badiou:ap-ru, + ids = {badiou_ap-ru}, + author = {Бадью, Ð.}, + title = {ÐпоÑтол Павел. ОбоÑнование универÑализма}, + year = {1999}, + translator = {О. Головой}, + origlanguage = {french}, + location = {Ðœ.: МоÑковÑкий филоÑофÑкий фонд; СПб.: УниверÑитетÑÐºÐ°Ñ ÐºÐ½Ð¸Ð³Ð°}, + isbn = {5-85133-062-7, 5-7914-0008-X}, + language = {russian}, + langid = {russian}, +} + +@BOOK{bakhtin:r20g, + ids = {bakhtin_r20g}, + author = {Бахтин, Ðœ. Ðœ.}, + title = {Работы 20-Ñ… годов}, + year = {1994}, + language = {russian}, + publisher = {Next}, + location = {Киев}, + langid = {russian}, +} + +@BOOK{bakhtin:ptd, + ids = {bakhtin_ptd}, + author = {Бахтин, Ðœ. Ðœ.}, + title = {Проблемы творчеÑтва ДоÑтоевÑкого}, + year = {1994}, + language = {russian}, + publisher = {Next}, + location = {Киев}, + pagetotal = {511}, + langid = {russian}, +} + +@BOOK{benvenist:ol, + ids = {benvenist_ol}, + author = {БенвениÑÑ‚, Ðмиль}, + editor = {Ю. С. Степанова}, + title = {ÐžÐ±Ñ‰Ð°Ñ Ð»Ð¸Ð½Ð³Ð²Ð¸Ñтика}, + year = {1974}, + translator = {Ю. Ð. Караулова and others}, + commentator = {Ю. С. Степанова}, + foreword = {Ю. С. Степанова}, + language = {russian}, + origlanguage = {french}, + publisher = {ПрогреÑÑ}, + location = {Ðœ.}, + pagetotal = {448}, + _editor = {общ. ред., вÑтуп. ÑÑ‚., коммент. Ю. С. Степанова}, + editortype = {geneditor}, + langid = {russian}, +} + +@BOOK{borisov:pmo, + ids = {borisov_pmo}, + author = {БориÑов, Е. Ð’.}, + title = {ОÑновные черты поÑтметафизичеÑкой онтологии}, + year = {2009}, + publisher = {Изд-во Том. ун-та}, + location = {ТомÑк}, + pagetotal = {120}, + language = {russian}, + langid = {russian}, +} + +@BOOK{vasiliev:pkm, + ids = {vasiliev_pkm}, + author = {ВаÑильев, Ð’. Ð’.}, + title = {Подвалы кантовÑкой метафизики: (Ð”ÐµÐ´ÑƒÐºÑ†Ð¸Ñ ÐºÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ð¹)}, + year = {1998}, + language = {russian}, + publisher = {ÐаÑледие}, + location = {Ðœ.}, + pagetotal = {160}, + url = {http://filosof.historic.ru/books/item/f00/s00/z0000522/index.shtml}, + urldate = {2008-08-13}, + langid = {russian}, +} + +@BOOK{weyl:fm, + ids = {weyl_fm}, + author = {Вейль, Герман}, + title = {О филоÑофии математики}, + year = {2005}, + translator = {С. Ð. ЯновÑкой}, + introduction = {Ð. П. Юшкевича}, + language = {russian}, + origlanguage = {german}, + publisher = {КомКнига}, + location = {Ðœ.}, + isbn = {5-484-00278-8}, + pagetotal = {128}, + edition = {изд. 2-е, Ñтереотипное}, + langid = {russian}, +} + + +@BOOK{gadamer:ap, + ids = {gadamer_ap}, + author = {Гадамер, ГанÑ-Георг}, + title = {ÐктуальноÑÑ‚ÑŒ прекраÑного}, + year = {1991}, + language = {russian}, + publisher = {ИÑкуÑÑтво}, + location = {Ðœ.}, + pagetotal = {368}, + langid = {russian}, +} + +@BOOK{gadamer:im, + ids = {gadamer_im}, + author = {Гадамер, ГанÑ-Георг}, + title = {ИÑтина и метод}, + year = {1988}, + origyear = {1960}, + language = {russian}, + publisher = {ПрогреÑÑ}, + location = {Ðœ.}, + pagetotal = {700}, + langid = {russian}, +} + +@ARTICLE{gaidenko:pvk, + ids = {gaidenko_pvk}, + author = {Гайденко, Пиама Павловна}, + title = {Проблема времени у Канта: Ð²Ñ€ÐµÐ¼Ñ ÐºÐ°Ðº Ð°Ð¿Ñ€Ð¸Ð¾Ñ€Ð½Ð°Ñ Ñ„Ð¾Ñ€Ð¼Ð° чувÑтвенноÑти + и вневременноÑÑ‚ÑŒ вещей в Ñебе}, + year = {2003}, + number = {9}, + language = {russian}, + pages = {134--150}, + langid = {russian}, + journal = {ВопроÑÑ‹ филоÑофии}, +} + +@BOOK{hartmann:smp, + ids = {hartmann_smp}, + author = {Гартман, Ðдуард фон}, + title = {СущноÑÑ‚ÑŒ мирового процеÑÑа, или филоÑÐ¾Ñ„Ð¸Ñ Ð±ÐµÑÑознательного. Метафизика + беÑÑознательного}, + year = {2010}, + translator = {Ð. Ð. Козлова}, + edition = {2}, + foreword = {Ð. Ð. Козлова}, + language = {russian}, + origlanguage = {german}, + publisher = {КРÐСÐÐД}, + location = {Ðœ.}, + pagetotal = {440}, + langid = {russian}, +} + +@BOOK{hegel:fd, + ids = {hegel_fd}, + author = {Гегель, Георг Вильгельм Фридрих}, + title = {Ð¤ÐµÐ½Ð¾Ð¼ÐµÐ½Ð¾Ð»Ð¾Ð³Ð¸Ñ Ð´ÑƒÑ…Ð°}, + year = {1992}, + translator = {Г. Шпета}, + note = {Репринтное воÑпроизведение Ð¸Ð·Ð´Ð°Ð½Ð¸Ñ 1959 г.}, + maintitle = {СиÑтема наук}, + language = {russian}, + origlanguage = {german}, + part = {1}, + publisher = {Ðаука, С.-Петербург. отд-ние}, + location = {СПб.}, + langid = {russian}, +} + +@MVBOOK{hegel:efn, + ids = {hegel_efn}, + author = {Гегель, Георг Вильгельм Фридрих}, + title = {ÐÐ½Ñ†Ð¸ÐºÐ»Ð¾Ð¿ÐµÐ´Ð¸Ñ Ñ„Ð¸Ð»Ð¾ÑофÑких наук}, + year = {1975}, + language = {russian}, + publisher = {МыÑль}, + volumes = {3}, + location = {Ðœ.}, + langid = {russian}, +} + +@BOOK{heyting:iv, + ids = {heyting_ii_r}, + author = {Гейтинг, Ð.}, + editor = {Ð. Ð. Маркова}, + title = {Интуиционизм. Введение}, + year = {1965}, + translator = {Б. Ð. Янковой}, + commentator = {Ð. Ð. Маркова}, + language = {russian}, + origlanguage = {english}, + publisher = {Мир}, + location = {Ðœ.}, + pagetotal = {200}, + langid = {russian}, +} + +@BOOK{herbart:p, + ids = {herbart_p}, + author = {Гербарт, Иоганн Фридрих}, + title = {ПÑихологиÑ}, + year = {2007}, + translator = {Ð. Ðечаева}, + foreword = {Ð’. Куренного}, + language = {russian}, + origlanguage = {german}, + publisher = {Ð¢ÐµÑ€Ñ€Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‰ÐµÐ³Ð¾}, + location = {Ðœ.}, + pagetotal = {288}, + langid = {russian}, +} + +@BOOK{gurko:td, + ids = {gurko_td}, + author = {Гурко, Елена}, + title = {ТекÑÑ‚Ñ‹ деконÑтрукции. Деррида Ж. Différance}, + year = {1999}, + language = {russian}, + publisher = {Водолей}, + location = {ТомÑк}, + langid = {russian}, +} + +@BOOK{husserl:ir, + ids = {husserl_ir}, + author = {ГуÑÑерль, Ðдмунд}, + title = {Избранные работы}, + year = {2005}, + language = {russian}, + publisher = {Ð¢ÐµÑ€Ñ€Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‰ÐµÐ³Ð¾}, + location = {Ðœ.}, + isbn = {5-7333-0177-5}, + langid = {russian}, + shorttitle = {Избранные работы}, +} + +@MVBOOK{husserl:soch, + ids = {husserl_soch}, + author = {ГуÑÑерль, Ðдмунд}, + title = {Собрание Ñочинений}, + year = {1994}, + language = {russian}, + publisher = {ГнозиÑ}, + location = {Ðœ.}, + langid = {russian}, +} + +@MVBOOK{dekart:soch, + ids = {dekart_soch}, + author = {Декарт, Рене}, + title = {Ð¡Ð¾Ñ‡Ð¸Ð½ÐµÐ½Ð¸Ñ Ð² двух томах}, + titleaddon = {пер. Ñ Ð»Ð°Ñ‚. и Ñ„Ñ€.}, + _title = {Ð¡Ð¾Ñ‡Ð¸Ð½ÐµÐ½Ð¸Ñ Ð² двух томах: пер. Ñ Ð»Ð°Ñ‚. и Ñ„Ñ€.}, + date = {1989/1994}, + language = {russian}, + publisher = {МыÑль}, + _volumes = {2}, + location = {Ðœ.}, + _origlanguage= {лат. и Ñ„Ñ€.}, + _origlanguage= {latin and french}, + langid = {russian}, +} + +@BOOK{descombes:sff, + ids = {descombes_sff}, + author = {Декомб, ВинÑент}, + title = {Ð¡Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ñ„Ñ€Ð°Ð½Ñ†ÑƒÐ·ÑÐºÐ°Ñ Ñ„Ð¸Ð»Ð¾ÑофиÑ}, + translator = {Ðœ. Ðœ. Федоровой}, + year = {2000}, + language = {russian}, + origlanguage = {french}, + publisher = {ВеÑÑŒ мир}, + location = {Ðœ.}, + pagetotal = {344}, + isbn = {5-7777-0092-6}, + langid = {russian}, +} + +@BOOK{deleuze:nf, + ids = {deleuze_nf}, + author = {Делёз, Жиль}, + title = {Ðицше и филоÑофиÑ}, + year = {2001}, + origyear={1962}, + translator = {С. Л. Фокина}, + commentator = {С. Л. Фокина}, + afterword = {С. Л. Фокина}, + language = {russian}, + origlanguage = {french}, + publisher = {ÐкÑиома}, + location = {СПб.}, + pagetotal = {184}, + langid = {russian}, + _translator = {/ Пер. Ñ Ñ„Ñ€., поÑлеÑл. и коммент. С. Л. Фокина}, +} + +@BOOK{derrida:g, + ids = {derrida_g}, + author = {Деррида, Жак}, + title = {О грамматологии}, + year = {2000}, + origyear = {1967}, + language = {russian}, + publisher = {Ad Marginem}, + location = {Ðœ.}, + pagetotal = {511}, + langid = {russian}, +} + +@BOOK{derrida:gf, + ids = {derrida_gf}, + author = {Деррида, Жак}, + title = {Ð“Ð¾Ð»Ð¾Ñ Ð¸ феномен и другие работы по теории знака ГуÑÑерлÑ}, + year = {1999}, + origyear = {1967}, + language = {russian}, + publisher = {ÐлетейÑ}, + location = {СПб}, + pagetotal = {208}, + langid = {russian}, + shorttitle = {Ð“Ð¾Ð»Ð¾Ñ Ð¸ феномен~\textellipsis\isdot}, +} + +@BOOK{kojeve:vcg, + ids = {kojeve_vcg}, + author = {Кожев, ÐлекÑандр}, + title = {Введение в чтение ГегелÑ}, + subtitle = {Лекции по «Феноменологии духа», читавшиеÑÑ Ñ 1933 по 1939 г. в Ð’Ñ‹Ñшей практичеÑкой школе}, + year = {2003}, + origyear = {1947}, + translator = {Ð. Г. ПогонÑйло}, + language = {russian}, + origlanguage = {french}, + publisher = {Ðаука}, + location = {СПб.}, + pagetotal = {792}, + langid = {russian}, +} + + +@BOOK{lacan:s10r, + ids = {lacan_s10r}, + author = {Лакан, Жак}, + title = {Тревога (Семинар, Книга X (1962/63))}, + year = {2010}, + translator = {Ð. Черноглазова}, + language = {russian}, + origlanguage = {french}, + publisher = {ГнозиÑ; ЛогоÑ}, + location = {Ðœ.}, + pagetotal = {424}, + langid = {russian}, + _shorthand = {С10}, + shorttitle = {Тревога}, +} + +@BOOK{lacan:io, + ids = {lacan_io}, + author = {Лакан, Жак}, + title = {Имена-Отца}, + year = {2006}, + translator = {Ð. Черноглазова}, + language = {russian}, + origlanguage = {french}, + publisher = {ГнозиÑ; ЛогоÑ}, + location = {Ðœ.}, + pagetotal = {160}, + langid = {russian}, +} + +@BOOK{lacan:s7r, + ids = {lacan_s7r}, + author = {Лакан, Жак}, + title = {Ðтика пÑихоанализа (Семинары: Книга VII (1959--60))}, + year = {2006}, + translator = {Ð. Черноглазова}, + language = {russian}, + origlanguage = {french}, + publisher = {ГнозиÑ; ЛогоÑ}, + location = {Ðœ.}, + pagetotal = {416}, + langid = {russian}, + _shorthand = {С7}, + shorttitle = {Ðтика пÑихоанализа}, +} + +@BOOK{lacan:s11r, + ids = {lacan_s11r}, + author = {Лакан, Жак}, + title = {Четыре оÑновные понÑÑ‚Ð¸Ñ Ð¿Ñихоанализа (Семинары: Книга XI (1964))}, + year = {2004}, + translator = {Ð. Черноглазова}, + language = {russian}, + origlanguage = {french}, + publisher = {ГнозиÑ; ЛогоÑ}, + location = {Ðœ.}, + pagetotal = {304}, + langid = {russian}, + _shorthand = {С11}, + shorttitle = {Четыре оÑновные понÑÑ‚Ð¸Ñ Ð¿Ñихоанализа}, +} + +@BOOK{lacan:s5r, + ids = {lacan_s5r}, + author = {Лакан, Жак}, + title = {ÐžÐ±Ñ€Ð°Ð·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð±ÐµÑÑознательного (Семинары: Книга V (1957/1958))}, + year = {2002}, + origyear={1958}, + translator = {Ð. Черноглазова}, + language = {russian}, + origlanguage = {french}, + publisher = {ГнозиÑ; ЛогоÑ}, + location = {Ðœ.}, + pagetotal = {608}, + langid = {russian}, + _shorthand = {С5}, +} + +@BOOK{lacan:televidenie, + ids = {lacan_televidenie}, + author = {Лакан, Жак}, + title = {Телевидение}, + year = {2000}, + translator = {Ð. Черноглазова}, + language = {russian}, + origlanguage = {french}, + publisher = {ГнозиÑ; ЛогоÑ}, + location = {Ðœ.}, + isbn = {5-8163-0016-4}, + pagetotal = {160}, + langid = {russian}, +} + +@BOOK{lacan:s2r, + ids = {lacan_s2r}, + author = {Лакан, Жак}, + title = {`Я' в теории Фрейда и в технике пÑихоанализа (1954/1955)}, + year = {1999}, + translator = {Ð. Черноглазова}, + language = {russian}, + origlanguage = {french}, + publisher = {ГнозиÑ; ЛогоÑ}, + location = {Ðœ.}, + isbn = {5-8163-0007-5}, + pagetotal = {520}, + langid = {russian}, + _shorthand = {С2}, +} + +@BOOK{lacan:ib-book, + ids = {lacan_ib-book}, + author = {Лакан, Жак}, + title = {ИнÑÑ‚Ð°Ð½Ñ†Ð¸Ñ Ð±ÑƒÐºÐ²Ñ‹, или Ñудьба разума поÑле Фрейда}, + year = {1997}, + translator = {Ð. К. Черноглазова and Ðœ. Ð. Титовой}, + language = {russian}, + origlanguage = {french}, + publisher = {РуÑÑкое феноменологичеÑкое общ-во; ЛогоÑ}, + location = {Ðœ.}, + isbn = {5-7333-0454-5}, + pagetotal = {184}, + langid = {russian}, + _translator = {Ð. К. Черноглазова and Ðœ. Ð. Титовой (Значение фаллоÑа)}, +} + +@BOOK{lacan:fpr, + ids = {lacan_fpr}, + author = {Лакан, Жак}, + title = {Ð¤ÑƒÐ½ÐºÑ†Ð¸Ñ Ð¸ поле речи и Ñзыка в пÑихоанализе}, + year = {1995}, + origyear = {1956}, + translator = {Ð. Черноглазова}, + language = {russian}, + origlanguage = {french}, + publisher = {ГнозиÑ}, + location = {Ðœ.}, + isbn = {5-7333-0469-3}, + pagetotal = {192}, + langid = {russian}, +} + +@BOOK{laplanche-pontalis:spp, + ids = {laplanche_pontalis_spp}, + author = {Жан Лапланш and Жан-БатиÑÑ‚ ПонталиÑ}, + title = {Словарь по пÑихоанализу}, + year = {1996}, + translator = {Ð. С. Ðвтономовой}, + foreword = {Ð. С. Ðвтономовой}, + language = {russian}, + origlanguage = {french}, + publisher = {Ð’Ñ‹Ñш. шк.}, + location = {Ðœ.}, + pagetotal = {623}, + langid = {russian}, +} + +@BOOK{levinas:vd-gdc, + ids = {levinas_vd-gdc}, + author = {ЛевинаÑ, ÐммануÑль}, + title = {Ð’Ñ€ÐµÐ¼Ñ Ð¸ Другой. Гуманизм другого человека}, + year = {1999}, + translator = {Ð. Ð’. Парибка}, + language = {russian}, + origlanguage = {french}, + publisher = {Ð’Ñ‹ÑÑˆÐ°Ñ Ñ€ÐµÐ»Ð¸Ð³Ð¸Ð¾Ð·Ð½Ð¾-филоÑофÑÐºÐ°Ñ ÑˆÐºÐ¾Ð»Ð°}, + location = {СПб}, + langid = {russian}, +} + +@MVBOOK{leibniz:soch, + ids = {leibniz_soch}, + author = {Лейбниц, Г. Ð’.}, + title = {СочинениÑ}, + date = {1982/1989}, + publisher = {МыÑль}, + volumes = {4}, + origlanguage = {french}, + series = {ФилоÑофÑкое наÑледие}, + location = {Ðœ.}, + langid = {russian}, +} + +@BOOK{merleau-ponty:vn, + ids = {merleau-ponty_vn}, + author = {ÐœÐ¾Ñ€Ð¸Ñ ÐœÐµÑ€Ð»Ð¾-Понти}, + title = {Видимое и невидимое}, + year = {2006}, + translator = {О. Ð. Шпарага}, + series = {Conditio humana}, + language = {russian}, + origlanguage = {french}, + publisher = {Логвинов}, + location = {Мн.}, + pagetotal = {400}, + langid = {russian}, +} + +@BOOK{molchanov:vs, + ids = {molchanov_vs}, + author = {Молчанов, Ð’. И.}, + title = {Ð’Ñ€ÐµÐ¼Ñ Ð¸ Ñознание. Критика феноменологичеÑкой филоÑофии}, + year = {1988}, + language = {russian}, + publisher = {Ð’Ñ‹ÑÑˆÐ°Ñ ÑˆÐºÐ¾Ð»Ð°}, + location = {Ðœ.}, + pagetotal = {144}, + langid = {russian}, +} + +@MVBOOK{nietzsche:soch, + ids = {nietzsche_soch}, + author = {Ðицше, Фридрих}, + title = {Ð¡Ð¾Ñ‡Ð¸Ð½ÐµÐ½Ð¸Ñ Ð² двух томах}, + language = {russian}, + publisher = {МыÑль}, + year = {1990}, + volumes = {2}, + origlanguage = {german}, + location = {Ðœ.}, + langid = {russian}, +} + +@MVBOOK{nietzsche:izb, + ids = {nietzsche_izb}, + author = {Ðицше, Фридрих}, + title = {Избранные произведениÑ}, + year = {1994}, + language = {russian}, + publisher = {Ðаука}, + volumes = {3}, + location = {Ðœ.}, + langid = {russian}, +} + +@MVBOOK{freud:lek, + ids = {freud_lek}, + author = {Фрейд, Зигмунд}, + editor = {Е. Е. Соколовой and Т. Ð’. Родионовой}, + title = {Введение в пÑихоанализ}, + year = {1999}, + language = {russian}, + publisher = {ÐÐ»ÐµÑ‚ÐµÐ¹Ñ Ð¡ÐŸÐ±.}, + translator = {Г. Ð’. Барышниковой}, + origlanguage = {german}, + location = {СПб.}, + langid = {russian}, +} + +@BOOK{freud:psf, + ids = {freud_psf}, + author = {Фрейд, Зигмунд}, + title = {ПÑихика: Ñтруктура и функционирование}, + year = {2007}, + language = {russian}, + publisher = {ÐкадемичеÑкий проект}, + location = {Ðœ.}, + pagetotal = {230}, + langid = {russian}, +} + +@BOOK{freud:vn, + ids = {freud_vn}, + author = {Фрейд, Зигмунд}, + title = {Ð’Ð»ÐµÑ‡ÐµÐ½Ð¸Ñ Ð¸ неврозы}, + year = {2007}, + translator = {Ð. Ðœ. Боковикова}, + series = {ПÑихологичеÑкие технологии}, + language = {russian}, + origlanguage = {german}, + publisher = {ÐкадемичеÑкий Проект}, + location = {Ðœ.}, + pagetotal = {233}, + langid = {russian}, +} + +@BOOK{freud:ip, + ids = {freud_ip}, + author = {Фрейд, Зигмунд}, + title = {Ð˜Ð½Ñ‚ÐµÑ€ÐµÑ Ðº пÑихоанализу}, + year = {2006}, + language = {russian}, + origlanguage = {german}, + publisher = {Поппури}, + location = {МинÑк}, + pagetotal = {592}, + langid = {russian}, +} + +@BOOK{freud:ts, + ids = {freud_ts}, + author = {Фрейд, Зигмунд}, + title = {Толкование Ñновидений}, + year = {2003}, + language = {russian}, + origlanguage = {german}, + origyear = {1900}, + publisher = {Попурри}, + location = {Мн.}, + pagetotal = {576}, + langid = {russian}, +} + +@BOOK{freud:ts1913, + author = {Фрейд, Зигмунд}, + title = {Толкование Ñновидений}, + year = {1913}, + language = {russian}, + origlanguage = {german}, + origyear = {1900}, + publisher = {Ð¡Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼Ñ‹}, + location = {Ðœ.}, + pagetotal = {448}, + langid = {russian}, +} + +@BOOK{freud:pe, + ids = {freud_pe}, + author = {Фрейд, Зигмунд}, + title = {ПÑихоаналитичеÑкие Ñтюды}, + year = {2001}, + language = {russian}, + publisher = {Попурри}, + location = {Мн.}, + pagetotal = {608}, + langid = {russian}, +} + +@BOOK{freud:opt, + ids = {freud_opt}, + author = {Фрейд, Зигмунд}, + title = {ОÑновные пÑихологичеÑкие теории в пÑихоанализе. Очерк иÑтории пÑихоанализа}, + year = {1998}, + language = {russian}, + publisher = {ÐлетейÑ}, + location = {СПб.}, + isbn = {5-89329-075-5}, + pagetotal = {256}, + langid = {russian}, +} + +@BOOK{freud:ptsyao, + ids = {freud_ptsyao}, + author = {Фрейд, Зигмунд}, + title = {По ту Ñторону принципа удовольÑтвиÑ. Я и Оно}, + year = {[2000?]}, + language = {russian}, + langid = {russian}, +} + + +@BOOK{heidegger:rpd, + ids = {heidegger_rpd}, + author = {Хайдеггер, Мартин}, + editor = {Ð. Л. Доброхотова}, + title = {Разговор на проÑелочной дороге}, + year = {1991}, + language = {russian}, + origlanguage = {german}, + publisher = {Ð’Ñ‹Ñш. шк.}, + location = {Ðœ.}, + pagetotal = {192}, + editortype = {geneditor}, + langid = {russian}, + subtitle = {Сборник}, +} + +@BOOK{heidegger:ctm-book, + ids = {heidegger_ctm_book}, + author = {Хайдеггер, Мартин}, + title = {Что такое метафизика?}, + year = {2007}, + translator = {Ð’. Ð’. Бибихина}, + series = {ФилоÑофÑкие технологии}, + language = {russian}, + origlanguage = {german}, + publisher = {ÐкадемичеÑкий проект}, + location = {Ðœ.}, + langid = {russian}, +} + +@BOOK{heidegger:opf, + ids = {heidegger_opf}, + author = {Мартин Хайдеггер}, + title = {ОÑновные проблемы феноменологии}, + year = {2001}, + translator = {Ð. Г. ЧернÑкова}, + language = {russian}, + origlanguage = {german}, + publisher = {Ð’Ñ‹ÑÑˆÐ°Ñ Ñ€ÐµÐ»Ð¸Ð³Ð¸Ð¾Ð·Ð½Ð¾-ФилоÑофÑÐºÐ°Ñ ÑˆÐºÐ¾Ð»Ð°}, + location = {Санкт-Петербург}, + isbn = {5-900291-19-7}, + langid = {russian}, +} + +@BOOK{heidegger:bv, + ids = {heidegger_bv}, + author = {Хайдеггер, Мартин}, + title = {Бытие и времÑ}, + year = {1997}, + translator = {Ð’. Бибихина}, + language = {russian}, + origyear = {1927}, + origlanguage = {german}, + publisher = {Ad Marginem}, + location = {Ðœ.}, + pagetotal = {452}, + langid = {russian}, +} + +@BOOK{heidegger:kpm, + ids = {heidegger_kpm}, + author = {Хайдеггер, Мартин}, + title = {Кант и проблема метафизики}, + year = {1997}, + translator = {О. Ð’. Ðикифорова}, + language = {russian}, + origyear = {1929}, + origlanguage = {german}, + publisher = {РуÑÑкое феноменологичеÑкое общ-во}, + location = {Ðœ.}, + pagetotal = {176}, + langid = {russian}, +} + +@BOOK{heidegger:rrr, + ids = {heidegger_rrr}, + author = {Хайдеггер, Мартин}, + title = {Работы и Ñ€Ð°Ð·Ð¼Ñ‹ÑˆÐ»ÐµÐ½Ð¸Ñ Ñ€Ð°Ð·Ð½Ñ‹Ñ… лет}, + year = {1993}, + language = {russian}, + origlanguage = {german}, + publisher = {ГнозиÑ}, + location = {Ðœ.}, + pagetotal = {464}, + langid = {russian}, +} + +@BOOK{heidegger:vb-book, + ids = {heidegger_vb_book}, + author = {Хайдеггер, Мартин}, + title = {Ð’Ñ€ÐµÐ¼Ñ Ð¸ бытие}, + year = {1993}, + translator = {Ð’. Ð’. Бибихина}, + subtitle = {Статьи и выÑтуплениÑ}, + language = {russian}, + origlanguage = {german}, + publisher = {РеÑпублика}, + location = {Ðœ.}, + pagetotal = {447}, + langid = {russian}, +} + +@BOOK{adorno-horkheimer:dp, + ids = {adorno_horkheimer_dp}, + author = {Теодор Ð’. Ðдорно and ÐœÐ°ÐºÑ Ð¥Ð¾Ñ€ÐºÑ…Ð°Ð¹Ð¼ÐµÑ€}, + title = {Диалектика проÑвещениÑ: ФилоÑофÑкие фрагменты}, + year = {1997}, + origyear = {1947}, + translator = {Ðœ. Кузнецова}, + language = {russian}, + origlanguage = {german}, + publisher = {Медиум, Ювента}, + location = {Ðœ.-СПб.}, + pagetotal = {312}, + langid = {russian}, + shorttitle = {Диалектика проÑвещениÑ}, +} + +@MVBOOK{schelling:soch, + ids = {schelling_soch}, + author = {Шеллинг, Ф. Ð’. Й.}, + title = {СочинениÑ}, + date = {1987/1989}, + language = {russian}, + publisher = {МыÑль}, + volumes = {2}, + origlanguage = {german}, + location = {Ðœ.}, + _foreword = {Ð. Ð. Козлова}, + langid = {russian}, +} + +@MVBOOK{schopenhauer:soch, + ids = {schopenhauer_soch}, + author = {ШопенгауÑÑ€, Ðртур}, + editor = {Ð. Чанышева}, + title = {Собрание Ñочинений}, + date = {1999/2001}, + language = {russian}, + publisher = {ТЕРРЗ{}Книжный клуб; РеÑпублика}, + volumes = {6}, + origlanguage = {german}, + location = {Ðœ.}, + langid = {russian}, +} + +@COLLECTION{boi:rph, + ids = {boi_rph}, + editor = {Boi, Luciano and Kerszberg, Pierre and Patras, Frédéric}, + title = {Rediscovering phenomenology: phenomenological essays on mathematical + beings, physical reality, perception and consciousness}, + year = {2007}, + language = {english}, + series = {Phenomenologica}, + number = {182}, + publisher = {Springer}, + isbn = {9781402058806}, + pagetotal = {402}, + langid = {english}, + shorttitle = {Rediscovering phenomenology}, +} + +@COLLECTION{ffl, + editor = {Richard Cohen}, + title = {Face to Face with Levinas}, + year = {1986}, + language = {english}, + publisher = {State Univ. of New York Press}, + location = {N. Y.}, + langid = {english}, +} + + +@COLLECTION{ll-me, + editor = {Harasym, Sarah}, + title = {Levinas and Lacan: The Missed Encounter}, + year = {1998}, + language = {english}, + series = {SUNY series in psychoanalysis and culture}, + publisher = {State University of New York Press}, + isbn = {0791439607}, + pagetotal = {236}, + langid = {english}, + shorttitle = {Levinas and Lacan}, +} + +@COLLECTION{dad, + editor = {Franz Josef Klehr}, + title = {Den Andern denken: Philosophisches Fachgespräch mit Emmanuel Levinas}, + year = {1991}, + language = {german}, + publisher = {Akademie der Diözese Rottenburg-Stuttgart}, + location = {Stuttgart}, + pagetotal = {203}, + langid = {german}, + shorttitle = {Den Andern denken}, +} + +@REFERENCE{ep, + language = {english}, + publisher = {Routledge}, + location = {London, New York}, + isbn = {0415152941}, + pagetotal = {466}, + editor = {Taylor, Victor E. and Winquist, Charles E.}, + langid = {english}, + keywords = {Postmodernism}, + shorttitle = {Encyclopedia~\textellipsis\isdot}, + title = {Encyclopedia of Postmodernism}, + year = {2001}, +} + +@COLLECTION{ll, + ids = {later_lacan}, + editor = {Véronique Voruz and Bogdan Wolf}, + title = {The Later Lacan}, + year = {2007}, + subtitle = {An Introduction}, + language = {english}, + series = {SUNY series in psychoanalysis and culture}, + publisher = {State University of New York Press}, + location = {Albany}, + langid = {english}, +} + +@COLLECTION{it, + title = {ИнтенциональноÑÑ‚ÑŒ и текÑтуальноÑÑ‚ÑŒ}, + year = {1998}, + subtitle = {ФилоÑофÑÐºÐ°Ñ Ð¼Ñ‹Ñль Франции XX века}, + language = {russian}, + publisher = {Водолей}, + location = {ТомÑк}, + pagetotal = {320}, + credits = {ÑоÑтавление, Ð¾Ð±Ñ‰Ð°Ñ Ñ€ÐµÐ´Ð°ÐºÑ†Ð¸Ñ: канд. филоÑ. наук Е. Ð. Ðайман, канд. + филоÑ. наук Ð’. Ð. Суровцев~; Ñ€ÐµÐ´Ð°ÐºÑ†Ð¸Ñ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´Ð¾Ð²: Ж. Ð’. Горбылева}, + langid = {russian}, +} + +@MVCOLLECTION{em, + title = {ÐтичеÑÐºÐ°Ñ Ð¼Ñ‹Ñль. Ежегодник}, + date = {2000/2008}, + language = {russian}, + langid = {russian}, + location = {Ðœ.}, + publisher = {ИФ Ð ÐÐ}, +} + +@MVCOLLECTION{ie, + title = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ ÑÑтетики. ПамÑтники мировой ÑÑтетичеÑкой мыÑли}, + date = {1962/1970}, + language = {russian}, + _volumes = {в 5-и томах (6-и книгах)}, + volumes = {5}, + books = {6}, + volsorder = {vb}, + publisher = {Изд-во Ðкадемии ХудожеÑтв СССР}, + location = {Ðœ.}, + _title = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ ÑÑтетики. ПамÑтники мировой ÑÑтетичеÑкой мыÑли. Ð’ 5-и томах + (6-и книгах)}, + langid = {russian}, + shorttitle = {ИÑÑ‚Ð¾Ñ€Ð¸Ñ ÑÑтетики}, +} + +@PERIODICAL{logos, + title = {ЛогоÑ}, + date = {1991/}, + language = {russian}, + langid = {russian}, + location = {Ðœ.}, + publisher = {ЛогоÑ}, +} + +@MVCOLLECTION{logos-mefk, + ids = {logos_mefk}, + title = {ЛогоÑ. Международный ежегодник по филоÑофии культуры}, + date = {1910/1914}, + langid = {russian}, + location = {Ðœ.}, + publisher = {МуÑагетъ}, +} + +@MVCOLLECTION{mi, + title = {МетафизичеÑкие иÑÑледованиÑ. Ðльманах Лаборатории МетафизичеÑких + ИÑÑледований при ФилоÑофÑком факультете СПбГУ}, + shorttitle = {МетафизичеÑкие иÑÑледованиÑ}, + language = {russian}, + publisher = {ÐлетейÑ}, + location = {СПб}, + isbn = {5-89329-086-8}, + langid = {russian}, +} + +@MVCOLLECTION{tvrfs, + title = {Труды Ð’Ñ‹Ñш. религ.-филоÑ. школы}, + date = {1992/1993}, + language = {russian}, + publisher = {ВРФШ}, + location = {СПб.}, + langid = {russian}, + related = {pfg,oer}, + relatedtype = {multivolume}, +} + +@COLLECTION{kkm1, + title = {Кабинет: Картины мира I}, + year = {1998}, + language = {russian}, + publisher = {ИнапреÑÑ}, + location = {СПб.}, + pagetotal = {299}, + langid = {russian}, +} +@INCOLLECTION{chern:om, + crossref = {ss}, + author = {Ð. Г. ЧернÑков}, + title = {ÐžÐ½Ñ‚Ð¾Ð»Ð¾Ð³Ð¸Ñ ÐºÐ°Ðº математика: ГуÑÑерль, Бадью, Плотин}, + year = {2009}, + language = {russian}, + langid = {russian}, + pages = {420-441}, + url = {http://srph.1gb.ru/text}, + language = {russian}, + langid = {russian}, +} +@COLLECTION{ss, + title = {СущноÑÑ‚ÑŒ и Ñлово}, + subtitle = {Сб. науч. ÑÑ‚. к юбилею проф. Ð. Ð’. Мотрошиловой}, + credits = {Отв. ред.: Ðœ. Ð. Солопова, Ðœ. Ф. Быкова}, + year = {2009}, + publisher = {ФеноменологиÑ-герменевтика}, + location = {Ðœ.}, + pagetotal = {622}, + language = {russian}, + langid = {russian}, +} +@BOOK{laruelle:ab, + title = {Anti-Badiou}, + subtitle = {The Introduction of Maoism Into Philosophy}, + author = {Laruelle, François}, + translator = {Mackay, Robin}, + isbn = {9781441190765}, + lccn = {2012021338}, + year = {2013}, + publisher = {Bloomsbury Publishing}, + location = {London and New York}, + pagetotal = {240}, + origlanguage = {french}, + language = {english}, + langid = {english}, + related = {laruelle:ab-fr}, + relatedtype = {translationof}, +} + +@BOOK{laruelle:ab-fr, + title = {Anti-Badiou}, + subtitle = {Sur l'introduction du maoisme dans la philosophie}, + author = {Laruelle, François}, + _isbn = {}, + _lccn = {}, + year = {2011}, + publisher = {Kime}, + location = {Paris}, + _pagetotal = {}, + language = {french}, + langid = {french}, + related = {laruelle:ab}, + relatedtype = {bytranslator}, +} + +@BOOK{badiou:tw, + title = {Theoretical Writings}, + author = {Badiou, Alain}, + editor = {Brassier, Ray and Toscano, Alberto}, + translator = {Brassier, Ray and Toscano, Alberto}, + isbn = {0-8264-9324-6}, + publisher = {Continuum}, + location = {London and New York}, + year = {2006}, + pagetotal = {292}, + language = {english}, + langid = {english}, + origlanguage = {french}, +} +@INBOOK{badiou:etb, + crossref = {badiou:tw}, + author = {Badiou, Alain}, + title = {The Event as Trans-Being}, + year = {2006}, + pages = {99-104}, +} + +@BOOK{lewis:convention2002, + title = {Convention}, + subtitle = {A Philosophical Study}, + isbn = {0631232575}, + shorttitle = {Convention}, + pagetotal = {228}, + publisher = {Wiley-Blackwell}, + author = {Lewis, David}, + foreword = {W. V. Quine}, + year = {2002}, + origyear = {1969}, + language = {english}, + langid = {english}, +} + +@PERIODICAL{critical_inquiry2011.37.4, + year = {2011}, + title = {Critical Inquiry}, + language = {english}, + langid = {english}, + volume = {37}, + number = {4}, + issue = {Summer}, +} + +@ARTICLE{nirenberg_nirenberg:bn, + crossref = {critical_inquiry2011.37.4}, + author = {Ricardo L. Nirenberg and David Nirenberg}, + title = {Badiou's Number}, + subtitle = {A Critique of Mathematics as Ontology}, + year = {2011}, + language = {english}, + langid = {english}, + pages = {583-614}, + eprint = {10.1086/660983}, + eprinttype = {jstor}, + _url = {http://www.jstor.org/stable/10.1086/660983}, + _urldate = {2012-08-27}, +} + +@COLLECTION{so4, + title = {Ð¡Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ð¾Ð½Ñ‚Ð¾Ð»Ð¾Ð³Ð¸Ñ-IV}, + subtitle = {проблемы метода~: материалы международной научной конференции (Санкт-Петербург, 28-30 Ð¸ÑŽÐ½Ñ 2010 г.)}, + editor = {Колычева, П. Ðœ.}, + location = {СПб.}, + publisher = {СПбГУИТМО}, + year = {2010}, + pagetotal = {168}, + isbn = {9785757703527}, + eprint = {ncSYkgEACAAJ}, + eprinttype = {googlebooks}, + language = {russian}, + langid = {russian}, +} + +@COLLECTION{monokl10, + title = {Monokl 10}, + subtitle = {Jean-Luc Nancy ile KarşılaÅŸmalar}, + year = {2011}, + location = {Istanbul}, + language = {english}, + langid = {english}, +} + +@BOOK{trubetzkoy:of, + title = {ОÑновы фонологии}, + author = {Ðиколай Сергеевич Трубецкой}, + editor = {КацнельÑона, С.Д.}, + translator = {Холодовича, Ð.Ð.}, + isbn = {9785382010618}, + series = {КлаÑÑичеÑкий учебник}, + year = {2000}, + origyear = {1939, 1960 (руÑ. пер.)}, + origlanguage = {german}, + publisher = {ÐÑпект ПреÑÑ}, + location = {Ðœ.}, + pagetotal = {352}, + isbn = {5-7567-0250-4}, + language = {russian}, + langid = {russian}, +} + +@ARTICLE{veilahti:abm, + author = {Antti Veilahti}, + title = {Alain Badiou's Mistake~--- Two Postulates of Dialectic Materialism}, + shorttitle = {Alain Badiou's Mistake}, + date = {2013-01-10}, + eprinttype = {arXiv}, + eprint = {1301.1203v2}, + eprintclass = {math.CT}, + language = {english}, + langid = {english}, + pagetotal = {41+1}, + annotation = {To accompany recent openings in category theory and + philosophy, I discuss how Alain Badiou attempts to rephrase his dialectic + philosophy in topos-theoretic terms. Topos theory bridges the problems + emerging in set-theoretic language by a categorical approach that + reinscribes set-theoretic language in a categorical framework. Badiou's own + topos-theoretic formalism, however, turns out to be confined only to a + limited, set-theoretically bounded branch of locales. This results with his + mathematically reduced understanding of the 'postulate of materialism' + constitutive to his account. Badiou falsely assumes this postulate to be + singular whereas topos theory reveals its two-sided nature whose synthesis + emerges only as a result of a (quasi-)split structure of truth. Badiou thus + struggles with his own mathematical argument. I accomplish a correct + version of his proof the sets defined over such a 'transcendental algebra' + T form a (local) topos. Finally, I discuss the philosophical implications + Badiou's mathematical inadequacies entail.}, +} +@MVBOOK{dosse:hs, + author = {Dosse, François}, + title = {History of Structuralism}, + language = {english}, + langid = {english}, + publisher = {University of Minnesota Press}, + location = {Minneapolis}, +} + +@BOOK{dosse:hs1, + crossref = {dosse:hs}, + author = {Dosse, François}, + volume = {1}, + title = {The Rising Sign, 1945-1966}, + isbn = {0816622418}, + origlanguage = {french}, + translator = {Deborah Glassman}, + language = {english}, + langid = {english}, + pagetotal = {500}, + date = {1997}, + annotation = {Structuralism has had a profound impact on disciplines ranging from + literary theory to sociology, from history to psychoanalysis. + Francois Dosse tells the story of structuralism's beginnings in + postwar Paris to its culmination as a movement that would reconfigure + French intellectual life and reverberate throughout the Western world. + This essential guide is a cogent map of the dizzying array of + personalities and ideas involved in the movement.}, +} + +@BOOK{dosse:hs2, + crossref = {dosse:hs}, + author = {Dosse, François}, + volume = {2}, + title = {The Sign Sets, 1967 - Present}, + isbn = {0816623708}, + origlanguage = {french}, + translator = {Deborah Glassman}, + language = {english}, + langid = {english}, + pagetotal = {554}, + date = {1997}, + annotation = {The first comprehensive history of one of the most + influential intellectual movements of the twentieth century.Claude + Levi-Strauss, Roland Barthes, Jacques Lacan, Louis Althusser, Jacques + Derrida, and Michel Foucault -- the ideas of this group of French + intellectuals who propounded structuralism and poststructuralism have had a + profound impact on disciplines ranging from literary theory to sociology, + from anthropology to philosophy, from history to psychoanalysis. In this + long-awaited translation, History of Structuralism examines the thinkers + who made up the movement, providing a fascinating elucidation of a central + aspect of postwar intellectual history.Francois Dosse tells the stow of + structuralism from its beginnings in postwar Paris, a city dominated by the + towering figure of Jean-Paul Sartre. The work of Saussure became the point + of departure for a group of younger scholars, and the outcome was not only + the doom of Sartre as intellectual leader but the birth of a movement that + would come to reconfigure French intellectual life and would eventually + reverberate throughout the Western world.Dosse provides a readable, + intelligible overall account, one that shows the interrelationship among + the central currents of structuralism and situates them in context. Dosse + illuminates the way developments in what are usually distinct fields came + to exert such influence on each other, showing how the early structuralists + paved the way for later developments and for recent discourses such as + postmodernism. The cast of characters related by Dosse includes those + mentioned above as well as Roman Jakobson, Julia Kristeva, Pierre Bourdieu, + Gilles Deleuze, Felix Guattari, Tzvetan Todorov, andmany others. Chapters + are devoted to major figures, and Dosse has done extensive interviews with + the major and minor figures of the movement, furnishing an intellectual + history in which historical players look back at the period.This first + comprehensive history of the structuralist movement is an essential guide + to a major moment in the development of twentieth-century thought, one that + provides a cogent map to a dizzying array of personalities and their ideas. + It will be compelling reading for those interested in philosophy, literary + theory, sociology, anthropology, linguistics, and + psychoanalysis."Excellent.... Dosse reminds us that not only was + structuralism an intellectual event of the sixties, it was also the + cultural coup d'etat that both put an end to the reign of Sartre and + existentialism and inaugurated the rise of the humanities". Le + Figaro"Dosse's work is exceptional in its pursuit of an honest and relevant + archaeology that not only clarifies the past but offers lessons for the + future". Liberation.}, +} +@INCOLLECTION{meillassoux:die, + crossref = {alm}, + author = {Quentin Meillassoux}, + title = {Décision et indécidabilité de l'événement dans + \emph{L'Être et l'événement I} et \emph{II}}, + year = {2011}, + pages = {121-142}, + language = {french}, + langid = {french}, +} + +@BOOK{kromer:to, + title = {Tool and Object}, + subtitle = {A History and Philosophy of Category Theory}, + author = {Kr{\"o}mer, R.}, + isbn = {9783764375249}, + lccn = {2007920230}, + series = {Science Networks. Historical Studies, 32}, + eprinttype = {googlebook}, + eprint = {nVVsp3\_Jw0sC}, + year = {2007}, + publisher = {Birkh{\"a}user}, + location = {Basel and Boston and Berlin}, + language = {english}, + langid = {english}, +} + +@INCOLLECTION{kasler:otm, + ids = {kasler_otm}, + author = {КейÑлер, Ð¥. Джером}, + title = {ОÑновы теории моделей}, + pages = {55-108}, + language = {russian}, + origlanguage = {english}, + crossref = {skml1}, + langid = {russian}, +} + +@INCOLLECTION{kock-reyes:dcl, + author = {Кок, Ð. and РейеÑ, Г. Ð.}, + title = {Доктрины в категорной логике}, + pages = {289-319}, + language = {russian}, + origlanguage = {english}, + crossref = {skml1}, + langid = {russian}, +} + +@COLLECTION{skml1, + title = {Ð¢ÐµÐ¾Ñ€Ð¸Ñ Ð¼Ð¾Ð´ÐµÐ»ÐµÐ¹}, + year = {1982}, + part = {1}, + pagetotal = {392}, + crossref = {skml}, + langid = {russian}, +} + +@COLLECTION{skml2, + title = {Ð¢ÐµÐ¾Ñ€Ð¸Ñ Ð¼Ð½Ð¾Ð¶ÐµÑтв}, + year = {1982}, + part = {2}, + pagetotal = {376}, + crossref = {skml}, + langid = {russian}, +} + +@BOOK{lawvere-rosebrugh:sm, + ids = {lawvere_rosebrugh_sm}, + author = {Lawvere, F. W. and Rosebrugh, Robert}, + title = {Sets for mathematics}, + year = {2003}, + language = {english}, + publisher = {Cambridge University Press}, + isbn = {9780521010603}, + pagetotal = {280}, + langid = {english}, +} + +@BOOK{troelstra:pi, + ids = {troelstra_pi}, + author = {Anne S. Troelstra}, + title = {Principles of Intuitionism}, + year = {1969}, + number = {95}, + series = {Lecture Notes in Mathematics}, + subtitle = {Lectures Presented at the Summer Conference on Intuitionism and Proof + Theory (1968) at Suny at Buffalo, NY}, + language = {english}, + publisher = {Springer-Verlag}, + location = {Heidelberg}, + isbn = {3540046143}, + pagetotal = {111}, + langid = {english}, + serieseditor = {A. Dold, Heidelberg and B. Eckmann, Zürich}, +} + +@BOOK{vopenka:mast, + ids = {vopenka_mast}, + author = {VopÄ›nka, Petr}, + title = {Mathematics in the alternative set theory}, + year = {1979}, + edition = {1}, + language = {english}, + publisher = {B. G. Teubner}, + location = {Leipzig}, + langid = {english}, +} + +@BOOK{vopenka:atm, + ids = {vopenka_atm}, + author = {Вопенка, Пётр}, + title = {ÐÐ»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ Ñ‚ÐµÐ¾Ñ€Ð¸Ñ Ð¼Ð½Ð¾Ð¶ÐµÑтв}, + year = {2004}, + subtitle = {Ðовый взглÑд на беÑконечноÑÑ‚ÑŒ}, + language = {russian}, + publisher = {ИнÑтитут математики}, + location = {ÐовоÑибирÑк}, + isbn = {5-86134-124-9}, + pagetotal = {612}, + langid = {russian}, + shorttitle = {ÐÐ»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ Ñ‚ÐµÐ¾Ñ€Ð¸Ñ Ð¼Ð½Ð¾Ð¶ÐµÑтв}, +} + +@BOOK{cohen:tm-ru, + ids = {cohen_tm-ru}, + author = {КоÑн, Пол}, + title = {Ð¢ÐµÐ¾Ñ€Ð¸Ñ Ð¼Ð½Ð¾Ð¶ÐµÑтв и континуум-гипотеза}, + year = {1969}, + language = {russian}, + origlanguage = {english}, + translator = {Ð. С. ЕÑенина-Вольпина}, + location = {Ðœ.}, + publisher = {Мир}, + langid = {russian}, +} + +@BOOK{frenkel-bar-hillel:otm, + ids = {frenkel_bar-hillel_otm}, + author = {Френкель, Ð. Ð. and Бар-Хиллел, И.}, + title = {ОÑÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ‚ÐµÐ¾Ñ€Ð¸Ð¸ множеÑтв}, + year = {1966}, + language = {russian}, + publisher = {Мир}, + location = {Ðœ.}, + pagetotal = {556}, + langid = {russian}, +} + +@PROCEEDINGS{fsrf40, + editor = {J. N. Crossley and M. A. E. Dummett}, + title = {Formal Systems and Recursive Functions}, + year = {1965}, + eventtitle = {Eighth Logic Colloquium}, + eventdate = {1963-07}, + venue = {Oxford}, + language = {english}, + publisher = {North Holland Publishing Co.}, + location = {Amsterdam}, + _title = {Formal Systems and Recursive Functions (Proceedings of the Eighth + Logic Colloquium at Oxford, July, 1963)}, + langid = {english}, +} + +@MVCOLLECTION{skml, + editor = {Дж. БарвайÑа}, + title = {Ð¡Ð¿Ñ€Ð°Ð²Ð¾Ñ‡Ð½Ð°Ñ ÐºÐ½Ð¸Ð³Ð° по математичеÑкой логике}, + date = {1982/1983}, + language = {russian}, + origlanguage = {english}, + publisher = {Ðаука. Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ñ€ÐµÐ´Ð°ÐºÑ†Ð¸Ñ Ñ„Ð¸Ð·Ð¸ÐºÐ¾-математичеÑкой литературы}, + location = {Ðœ.}, + langid = {russian}, + parts = {4}, + shorttitle = {Ð¡Ð¿Ñ€Ð°Ð²Ð¾Ñ‡Ð½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°~\textellipsis\isdot}, +} + +@BOOK{kunen:st, + author = {Kenneth Kunen}, + title = {Set Theory}, + subtitle = {An Introduction to Independence Proofs}, + year = {1980}, + publisher = {North-Holland Pub. Co}, + location = {Amsterdam and New York}, + isbn = {0444854010}, + series = {Studies in logic and the foundations of mathematics: v. 102}, + pagetotal = {xvi, 313 p.}, + language = {english}, + langid = {english}, + annote = {bibliography: Bibliography: p. 305-308. Includes indexes.}, +} + +@INPROCEEDINGS{shoenfield:uf, + crossref = {ast1}, + author = {J. R. Shoenfield}, + title = {Unramified forcing}, + pages = {357-381}, + language = {english}, + langid = {english}, +} + +@PROCEEDINGS{ast1, + crossref = {pspm}, + title = {Axiomatic Set Theory}, + editor = {Scott, D.}, + year = {1971}, + volume = {13}, + part = {1}, + volsorder = {vp}, + language = {english}, + langid = {english}, +} + +@PROCEEDINGS{ast2, + crossref = {pspm}, + title = {Axiomatic Set Theory}, + editor = {Jech, T. J.}, + year = {1974}, + volume = {13}, + part = {2}, + volsorder = {vp}, + language = {english}, + langid = {english}, +} + +@MVPROCEEDINGS{pspm, + editor = {Dana Scott and T. J. Jech}, + title = {Proceedings of Symposia in Pure Mathematics}, + publisher = {American Mathematical Society}, + location = {Providence}, + language = {english}, + langid = {english}, +} + +@BOOK{brouwer:cw2, + ids = {brouwer_cw2}, + editor = {Hans Freudenthal}, + year = {1976}, + volume = {2}, + subtitle = {Geometry, analysis, topology and mechanics}, + language = {English, German, Dutch, French}, + pagetotal = {xxvii, 706}, + crossref = {brouwer:cw}, + langid = {english}, +} + +@BOOK{jech:tm, + author = {Йех, ТомаÑ}, + title = {Ð¢ÐµÐ¾Ñ€Ð¸Ñ Ð¼Ð½Ð¾Ð¶ÐµÑтв и метод форÑинга}, + publisher = {Мир}, + location = {Ðœ.}, + year = {1973}, + translator = {Ð’. И. ФукÑона}, + origlanguage = {english}, + editor = {Ð’. Ð. Гришина}, + language = {russian}, + langid = {russian}, + related = {jech:lst}, + relatedtype = {translationof}, +} + +@BOOK{jech:lst, + author = {Thomas J. Jech}, + title = {Lectures in set theory with particular emphasis on the method of forcing}, + publisher = {Springer-Verlag}, + location = {Berlin and Heidelberg and New York}, + year = {1971}, + series = {Lecture notes in mathematics}, + number = {217}, + language = {english}, + langid = {english}, + related = {jech:tm}, + relatedtype = {bytranslator}, +} + +@ARTICLE{scott:pich, + author = {Dana S. Scott}, + title = {A Proof of the Independence of the Continuum Hypothesis}, + journal = {Mathematical Systems Theory}, + volume = {1}, + number = {2}, + year = {1967}, + pages = {89-111}, + doi = {10.1007/BF01705520}, + language = {english}, + langid = {english}, +} + +@ARTICLE{mostowski:uas, + author = {Andrzej Mostowski}, + title = {An undecidable arithmetical statement}, + year = {1949}, + journaltitle = {Fundamenta Mathematicae}, + language = {english}, + langid = {english}, + volume = {36}, + number = {1}, + pages = {143–164}, + publisher = {Institute of Mathematics Polish Academy of Sciences}, + url = {http://eudml.org/doc/213187}, + annotation = {Mostowski collapsing theorem}, +} + +@BOOK{aczel:nwfs, + author = {Aczel, Peter}, + foreword = {Barwise, Jon}, + title = {Non-well-founded sets}, + year = {1988}, + publisher = {Stanford University, Center for the Study of Language and Information}, + location = {Stanford, CA}, + isbn = {0-937073-22-9}, + number = {14}, + series = {CSLI Lecture Notes}, + pagetotal = {xx, 137}, + language = {english}, + langid = {english}, +} + +@ARTICLE{tzouvaras:fa, + author = {Tzouvaras, Athanassios}, + title = {Forcing and antifoundation}, + year = {2005}, + month = {July}, + journaltitle = {Archive for Mathematical Logic}, + language = {english}, + langid = {english}, + volume = {44}, + number = {5}, + pages = {645-661}, + doi = {10.1007/s00153-004-0268-5}, +} + +@ARTICLE{esser:fwafa, + author = {Olivier Esser}, + title = {Forcing with the Anti-Foundation axiom}, + year = {2012}, + month = {February}, + journaltitle = {Mathematical Logic Quarterly}, + language = {english}, + langid = {english}, + volume = {58}, + number = {1-2}, + pages = {55--62}, + doi = {10.1002/malq.201020079}, +} + +@BOOK{barwise:liar, + title = {The Liar}, + subtitle = {An Essay on Truth and Circularity}, + author = {Barwise, J. and Etchemendy, J.}, + isbn = {9780195059441}, + lccn = {86031260}, + year = {1989}, + pagetotal = {194}, + publisher = {Oxford University Press, USA}, + language = {english}, + langid = {english}, +} + +@BOOK{barwise_moss:vc, + title = {Vicious Circles}, + subtitle = {On the mathematics of non-wellfounded phenomena}, + isbn = {1575860082}, + pagetotal = {400}, + location = {Stanford, Calif}, + publisher = {CSLI Publications}, + author = {Barwise, Jon and Moss, Lawrence S.}, + year = {1996}, + language = {english}, + langid = {english}, +} + +@ARTICLE{seebach-etal:wis, + title = {What is a Sheaf?}, + author = {Seebach, J. Arthur Jr. and Seebach, Linda A. and Steen, Lynn A.}, + journal = {The American Mathematical Monthly}, + volume = {77}, + number = {7}, + issue = {Aug.---Sep.}, + pages = {681-703}, + eprint = {2316199}, + eprinttype = {jstor}, + _url = {http://www.jstor.org/stable/2316199}, + issn = {00029890}, + language = {English}, + year = {1970}, + publisher = {Mathematical Association of America}, +} + +@BOOK{goldblatt:t-ru, + author = {Голдблатт, Роберт}, + translator = {Ð’. Ð. Гришина and Ð’. Ð’. Шокурова}, + editor = {Д. Ð. Бочвара}, + title = {ТопоÑÑ‹. Категорный анализ логики}, + shorttitle = {ТопоÑÑ‹}, + year = {1983}, + publisher = {Мир}, + location = {Ðœ.}, + pagetotal = {488}, + origlanguage = {english}, + language = {russian}, + langid = {russian}, + related = {goldblatt:t-en}, + relatedtype = {translationof}, +} + +@BOOK{goldblatt:t-en, + author = {Robert Goldblatt}, + title = {Topoi, the categorial analysis of logic}, + shorttitle = {Topoi}, + year = {1984}, + origyear = {1979}, + publisher = {North-Holland}, + location = {Amsterdam and New York and Oxford}, + series = {Studies in Logic and the Foundations of Mathematics~; v.98}, + pagetotal = {568}, + language = {english}, + langid = {english}, + edition = {2}, + related = {goldblatt:t-ru}, + relatedtype = {bytranslator}, +} + +@ARTICLE{vanDalen:iia, + author = {D. van Dalen}, + title = {An interpretation of intuitionistic analysis}, + journal = {Annals of Mathematical Logic}, + volume = {13}, + number = {1}, + pages = {1-43}, + year = {1978}, + issn = {0003-4843}, + doi = {10.1016/0003-4843(78)90029-3}, + language = {english}, + langid = {english}, +} + +@MVBOOK{borceux:hca, + title = {Handbook of Categorical Algebra}, + author = {Borceux, Francis}, + volumes = {3}, + isbn = {9780521441803}, + series = {Encyclopedia of Mathematics and its Applications}, + _number = {50, 51, 52}, + year = {1994}, + publisher = {Cambridge University Press}, + language = {english}, + langid = {english}, +} + +@BOOK{borceux:hca1, + crossref = {borceux:hca}, + volume = {1}, + title = {Basic Category Theory}, + pagetotal = {345}, + number = {50}, + isbn = {0521061199}, + language = {english}, + langid = {english}, +} + +@BOOK{borceux:hca2, + crossref = {borceux:hca}, + volume = {2}, + title = {Categories and Structures}, + pagetotal = {443}, + number = {51}, + isbn = {052144179X}, + language = {english}, + langid = {english}, +} + +@BOOK{borceux:hca3, + crossref = {borceux:hca}, + volume = {3}, + title = {Sheaf Theory}, + pagetotal = {522}, + number = {52}, + isbn = {0521441803}, + language = {english}, + langid = {english}, +} + +@INPROCEEDINGS{kripke:sail, + ids = {kripke_sail}, + author = {Kripke, Saul}, + title = {Semantical Analysis of Intuitionistic Logic I}, + language = {english}, + pages = {92--129}, + crossref = {fsrf40}, + langid = {english}, +} + +@BOOK{bell:st, + title = {Set Theory}, + subtitle = {Boolean-Valued Models and Independence Proofs}, + author = {John L. Bell}, + isbn = {9780191620829}, + series = {Oxford Logic Guides}, + number = {47}, + edition = {3}, + year = {2005}, + pagetotal = {216}, + publisher = {Clarendon Press}, + language = {english}, + langid = {english}, +} + +@BOOK{lebesgue:iv, + author = {Ðнри Лебег}, + title = {Об измерении величин}, + year = {1960}, + translator = {О. И. КиÑловÑкой-КарÑкой}, + editor = {И. Ðœ. Яглома}, + foreword = {Ð. Ð. Колмогорова}, + publisher = {ГоÑ. уч.-пед. изд-во Ðœ-ва проÑÐ²ÐµÑ‰ÐµÐ½Ð¸Ñ Ð Ð¡Ð¤Ð¡Ð }, + location = {МоÑква}, + pagetotal = {204}, + origlanguage = {french}, + language = {russian}, + langid = {russian}, + edition = {2}, + related = {lebesgue:mg}, + relatedtype = {translationof}, +} + +@BOOK{lebesgue:mg, + AUTHOR = {Henri Lebesgue}, + TITLE = {La mesure des grandeurs}, + YEAR = {1915}, + publisher = {A. Kundig}, + location = {Genève}, + number = {1}, + series = {Monographies de l’Enseignement mathématique}, + language = {french}, + langid = {french}, + related = {lebesgue:iv}, + relatedtype = {bytranslator}, +} + +@THESIS{belozerov:thesis, + ids = {belozerov_thesis}, + author = {Белозеров, Иван Валентинович}, + title = {Ð ÐµÐ»Ð¸Ð³Ð¸Ð¾Ð·Ð½Ð°Ñ Ð¿Ð¾Ð»Ð¸Ñ‚Ð¸ÐºÐ° Золотой Орды на РуÑи в XIII—XIV вв.\isdot}, + media = {text}, + type = {phdthesis}, + major = {иÑÑ‚. наук}, + majorcode = {07.00.02}, + titleaddon = {защищена 22.01.02~: утв. 15.07.02}, + location = {Ðœ.}, + date = {2002}, + pagetotal = {215}, + addendum = {Библиогр.: Ñ. 202---213.~--- 04200201565}, + language = {russian}, + hyphenation = {russian}, +} + +@THESIS{vishnyakov:thesis, + ids = {vishnyakov_thesis}, + author = {ВишнÑков, Ð˜Ð»ÑŒÑ Ð’Ð»Ð°Ð´Ð¸Ð¼Ð¸Ñ€Ð¾Ð²Ð¸Ñ‡}, + title = {Модели и методы оценки коммерчеÑких банков в уÑловиÑÑ… неопределенноÑти}, + media = {text}, + type = {phdthesis}, + major = {Ñкон. наук}, + majorcode = {08.00.13}, + titleaddon = {защищена 12.02.02~: утв. 24.06.02}, + location = {Ðœ.}, + date = {2002}, + pagetotal = {234}, + addendum = {Библиогр.: Ñ. 220---230.~--- 04200204433}, + language = {russian}, + langid = {russian}, +} + +@THESIS{Skvortsov:2008, + ids = {Skvortsov_2008}, + author = {Скворцов, Михаил Ðндреевич}, + title = {Флуктуационные и интерференционные Ñффекты в мезоÑкопичеÑких + ÑиÑтемах}, + media = {text}, + institution = {ИТФ им. Л.\,Д.~Ландау}, + year = {2008}, + type = {docthesis}, + major = {физ.-мат. наук}, + majorcode = {01.04.02}, + pagetotal = {224}, + location = {Черноголовка}, + language = {russian}, + langid = {russian}, +} + +@THESIS{Skvortsov:2008autoref, + crossref = {Skvortsov:2008}, + type = {docautoref}, + _pagetotal = {}, + language = {russian}, + langid = {russian}, +} + +@PATENT{patent1h, + heading = {Пат. 2187888 РоÑ. федерациÑ, МПК\ensuremath{^7} H 04 B 1/38, H 04 J}, + author = {Чугаева, Ð’. И.}, + title = {Приемопередающее уÑтройÑтво}, + media = {text}, + _type = {patent}, + _number = {2187888}, + _location = {countryru}, + _ipc = {МПК\ensuremath{^7} H 04 B 1/38, H 04 J}, + holder = {{заÑвитель и патентообладатель Воронеж. науч.-иÑÑлед. ин-Ñ‚ ÑвÑзи}}, + reqnumber = {2000131736/09}, + date = {2000-12-18}, + publication = {Бюл. â„– 23 (II ч.)\midsentence}, + publdate = {2002-08-20}, + pagetotal = {2 Ñ.~: ил.}, + language = {russian}, + langid = {russian}, +} +@PATENT{patent2h, + heading = {ЗаÑвка 1095735 РоÑ. федерациÑ, МПК\ensuremath{^7} B 64 G 1/00}, + author = {Тернер, Ð. Ð’.}, + authortype = {СШÐ}, + title = {ÐžÐ´Ð½Ð¾Ñ€Ð°Ð·Ð¾Ð²Ð°Ñ Ñ€Ð°ÐºÐµÑ‚Ð°-ноÑитель}, + media = {text}, + _type = {patreq}, + _number = {1095735}, + _location = {countryru}, + _ipc = {МПК\ensuremath{^7} B 64 G 1/00}, + holder = {{заÑвитель Ð¡Ð¿ÐµÐ¹Ñ Ð¡Ð¸Ñтемз/Лорал, инк.}}, + credits = {патент. поверенный Егорова Г. Б.}, + reqnumber = {2000108705/28}, + date = {2000-04-07}, + publdate = {2001-03-10}, + publication = {Бюл. â„– 7 (I ч.)\midsentence}, + prdate = {1999-04-09}, + prnumber = {09/289, 037}, + prcountry = {countryus}, + pagetotal = {5 Ñ.~: ил.}, + language = {russian}, + langid = {russian}, +} +@PATENT{patent3h, + heading = {Ð.\,Ñ. 1007970 СССР, МКИ\ensuremath{^3} Ð’ 25.1 15/00}, + author = {Ð’. С. Ваулин and Ð’. Г. Кемайкин}, + authortype = {СССР}, + title = {УÑтройÑтво Ð´Ð»Ñ Ð·Ð°Ñ…Ð²Ð°Ñ‚Ð° неориентированных деталей типа валов}, + media = {text}, + _type = {invcert}, + _number = {1007970}, + _location = {countryussr}, + _ipc = {МКИ\ensuremath{^3} Ð’ 25.1 15/00}, + reqnumber = {3360585/25-08}, + date = {1981-11-23}, + publication = {Бюл. â„– 12}, + publdate = {1983-03-30}, + pagetotal = {2 Ñ.~: ил.}, + language = {russian}, + langid = {russian}, +} +@PATENT{patent1, + _heading = {Пат. 2187888 РоÑ. федерациÑ}, + author = {Чугаева, Ð’. И.}, + title = {Приемопередающее уÑтройÑтво}, + media = {text}, + type = {patent}, + number = {2187888}, + location = {countryru}, + ipc = {МПК\ensuremath{^7} H 04 B 1/38, H 04 J}, + holder = {{заÑвитель и патентообладатель Воронеж. науч.-иÑÑлед. ин-Ñ‚ ÑвÑзи}}, + reqnumber = {2000131736/09}, + date = {2000-12-18}, + publication = {Бюл. â„– 23 (II ч.)\midsentence}, + publdate = {2002-08-20}, + pagetotal = {2 Ñ.~: ил.}, + language = {russian}, + langid = {russian}, +} + +@PATENT{patent2, + _heading = {ЗаÑвка 1095735 РоÑ. федерациÑ}, + author = {Тернер, Ð. Ð’.}, + authortype = {СШÐ}, + title = {ÐžÐ´Ð½Ð¾Ñ€Ð°Ð·Ð¾Ð²Ð°Ñ Ñ€Ð°ÐºÐµÑ‚Ð°-ноÑитель}, + media = {text}, + type = {patreq}, + number = {1095735}, + location = {countryru}, + ipc = {МПК\ensuremath{^7} B 64 G 1/00}, + holder = {{заÑвитель Ð¡Ð¿ÐµÐ¹Ñ Ð¡Ð¸Ñтемз/Лорал, инк.}}, + credits = {патент. поверенный Егорова Г. Б.}, + reqnumber = {2000108705/28}, + date = {2000-04-07}, + publdate = {2001-03-10}, + publication = {Бюл. â„– 7 (I ч.)\midsentence}, + prdate = {1999-04-09}, + prnumber = {09/289, 037}, + prcountry = {countryus}, + pagetotal = {5 Ñ.~: ил.}, + language = {russian}, + langid = {russian}, +} + +@PATENT{patent3, + _heading = {Ð.\,Ñ. 1007970 СССР}, + author = {Ð’. С. Ваулин and Ð’. Г. Кемайкин}, + authortype = {СССР}, + title = {УÑтройÑтво Ð´Ð»Ñ Ð·Ð°Ñ…Ð²Ð°Ñ‚Ð° неориентированных деталей типа валов}, + media = {text}, + type = {invcert}, + number = {1007970}, + location = {countryussr}, + ipc = {МКИ\ensuremath{^3} Ð’ 25.1 15/00}, + reqnumber = {3360585/25-08}, + date = {1981-11-23}, + publication = {Бюл. â„– 12}, + publdate = {1983-03-30}, + pagetotal = {2 Ñ.~: ил.}, + language = {russian}, + langid = {russian}, +} +@REFERENCE{standard1h, + heading = {ГОСТ Ð 51771---2001}, + title = {Ðппаратура радиоÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð±Ñ‹Ñ‚Ð¾Ð²Ð°Ñ. Входные и выходные параметры и + типы Ñоединений. ТехничеÑкие требованиÑ}, + media = {text}, + specdata = {Введ. 2002---01---01}, + _stdintroduced = {2002-01-01}, + _stdperiod = {}, + location = {Ðœ.}, + publisher = {ГоÑÑтандарт РоÑÑии~: Изд-во Ñтандартов}, + year = {2001}, + pagetotal = {IV, 27 Ñ. : ил.; 29 Ñм.}, + langid = {russian}, +} +@REFERENCE{standard2h, + heading = {ГОСТ 733---2001}, + title = {ИзданиÑ. ÐœÐµÐ¶Ð´ÑƒÐ½Ð°Ñ€Ð¾Ð´Ð½Ð°Ñ ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ð°Ñ Ð½ÑƒÐ¼ÐµÑ€Ð°Ñ†Ð¸Ñ ÐºÐ½Ð¸Ð³}, + media = {text}, + specdata = {Взамен ГОСТ 7.53---86~; введ. 2002---07---01}, + _stdinstead = {ГОСТ 7.53---86}, + _stdintroduced = {2002-07-01}, + _stdperiod = {}, + location = {МинÑк~: МежгоÑ. Ñовет по Ñтандартизации, метрологии и + Ñертификации~; Ðœ.~: Изд-во Ñтандартов}, + year = {Ñор. 2002}, + pagetotal = {3}, + series = {СиÑтема Ñтандартов по информации, библиотечному и издательÑкому делу}, + langid = {russian}, +} +@REFERENCE{standard3h, + heading = {ГОСТ 19790-74}, + title = {Селитра ÐºÐ°Ð»Ð¸ÐµÐ²Ð°Ñ Ñ‚ÐµÑ…Ð½Ð¸Ñ‡ÐµÑкаÑ. ТехничеÑкие уÑловиÑ}, + media = {text}, + specdata = {Взамен ГОСТ 1949-65 и ГОСТ 5.1138-71~; введ. 01.07.05}, + _stdinstead = {ГОСТ 1949-65 and ГОСТ 5.1138-71}, + _stdintroduced= {2005-07-01}, + _stdperiod = {}, + location = {Ðœ.}, + publisher = {Стандартинформ}, + year = {2006}, + pagetotal = {18}, + series = {МежгоÑударÑтвенный Ñтандарт}, + langid = {russian}, +} +@REFERENCE{standard1, + title = {Ðппаратура радиоÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð±Ñ‹Ñ‚Ð¾Ð²Ð°Ñ. Входные и выходные параметры и + типы Ñоединений. ТехничеÑкие требованиÑ}, + media = {text}, + subtitle = {ГОСТ Ð 51771---2001}, + specdata = {Введ. 2002---01---01}, + _stdintroduced = {2002-01-01}, + _stdperiod = {}, + location = {Ðœ.}, + publisher = {ГоÑÑтандарт РоÑÑии~: Изд-во Ñтандартов}, + year = {2001}, + pagetotal = {IV, 27 Ñ. : ил.; 29 Ñм.}, + langid = {russian}, +} +@REFERENCE{standard2, + title = {ИзданиÑ. ÐœÐµÐ¶Ð´ÑƒÐ½Ð°Ñ€Ð¾Ð´Ð½Ð°Ñ ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ð°Ñ Ð½ÑƒÐ¼ÐµÑ€Ð°Ñ†Ð¸Ñ ÐºÐ½Ð¸Ð³}, + media = {text}, + subtitle = {ГОСТ 733---2001}, + specdata = {Взамен ГОСТ 7.53---86~; введ. 2002---07---01}, + _stdinstead = {ГОСТ 7.53---86}, + _stdintroduced = {2002-07-01}, + _stdperiod = {}, + location = {МинÑк~: МежгоÑ. Ñовет по Ñтандартизации, метрологии и + Ñертификации~; Ðœ.~: Изд-во Ñтандартов}, + year = {Ñор. 2002}, + pagetotal = {3}, + series = {СиÑтема Ñтандартов по информации, библиотечному и издательÑкому делу}, + langid = {russian}, +} +@REFERENCE{standard3, + title = {Селитра ÐºÐ°Ð»Ð¸ÐµÐ²Ð°Ñ Ñ‚ÐµÑ…Ð½Ð¸Ñ‡ÐµÑкаÑ. ТехничеÑкие уÑловиÑ}, + media = {text}, + subtitle = {ГОСТ 19790-74}, + specdata = {Взамен ГОСТ 1949-65 и ГОСТ 5.1138-71~; введ. 01.07.05}, + _stdinstead = {ГОСТ 1949-65 and ГОСТ 5.1138-71}, + _stdintroduced= {2005-07-01}, + _stdperiod = {}, + location = {Ðœ.}, + publisher = {Стандартинформ}, + year = {2006}, + pagetotal = {18}, + series = {МежгоÑударÑтвенный Ñтандарт}, + langid = {russian}, +} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/brief.lco b/Master/texmf-dist/doc/latex/einfuehrung2/brief.lco new file mode 100644 index 00000000000..25021483071 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/brief.lco @@ -0,0 +1,19 @@ +\ProvidesFile{brief.lco}[2015/11/23 letter class option] +\usepackage[T1]{fontenc} +\usepackage{libertine} +\usepackage[ngerman]{babel} +\usepackage{graphicx,ragged2e,blindtext} +\KOMAoptions{foldmarks,foldmarks=blmtP,fromphone,fromemail,fromlogo,subject=titled} +\setkomavar{fromname}{Peter Musterfrau} +\setkomavar{signature}{Peter Musterfrau\\ (ehemaliger Vorsitzender)} +\renewcommand*\raggedsignature{\raggedright} +\setkomavar{fromaddress}{Hinter dem Tal 2\\54321 Musterheim} +\setkomavar{fromphone}{0\,12\,34~56\,78} +\setkomavar{fromemail}{Peter@Musterfrau.invalid} +\setkomavar{fromlogo}{\includegraphics{musterlogo}} +\setkomavar{location}{\raggedright +Mitglied Nr.~4711\\ seit dem 11.09.2001\\ Vorsitzender in den Jahren 2003--2005} +\setkomavar{place}{Musterheim} +\setkomavar*{enclseparator}{Anlage} + +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/cjk.bib b/Master/texmf-dist/doc/latex/einfuehrung2/cjk.bib new file mode 100644 index 00000000000..0a90832833f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/cjk.bib @@ -0,0 +1,796 @@ +% vim:ts=4:sw=4 + +@online{biber, + author = {Kime, Philip and Charette, Fran\c{c}ois}, + title = {Biber: A backend bibliography processor for biblatex (Version 1.8)}, + type = {M/OL}, + date = {2013-10-18}, + url = {http://mirror.ctan.org/biblio/biber/}, + urldate = {2014-05-24}, + language = {english}, +} + +@online{biblatex, + author = {Lehman, Philipp}, + title = {The biblatex Package: Programmable Bibliographies and Citations (Version 2.8a)}, + type = {M/OL}, + date = {2013-11-25}, + url = {http://mirror.ctan.org/macros/latex/exptl/biblatex/}, + urldate = {2014-05-24}, + language = {english}, +} + +@report{gbt7714-2005, + author = {ä¸åŽäººæ°‘共和国国家质é‡ç›‘ç£æ£€éªŒæ£€ç–«æ€»å±€ and ä¸å›½æ ‡å‡†åŒ–管ç†å§”员会}, + title = {GB/T 7714--2005 æ–‡åŽå‚考文献著录规则}, + type = {S}, + date = {2005-03-23}, + addendum = {(å¯è§æ¸…åŽå¤§å¦å›¾ä¹¦é¦†ç½‘页上的电å版: \newline \url{http://lib.tsinghua.edu.cn/service/paperwriting.html})}, + urldate = {2014-05-24}, + language = {chinese}, +} + +@book{1-1, + author = {ä½™æ•}, + title = {å‡ºç‰ˆé›†å›¢ç ”ç©¶}, + type = {M}, + location = {北京}, + publisher = {ä¸å›½ä¹¦ç±å‡ºç‰ˆç¤¾}, + year = {2001}, + pages = {179-193}, + language = {chinese}, +} + +@book{1-2, + author = {昂温, G. and 昂温, P. S.}, + title = {外国出版å²}, + translator = {陈生铮}, + type = {M}, + location = {北京}, + publisher = {ä¸å›½ä¹¦ç±å‡ºç‰ˆç¤¾}, + year = {1988}, + language = {chinese}, +} + +@report{1-3, + author = {å…¨å›½æ–‡çŒ®å·¥ä½œæ ‡å‡†åŒ–æŠ€æœ¯å§”å‘˜ä¼šç¬¬ä¸ƒåˆ†å§”å‘˜ä¼š}, + title = {GB/T 5795--1986 ä¸å›½æ ‡å‡†ä¹¦å·}, + type = {S}, + location = {北京}, + publisher = {ä¸å›½æ ‡å‡†å‡ºç‰ˆç¤¾}, + year = {1986}, + language = {chinese}, +} + +@book{1-4, + author = {辛希åŸ}, + title = {ä¿¡æ¯æŠ€æœ¯ä¸Žä¿¡æ¯æœåŠ¡å›½é™…ç ”è®¨ä¼šè®ºæ–‡é›†ï¼šA 集}, + type = {C}, + location = {北京}, + publisher = {ä¸å›½ç¤¾ä¼šç§‘å¦å‡ºç‰ˆç¤¾}, + year = {1994}, + language = {chinese}, +} + +@thesis{1-5, + author = {å™çŽ‰æ–‡}, + title = {汉è¯å˜è°ƒæž„è¯ç ”究}, + type = {D}, + location = {北京}, + publisher = {北京大å¦å‡ºç‰ˆç¤¾}, + year = {2000}, + language = {chinese}, +} + +@book{1-6, + author = {顾炎æ¦}, + title = {昌平山水记;京东考å¤å½•}, + type = {M}, + location = {北京}, + publisher = {北京å¤ç±å‡ºç‰ˆç¤¾}, + year = {1982}, + language = {chinese}, +} + +@book{1-7, + author = {王夫之}, + title = {宋论(刻本)}, + type = {M}, + location = {金陵}, + publisher = {曽æ°}, + year = {1845\textmd{\emph{(清åŒæ²»å››å¹´ï¼‰}}}, + language = {chinese}, +} + +@book{1-8, + author = {赵耀东}, + title = {新时代的工业工程师}, + type = {M/OL}, + location = {å°åŒ—}, + publisher = {天下文化出版社}, + year = {1998}, + url = {http://ie.nthu.edu.tw/info/ie.newie.htm}, + urldate = {1998-09-26}, + language = {chinese}, +} + +@book{1-9, + author = {Piggot, T. M.}, + title = {The cataloguer's way through AACR2: from document receipt to document retrieval}, + type = {M}, + location = {London}, + publisher = {The Library Association}, + year = {1990}, + language = {english}, +} + +@book{1-10, + author = {Peebles, Jr., P. Z.}, + title = {Probability, random variable, and random signal principles (4th ed.)}, + type = {M}, + location = {New York}, + publisher = {McGraw Hill}, + year = {2001}, + language = {english}, +} + +@proceedings{1-11, + editor = {Yufin, S. A.}, + title = {Geoecology and computers: proceedings of the Third International Conference on Advance of Computer Methods in Geotechnical and Geoenvironmental Engineering, Moscow, Russia, February 1--4, 2000}, + type = {C}, + location = {Rotterdam}, + publisher = {A. A. Balkema}, + language = {english}, +} + +@incollection{2-1, + author = {ç¨‹æ ¹ä¼Ÿ}, + title = {1998 年长江洪水的æˆå› 与å‡ç¾å¯¹ç–}, + type = {M}, + bookauthor = {许厚泽 and 赵其国}, + booktitle = {长江æµåŸŸæ´ªæ¶ç¾å®³ä¸Žç§‘技对ç–}, + location = {北京}, + publisher = {科å¦å‡ºç‰ˆç¤¾}, + year = {1999}, + pages = {32-36}, + language = {chinese}, +} + +@incollection{2-2, + author = {陈晋镶 and å¼ æƒ æ°‘ and 朱士兴 and 其他作者}, + title = {è“ŸåŽ¿éœ‡æ—¦äºšç•Œç ”ç©¶}, + type = {M}, + bookauthor = {ä¸å›½åœ°è´¨ç§‘å¦é™¢å¤©æ´¥åœ°è´¨çŸ¿äº§ç ”究所}, + booktitle = {ä¸å›½éœ‡æ—¦äºšç•Œ}, + location = {天津}, + publisher = {天津科å¦æŠ€æœ¯å‡ºç‰ˆç¤¾}, + year = {1980}, + pages = {56-114}, + language = {chinese}, +} + +@incollection{2-3, + author = {白书农}, + title = {æ¤ç‰©å¼€èŠ±ç ”究}, + type = {M}, + bookauthor = {æŽæ‰¿æ£®}, + booktitle = {æ¤ç‰©ç§‘å¦è¿›å±•}, + location = {北京}, + publisher = {高ç‰æ•™è‚²å‡ºç‰ˆç¤¾}, + year = {1998}, + pages = {146-163}, + language = {chinese}, +} + +@incollection{2-4, + author = {马克æ€}, + title = {关于《工资ã€ä»·æ ¼å’Œåˆ©æ¶¦ã€‹çš„报告æœè®°}, + type = {M}, + bookauthor = {é©¬å…‹æ€ and æ©æ ¼æ–¯}, + booktitle = {马克æ€æ©æ ¼æ–¯å…¨é›†ï¼šç¬¬44å·}, + location = {北京}, + publisher = {人民出版社}, + year = {1982}, + pages = {505}, + language = {chinese}, +} + +@inproceedings{2-5, + author = {é’Ÿæ–‡å‘}, + title = {éžçº¿æ€§è§„划在å¯ç‡ƒæ¯’物é…ç½®ä¸çš„应用}, + type = {C}, + bookauthor = {赵玮}, + booktitle = {è¿ç¹å¦çš„ç†è®ºä¸Žåº”用:ä¸å›½è¿ç¹å¦ä¼šç¬¬äº”届大会论文集}, + location = {西安}, + publisher = {西安电å科技大å¦å‡ºç‰ˆç¤¾}, + year = {1996}, + pages = {468-471}, + language = {chinese}, +} + +@incollection{2-6, + author = {Weinstein, L. and Swertz, M. N.}, + title = {Pathogenic properties of invading microorganism}, + type = {M}, + bookauthor = {Sodeman, Jr., W. A. and Sodeman, W. A.}, + booktitle = {Pathologic physiology: mechanisms of disease}, + location = {Philadelphia}, + publisher = {Saunders}, + year = {1974}, + pages = {745-772}, + language = {english}, +} + +@periodical{3-1, + author = {ä¸å›½åœ°è´¨å¦ä¼š}, + title = {地质论评}, + type = {J}, + year = {1936}, + volume = {1}, + number = {1}, + location = {北京}, + publisher = {地质出版社}, + language = {chinese}, +} + +@periodical{3-2, + author = {ä¸å›½å›¾ä¹¦é¦†å¦ä¼š}, + title = {图书馆å¦é€šè®¯}, + type = {J}, + sortyear = {1957}, + year = {\textmd{\textbf{1957}(1) -- \textbf{1990}(4)}}, + location = {北京}, + publisher = {北京图书馆}, + language = {chinese}, +} + +@periodical{3-3, + author = {{American Association for the Advancement of Science}}, + title = {Science}, + type = {J}, + year = {1883}, + volume = {1}, + number = {1}, + location = {Washington, D. C.}, + publisher = {American Association for the Advancement of Science}, + language = {english}, +} + +@article{4-1, + author = {æŽæ™“东 and å¼ åº†çº¢ and å¶ç‘¾ç³}, + title = {气候å¦ç ”究的若干ç†è®ºé—®é¢˜}, + type = {J}, + journal = {北京大å¦å¦æŠ¥ï¼šè‡ªç„¶ç§‘å¦ç‰ˆ}, + year = {1999}, + volume = {35}, + number = {1}, + pages = {101-106}, + language = {chinese}, +} + +@article{4-2, + author = {åˆ˜æ¦ and 郑良 and 姜础}, + title = {元谋å¤çŒ¿ç‰™é½¿æµ‹é‡æ•°æ®çš„统计分æžåŠå…¶åœ¨åˆ†ç±»ç ”究上的æ„义}, + type = {J}, + journal = {科å¦é€šæŠ¥}, + year = {1999}, + volume = {44}, + number = {23}, + pages = {2481-2488}, + language = {chinese}, +} + +@article{4-3, + author = {傅刚 and 赵承 and æŽä½³è·¯}, + title = {大风沙过åŽçš„æ€è€ƒ}, + type = {N/OL}, + journal = {北京é’年报}, + date = {2000-04-12}, + url = {http://www.bjyouth.com.cn/Bgb/20000412/GB/4216%5ED0412B1401.htm}, + urldate = {2005-07-12}, + language = {chinese}, +} + +@article{4-4, + author = {莫少强}, + title = {æ•°å—å¼ä¸æ–‡å…¨æ–‡æ–‡çŒ®æ ¼å¼çš„è®¾è®¡ä¸Žç ”ç©¶}, + type = {J/OL}, + journal = {情报å¦æŠ¥}, + year = {1999}, + volume = {18}, + number = {4}, + pages = {1-6}, + url = {http://periodical.wanfangdata.com.cn/periodical/qbxb/qbxb99/qbxb9904/990407.htm}, + urldate = {2001-07-08}, + language = {chinese}, +} + +@article{4-5, + author = {Kanamori, H.}, + title = {Shaking without quaking}, + type = {J}, + journal = {Science}, + year = {1998}, + volume = {279}, + number = {5359}, + pages = {2063-2064}, + language = {english}, +} + +@article{4-6, + author = {Caplan, P.}, + title = {Cataloging internet resources}, + type = {J}, + journal = {The Public Access Computer Systems Review}, + year = {1993}, + volume = {4}, + number = {2}, + pages = {61-66}, + language = {english}, +} + +@patent{5-1, + author = {姜锡洲}, + title = {一ç§æ¸©çƒå¤–æ•·è¯åˆ¶å¤‡æ–¹æ¡ˆ}, + type = {P}, + location = {ä¸å›½}, + number = {88105607.3}, + date = {1989-07-26}, + language = {chinese}, +} + +@patent{5-2, + author = {西安电å科技大å¦}, + title = {光折å˜è‡ªé€‚应光外差探测方法}, + type = {P/OL}, + location = {ä¸å›½}, + number = {01128777.2}, + date = {2002-03-06}, + url = {http://211.152.9.47/sipoasp/zljs/hyjs-yx-new.asp?recid=01128777.2&Ieixin=0}, + urldate = {2002-05-28}, + language = {chinese}, +} + +@patent{5-3, + author = {Tachibana, R. and Shimizu, S. and Kobayshi, S. and Other Authors}, + title = {Electronic watermarking method and system}, + type = {P/OL}, + location = {US}, + number = {6,915,001}, + date = {2002-04-25}, + url = {http://patftuspto.gov/nemcgi/nph-Parser?Sectl=PT02&Sect2=HITOFF&p=1&u=/netahmrl/search-bool.huml&r=1&f=G&1=50&col=AND&d=ptxt&sl='Electronic+watermarking+method+systern'.TTL.&OS=TTL/}, + urldate = {2002-05-28}, + language = {english}, +} + +@online{6-1, + title = {PACS-L: the public-access computer systems forum}, + type = {EB/OL}, + location = {Houston, Tex}, + publisher = {University of Houston Libraries}, + year = {1989}, + url = {http://info.lib.uh.edu/pacsl.html}, + urldate = {1995-05-17}, + language = {english}, +} + +@online{6-2, + author = {{Online Computer Library Center, Inc.}}, + title = {History of OCLC}, + type = {EB/OL}, + url = {http://www.oclc.org/about/history/default.htm}, + urldate = {2000-01-08}, + language = {english}, +} + +@online{6-3, + author = {Hopkinson, A.}, + title = {UNIMARC and metadsta: Dublin Core}, + type = {EB/OL}, + url = {http://www.ifla.org/IV/ifla64/138-161e.htm}, + urldate = {1999-12-08}, + language = {english}, +} + +@book{a1-1, + author = {广西壮æ—自治区林业厅}, + title = {广西自然ä¿æŠ¤åŒº}, + type = {M}, + location = {北京}, + publisher = {ä¸å›½æž—业出版社}, + year = {1993}, + language = {chinese}, +} + +@book{a1-2, + author = {蒋有绪 and éƒæ³‰æ°´ and 马娟 and 其他作者}, + title = {ä¸å›½æ£®æž—群è½åˆ†ç±»åŠå…¶ç¾¤è½å¦ç‰¹å¾}, + type = {M}, + location = {北京}, + publisher = {科å¦å‡ºç‰ˆç¤¾}, + year = {1998}, + language = {chinese}, +} + +@book{a1-3, + author = {å”绪军}, + title = {报业ç»æµŽä¸ŽæŠ¥ä¸šç»è¥}, + type = {M}, + location = {北京}, + publisher = {æ–°åŽå‡ºç‰ˆç¤¾}, + year = {1999}, + pages = {117-121}, + language = {chinese}, +} + +@book{a1-4, + author = {èµµå‡¯åŽ and 罗蔚茵}, + title = {新概念物ç†æ•™ç¨‹ï¼šåŠ›å¦}, + type = {M}, + location = {北京}, + publisher = {高ç‰æ•™è‚²å‡ºç‰ˆç¤¾}, + year = {1995}, + language = {chinese}, +} + +@book{a1-5, + author = {汪昂}, + title = {本è‰å¤‡è¦ï¼ˆçŸ³å°æœ¬ï¼Œå¢žè¡¥ï¼‰}, + type = {M}, + location = {上海}, + publisher = {åŒæ–‡ä¹¦å±€}, + year = {1912}, + language = {chinese}, +} + +@book{a1-6, + author = {Crawford, W. and Gorman, M.}, + title = {Futuer libraries: dreams, madness \& reality}, + type = {M}, + location = {Chicago}, + publisher = {American Library Association}, + year = {1995}, + language = {english}, +} + +@book{a1-7, + author = {{International Federation of Library Association and institutions}}, + title = {Names of persons: national usages for entry in catalogues (3rd ed.)}, + type = {M}, + location = {London}, + publisher = {IFLA International Office for UBC}, + year = {1977}, + language = {english}, +} + +@book{a1-8, + author = {O'Brien, J. A.}, + title = {Introduction to information systems (7th ed.)}, + type = {M}, + location = {Burr Ridge, III.}, + publisher = {Irwin}, + year = {1994}, + language = {english}, +} + +@book{a1-9, + author = {Rood, H. J.}, + title = {Logic and structured design for computer programmers (3rd ed.)}, + type = {M}, + publisher = {Brooks/Cole-Thomson Learning}, + year = {2001}, + language = {english}, +} + +@proceedings{a2-1, + author = {ä¸å›½åŠ›å¦å¦ä¼š}, + title = {第 3 届全国实验æµä½“力å¦å¦æœ¯ä¼šè®®è®ºæ–‡é›†}, + type = {C}, + location = {天津}, + year = {1990}, + language = {chinese}, +} + +@proceedings{a2-2, + author = {Rosenthall, E. M.}, + title = {Proceedings of the Fifth Canadian Mathematical Congress, University of Montreal, 1961}, + type = {C}, + location = {Toronto}, + publisher = {University of Toronto Press}, + year = {1963}, + language = {english}, +} + +@proceedings{a2-3, + author = {Ganzha, V. G. and Mayr, E. W. and Vorozhtsov, E. V.}, + title = {Computer algebra in scientific computing: CASC 2000: proceedings of the Third Workshop on Algebra in Scientific Computing, Samarkand, October 5-9,2000}, + type = {C}, + location = {Berlin}, + publisher = {Springer}, + year = {c2000}, + language = {english}, +} + +@report{a3-1, + author = {{U.S. Department of Transportation Federal Highway Administration}}, + title = {Guidelines for handling excavated acid-producing materials, PB 91-194001}, + type = {R}, + location = {Springfield}, + publisher = {U.S. Department of Commerce National Information Service}, + year = {1990}, + language = {english}, +} + +@report{a3-2, + author = {{World Health Organization}}, + title = {Factors regulating the immune response: report of WHO Scientific Group}, + type = {R}, + location = {Geneva}, + publisher = {WHO}, + year = {1970}, + language = {english}, +} + +@thesis{a4-1, + author = {å¼ å¿—ç¥¥}, + title = {é—´æ–动力系统的éšæœºæ‰°åŠ¨åŠå…¶åœ¨å®ˆæ’律方程ä¸çš„应用}, + type = {D}, + location = {北京}, + publisher = {北京大å¦æ•°å¦å¦é™¢}, + year = {1998}, + language = {chinese}, +} + +@thesis{a4-2, + author = {Calms, R. B.}, + title = {Infrared spectroscopic studies on solid oxygen}, + type = {D}, + location = {Berkeley}, + publisher = {Univ. of California}, + year = {1965}, + language = {english}, +} + +@patent{a5-1, + author = {åˆ˜åŠ æž—}, + title = {多功能一次性压舌æ¿}, + type = {P}, + location = {ä¸å›½}, + number = {92214985.2}, + date = {1993-04-14}, + language = {chinese}, +} + +@patent{a5-2, + author = {河北绿洲生æ€çŽ¯å¢ƒç§‘技有é™å…¬å¸}, + title = {一ç§è’æ¼ åŒ–åœ°åŒºç”Ÿæ€æ¤è¢«ç»¼åˆåŸ¹è‚²ç§æ¤æ–¹æ³•}, + type = {P/OL}, + location = {ä¸å›½}, + number = {01129210.5}, + date = {2001-10-24}, + urldate = {2002-05-28}, + url = {http://211.152.9.47/sipoasp/zlijs/hyjs-yx-new.asp?recid=01129210.5&leixin}, + language = {chinese}, +} + +@patent{a5-3, + author = {Koseki, A. and Momose, H. and Kawahito. M. and Other Authors}, + title = {Compiler}, + type = {P/OL}, + location = {US}, + number = {828402}, + date = {2002-05-25}, + url = {http://FF&p=1&u=netahtml/PTO/search-bool.html&r=5&f=G&l=5&col=AND&d=PG01&sl=IBM.AS.&0S=AN/IBM&RS=AN/}, + urldate = {2002-02-28}, + language = {english}, +} + +@incollection{a6-1, + author = {å›½å®¶æ ‡å‡†å±€ä¿¡æ¯åˆ†ç±»ç¼–ç ç ”ç©¶æ‰€}, + title = {GB/T 2659--1986 世界å„国和地区å称代ç }, + type = {S}, + bookauthor = {å…¨å›½æ–‡çŒ®å·¥ä½œæ ‡å‡†åŒ–æŠ€æœ¯å§”å‘˜ä¼š}, + booktitle = {æ–‡çŒ®å·¥ä½œå›½å®¶æ ‡å‡†æ±‡ç¼–ï¼š3}, + location = {北京}, + publisher = {ä¸å›½æ ‡å‡†å‡ºç‰ˆç¤¾}, + year = {1988}, + pages = {59-92}, + language = {chinese}, +} + +@incollection{a6-2, + author = {韩å‰äºº}, + title = {论èŒå·¥æ•™è‚²çš„特点}, + type = {G}, + bookauthor = {ä¸å›½èŒå·¥æ•™è‚²ç ”究会}, + booktitle = {èŒå·¥æ•™è‚²ç ”究论文集}, + location = {北京}, + publisher = {人民教育出版社}, + year = {1985}, + pages = {90-99}, + language = {chinese}, +} + +@incollection{a6-3, + author = {Buseck, P. R. and Nord, Jr., G. L. and Veblen D. R.}, + title = {Subsolidus phenomena in pyroxenes}, + type = {M}, + bookauthor = {Prewitt, C. T.}, + booktitle = {Pyroxense}, + location = {Washington, D. C.}, + publisher = {Mineralogical Society of America}, + year = {c1980}, + pages = {117-211}, + language = {english}, +} + +@inproceedings{a6-4, + author = {Fourney M. E.}, + title = {Advances in holographic photoelasticity}, + type = {C}, + bookauthor = {American Society of Mechanical Engineers, Applied Mechanics Division}, + booktitle = {Symposium on Applications of Holography in Mechanics, August 23--25, 1971, University of Southern California, Los Angeles, California}, + location = {New York}, + publisher = {ASME}, + year = {c1971}, + pages = {17-38}, + language = {english}, +} + +@incollection{a6-5, + author = {Martin, G.}, + title = {Control of electronic resources in Australia}, + type = {M}, + bookauthor = {Pattle, L. W. and Cox, B. J.}, + booktitle = {Electronic resources: selection and bibliographic control}, + location = {New York}, + publisher = {The Haworth Press}, + year = {1966}, + pages = {85-96}, + language = {english}, +} + +@article{a7-1, + author = {æŽç‚³ç©†}, + title = {ç†æƒ³çš„图书馆员和信æ¯ä¸“å®¶çš„ç´ è´¨ä¸Žå½¢è±¡}, + type = {J}, + journal = {图书情报工作}, + year = {2000}, + number = {2}, + pages = {5-8}, + language = {chinese}, +} + +@article{a7-2, + author = {陶ä»éª¥}, + title = {密ç å¦ä¸Žæ•°å¦}, + type = {J}, + journal = {自然æ‚å¿—}, + year = {1984}, + volume = {7}, + number = {7}, + pages = {527}, + language = {chinese}, +} + +@article{a7-3, + author = {亚洲地质图编目组}, + title = {亚洲地层与地质历å²æ¦‚è¿°}, + type = {J}, + journal = {地质å¦æŠ¥}, + year = {1978}, + volume = {3}, + pages = {104-208}, + language = {chinese}, +} + +@article{a7-4, + author = {des Marais, D. J. and Strauss, H. and Summons, R. E. and Other Authors}, + title = {Carbon isotope evidence for the stepwise oxidation of the Proterozoic environment}, + type = {J}, + journal = {Nature}, + year = {1992}, + volume = {359}, + pages = {605-609}, + language = {english}, +} + +@article{a7-5, + author = {Hewitt, J. A.}, + title = {Technical services in 1983}, + type = {J}, + journal = {Library Resource Services}, + year = {1984}, + volume = {28}, + number = {3}, + pages = {205-218}, + language = {english}, +} + +@article{a8-1, + author = {ä¸æ–‡ç¥¥}, + title = {æ•°å—é©å‘½ä¸Žç«žäº‰å›½é™…化}, + type = {N}, + journal = {ä¸å›½é’年报}, + date = {2000-11-20}, + language = {chinese}, +} + +@article{a8-2, + author = {å¼ ç”°å‹¤}, + title = {罪犯 DNA 库与生命伦ç†å¦è®¡åˆ’}, + type = {N}, + journal = {大众科技报}, + date = {2000-11-12}, + language = {chinese}, +} + +@article{a9-1, + author = {江å‘东}, + title = {互è”网环境下的信æ¯å¤„ç†ä¸Žå›¾ä¹¦ç®¡ç†ç³»ç»Ÿè§£å†³æ–¹æ¡ˆ}, + type = {J/OL}, + journal = {情报å¦æŠ¥}, + year = {1999}, + volume = {18}, + number = {2}, + pages = {4}, + url = {http://www.chinainfo.gov.cn/periodical/qbxb/qbxb99/qbxb990203}, + urldate = {2000-01-18}, + language = {chinese}, +} + +@online{a9-2, + author = {è§é’°}, + title = {出版业信æ¯åŒ–迈入快车é“}, + type = {EB/OL}, + date = {2001-12-19}, + url = {http://www.creader.com/news/20011219/200112190019.html}, + urldate = {2002-04-15}, + language = {chinese}, +} + +@article{a9-3, + author = {Christine, M.}, + title = {Plant physiology: plant biology in the Genome Era}, + type = {J/OL}, + journal = {Science}, + year = {1998}, + volume = {281}, + pages = {331-332}, + url = {http://www.sciencemag.org/cgi/collection/anatmorp}, + urldate = {1998-09-23}, + language = {english}, +} + +@incollection{a9-4, + author = {Metcalf, S. W.}, + title = {The Tort Hall air emission study}, + type = {C/OL}, + booktitle = {The International Congress on Hazardous Waste, Atlanta Marriott Marquis Hotel, Atlanta, Georgia, June 5--8, 1995: impact on human and ecological health}, + url = {http://atsdrl.atsdr.cdc.gov:8080/cong95.html}, + urldate = {1998-09-22}, + language = {english}, +} + +@book{a9-5, + author = {Turcotte D. L.}, + title = {Fractals and chaos in geology and geophysics}, + type = {M/OL}, + location = {New York}, + publisher = {Cambridge University Press}, + year = {1992}, + url = {http://www.seg.org/reviews/mccorm30.html}, + urldate = {1998-09-23}, + language = {english}, +} + +@misc{a9-6, + author = {Scitor Corporation}, + title = {Project scheduler}, + type = {CP/DK}, + location = {Sunnyvale, Calif.}, + publisher = {Scitor Corporation}, + year = {c1983}, + language = {english}, +} + diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/data0.csv b/Master/texmf-dist/doc/latex/einfuehrung2/data0.csv new file mode 100644 index 00000000000..99ab622ac12 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/data0.csv @@ -0,0 +1,8 @@ +Vorname,Nachname,AusweisNo,Alter +Hannes,"Wader, sen.",102689,68 +Jane,Austen,102647,75 +James,Brown,103569,42 +Jana,Voss,105488,26 +Roger,Daltry,106872,58 +Claire,Waldoff,104356,45 +Felix,Voss,513110,29 diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/data1T.csv b/Master/texmf-dist/doc/latex/einfuehrung2/data1T.csv new file mode 100644 index 00000000000..ded5e0ba345 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/data1T.csv @@ -0,0 +1,3 @@ +1300--1349, 1350--1399, 1400--1449, 1450--1499 +1, 0.5, 2, 0.5 +1, 2, 1.5, 1 diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/de-examples-dw.bib b/Master/texmf-dist/doc/latex/einfuehrung2/de-examples-dw.bib new file mode 100644 index 00000000000..587b8866a76 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/de-examples-dw.bib @@ -0,0 +1,802 @@ +@PREAMBLE{ "\providecommand*{\BibTeX}{Bib\TeX} " } + +@STRING{cup = {Cambridge University Press}} + +@STRING{dtv = {Deutscher Taschenbuch-Verlag}} + +@ARTICLE{angenendt, + author = {Angenendt, Arnold}, + title = {In Honore Salvatoris~-- Vom Sinn und Unsinn der Patrozinienkunde}, + shorttitle = {In Honore Salvatoris}, + volume = {97}, + year = {2002}, + pages = {431--456, 791--823}, + annotation = {Ein deutschsprachiger Aufsatz in einer französischen Zeitschrift. + Abgesehen davon ein typischer \texttt{article}-Eintrag. Man beachte + das Feld \texttt{indextitle}.}, + hyphenation = {german}, + indextitle = {In Honore Salvatoris}, + journaltitle = {Revue d'Histoire Eccl{\'e}siastique}, + library = {Im Feld \texttt{library} ist Platz für Bibliotheksinformationen.} +} + +@BOOK{aristotle:rhetoric, + author = {Aristoteles}, + title = {The Rhetoric of Aristotle with a commentary by the late Edward Meredith + Cope}, + shorttitle = {Rhetoric}, + publisher = cup, + year = {1877}, + editor = {Cope, Edward Meredith}, + annotation = {Eine kommentierte Edition. Man beachte die Verknüpfung der Felder + \texttt{editor} und \texttt{commentator} sowie \texttt{volumes}, + \texttt{sorttitle} und \texttt{indextitle}.}, + commentator = {Cope, Edward Meredith}, + hyphenation = {british}, + indextitle = {Rhetoric of Aristotle, The}, + keywords = {primary}, + options = {oldauthor}, + sorttitle = {Rhetoric of Aristotle}, + volumes = {3} +} + +@BOOK{aristotle:anima, + author = {Aristoteles}, + title = {De Anima}, + publisher = cup, + year = {1907}, + editor = {Hicks, Robert Drew}, + annotation = {Ein \texttt{book}-Eintrag mit Autor (\texttt{author}) und Herausgeber + (\texttt{editor}).}, + hyphenation = {british}, + keywords = {primary}, + location = {Cambridge}, + options = {oldauthor} +} + +@BOOK{aristotle:poetics, + author = {Aristoteles}, + title = {Poetics}, + shorttitle = {Poetics}, + publisher = {Clarendon Press}, + year = {1968}, + editor = {Lucas, D. W.}, + series = {Clarendon Aristotle}, + annotation = {Ein \texttt{book}-Eintrag mit Autor (\texttt{author}) und Herausgeber + (\texttt{editor}) sowie einem \texttt{series}-Feld.}, + hyphenation = {british}, + keywords = {primary}, + location = {Oxford}, + options = {oldauthor} +} + +@BOOK{aristotle:physics, + author = {Aristoteles}, + title = {Physics}, + shorttitle = {Physics}, + publisher = {G. P. Putnam}, + year = {1929}, + annotation = {Ein \texttt{book}-Eintrag mit einem \texttt{translator}-Feld.}, + hyphenation = {american}, + keywords = {primary}, + location = {New York}, + options = {oldauthor}, + translator = {Wicksteed, P. H. and Cornford, F. M.} +} + +@BOOK{averroes/bland, + author = {Averroes}, + title = {The Epistle on the Possibility of Conjunction with the Active Intellect + by Ibn Rushd with the Commentary of Moses Narboni}, + shorttitle = {Possibility of Conjunction}, + publisher = {Jewish Theological Seminary of America}, + year = {1982}, + editor = {Bland, Kalman P.}, + series = {Moreshet Studies in Jewish History, Literature and Thought}, + number = {7}, + annotation = {Ein \texttt{book}-Eintrag mit Reihe (\texttt{series}) und Reihennummer + (\texttt{number}).}, + hyphenation = {american}, + indextitle = {Epistle on the Possibility of Conjunction, The}, + keywords = {primary}, + location = {New York}, + options = {oldauthor}, + translator = {Bland, Kalman P.} +} + +@BOOK{averroes/hannes, + author = {Averroes}, + title = {Des Averro{\"e}s Abhandlung: \enquote{{\"U}ber die M{\"o}glichkeit + der Conjunktion} oder \enquote{{\"U}ber den materiellen Intellekt}}, + shorttitle = {M{\"o}glichkeit der Conjunktion}, + publisher = {C.~A. Kaemmerer}, + year = {1892}, + editor = {Hannes, Ludwig}, + annotation = {Eine kommentierte Edition. Man beachte die Verknüpfung der Felder + \texttt{editor}, \texttt{translator} und \texttt{commentator}; ebenso + die Felder \texttt{shorttitle}, \texttt{indextitle}, \texttt{sorttitle}, + und \texttt{indexsorttitle}.}, + annotator = {Hannes, Ludwig}, + hyphenation = {german}, + indexsorttitle = {Uber die Moglichkeit der Conjunktion}, + indextitle = {{\"U}ber die M{\"o}glichkeit der Conjunktion}, + keywords = {primary}, + location = {Halle an der Saale}, + options = {oldauthor}, + sorttitle = {Uber die Moglichkeit der Conjunktion}, + translator = {Hannes, Ludwig} +} + +@BOOK{averroes/hercz, + author = {Averroes}, + title = {Drei Abhandlungen {\"u}ber die Conjunction des separaten Intellects + mit dem Menschen}, + shorttitle = {Drei Abhandlungen}, + subtitle = {Von Averroes (Vater und Sohn), aus dem Arabischen {\"u}bersetzt von + Samuel Ibn Tibbon}, + publisher = {S.~Hermann}, + year = {1869}, + editor = {Hercz, J.}, + annotation = {Ein \texttt{book}-Eintrag. Man beachte die Verknüpfung der Felder + \texttt{editor} und \texttt{translator} sowie die Felder \texttt{indextitle} + und \texttt{indexsorttitle}.}, + hyphenation = {german}, + indexsorttitle = {Drei Abhandlungen uber die Conjunction}, + indextitle = {Drei Abhandlungen {\"u}ber die Conjunction}, + keywords = {primary}, + location = {Berlin}, + options = {oldauthor}, + translator = {Hercz, J.} +} + +@INCOLLECTION{brandt, + author = {von Brandt, Ahasver and Erich Hoffmann}, + title = {Die nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis + 1448}, + shorttitle = {Die nordischen L{\"a}nder}, + pages = {884--917}, + editor = {Ferdinand Seibt}, + booktitle = {Europa im Hoch- und Sp{\"a}tmittelalter}, + publisher = {Klett-Cotta}, + year = {1987}, + series = {Handbuch der europ{\"a}ischen Geschichte}, + number = {2}, + annotation = {Ein \texttt{incollection}-Eintrag mit Reihe (\texttt{series}) und + Nummer (\texttt{number}). Man beachte das Format des Namens und vergleiche + die \texttt{useprefix}-Option im Feld \texttt{options}. Man beachte + außerdem die Felder \texttt{indextitle} und \texttt{indexsorttitle}.}, + hyphenation = {german}, + indexsorttitle = {Nordischen Lander von der Mitte des 11. Jahrhunderts bis 1448}, + indextitle = {Nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448, + Die}, + location = {Stuttgart}, + options = {useprefix=false} +} + +@BOOK{cicero, + author = {Cicero, Marcus Tullius}, + title = {De natura deorum. {\"U}ber das Wesen der G{\"o}tter}, + shorttitle = {De natura deorum}, + publisher = {Reclam}, + year = {1995}, + editor = {Blank-Sangmeister, Ursula}, + afterword = {Thraede, Klaus}, + annotation = {Eine zweisprachige Edition von Ciceros \emph{De natura deorum} mit + deutscher Ãœbersetzung. Man beachte das Format des \texttt{language}-Felds + in der \texttt{bib}-Datei, die Verknüpfung der Felder \texttt{editor} + und \texttt{translator} sowie das Feld \texttt{afterword}.}, + hyphenation = {german}, + indextitle = {De natura deorum}, + language = {langlatin and langgerman}, + location = {Stuttgart}, + translator = {Blank-Sangmeister, Ursula} +} + +@Article{duggan, + author = {Duggan, Anne J.}, + title = {The Lorv\~ao transcription of Benedict of Peterborough's \emph{Liber + miraculorum beati Thome}: Lisbon, Cod.~Alcobaça CCXC/143}, + shorttitle = {The Lorv\~ao transcription}, + journal = {Scriptorium}, + volume = {51}, + year = {1997}, + pages = {51-68}, + gender = {sf}, + number = {1}, + hyphenation = {english}, + annotation = {Ein englischsprachiger Aufsatz in einer Zeitschrift. + Abgesehen davon ein typischer \texttt{article}-Eintrag. Man beachte + das Feld \texttt{number} und seine Ausgabe.}, +} + +@INREFERENCE{enzensberger, + author = {Enzensberger, Horst}, + title = {Capo Colonne, Schlacht v\adddot}, + xref = {LMA}, + volume = {2}, + year = {1983}, + address = {München and Zürich}, + pages = {1484}, + pagination = {column}, + bookpagination = {column}, + booktitle = {Lexikon des Mittelalters}, + gender = {sm}, + hyphenation = {ngerman}, + annotation = {Ein Lexikonartikel, also ein typischer \texttt{inreference}-Eintrag. + Achten Sie auch auf die Felder \texttt{xref}, \texttt{pagination} and + \texttt{bookpagination}} +} + +@THESIS{geer, + author = {de Geer, Ingrid}, + title = {Earl, Saint, Bishop, Skald~-- and Music}, + year = {1985}, + type = {phdthesis}, + annotation = {Dies ist ein typischer \texttt{thesis}-Eintrag für eine Dissertationsschrift. + Man beachte das Feld \texttt{type} in der \texttt{bib}-Datei, das + einen \emph{localization key} enthält.}, + hyphenation = {british}, + institution = {Uppsala Universitet}, + location = {Uppsala}, + subtitle = {The Orkney Earldom of the Twelfth Century. A Musicological Study} +} + +@BOOK{iliad, + author = {Homer}, + title = {Die Ilias}, + shorttitle = {Ilias}, + publisher = {Artemis \& Winkler}, + year = {2004}, + edition = {3}, + annotation = {Eine deutsche Ãœbersetzung der \emph{Ilias}. Man beachte die Felder + \texttt{translator} und \texttt{introduction}, das Format des \texttt{location}-Felds + in der \texttt{bib}-Datei sowie die Felder \texttt{sorttitle} und + \texttt{indextitle}.}, + hyphenation = {german}, + indextitle = {Ilias, Die}, + introduction = {Latacz, Joachim}, + location = {D{\"u}sseldorf and Z{\"u}rich}, + sorttitle = {Ilias}, + translator = {Schadewaldt, Wolfgang} +} + +@INBOOK{kant:kpv, + author = {Kant, Immanuel}, + title = {Kritik der praktischen Vernunft}, + shorttitle = {Kritik der praktischen Vernunft}, + pages = {1--163}, + bookauthor = {Kant, Immanuel}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + publisher = {Walter de Gruyter}, + year = {1968}, + annotation = {Eine Edition von Kants Werken, Band 5. Dies ist ein \texttt{inbook}-Eintrag, + der sich nur auf die \emph{Kritik der praktischen Vernunft} bezieht, + nicht auf den gesamten fünften Band. Man beachte die Felder \texttt{author} + und \texttt{bookauthor} in der \texttt{bib}-Datei. In den Standardeinstellungen + wird \texttt{bookauthor} ignoriert, falls die Werte der Felder \texttt{author} + und \texttt{bookauthor} identisch sind.}, + hyphenation = {german}, + location = {Berlin}, + maintitle = {Kants Werke. Akademie Textausgabe}, + shorthand = {KpV}, + volume = {5} +} + +@INBOOK{kant:ku, + author = {Kant, Immanuel}, + title = {Kritik der Urtheilskraft}, + pages = {165--485}, + bookauthor = {Kant, Immanuel}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + publisher = {Walter de Gruyter}, + year = {1968}, + annotation = {Eine Edition von Kants Werken, Band 5. Dies ist ein \texttt{inbook}-Eintrag, + der sich nur auf die \emph{Kritik der Urtheilskraft} bezieht, nicht + auf den gesamten fünften Band.}, + hyphenation = {german}, + location = {Berlin}, + maintitle = {Kants Werke. Akademie Textausgabe}, + shorthand = {KU}, + volume = {5} +} + +@INREFERENCE{enzensberger, + author = {Enzensberger, Horst}, + title = {Capo Colonne, Schlacht v\adddot}, + xref = {LMA}, + volume = {2}, + year = {1983}, + address = {München and Zürich}, + pages = {1484}, + pagination = {column}, + bookpagination = {column}, + booktitle = {Lexikon des Mittelalters}, + gender = {sm}, + hyphenation = {ngerman}, + annotation = {Ein Lexikonartikel, also ein typischer \texttt{inreference}-Eintrag. + Zu beachten sind auch die Felder \texttt{xref}, \texttt{pagination} und + \texttt{bookpagination}} +} + +@REFERENCE{LMA, + title = {Lexikon des Mittelalters}, + address = {München and Zürich}, + year = {1980--1999}, + gender = {pp}, + hyphenation = {ngerman}, + volumes = {10}, + shorthand = {LexMA}, + annotation = {Ein \texttt{reference}-Eintrag, gedacht für Nachschlagewerke. Intern + nichts anderes als ein \texttt{collection}-Eintrag.} +} + +@ONLINE{markey, + author = {Markey, Nicolas}, + title = {Tame the BeaST}, + annotation = {Ein \texttt{online}-Eintrag einer Anleitung. Man beachte das Format + des \texttt{date}-Feldes (\texttt{yyyy-mm-dd}) in der \texttt{bib}-Datei. + Es ist auch möglich, anstelle von \texttt{date} die Felder \texttt{day}\slash + \texttt{month}\slash \texttt{year} zu benutzen.}, + date = {2005-10-16}, + hyphenation = {american}, + sorttitle = {Tame the Beast}, + subtitle = {The B to X of \BibTeX}, + url = {http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf}, + urldate = {2006-10-01}, + version = {1.3} +} + +@BOOK{Meisen1931, + author = {Meisen, Karl}, + title = {Nikolauskult und Nikolausbrauch im Abendlande}, + shorttitle = {Nikolauskult}, + subtitle = {Eine kultgeographisch-volkskundliche Untersuchung}, + year = {1981}, + annotation = {Ein \texttt{book}-Eintrag. Man beachte die Felder \texttt{origyear} + und \texttt{origlocation}, die dafür sorgen, dass \texttt{year} und \texttt{location} + als \enquote*{Nachdruck} erscheinen.}, + gender = {sm}, + series = {Forschungen zur Volkskunde}, + number = {9--12}, + location = {Düsseldorf}, + origlocation = {Düsseldorf}, + origyear = {1931} +} + +@INBOOK{nietzsche:historie, + author = {Nietzsche, Friedrich}, + title = {Unzeitgem{\"a}sse Betrachtungen. Zweites St{\"u}ck}, + shorttitle = {Vom Nutzen und Nachtheil der Historie}, + subtitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + pages = {243--334}, + bookauthor = {Nietzsche, Friedrich}, + booktitle = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + publisher = dtv # { and Walter de Gruyter}, + year = {1988}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + annotation = {Ein einzelner Beitrag aus der kritischen Ausgabe von Nietzsches Werken. + Dieser \texttt{inbook}-Eintrag bezieht sich nur auf einen Essay im + ersten Band. Man beachte die Felder \texttt{title}, \texttt{booktitle} + und \texttt{maintitle} sowie die Felder \texttt{sorttitle} und \texttt{sortyear}. + Dieser Eintrag soll nach dem Eintrag erscheinen, der den gesamten + ersten Band wiedergibt.}, + hyphenation = {german}, + indexsorttitle = {Vom Nutzen und Nachtheil der Historie fur das Leben}, + indextitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + location = {M{\"u}nchen and Berlin and New York}, + mainsubtitle = {Kritische Studienausgabe}, + maintitle = {S{\"a}mtliche Werke}, + sorttitle = {Werke-01-243}, + sortyear = {1988-01-243}, + volume = {1} +} + +@BOOK{nietzsche:ksa, + author = {Nietzsche, Friedrich}, + title = {S{\"a}mtliche Werke}, + subtitle = {Kritische Studienausgabe}, + publisher = dtv # { and Walter de Gruyter}, + year = {1988}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + edition = {2}, + annotation = {Die kritische Ausgabe von Nietzsches Werken. Dieser \texttt{book}-Eintrag + bezieht sich auf die gesamte, 15-bändige Edition. Man beachte das + \texttt{volumes}-Feld und das Format der Felder \texttt{publisher} + und \texttt{location} in der \texttt{bib}-Datei. Man beachte außerdem + die Felder \texttt{sorttitle} und \texttt{sortyear}, die die Sortierung + der Bibliographie beeinflussen.}, + hyphenation = {german}, + indexsorttitle = {Samtliche Werke}, + location = {M{\"u}nchen and Berlin and New York}, + sorttitle = {Werke-00-000}, + sortyear = {1988-00-000}, + volumes = {15} +} + +@BOOK{nietzsche:ksa1, + author = {Nietzsche, Friedrich}, + title = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + shorttitle = {S{\"a}mtliche Werke I}, + publisher = dtv # { and Walter de Gruyter}, + year = {1988}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + edition = {2}, + annotation = {Ein einzelner Band der kritischen Ausgabe von Nietzsches Werken. Dieser + \texttt{book}-Eintrag bezieht sich nur auf den ersten Band. Man beachte + die Felder \texttt{title} und \texttt{maintitle} sowie die Felder + \texttt{sorttitle} und \texttt{sortyear}. Dieser Eintrag soll nach + dem Eintrag erscheinen, der die gesamte Edition anführt.}, + bookauthor = {Nietzsche, Friedrich}, + hyphenation = {german}, + indexsorttitle = {Samtliche Werke I}, + indextitle = {S{\"a}mtliche Werke I}, + location = {M{\"u}nchen and Berlin and New York}, + mainsubtitle = {Kritische Studienausgabe}, + maintitle = {S{\"a}mtliche Werke}, + sorttitle = {Werke-01-000}, + sortyear = {1988-01-000}, + volume = {1} +} + +@ARTICLE{springer, + author = {Springer, Otto}, + title = {Mediaeval Pilgrim Routes from Scandinavia to Rome}, + shorttitle = {Mediaeval Pilgrim Routes}, + volume = {12}, + year = {1950}, + pages = {92--122}, + annotation = {Ein einfacher \texttt{article}-Eintrag.}, + hyphenation = {british}, + journaltitle = {Mediaeval Studies} +} + +@BOOK{vazques-de-parga, + author = {V{\'a}zques{ de }Parga, Luis and Lacarra, Jos{\'e} Mar{\'i}a and + Ur{\'i}a R{\'i}u, Juan}, + title = {Las Peregrinaciones a Santiago de Compostela}, + shorttitle = {Peregrinaciones}, + publisher = {Iberdrola}, + year = {1993}, + note = {Ed. facs. de la realizada en 1948--49}, + annotation = {Ein mehrbändiges Buch. Dies ist ein \texttt{book}-Eintrag mit den + Feldern \texttt{volumes}, \texttt{note}, \texttt{sorttitle} und \texttt{indextitle}.}, + hyphenation = {spanish}, + indextitle = {Peregrinaciones a Santiago de Compostela, Las}, + location = {Pamplona}, + sorttitle = {Peregrinaciones a Santiago de Compostela}, + volumes = {3} +} + +@COLLECTION{Annales-Quedlinburgenses, + editor = {Giese, Martina}, + title = {Die Annales Quedlinburgenses}, + shorttitle = {Annales Quedlinburgenses}, + address = {Hannover}, + year = {2004}, + annotation = {Ein \texttt{collection}-Eintrag. Man beachte das Feld \texttt{shorthand} + und vergleiche im Sigelverzeichnis. Man beachte außerdem die Option \texttt{citedas} + im \texttt{options}-Feld.}, + gender = {sf}, + series = {MGH. Scriptores rerum Germanicarum in usum scholarum separatim editi}, + number = {72}, + options = {citedas=false}, + shorthand = {Annales Quedlinburgenses} +} + +@COLLECTION{jaffe, + editor = {Jaff{\'e}, Philipp}, + title = {Regesta Pontificum Romanorum ab condita ecclesia ad annum post Christum + natum \textsc{mcxcviii}}, + shorttitle = {Regesta Pontificum Romanorum}, + year = {1885--1888}, + edition = {2}, + annotation = {Ein \texttt{collection}-Eintrag mit den Feldern \texttt{edition} und + \texttt{volumes}. Man beachte außerdem die Felder \texttt{redactor} + und \texttt{library}.}, + library = {Bibliothek: Signatur}, + location = {Leipzig}, + redactor = {Loewenfeld, Samuel and Kaltenbrunner, Ferdinand and Ewald, Paul}, + volumes = {2} +} + +@COLLECTION{britannica, + editor = {Preece, Warren E.}, + title = {The New Encyclop{\ae}dia Britannica}, + publisher = {Encyclop{\ae}dia Britannica}, + year = {2003}, + edition = {15}, + annotation = {Dies ist ein \texttt{collection}-Eintrag für ein Lexikon. Man beachte + die \texttt{useeditor}-Option im \texttt{options}-Feld sowie das \texttt{sorttitle}-Feld. + Dieser Eintrag soll nach dem Titel einsortiert werden, obwohl es + einen Herausgeber gibt. Außerdem soll der Titel unter \enquote*{E} + einsortiert werden, nicht unter \enquote*{T}. Man beachte außerdem + das \texttt{label}-Feld, das für Autor-Jahr-Stile angegeben wurde.}, + hyphenation = {british}, + indextitle = {Encyclop{\ae}dia Britannica, The New}, + label = {EB}, + location = {Chicago, Ill.}, + options = {useeditor=false}, + sorttitle = {Encyclop{\ae}dia Britannica}, + volumes = {32} +} + +@ONLINE{ctan, + title = {CTAN}, + year = {2006}, + annotation = {Ein \texttt{online}-Eintrag. Der \textsc{url}, der im Feld \texttt{url} + steht, wird automatisch in einen Link verwandelt, sofern die \texttt{hyperref}-Unterstützung + geladen wurde. Man beachte das Format des \texttt{urldate}-Felds + (\texttt{yyyy-mm-dd}) in der \texttt{bib}-Datei. Man kann stattdessen + auch die Felder \texttt{urlday}\slash \texttt{urlmonth}\slash \texttt{urlyear} + benutzen. Man beachte außerdem das \texttt{label}-Feld, das als \emph{fallback} + (Sicherung) von Zitierstilen genutzt werden kann, die die Felder + \texttt{author} und\slash oder \texttt{year} benötigen.}, + hyphenation = {american}, + label = {CTAN}, + subtitle = {The Comprehensive \TeX\ Archive Network}, + url = {http://www.ctan.org}, + urldate = {2006-10-01} +} + +@ARTICLE{Fingiert:1939, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939a, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + year = {1939}, + month = {3}, + keywords = {journalnumberdate}} + +@ARTICLE{Gerstmann:2007a, + author = {Gerstmann, Günter}, + title = {Gerhart Hauptmann-Aktivitäten in Hohenhaus}, + journal = {Schlesischer Kulturspiegel}, + year = {2007}, + volume = {42}, + number = {1}, + pages = {13}, + issue = {Januar--März}, + keywords = {journalnumberdate}, +} + +@ARTICLE{GMG:1939, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate}, +} +@ARTICLE{Guilford:1950, + author = {Guilford, J[oy] P[aul]}, + title = {Creativity}, + journal = {The American Psychologist}, + year = {1950}, + volume = {5}, + number = {9}, + pages = {444--454}, + month = {9}, + keywords = {journalnumberdate} +} +@ARTICLE{Page:1997, + author = {Page, Penny Booth}, + title = {E.\,M. Jellinek and the evolution of alcohol studies}, + subtitle = {A critical essay}, + journal = {Addiction}, + year = {1997}, + volume = {92}, + number = {12}, + pages = {1619-1637}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939b, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939c, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + year = {1939}, + month = {3}, + keywords = {journalnumberdate}} + +@ARTICLE{Ewers:1906, + author = {Ewers, Hanns Heinz}, + title = {Rausch und Kunst}, + journal = {Blaubuch}, + year = {1906}, + volume = {1}, + pages = {1726-1730}, + issue = {4. Quartal}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939d, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + pages = {2}, + year = {1939}, + month = {3}, + day = {13}, + keywords = {journalnumberdate}} + +@ARTICLE{Fingiert:1939e, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + pages = {2}, + year = {1939}, + month = {3}, + keywords = {journalnumberdate}} + +@ARTICLE{Landolt:2000, + author = {Landolt, H. P. and Borbély, A. A.}, + title = {Alkohol und Schlafstörungen}, + journal = {Therapeutische Umschau}, + year = {2000}, + volume = {57}, + pages = {241-245}, + keywords = {journalnumberdate} +} + +@ARTICLE{Chapiro:1930, + author = {Chapiro, Joseph}, + title = {Das neueste Werk Gerhart Hauptmanns}, + subtitle = {\enquote{Die Spitzhacke}}, + journal = {Neue Freie Presse}, + year = {1930}, + number = {23773}, + pages = {1-3}, + issue = {Morgenblatt}, + date = {1930-11-19}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939f, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + number = {65}, + pages = {2}, + year = {1939}, + month = {3}, + keywords = {journalnumberdate}} + +@ARTICLE{Barski:2007, + author = {Barski, Jacek and Mahnken, Gerhard}, + title = {Museumsverbund Gerhart Hauptmann}, + subtitle = {Ein deutsch-polnisches Kulturprojekt mit Weitblick}, + journal = {Kulturpolitische Mitteilungen}, + year = {2007}, + number = {119}, + pages = {62}, + issue = {IV}, + keywords = {journalnumberdate} +} + +@ARTICLE{Essig:2005, + author = {Essig, Rolf-Bernhard}, + title = {Mit liebender Schafsgeduld}, + subtitle = {Erhart Kästner im Dienste Gerhart Hauptmanns}, + journal = {Süddeutsche Zeitung}, + year = {2005}, + number = {237}, + pages = {16}, + date = {2005-10-14}, + keywords = {journalnumberdate} +} + +@ARTICLE{Kluwe:2007, + author = {Kluwe, Sandra}, + title = {Furor poeticus}, + subtitle = {Ansätze zu einer neurophysiologisch fundierten Theorie + der literarischen Kreativität am Beispiel der Produktionsästhetik + Rilkes und Kafkas}, + journal = {literaturkritik.de}, + year = {2007}, + number = {2}, + month = {2}, + url = {http://literaturkritik.de/public/rezension.php?rez_id=10438}, + keywords = {journalnumberdate} +} + +@ARTICLE{Burckhardt:2006, + author = {Burckhardt, Barbara}, + title = {Frauen sind einfach klüger, starke Frauen}, + subtitle = {Michael Thalheimers \enquote{Rose Bernd} am Hamburger + Thalia Theater und Schirin Khodadadians Kasseler Räuber}, + journal = {Theater heute}, + year = {2006}, + number = {5}, + pages = {14-18}, + keywords = {journalnumberdate} +} + +@ARTICLE{Ossietzky:1922, + author = {Ossietzky, Carl von}, + title = {Moritz Heimann \enquote{Armand Carrel} Staatstheater}, + journal = {Berliner Volks-Zeitung}, + date = {1922-03-30}, + issue = {Abend-Ausg\adddot}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939g, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + issue = {Abend-Ausgabe}, + pages = {2}, + year = {1939}, + month = {3}, + keywords = {journalnumberdate}} + +@ARTICLE{Weiss:1960, + author = {Weiss, Grigorij}, + title = {Auf der Suche nach der versunkenen Glocke}, + subtitle = {Johannes R. Becher bei Gerhart Hauptmann}, + journal = {Sinn und Form}, + year = {1960}, + pages = {363--385}, + issue = {Zweites Sonderheft Johannes R. Becher}, + keywords = {journalnumberdate} +} + +@ARTICLE{Hofer:2006, + author = {Hofer, Hermann}, + title = {Der Schrei der Verwundeten}, + subtitle = {Erschütternd: Gerhart + Hauptmanns \enquote{Rose Bernd} am Hamburger Thalia Theater}, + journal = {Lübecker Nachrichten}, + year = {2006}, + date = {2006-03-14}, + keywords = {journalnumberdate} +} +@ARTICLE{Kammerhoff:2006, + author = {Kammerhoff, Heiko}, + title = {Rose Bernd}, + journal = {Szene Hamburg}, + year = {2006}, + month = {4}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939h, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + pages = {2}, + year = {1939}, + keywords = {journalnumberdate}} + diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/demo.ist b/Master/texmf-dist/doc/latex/einfuehrung2/demo.ist new file mode 100644 index 00000000000..71f8cbe257a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/demo.ist @@ -0,0 +1 @@ +quote '>' diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/demo11.bib b/Master/texmf-dist/doc/latex/einfuehrung2/demo11.bib new file mode 100644 index 00000000000..dfa2b6d8675 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/demo11.bib @@ -0,0 +1,11 @@ +@Online{biblatex, + sorttitle = {The biblatex package}, + author = {Lehman, Philipp and Kime, Philip and Boruvka, Audrey and Wright, Joseph}, + title = {The \texttt{biblatex} package}, + subtitle = {Programmable bibliographies and citations}, + version = {3.0}, + date = {2015-04-20}, + url = {http://mirror.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf}, + urldate = {2015-10-26}, + annotation = {The official \texttt{biblatex} documentation.} +} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/demo4.bib b/Master/texmf-dist/doc/latex/einfuehrung2/demo4.bib new file mode 100644 index 00000000000..2fce3e865f1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/demo4.bib @@ -0,0 +1,10 @@ +@Book{TP93, + author = {Stephan von Bechtolsheim}, + title = {{\TeX} in Practice: Basics}, + sorttitle = {TeX in Practice}, + volumes = {3}, + publisher = {Springer-Verlag}, + year = 1993, + location = {Berlin, Heidelberg, Germany~/ London, UK~/ etc.}, + ISBN = {0-387-97595-0}, +} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/demo5.bib b/Master/texmf-dist/doc/latex/einfuehrung2/demo5.bib new file mode 100644 index 00000000000..eaeff8611d9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/demo5.bib @@ -0,0 +1,8 @@ +@book{voss:PST:2011, + author = {Herbert Voß}, + maintitle= {DANTE-Edition}, + title = {PSTricks -- Grafik mit PostScript für {\TeX} und {\LaTeX}}, + volumes = {2}, + location = {Berlin}, + year = {2011} +} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/demo6.bib b/Master/texmf-dist/doc/latex/einfuehrung2/demo6.bib new file mode 100644 index 00000000000..c26b5871079 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/demo6.bib @@ -0,0 +1,15 @@ +@BOOK{Christiansen1980a, + author = {{Saxo Grammaticus}}, + title = {Books X, XI, XII and XIII}, + location = {Oxford}, + year = {1980}, + gender = {sm}, + series = {BAR International Series}, + number = {84}, + mainsubtitle = {Books X--XVI}, + maintitle = {Danorum Regum Heroumque Historia}, + maintitleaddon = {The text of the first edition with translation and commentary in three +volumes}, + translator = {Eric Christiansen}, + volume = {1} +} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/demo7.bib b/Master/texmf-dist/doc/latex/einfuehrung2/demo7.bib new file mode 100644 index 00000000000..8b3ccacafec --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/demo7.bib @@ -0,0 +1,7 @@ +@COLLECTION{LMA, + title = {Lexikon des Mittelalters}, + address = {München and Zürich}, + year = {1980-1999}, + volumes = {10}, + shorthand = {LexMA} +} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/doc_data.txt b/Master/texmf-dist/doc/latex/einfuehrung2/doc_data.txt new file mode 100644 index 00000000000..390d589bcd8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/doc_data.txt @@ -0,0 +1,28 @@ +InfoBegin +InfoKey: ModDate +InfoValue: D:20151130123559+01'00' +InfoBegin +InfoKey: PTEX.Fullbanner +InfoValue: This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015) kpathsea version 6.2.1 +InfoBegin +InfoKey: CreationDate +InfoValue: D:20151130123559+01'00' +InfoBegin +InfoKey: Creator +InfoValue: TeX +InfoBegin +InfoKey: Producer +InfoValue: pdfTeX-1.40.16 +PdfID0: f0c9d89db52033c62d15b7b51f73478d +PdfID1: f0c9d89db52033c62d15b7b51f73478d +NumberOfPages: 2 +PageMediaBegin +PageMediaNumber: 1 +PageMediaRotation: 0 +PageMediaRect: 0 0 56 58 +PageMediaDimensions: 56 58 +PageMediaBegin +PageMediaNumber: 2 +PageMediaRotation: 0 +PageMediaRect: 0 0 56 49 +PageMediaDimensions: 56 49 diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/examples-dw.bib b/Master/texmf-dist/doc/latex/einfuehrung2/examples-dw.bib new file mode 100644 index 00000000000..0dc123f852a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/examples-dw.bib @@ -0,0 +1,773 @@ +@PREAMBLE{ "\providecommand*{\BibTeX}{Bib\TeX} " } +@STRING{cup = "Cambridge University Press" } +@STRING{dtv = "Deutscher Taschenbuch-Verlag" } + +@Article{angenendt, + hyphenation = {german}, + author = {Angenendt, Arnold}, + indextitle = {In Honore Salvatoris}, + title = {In Honore Salvatoris~-- Vom Sinn und Unsinn der Patrozinienkunde}, + shorttitle = {In Honore Salvatoris}, + journaltitle = {Revue d'Histoire Eccl{\'e}siastique}, + volume = {97}, + year = {2002}, + pages = {431--456, 791--823}, + annotation = {A German article in a French journal. Apart from that, a typical + \texttt{article} entry. Note the \texttt{indextitle} and \texttt{library} fields}, + library = {Here is room for some notes regarding the library in which the work is available} +} + +@Article{springer, + hyphenation = {british}, + author = {Springer, Otto}, + title = {Mediaeval Pilgrim Routes from Scandinavia to Rome}, + shorttitle = {Mediaeval Pilgrim Routes}, + journaltitle = {Mediaeval Studies}, + volume = {12}, + year = {1950}, + pages = {92--122}, + annotation = {A plain \texttt{article} entry} +} + +@Book{aristotle:anima, + keywords = {primary}, + hyphenation = {british}, + author = {Aristotle}, + options = {oldauthor}, + editor = {Hicks, Robert Drew}, + title = {De Anima}, + publisher = cup, + location = {Cambridge}, + year = {1907}, + annotation = {A \texttt{book} entry with an \texttt{author} and an \texttt{editor}} +} + +@Book{aristotle:physics, + keywords = {primary}, + hyphenation = {american}, + author = {Aristotle}, + options = {oldauthor}, + translator = {Wicksteed, P. H. and Cornford, F. M.}, + title = {Physics}, + shorttitle = {Physics}, + publisher = {G. P. Putnam}, + location = {New York}, + year = {1929}, + annotation = {A \texttt{book} entry with a \texttt{translator} field} +} + +@Book{aristotle:poetics, + keywords = {primary}, + hyphenation = {british}, + author = {Aristotle}, + options = {oldauthor}, + editor = {Lucas, D. W.}, + title = {Poetics}, + shorttitle = {Poetics}, + series = {Clarendon Aristotle}, + publisher = {Clarendon Press}, + location = {Oxford}, + year = {1968}, + annotation = {A \texttt{book} entry with an \texttt{author} and an \texttt{editor} as well as + a \texttt{series} field} +} + +@Book{aristotle:rhetoric, + keywords = {primary}, + hyphenation = {british}, + author = {Aristotle}, + options = {oldauthor}, + editor = {Cope, Edward Meredith}, + commentator = {Cope, Edward Meredith}, + sorttitle = {Rhetoric of Aristotle}, + indextitle = {Rhetoric of Aristotle, The}, + title = {The Rhetoric of Aristotle with a commentary by the late Edward Meredith Cope}, + shorttitle = {Rhetoric}, + volumes = {3}, + publisher = cup, + year = {1877}, + annotation = {A commented edition. Note the concatenation of the \texttt{editor} and + \texttt{commentator} fields as well as the \texttt{volumes}, \texttt{sorttitle}, + and \texttt{indextitle} fields} +} + +@Book{averroes/bland, + keywords = {primary}, + hyphenation = {american}, + author = {Averroes}, + options = {oldauthor}, + editor = {Bland, Kalman P.}, + translator = {Bland, Kalman P.}, + indextitle = {Epistle on the Possibility of Conjunction, The}, + title = {The Epistle on the Possibility of Conjunction with the Active Intellect by Ibn + Rushd with the Commentary of Moses Narboni}, + shorttitle = {Possibility of Conjunction}, + series = {Moreshet Studies in Jewish History, Literature and Thought}, + number = {7}, + publisher = {Jewish Theological Seminary of America}, + location = {New York}, + year = {1982}, + annotation = {A \texttt{book} entry with a \texttt{series} and a \texttt{number}. Note the + concatenation of the \texttt{editor} and \texttt{translator} fields as well as + the \texttt{indextitle} field} +} + +@Book{averroes/hannes, + keywords = {primary}, + hyphenation = {german}, + author = {Averroes}, + options = {oldauthor}, + editor = {Hannes, Ludwig}, + translator = {Hannes, Ludwig}, + annotator = {Hannes, Ludwig}, + sorttitle = {Uber die Moglichkeit der Conjunktion}, + indexsorttitle = {Uber die Moglichkeit der Conjunktion}, + indextitle = {{\"U}ber die M{\"o}glichkeit der Conjunktion}, + title = {Des Averro{\"e}s Abhandlung: \enquote{{\"U}ber die M{\"o}glichkeit der + Conjunktion} oder \enquote{{\"U}ber den materiellen Intellekt}}, + shorttitle = {M{\"o}glichkeit der Conjunktion}, + publisher = {C.~A. Kaemmerer}, + location = {Halle an der Saale}, + year = {1892}, + annotation = {An annotated edition. Note the concatenation of the \texttt{editor}, + \texttt{translator}, and \texttt{annotator} fields. Also note the + \texttt{shorttitle}, \texttt{indextitle}, \texttt{sorttitle}, and + \texttt{indexsorttitle} fields} +} + +@Book{averroes/hercz, + keywords = {primary}, + hyphenation = {german}, + author = {Averroes}, + options = {oldauthor}, + editor = {Hercz, J.}, + translator = {Hercz, J.}, + indexsorttitle = {Drei Abhandlungen uber die Conjunction}, + indextitle = {Drei Abhandlungen {\"u}ber die Conjunction}, + title = {Drei Abhandlungen {\"u}ber die Conjunction des separaten Intellects mit dem + Menschen}, + subtitle = {Von Averroes (Vater und Sohn), aus dem Arabischen {\"u}bersetzt von Samuel Ibn + Tibbon}, + shorttitle = {Drei Abhandlungen}, + publisher = {S.~Hermann}, + location = {Berlin}, + year = {1869}, + annotation = {A \texttt{book} entry. Note the concatenation of the \texttt{editor} and + \texttt{translator} fields as well as the \texttt{indextitle} and + \texttt{indexsorttitle} fields} +} + +@Book{cicero, + hyphenation = {german}, + author = {Cicero, Marcus Tullius}, + editor = {Blank-Sangmeister, Ursula}, + translator = {Blank-Sangmeister, Ursula}, + afterword = {Thraede, Klaus}, + indextitle = {De natura deorum}, + title = {De natura deorum. {\"U}ber das Wesen der G{\"o}tter}, + shorttitle = {De natura deorum}, + language = {langlatin and langgerman}, + publisher = {Reclam}, + location = {Stuttgart}, + year = {1995}, + annotation = {A bilingual edition of Cicero's \emph{De natura deorum}, with a German + translation. Note the format of the \texttt{language} field in the database + file, the concatenation of the \texttt{editor} and \texttt{translator} fields, + and the \texttt{afterword} field} +} + +@Article{duggan, + author = {Duggan, Anne J.}, + title = {The Lorv\~ao transcription of Benedict of Peterborough's \emph{Liber + miraculorum beati Thome}: Lisbon, Cod.~Alcobaça CCXC/143}, + shorttitle = {The Lorv\~ao transcription}, + journal = {Scriptorium}, + volume = {51}, + year = {1997}, + pages = {51-68}, + gender = {sf}, + number = {1}, + hyphenation = {english}, + annotation = {A typical \texttt{article} entry. Note the field + \texttt{number}.}, +} + +@Book{iliad, + hyphenation = {german}, + author = {Homer}, + translator = {Schadewaldt, Wolfgang}, + introduction = {Latacz, Joachim}, + sorttitle = {Ilias}, + indextitle = {Ilias, Die}, + title = {Die Ilias}, + shorttitle = {Ilias}, + edition = {3}, + publisher = {Artemis \& Winkler}, + location = {D{\"u}sseldorf and Z{\"u}rich}, + year = {2004}, + annotation = {A German translation of the \emph{Iliad}. Note the \texttt{translator} and + \texttt{introduction} fields and the format of the \texttt{location} field in + the database file. Also note the \texttt{sorttitle} and \texttt{indextitle} fields} +} + +@Book{nietzsche:ksa, + hyphenation = {german}, + sortyear = {1988-00-000}, + author = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + sorttitle = {Werke-00-000}, + indexsorttitle = {Samtliche Werke}, + title = {S{\"a}mtliche Werke}, + subtitle = {Kritische Studienausgabe}, + volumes = {15}, + edition = {2}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + year = {1988}, + annotation = {The critical edition of Nietzsche's works. This is a \texttt{book} entry + referring to a 15-volume work as a whole. Note the \texttt{volumes} field and + the format of the \texttt{publisher} and \texttt{location} fields in the + database file. Also note the \texttt{sorttitle} and \texttt{sortyear} fields + which are used to fine-tune the sorting order of the bibliography. We want this + item listed first in the bibliography} +} + +@Book{nietzsche:ksa1, + hyphenation = {german}, + sortyear = {1988-01-000}, + author = {Nietzsche, Friedrich}, + bookauthor = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + sorttitle = {Werke-01-000}, + indexsorttitle = {Samtliche Werke I}, + indextitle = {S{\"a}mtliche Werke I}, + title = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + shorttitle = {S{\"a}mtliche Werke I}, + maintitle = {S{\"a}mtliche Werke}, + mainsubtitle = {Kritische Studienausgabe}, + volume = {1}, + edition = {2}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + year = {1988}, + annotation = {A single volume from the critical edition of Nietzsche's works. This + \texttt{book} entry explicitly refers to the first volume only. Note the + \texttt{title} and \texttt{maintitle} fields. Also note the \texttt{sorttitle} + and \texttt{sortyear} fields. We want this entry to be listed after the entry + referring to the entire edition} +} + +@Book{vazques-de-parga, + hyphenation = {spanish}, + author = {V{\'a}zques{ de }Parga, Luis and Lacarra, Jos{\'e} Mar{\'i}a and Ur{\'i}a + R{\'i}u, Juan}, + sorttitle = {Peregrinaciones a Santiago de Compostela}, + indextitle = {Peregrinaciones a Santiago de Compostela, Las}, + title = {Las Peregrinaciones a Santiago de Compostela}, + shorttitle = {Peregrinaciones}, + volumes = {3}, + publisher = {Iberdrola}, + location = {Pamplona}, + year = {1993}, + note = {Ed. facs. de la realizada en 1948--49}, + annotation = {A multivolume book cited as a whole. This is a \texttt{book} entry with + \texttt{volumes}, \texttt{note}, \texttt{sorttitle}, and \texttt{indextitle} fields} +} + +@Collection{britannica, + options = {useeditor=false}, + label = {EB}, + hyphenation = {british}, + editor = {Preece, Warren E.}, + sorttitle = {Encyclop{\ae}dia Britannica}, + indextitle = {Encyclop{\ae}dia Britannica, The New}, + title = {The New Encyclop{\ae}dia Britannica}, + volumes = {32}, + edition = {15}, + publisher = {Encyclop{\ae}dia Britannica}, + location = {Chicago, Ill.}, + year = {2003}, + annotation = {This is a \texttt{collection} entry for an encyclopedia. Note the + \texttt{useeditor} option in the \texttt{options} field as well as the + \texttt{sorttitle} field. We want this entry to be cited and alphabetized by + title even though there is an editor. In addition to that, we want the title to + be alphabetized under \enquote*{E} rather than \enquote*{T}. Also note the + \texttt{label} field which is provided for author-year citation styles} +} + +@Collection{jaffe, + editor = {Jaff{\'e}, Philipp}, + redactor = {Loewenfeld, Samuel and Kaltenbrunner, Ferdinand and Ewald, Paul}, + title = {Regesta Pontificum Romanorum ab condita ecclesia ad annum post Christum natum + \textsc{mcxcviii}}, + shorttitle = {Regesta Pontificum Romanorum}, + volumes = {2}, + edition = {2}, + location = {Leipzig}, + year = {1885--1888}, + annotation = {A \texttt{collection} entry with \texttt{edition} and \texttt{volumes} fields. + Note the \texttt{redactor} and \texttt{library} fields}, + library = {Library: Shelfmark} +} + +@InBook{kant:kpv, + shorthand = {KpV}, + hyphenation = {german}, + author = {Kant, Immanuel}, + bookauthor = {Kant, Immanuel}, + title = {Kritik der praktischen Vernunft}, + shorttitle = {Kritik der praktischen Vernunft}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + maintitle = {Kants Werke. Akademie Textausgabe}, + volume = {5}, + publisher = {Walter de Gruyter}, + location = {Berlin}, + year = {1968}, + pages = {1--163}, + annotation = {An edition of Kant's \emph{Collected Works}, volume five. This is an + \texttt{inbook} entry which explicitly refers to the \emph{Critique of Practical + Reason} only, not to the entire fifth volume. Note the \texttt{author} and + \texttt{bookauthor} fields in the database file. By default, the + \texttt{bookauthor} is omitted if the values of the \texttt{author} and + \texttt{bookauthor} fields are identical} +} + +@InBook{kant:ku, + shorthand = {KU}, + hyphenation = {german}, + author = {Kant, Immanuel}, + bookauthor = {Kant, Immanuel}, + title = {Kritik der Urtheilskraft}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + maintitle = {Kants Werke. Akademie Textausgabe}, + volume = {5}, + publisher = {Walter de Gruyter}, + location = {Berlin}, + year = {1968}, + pages = {165--485}, + annotation = {An edition of Kant's \emph{Collected Works}, volume five. This is an + \texttt{inbook} entry which explicitly refers to the \emph{Critique of Judgment} + only, not to the entire fifth volume} +} + +@InBook{nietzsche:historie, + hyphenation = {german}, + sortyear = {1988-01-243}, + author = {Nietzsche, Friedrich}, + bookauthor = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + sorttitle = {Werke-01-243}, + indexsorttitle = {Vom Nutzen und Nachtheil der Historie fur das Leben}, + indextitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + title = {Unzeitgem{\"a}sse Betrachtungen. Zweites St{\"u}ck}, + subtitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + shorttitle = {Vom Nutzen und Nachtheil der Historie}, + booktitle = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + maintitle = {S{\"a}mtliche Werke}, + mainsubtitle = {Kritische Studienausgabe}, + volume = {1}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + year = {1988}, + pages = {243--334}, + annotation = {A single essay from the critical edition of Nietzsche's works. This + \texttt{inbook} entry explicitly refers to an essay found in the first volume. + Note the \texttt{title}, \texttt{booktitle}, and \texttt{maintitle} fields. Also + note the \texttt{sorttitle} and \texttt{sortyear} fields. We want this entry to + be listed after the entry referring to the entire first volume} +} + +@InCollection{brandt, + options = {useprefix=false}, + hyphenation = {german}, + author = {von Brandt, Ahasver and Erich Hoffmann}, + editor = {Ferdinand Seibt}, + indexsorttitle = {Nordischen Lander von der Mitte des 11. Jahrhunderts bis 1448}, + indextitle = {Nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448, Die}, + title = {Die nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448}, + shorttitle = {Die nordischen L{\"a}nder}, + booktitle = {Europa im Hoch- und Sp{\"a}tmittelalter}, + series = {Handbuch der europ{\"a}ischen Geschichte}, + number = {2}, + publisher = {Klett-Cotta}, + location = {Stuttgart}, + year = {1987}, + pages = {884--917}, + annotation = {An \texttt{incollection} entry with a \texttt{series} and a \texttt{number}. + Note the format of the printed name and compare the \texttt{useprefix} option in + the \texttt{options} field. Also + note the \texttt{indextitle, and \texttt{indexsorttitle} fields}} +} + +@Online{ctan, + label = {CTAN}, + hyphenation = {american}, + title = {CTAN}, + subtitle = {The Comprehensive \TeX\ Archive Network}, + year = {2006}, + url = {http://www.ctan.org}, + urldate = {2006-10-01}, + annotation = {This is an \texttt{online} entry. The \textsc{url}, which is given in the + \texttt{url} field, is transformed into a clickable link if \texttt{hyperref} + support has been enabled. Note the format of the \texttt{urldate} field + (\texttt{yyyy-mm-dd}) in the database file. It is also possible to use the + fields \texttt{urlday}\slash \texttt{urlmonth}\slash \texttt{urlyear} instead. + Also note the \texttt{label} field which may be used as a fallback by citation + styles which need an \texttt{author} and\slash or a \texttt{year}} +} + +@Online{markey, + hyphenation = {american}, + author = {Markey, Nicolas}, + sorttitle = {Tame the Beast}, + title = {Tame the BeaST}, + subtitle = {The B to X of \BibTeX}, + version = {1.3}, + date = {2005-10-16}, + url = {http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf}, + urldate = {2006-10-01}, + annotation = {An \texttt{online} entry for a tutorial. Note the format of the \texttt{date} + field (\texttt{yyyy-mm-dd}) in the database file. It is also possible to use the + fields \texttt{day}\slash \texttt{month}\slash \texttt{year} instead.} +} + +@Thesis{geer, + hyphenation = {british}, + author = {de Geer, Ingrid}, + title = {Earl, Saint, Bishop, Skald~-- and Music}, + subtitle = {The Orkney Earldom of the Twelfth Century. A Musicological Study}, + institution = {Uppsala Universitet}, + type = {phdthesis}, + location = {Uppsala}, + year = {1985}, + annotation = {This is a typical \texttt{thesis} entry for a PhD thesis. Note the + \texttt{type} field in the database file which uses a localization key.} +} + +@COLLECTION{Annales-Quedlinburgenses, + editor = {Giese, Martina}, + title = {Die Annales Quedlinburgenses}, + shorttitle = {Annales Quedlinburgenses}, + location = {Hannover}, + year = {2004}, + annotation = {A \texttt{collection} entry. Note the \texttt{shorthand} field and compare + the List of Shorthands. Not also the \texttt{citedas} option in the \texttt{options} + field}, + gender = {sf}, + series = {MGH. Scriptores rerum Germanicarum in usum scholarum separatim editi}, + number = {72}, + file = {dMGH:http\://www.dmgh.de/dmghband.html?bsbbandname=00000719&frameaction=bandansicht:URL}, + keywords = {Quelle, Deutsches Reich, 10. Jahrhundert, 11. Jahrhundert}, + shorthand = {Annales Quedlinburgenses}, + options = {citedas=false} +} + +@BOOK{Meisen1931, + author = {Meisen, Karl}, + title = {Nikolauskult und Nikolausbrauch im Abendlande}, + shorttitle = {Nikolauskult}, + subtitle = {Eine kultgeographisch-volkskundliche Untersuchung}, + origlocation = {Düsseldorf}, + origyear = {1931}, + annotation = {A \texttt{book} entry. Note the \texttt{origyear} and \texttt{origlocation} + fields and the \enquote*{reprint} output}, + gender = {sm}, + series = {Forschungen zur Volkskunde}, + number = {9--12}, + location = {Düsseldorf}, + year = {1981} +} + + +@ARTICLE{Fingiert:1939, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939a, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + year = {1939}, + month = {3}, + keywords = {journalnumberdate}} + +@ARTICLE{Gerstmann:2007a, + author = {Gerstmann, Günter}, + title = {Gerhart Hauptmann-Aktivitäten in Hohenhaus}, + journal = {Schlesischer Kulturspiegel}, + year = {2007}, + volume = {42}, + number = {1}, + pages = {13}, + issue = {Januar--März}, + keywords = {journalnumberdate}, +} + +@ARTICLE{GMG:1939, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate}, +} +@ARTICLE{Guilford:1950, + author = {Guilford, J[oy] P[aul]}, + title = {Creativity}, + journal = {The American Psychologist}, + year = {1950}, + volume = {5}, + number = {9}, + pages = {444--454}, + month = {9}, + keywords = {journalnumberdate} +} +@ARTICLE{Page:1997, + author = {Page, Penny Booth}, + title = {E.\,M. Jellinek and the evolution of alcohol studies}, + subtitle = {A critical essay}, + journal = {Addiction}, + year = {1997}, + volume = {92}, + number = {12}, + pages = {1619-1637}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939b, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939c, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + year = {1939}, + month = {3}, + keywords = {journalnumberdate}} + +@ARTICLE{Ewers:1906, + author = {Ewers, Hanns Heinz}, + title = {Rausch und Kunst}, + journal = {Blaubuch}, + year = {1906}, + volume = {1}, + pages = {1726-1730}, + issue = {4. Quartal}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939d, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + pages = {2}, + year = {1939}, + month = {3}, + day = {13}, + keywords = {journalnumberdate}} + +@ARTICLE{Fingiert:1939e, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + pages = {2}, + year = {1939}, + month = {3}, + keywords = {journalnumberdate}} + +@ARTICLE{Landolt:2000, + author = {Landolt, H. P. and Borbély, A. A.}, + title = {Alkohol und Schlafstörungen}, + journal = {Therapeutische Umschau}, + year = {2000}, + volume = {57}, + pages = {241-245}, + keywords = {journalnumberdate} +} + +@ARTICLE{Chapiro:1930, + author = {Chapiro, Joseph}, + title = {Das neueste Werk Gerhart Hauptmanns}, + subtitle = {\enquote{Die Spitzhacke}}, + journal = {Neue Freie Presse}, + year = {1930}, + number = {23773}, + pages = {1-3}, + issue = {Morgenblatt}, + date = {1930-11-19}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939f, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + number = {65}, + pages = {2}, + year = {1939}, + month = {3}, + keywords = {journalnumberdate}} + +@ARTICLE{Barski:2007, + author = {Barski, Jacek and Mahnken, Gerhard}, + title = {Museumsverbund Gerhart Hauptmann}, + subtitle = {Ein deutsch-polnisches Kulturprojekt mit Weitblick}, + journal = {Kulturpolitische Mitteilungen}, + year = {2007}, + number = {119}, + pages = {62}, + issue = {IV}, + keywords = {journalnumberdate} +} + +@ARTICLE{Essig:2005, + author = {Essig, Rolf-Bernhard}, + title = {Mit liebender Schafsgeduld}, + subtitle = {Erhart Kästner im Dienste Gerhart Hauptmanns}, + journal = {Süddeutsche Zeitung}, + year = {2005}, + number = {237}, + pages = {16}, + date = {2005-10-14}, + keywords = {journalnumberdate} +} + +@ARTICLE{Kluwe:2007, + author = {Kluwe, Sandra}, + title = {Furor poeticus}, + subtitle = {Ansätze zu einer neurophysiologisch fundierten Theorie + der literarischen Kreativität am Beispiel der Produktionsästhetik + Rilkes und Kafkas}, + journal = {literaturkritik.de}, + year = {2007}, + number = {2}, + month = {2}, + url = {http://literaturkritik.de/public/rezension.php?rez_id=10438}, + keywords = {journalnumberdate} +} + +@ARTICLE{Burckhardt:2006, + author = {Burckhardt, Barbara}, + title = {Frauen sind einfach klüger, starke Frauen}, + subtitle = {Michael Thalheimers \enquote{Rose Bernd} am Hamburger + Thalia Theater und Schirin Khodadadians Kasseler Räuber}, + journal = {Theater heute}, + year = {2006}, + number = {5}, + pages = {14-18}, + keywords = {journalnumberdate} +} + +@ARTICLE{Ossietzky:1922, + author = {Ossietzky, Carl von}, + title = {Moritz Heimann \enquote{Armand Carrel} Staatstheater}, + journal = {Berliner Volks-Zeitung}, + date = {1922-03-30}, + issue = {Abend-Ausg\adddot}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939g, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + issue = {Abend-Ausgabe}, + pages = {2}, + year = {1939}, + month = {3}, + keywords = {journalnumberdate}} + +@ARTICLE{Weiss:1960, + author = {Weiss, Grigorij}, + title = {Auf der Suche nach der versunkenen Glocke}, + subtitle = {Johannes R. Becher bei Gerhart Hauptmann}, + journal = {Sinn und Form}, + year = {1960}, + pages = {363--385}, + issue = {Zweites Sonderheft Johannes R. Becher}, + keywords = {journalnumberdate} +} + +@ARTICLE{Hofer:2006, + author = {Hofer, Hermann}, + title = {Der Schrei der Verwundeten}, + subtitle = {Erschütternd: Gerhart + Hauptmanns \enquote{Rose Bernd} am Hamburger Thalia Theater}, + journal = {Lübecker Nachrichten}, + year = {2006}, + date = {2006-03-14}, + keywords = {journalnumberdate} +} +@ARTICLE{Kammerhoff:2006, + author = {Kammerhoff, Heiko}, + title = {Rose Bernd}, + journal = {Szene Hamburg}, + year = {2006}, + month = {4}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939h, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + pages = {2}, + year = {1939}, + keywords = {journalnumberdate}} + +@INREFERENCE{enzensberger, + author = {Enzensberger, Horst}, + title = {Capo Colonne, Schlacht v\adddot}, + xref = {LMA}, + volume = {2}, + year = {1983}, + address = {München and Zürich}, + pages = {1484}, + pagination = {column}, + bookpagination = {column}, + booktitle = {Lexikon des Mittelalters}, + gender = {sm}, + hyphenation = {ngerman}, + annotation = {An article in a work of reference (e.g. in an + encyclopedia or in a dictionary), thus a typical \texttt{inreference} entry. + Note also the fields \texttt{xref}, \texttt{pagination} and + \texttt{bookpagination}} +} + +@REFERENCE{LMA, + title = {Lexikon des Mittelalters}, + address = {München and Zürich}, + year = {1980--1999}, + gender = {pp}, + hyphenation = {ngerman}, + volumes = {10}, + shorthand = {LexMA}, + annotation = {A \texttt{reference} entry. This entry type is meant for works of reference, e.g. + encyclopedias or dictionaries. Internally, it is just an alias for a \texttt{collection} entry.} +} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/examples.bib b/Master/texmf-dist/doc/latex/einfuehrung2/examples.bib new file mode 100644 index 00000000000..68991516e21 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/examples.bib @@ -0,0 +1,1345 @@ +@PREAMBLE{ "\RequireBiber[2]" } +@STRING{anch-ie = {Angew.~Chem. Int.~Ed.} } +@STRING{cup = {Cambridge University Press} } +@STRING{dtv = {Deutscher Taschenbuch-Verlag} } +@STRING{hup = {Harvard University Press} } +@STRING{jams = {J.~Amer. Math. Soc.} } +@STRING{jchph = {J.~Chem. Phys.} } +@STRING{jomch = {J.~Organomet. Chem.} } +@STRING{pup = {Princeton University Press} } + +@InCollection{westfahl:space, + keywords = {english}, + crossref = {westfahl:frontier}, + hyphenation = {american}, + author = {Westfahl, Gary}, + indextitle = {True Frontier, The}, + title = {The True Frontier}, + subtitle = {Confronting and Avoiding the Realities of Space in American Science Fiction + Films}, + pages = {55--65}, + annotation = {A cross-referenced article from a \texttt{collection}. This is an + \texttt{incollection} entry with a \texttt{crossref} field. Note the + \texttt{subtitle} and \texttt{indextitle} fields} +} + +@Set{set, + entryset = {herrmann,aksin,yoon}, + annotation = {A \texttt{set} with three members} +} + +@Set{stdmodel, + entryset = {glashow,weinberg,salam}, + annotation = {A \texttt{set} with three members discussing the standard model of + particle physics} +} + +@Article{aksin, + author = {Aks{\i}n, {\"O}zge and T{\"u}rkmen, Hayati and Artok, Levent and + {\k{C}}etinkaya, Bekir and Ni, Chaoying and B{\"u}y{\"u}kg{\"u}ng{\"o}r, Orhan + and {\"O}zkal, Erhan}, + indextitle = {Effect of immobilization on catalytic characteristics}, + title = {Effect of immobilization on catalytic characteristics of saturated + Pd-N-heterocyclic carbenes in Mizoroki-Heck reactions}, + journaltitle = jomch, + volume = {691}, + number = {13}, + date = {2006}, + pages = {3027--3036} +} + +@Article{angenendt, + keywords = {deutsch}, + hyphenation = {german}, + author = {Angenendt, Arnold}, + indextitle = {In Honore Salvatoris}, + title = {In Honore Salvatoris~-- Vom Sinn und Unsinn der Patrozinienkunde}, + shorttitle = {In Honore Salvatoris}, + journaltitle = {Revue d'Histoire Eccl{\'e}siastique}, + volume = {97}, + date = {2002}, + pages = {431--456, 791--823}, + annotation = {A German article in a French journal. Apart from that, a typical + \texttt{article} entry. Note the \texttt{indextitle} field} +} + +@Article{baez/article, + keywords = {english}, + hyphenation = {american}, + author = {Baez, John C. and Lauda, Aaron D.}, + title = {Higher Dimensional Algebra V: 2-Groups}, + journaltitle = {Theory and Applications of Categories}, + volume = {12}, + version = {3}, + date = {2004}, + pages = {423--491}, + eprinttype = {arxiv}, + eprint = {math/0307200v3}, + annotation = {An \texttt{article} with \texttt{eprint} and \texttt{eprinttype} fields. Note + that the arXiv reference is transformed into a clickable link if + \texttt{hyperref} support has been enabled. Compare \texttt{baez\slash online}, + which is the same item given as an \texttt{online} entry} +} + +@Article{bertram, + hyphenation = {american}, + author = {Bertram, Aaron and Wentworth, Richard}, + title = {Gromov invariants for holomorphic maps on Riemann surfaces}, + shorttitle = {Gromov invariants}, + journaltitle = jams, + volume = {9}, + number = {2}, + date = {1996}, + pages = {529--571}, + annotation = {An \texttt{article} entry with a \texttt{volume} and a \texttt{number} field} +} + +@Article{gillies, + hyphenation = {british}, + author = {Gillies, Alexander}, + title = {Herder and the Preparation of Goethe's Idea of World Literature}, + journaltitle = {Publications of the English Goethe Society}, + volume = {9}, + series = {newseries}, + date = {1933}, + pages = {46--67}, + annotation = {An \texttt{article} entry with a \texttt{series} and a \texttt{volume} field. + Note that format of the \texttt{series} field in the database file} +} + +@Article{glashow, + author = {Glashow, Sheldon}, + title = {Partial Symmetries of Weak Interactions}, + journaltitle = {Nucl.~Phys.}, + volume = {22}, + date = {1961}, + pages = {579--588} +} + +@Article{herrmann, + author = {Herrmann, Wolfgang A. and {\"O}fele, Karl and Schneider, Sabine K. and + Herdtweck, Eberhardt and Hoffmann, Stephan D.}, + indextitle = {Carbocyclic carbene as an efficient catalyst, A}, + title = {A carbocyclic carbene as an efficient catalyst ligand for C--C coupling + reactions}, + journaltitle = anch-ie, + volume = {45}, + number = {23}, + date = {2006}, + pages = {3859--3862} +} + +@Article{kastenholz, + hyphenation = {american}, + author = {Kastenholz, M. A. and H{\"u}nenberger, Philippe H.}, + indextitle = {Computation of ionic solvation free energies}, + title = {Computation of methodology\hyphen independent ionic solvation free energies + from molecular simulations}, + subtitle = {I. The electrostatic potential in molecular liquids}, + journaltitle = jchph, + volume = {124}, + eid = {124106}, + date = {2006}, + doi = {10.1063/1.2172593}, + annotation = {An \texttt{article} entry with an \texttt{eid} and a \texttt{doi} field. Note + that the \textsc{doi} is transformed into a clickable link if \texttt{hyperref} + support has been enabled}, + abstract = {The computation of ionic solvation free energies from atomistic simulations is + a surprisingly difficult problem that has found no satisfactory solution for + more than 15 years. The reason is that the charging free energies evaluated from + such simulations are affected by very large errors. One of these is related to + the choice of a specific convention for summing up the contributions of solvent + charges to the electrostatic potential in the ionic cavity, namely, on the basis + of point charges within entire solvent molecules (M scheme) or on the basis of + individual point charges (P scheme). The use of an inappropriate convention may + lead to a charge-independent offset in the calculated potential, which depends + on the details of the summation scheme, on the quadrupole-moment trace of the + solvent molecule, and on the approximate form used to represent electrostatic + interactions in the system. However, whether the M or P scheme (if any) + represents the appropriate convention is still a matter of on-going debate. The + goal of the present article is to settle this long-standing controversy by + carefully analyzing (both analytically and numerically) the properties of the + electrostatic potential in molecular liquids (and inside cavities within + them).} +} + +@Article{murray, + hyphenation = {american}, + author = {Hostetler, Michael J. and Wingate, Julia E. and Zhong, Chuan-Jian and Harris, + Jay E. and Vachet, Richard W. and Clark, Michael R. and Londono, J. David and + Green, Stephen J. and Stokes, Jennifer J. and Wignall, George D. and Glish, Gary + L. and Porter, Marc D. and Evans, Neal D. and Murray, Royce W.}, + indextitle = {Alkanethiolate gold cluster molecules}, + title = {Alkanethiolate gold cluster molecules with core diameters from 1.5 to 5.2~nm}, + subtitle = {Core and monolayer properties as a function of core size}, + shorttitle = {Alkanethiolate gold cluster molecules}, + journaltitle = {Langmuir}, + volume = {14}, + number = {1}, + date = {1998}, + pages = {17--30}, + annotation = {An \texttt{article} entry with \arabic{author} authors. By default, long author + and editor lists are automatically truncated. This is configurable} +} + +@Article{reese, + hyphenation = {american}, + author = {Reese, Trevor R.}, + title = {Georgia in Anglo-Spanish Diplomacy, 1736-1739}, + journaltitle = {William and Mary Quarterly}, + volume = {15}, + series = {3}, + date = {1958}, + pages = {168--190}, + annotation = {An \texttt{article} entry with a \texttt{series} and a \texttt{volume} field. + Note the format of the series. If the value of the \texttt{series} field is an + integer, this number is printed as an ordinal and the string \enquote*{series} + is appended automatically} +} + +@Article{shore, + author = {Shore, Bradd}, + title = {Twice-Born, Once Conceived}, + subtitle = {Meaning Construction and Cultural Cognition}, + journaltitle = {American Anthropologist}, + volume = {93}, + series = {newseries}, + number = {1}, + date = {1991-03}, + pages = {9--27}, + annotation = {An \texttt{article} entry with \texttt{series}, \texttt{volume}, and + \texttt{number} fields. Note the format of the \texttt{series} which is a + localization key} +} + +@Article{sigfridsson, + hyphenation = {american}, + author = {Sigfridsson, Emma and Ryde, Ulf}, + indextitle = {Methods for deriving atomic charges}, + title = {Comparison of methods for deriving atomic charges from the electrostatic + potential and moments}, + journaltitle = {Journal of Computational Chemistry}, + volume = {19}, + number = {4}, + date = {1998}, + doi = {10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P}, + pages = {377--395}, + annotation = {An \texttt{article} entry with \texttt{volume}, \texttt{number}, and + \texttt{doi} fields. Note that the \textsc{doi} is transformed into a clickable + link if \texttt{hyperref} support has been enabled}, + abstract = { Four methods for deriving partial atomic charges from the quantum chemical + electrostatic potential (CHELP, CHELPG, Merz-Kollman, and RESP) have been + compared and critically evaluated. It is shown that charges strongly depend on + how and where the potential points are selected. Two alternative methods are + suggested to avoid the arbitrariness in the point-selection schemes and van der + Waals exclusion radii: CHELP-BOW, which also estimates the charges from the + electrostatic potential, but with potential points that are Boltzmann-weighted + after their occurrence in actual simulations using the energy function of the + program in which the charges will be used, and CHELMO, which estimates the + charges directly from the electrostatic multipole moments. Different criteria + for the quality of the charges are discussed.} +} + +@Article{spiegelberg, + keywords = {deutsch}, + hyphenation = {german}, + sorttitle = {Intention und Intentionalitat in der Scholastik, bei Brentano und Husserl}, + indexsorttitle = {Intention und Intentionalitat in der Scholastik, bei Brentano und Husserl}, + author = {Spiegelberg, Herbert}, + title = {\mkbibquote{Intention} und \mkbibquote{Intentionalit{\"a}t} in der Scholastik, + bei Brentano und Husserl}, + shorttitle = {Intention und Intentionalit{\"a}t}, + journaltitle = {Studia Philosophica}, + volume = {29}, + date = {1969}, + pages = {189--216}, + annotation = {An \texttt{article} entry. Note the \texttt{sorttitle} and + \texttt{indexsorttitle} fields and the markup of the quotes in the database file} +} + +@Article{springer, + keywords = {english}, + hyphenation = {british}, + author = {Springer, Otto}, + title = {Mediaeval Pilgrim Routes from Scandinavia to Rome}, + shorttitle = {Mediaeval Pilgrim Routes}, + journaltitle = {Mediaeval Studies}, + volume = {12}, + date = {1950}, + pages = {92--122}, + annotation = {A plain \texttt{article} entry} +} + +@Article{weinberg, + author = {Weinberg, Steven}, + title = {A Model of Leptons}, + journaltitle = {Phys.~Rev.~Lett.}, + volume = {19}, + date = {1967}, + pages = {1264--1266} +} + +@Article{yoon, + author = {Yoon, Myeong S. and Ryu, Dowook and Kim, Jeongryul and Ahn, Kyo Han}, + indextitle = {Palladium pincer complexes}, + title = {Palladium pincer complexes with reduced bond angle strain: efficient catalysts + for the Heck reaction}, + journaltitle = {Organometallics}, + volume = {25}, + number = {10}, + date = {2006}, + pages = {2409--2411} +} + +@Book{aristotle:anima, + keywords = {primary}, + hyphenation = {british}, + author = {Aristotle}, + editor = {Hicks, Robert Drew}, + title = {De Anima}, + publisher = cup, + location = {Cambridge}, + date = {1907}, + annotation = {A \texttt{book} entry with an \texttt{author} and an \texttt{editor}} +} + +@Book{aristotle:physics, + keywords = {primary}, + hyphenation = {american}, + author = {Aristotle}, + translator = {Wicksteed, P. H. and Cornford, F. M.}, + title = {Physics}, + shorttitle = {Physics}, + publisher = {G. P. Putnam}, + location = {New York}, + date = {1929}, + annotation = {A \texttt{book} entry with a \texttt{translator} field} +} + +@Book{aristotle:poetics, + keywords = {primary}, + hyphenation = {british}, + author = {Aristotle}, + editor = {Lucas, D. W.}, + title = {Poetics}, + shorttitle = {Poetics}, + series = {Clarendon Aristotle}, + publisher = {Clarendon Press}, + location = {Oxford}, + date = {1968}, + annotation = {A \texttt{book} entry with an \texttt{author} and an \texttt{editor} as well as + a \texttt{series} field} +} + +@Book{aristotle:rhetoric, + keywords = {primary}, + hyphenation = {british}, + sorttitle = {Rhetoric of Aristotle}, + author = {Aristotle}, + editor = {Cope, Edward Meredith}, + commentator = {Cope, Edward Meredith}, + indextitle = {Rhetoric of Aristotle, The}, + title = {The Rhetoric of Aristotle with a commentary by the late Edward Meredith Cope}, + shorttitle = {Rhetoric}, + volumes = {3}, + publisher = cup, + date = {1877}, + annotation = {A commented edition. Note the concatenation of the \texttt{editor} and + \texttt{commentator} fields as well as the \texttt{volumes}, \texttt{sorttitle}, + and \texttt{indextitle} fields} +} + +@Book{augustine, + hyphenation = {american}, + author = {Augustine, Robert L.}, + title = {Heterogeneous catalysis for the synthetic chemist}, + shorttitle = {Heterogeneous catalysis}, + publisher = {Marcel Dekker}, + location = {New York}, + date = {1995}, + annotation = {A plain \texttt{book} entry} +} + +@Book{averroes/bland, + keywords = {primary}, + hyphenation = {american}, + author = {Averroes}, + editor = {Bland, Kalman P.}, + translator = {Bland, Kalman P.}, + indextitle = {Epistle on the Possibility of Conjunction, The}, + title = {The Epistle on the Possibility of Conjunction with the Active Intellect by Ibn + Rushd with the Commentary of Moses Narboni}, + shorttitle = {Possibility of Conjunction}, + series = {Moreshet: Studies in Jewish History, Literature and Thought}, + number = {7}, + publisher = {Jewish Theological Seminary of America}, + location = {New York}, + date = {1982}, + annotation = {A \texttt{book} entry with a \texttt{series} and a \texttt{number}. Note the + concatenation of the \texttt{editor} and \texttt{translator} fields as well as + the \texttt{indextitle} field} +} + +@Book{averroes/hannes, + keywords = {primary}, + hyphenation = {german}, + sorttitle = {Uber die Moglichkeit der Conjunktion}, + indexsorttitle = {Uber die Moglichkeit der Conjunktion}, + author = {Averroes}, + editor = {Hannes, Ludwig}, + translator = {Hannes, Ludwig}, + annotator = {Hannes, Ludwig}, + indextitle = {{\"U}ber die M{\"o}glichkeit der Conjunktion}, + title = {Des Averro{\"e}s Abhandlung: \mkbibquote{{\"U}ber die M{\"o}glichkeit der + Conjunktion} oder \mkbibquote{{\"U}ber den materiellen Intellekt}}, + shorttitle = {{\"U}ber die M{\"o}glichkeit der Conjunktion}, + publisher = {C.~A. Kaemmerer}, + location = {Halle an der Saale}, + date = {1892}, + annotation = {An annotated edition. Note the concatenation of the \texttt{editor}, + \texttt{translator}, and \texttt{annotator} fields. Also note the + \texttt{shorttitle}, \texttt{indextitle}, \texttt{sorttitle}, and + \texttt{indexsorttitle} fields} +} + +@Book{averroes/hercz, + keywords = {primary}, + hyphenation = {german}, + indexsorttitle = {Drei Abhandlungen uber die Conjunction}, + author = {Averroes}, + editor = {Hercz, J.}, + translator = {Hercz, J.}, + indextitle = {Drei Abhandlungen {\"u}ber die Conjunction}, + title = {Drei Abhandlungen {\"u}ber die Conjunction des separaten Intellects mit dem + Menschen}, + subtitle = {Von Averroes (Vater und Sohn), aus dem Arabischen {\"u}bersetzt von Samuel Ibn + Tibbon}, + shorttitle = {Drei Abhandlungen}, + publisher = {S.~Hermann}, + location = {Berlin}, + date = {1869}, + annotation = {A \texttt{book} entry. Note the concatenation of the \texttt{editor} and + \texttt{translator} fields as well as the \texttt{indextitle} and + \texttt{indexsorttitle} fields} +} + +@Book{cicero, + hyphenation = {german}, + author = {Cicero, Marcus Tullius}, + editor = {Blank-Sangmeister, Ursula}, + translator = {Blank-Sangmeister, Ursula}, + afterword = {Thraede, Klaus}, + indextitle = {De natura deorum}, + title = {De natura deorum. {\"U}ber das Wesen der G{\"o}tter}, + shorttitle = {De natura deorum}, + language = {langlatin and langgerman}, + publisher = {Reclam}, + location = {Stuttgart}, + date = {1995}, + annotation = {A bilingual edition of Cicero's \emph{De natura deorum}, with a German + translation. Note the format of the \texttt{language} field in the database + file, the concatenation of the \texttt{editor} and \texttt{translator} fields, + and the \texttt{afterword} field} +} + +@Book{coleridge, + hyphenation = {british}, + author = {Coleridge, Samuel Taylor}, + editor = {Coburn, Kathleen and Engell, James and Bate, W. Jackson}, + indextitle = {Biographia literaria}, + title = {Biographia literaria, or Biographical sketches of my literary life and + opinions}, + shorttitle = {Biographia literaria}, + maintitle = {The collected works of Samuel Taylor Coleridge}, + part = {2}, + volume = {7}, + series = {Bollingen Series}, + number = {75}, + publisher = {Routledge and Kegan Paul}, + location = {London}, + date = {1983}, + annotation = {One (partial) volume of a multivolume book. This is a \texttt{book} entry with + a \texttt{volume} and a \texttt{part} field which explicitly refers to the + second (physical) part of the seventh (logical) volume. Also note the + \texttt{series} and \texttt{number} fields} +} + +@Book{companion, + hyphenation = {american}, + sorttitle = {LaTeX Companion}, + author = {Goossens, Michel and Mittelbach, Frank and Samarin, Alexander}, + indextitle = {LaTeX Companion, The}, + title = {The LaTeX Companion}, + shorttitle = {LaTeX Companion}, + edition = {1}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1994}, + pagetotal = {528}, + annotation = {A book with three authors. Note the formatting of the author list. By default, + only the first name is reversed in the bibliography} +} + +@Book{companion-graphics, + hyphenation = {american}, + sorttitle = {LaTeX Graphics Companion}, + author = {Goossens, Michel and Mittelbach, Frank and Rahtz, Sebastian and Roegel, Denis and Voß, Herbert}, + indextitle = {LaTeX Graphics Companion, The}, + title = {The {\LaTeX} Graphics Companion}, + shorttitle = {{\LaTeX} Graphics Companion}, + edition = {2}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {2006}, + pagetotal = {919}, + annotation = {A book with five authors. Note the formatting of the author list. By default, + only the first name is reversed in the bibliography} +} + +@Book{cotton, + hyphenation = {british}, + author = {Cotton, Frank Albert and Wilkinson, Geoffrey and Murillio, Carlos A. and + Bochmann, Manfred}, + title = {Advanced inorganic chemistry}, + edition = {6}, + publisher = {Wiley}, + location = {Chichester}, + date = {1999}, + annotation = {A \texttt{book} entry with \arabic{author} authors and an \texttt{edition} + field. By default, long \texttt{author} and \texttt{editor} lists are + automatically truncated. This is configurable} +} + +@Book{gerhardt, + hyphenation = {american}, + sorttitle = {Federal Appointments Process}, + author = {Gerhardt, Michael J.}, + indextitle = {Federal Appointments Process, The}, + title = {The Federal Appointments Process}, + subtitle = {A Constitutional and Historical Analysis}, + shorttitle = {Federal Appointments Process}, + publisher = {Duke University Press}, + location = {Durham and London}, + date = {2000}, + annotation = {This is a \texttt{book} entry. Note the format of the \texttt{location} field + as well as the \texttt{sorttitle} and \texttt{indextitle} fields} +} + +@Book{gonzalez, + hyphenation = {american}, + sorttitle = {Ghost of John Wayne and Other Stories}, + author = {Gonzalez, Ray}, + indextitle = {Ghost of John Wayne and Other Stories, The}, + title = {The Ghost of John Wayne and Other Stories}, + shorttitle = {Ghost of John Wayne}, + publisher = {The University of Arizona Press}, + location = {Tucson}, + date = {2001}, + isbn = {0-816-52066-6}, + annotation = {A collection of short stories. This is a \texttt{book} entry. Note the + \texttt{sorttitle} and \texttt{indextitle} fields in the database file. There's + also an \texttt{isbn} field} +} + +@Book{hammond, + hyphenation = {british}, + sorttitle = {Basics of crystallography and diffraction}, + author = {Hammond, Christopher}, + indextitle = {Basics of crystallography and diffraction, The}, + title = {The basics of crystallography and diffraction}, + shorttitle = {Crystallography and diffraction}, + publisher = {International Union of Crystallography and Oxford University Press}, + location = {Oxford}, + date = {1997}, + annotation = {A \texttt{book} entry. Note the \texttt{sorttitle} and \texttt{indextitle} + fields as well as the format of the \texttt{publisher} field} +} + +@Book{iliad, + hyphenation = {german}, + sorttitle = {Ilias}, + author = {Homer}, + translator = {Schadewaldt, Wolfgang}, + introduction = {Latacz, Joachim}, + indextitle = {Ilias, Die}, + title = {Die Ilias}, + shorttitle = {Ilias}, + edition = {3}, + publisher = {Artemis \& Winkler}, + location = {D{\"u}sseldorf and Z{\"u}rich}, + date = {2004}, + annotation = {A German translation of the \emph{Iliad}. Note the \texttt{translator} and + \texttt{introduction} fields and the format of the \texttt{location} field in + the database file. Also note the \texttt{sorttitle} and \texttt{indextitle} fields} +} + +@Book{knuth:ct, + hyphenation = {american}, + sortyear = {1984-0}, + sorttitle = {Computers & Typesetting}, + indexsorttitle = {Computers & Typesetting}, + author = {Knuth, Donald E.}, + title = {Computers \& Typesetting}, + volumes = {5}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1984/1986}, + annotation = {A five-volume book cited as a whole. This is a \texttt{book} entry, note the + \texttt{volumes} field} +} + +@Book{knuth:ct:a, + hyphenation = {american}, + sortyear = {1984-1}, + sorttitle = {Computers & Typesetting A}, + indexsorttitle = {The TeXbook}, + author = {Knuth, Donald E.}, + indextitle = {\TeX book, The}, + title = {The \TeX book}, + shorttitle = {\TeX book}, + maintitle = {Computers \& Typesetting}, + volume = {A}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1984}, + annotation = {The first volume of a five-volume book. Note the \texttt{sorttitle} and + \texttt{sortyear} fields. We want this volume to be listed after the entry + referring to the entire five-volume set. Also note the \texttt{indextitle} and + \texttt{indexsorttitle} fields} +} + +@Book{knuth:ct:b, + hyphenation = {american}, + sortyear = {1986-1}, + sorttitle = {Computers & Typesetting B}, + indexsorttitle = {TeX: The Program}, + author = {Knuth, Donald E.}, + title = {\TeX: The Program}, + shorttitle = {\TeX}, + maintitle = {Computers \& Typesetting}, + volume = {B}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1986}, + annotation = {The second volume of a five-volume book. Note the \texttt{sorttitle} and + \texttt{sortyear} fields. Also note the \texttt{indexsorttitle} field} +} + +@Book{knuth:ct:c, + hyphenation = {american}, + sortyear = {1986-2}, + sorttitle = {Computers & Typesetting C}, + author = {Knuth, Donald E.}, + indextitle = {METAFONTbook, The}, + title = {The METAFONTbook}, + shorttitle = {METAFONTbook}, + maintitle = {Computers \& Typesetting}, + volume = {C}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1986}, + annotation = {The third volume of a five-volume book. Note the \texttt{sorttitle} and + \texttt{sortyear} fields as well as the \texttt{indextitle} field} +} + +@Book{knuth:ct:d, + hyphenation = {american}, + sortyear = {1986-3}, + sorttitle = {Computers & Typesetting D}, + author = {Knuth, Donald E.}, + title = {METAFONT: The Program}, + shorttitle = {METAFONT}, + maintitle = {Computers \& Typesetting}, + volume = {D}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1986}, + annotation = {The fourth volume of a five-volume book. Note the \texttt{sorttitle} and + \texttt{sortyear} fields} +} + +@Book{knuth:ct:e, + hyphenation = {american}, + sortyear = {1986-4}, + sorttitle = {Computers & Typesetting E}, + author = {Knuth, Donald E.}, + title = {Computer Modern Typefaces}, + maintitle = {Computers \& Typesetting}, + volume = {E}, + publisher = {Addison-Wesley}, + location = {Reading, Mass.}, + date = {1986}, + annotation = {The fifth volume of a five-volume book. Note the \texttt{sorttitle} and + \texttt{sortyear} fields} +} + +@Book{malinowski, + hyphenation = {british}, + author = {Malinowski, Bronis{\l}aw}, + title = {Argonauts of the Western Pacific}, + subtitle = {An account of native enterprise and adventure in the Archipelagoes of + Melanesian New Guinea}, + shorttitle = {Argonauts}, + edition = {8}, + publisher = {Routledge and Kegan Paul}, + location = {London}, + date = {1972}, + annotation = {This is a \texttt{book} entry. Note the format of the \texttt{publisher} and + \texttt{edition} fields as well as the \texttt{subtitle} field} +} + +@Book{maron, + hyphenation = {american}, + author = {Maron, Monika}, + translator = {Brigitte Goldstein}, + title = {Animal Triste}, + shorttitle = {Animal Triste}, + publisher = {University of Nebraska Press}, + location = {Lincoln}, + date = {2000}, + origlanguage = {german}, + annotation = {An English translation of a German novel with a French title. In other words: a + \texttt{book} entry with a \texttt{translator} field. Note the + \texttt{origlanguage} field which is concatenated with the \texttt{translator}} +} + +@Book{massa, + hyphenation = {british}, + author = {Werner Massa}, + title = {Crystal structure determination}, + edition = {2}, + publisher = {Spinger}, + location = {Berlin}, + date = {2004}, + annotation = {A \texttt{book} entry with an \texttt{edition} field} +} + +@Book{nietzsche:ksa, + hyphenation = {german}, + sortyear = {1988-00-000}, + sorttitle = {Werke-00-000}, + indexsorttitle = {Samtliche Werke}, + author = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + title = {S{\"a}mtliche Werke}, + subtitle = {Kritische Studienausgabe}, + volumes = {15}, + edition = {2}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + date = {1988}, + annotation = {The critical edition of Nietzsche's works. This is a \texttt{book} entry + referring to a 15-volume work as a whole. Note the \texttt{volumes} field and + the format of the \texttt{publisher} and \texttt{location} fields in the + database file. Also note the \texttt{sorttitle} and \texttt{sortyear} fields + which are used to fine-tune the sorting order of the bibliography. We want this + item listed first in the bibliography} +} + +@Book{nietzsche:ksa1, + hyphenation = {german}, + sortyear = {1988-01-000}, + sorttitle = {Werke-01-000}, + indexsorttitle = {Samtliche Werke I}, + author = {Nietzsche, Friedrich}, + bookauthor = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + indextitle = {S{\"a}mtliche Werke I}, + title = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + shorttitle = {S{\"a}mtliche Werke I}, + maintitle = {S{\"a}mtliche Werke}, + mainsubtitle = {Kritische Studienausgabe}, + volume = {1}, + edition = {2}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + date = {1988}, + annotation = {A single volume from the critical edition of Nietzsche's works. This + \texttt{book} entry explicitly refers to the first volume only. Note the + \texttt{title} and \texttt{maintitle} fields. Also note the \texttt{sorttitle} + and \texttt{sortyear} fields. We want this entry to be listed after the entry + referring to the entire edition} +} + +@Book{nussbaum, + keywords = {secondary}, + hyphenation = {american}, + sorttitle = {Aristotle's De Motu Animalium}, + indexsorttitle = {Aristotle's De Motu Animalium}, + author = {Nussbaum, Martha}, + title = {Aristotle's \mkbibquote{De Motu Animalium}}, + publisher = pup, + location = {Princeton}, + date = {1978}, + annotation = {A \texttt{book} entry. Note the \texttt{sorttitle} and \texttt{indexsorttitle} + fields and the markup of the quotes in the database file} +} + +@Book{piccato, + hyphenation = {american}, + author = {Piccato, Pablo}, + title = {City of Suspects}, + subtitle = {Crime in Mexico City, 1900--1931}, + shorttitle = {City of Suspects}, + publisher = {Duke University Press}, + location = {Durham and London}, + date = {2001}, + annotation = {This is a \texttt{book} entry. Note the format of the \texttt{location} field + in the database file} +} + +@Book{vangennep, + options = {useprefix}, + hyphenation = {french}, + sorttitle = {Rites de passage}, + author = {van Gennep, Arnold}, + indextitle = {Rites de passage, Les}, + title = {Les rites de passage}, + shorttitle = {Rites de passage}, + publisher = {Nourry}, + location = {Paris}, + date = {1909}, + annotation = {A \texttt{book} entry. Note the format of the printed name and compare the + \texttt{useprefix} option in the \texttt{options} field as well as + \texttt{brandt} and \texttt{geer}} +} + +@Book{vazques-de-parga, + hyphenation = {spanish}, + sorttitle = {Peregrinaciones a Santiago de Compostela}, + author = {V{\'a}zques{ de }Parga, Luis and Lacarra, Jos{\'e} Mar{\'i}a and Ur{\'i}a + R{\'i}u, Juan}, + indextitle = {Peregrinaciones a Santiago de Compostela, Las}, + title = {Las Peregrinaciones a Santiago de Compostela}, + shorttitle = {Peregrinaciones}, + volumes = {3}, + publisher = {Iberdrola}, + location = {Pamplona}, + date = {1993}, + note = {Ed. facs. de la realizada en 1948--49}, + annotation = {A multivolume book cited as a whole. This is a \texttt{book} entry with + \texttt{volumes}, \texttt{note}, \texttt{sorttitle}, and \texttt{indextitle} fields} +} + +@Book{worman, + hyphenation = {american}, + sorttitle = {Cast of Character}, + author = {Worman, Nancy}, + indextitle = {Cast of Character, The}, + title = {The Cast of Character}, + subtitle = {Style in Greek Literature}, + shorttitle = {Cast of Character}, + publisher = {University of Texas Press}, + location = {Austin}, + date = {2002}, + annotation = {A \texttt{book} entry. Note the \texttt{sorttitle} and \texttt{indextitle} + fields} +} + +@Collection{britannica, + options = {useeditor=false}, + label = {EB}, + hyphenation = {british}, + sorttitle = {Encyclop{\ae}dia Britannica}, + editor = {Preece, Warren E.}, + indextitle = {Encyclop{\ae}dia Britannica, The New}, + title = {The New Encyclop{\ae}dia Britannica}, + shorttitle = {Encyclop{\ae}dia Britannica}, + volumes = {32}, + edition = {15}, + publisher = {Encyclop{\ae}dia Britannica}, + location = {Chicago, Ill.}, + date = {2003}, + annotation = {This is a \texttt{collection} entry for an encyclopedia. Note the + \texttt{useeditor} option in the \texttt{options} field as well as the + \texttt{sorttitle} field. We want this entry to be cited and alphabetized by + title even though there is an editor. In addition to that, we want the title to + be alphabetized under \enquote*{E} rather than \enquote*{T}. Also note the + \texttt{label} field which is provided for author-year citation styles} +} + +@Collection{gaonkar, + hyphenation = {american}, + editor = {Gaonkar, Dilip Parameshwar}, + title = {Alternative Modernities}, + publisher = {Duke University Press}, + location = {Durham and London}, + date = {2001}, + isbn = {0-822-32714-7}, + annotation = {This is a \texttt{collection} entry. Note the format of the \texttt{location} + field in the database file as well as the \texttt{isbn} field} +} + +@Collection{jaffe, + editor = {Jaff{\'e}, Philipp}, + editora = {Loewenfeld, Samuel and Kaltenbrunner, Ferdinand and Ewald, Paul}, + editoratype = {redactor}, + indextitle = {Regesta Pontificum Romanorum}, + title = {Regesta Pontificum Romanorum ab condita ecclesia ad annum post Christum natum + \textsc{mcxcviii}}, + shorttitle = {Regesta Pontificum Romanorum}, + volumes = {2}, + edition = {2}, + location = {Leipzig}, + date = {1885/1888}, + annotation = {A \texttt{collection} entry with \texttt{edition} and \texttt{volumes} fields. + Note the \texttt{editora} and \texttt{editoratype} fields} +} + +@Collection{westfahl:frontier, + hyphenation = {american}, + editor = {Westfahl, Gary}, + title = {Space and Beyond}, + subtitle = {The Frontier Theme in Science Fiction}, + booktitle = {Space and Beyond}, + booksubtitle = {The Frontier Theme in Science Fiction}, + publisher = {Greenwood}, + location = {Westport, Conn. and London}, + date = {2000}, + annotation = {This is a \texttt{collection} entry. Note the format of the \texttt{location} + field as well as the \texttt{subtitle} and \texttt{booksubtitle} fields} +} + +@InBook{kant:kpv, + shorthand = {KpV}, + hyphenation = {german}, + author = {Kant, Immanuel}, + bookauthor = {Kant, Immanuel}, + title = {Kritik der praktischen Vernunft}, + shorttitle = {Kritik der praktischen Vernunft}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + maintitle = {Kants Werke. Akademie Textausgabe}, + volume = {5}, + publisher = {Walter de Gruyter}, + location = {Berlin}, + date = {1968}, + pages = {1--163}, + annotation = {An edition of Kant's \emph{Collected Works}, volume five. This is an + \texttt{inbook} entry which explicitly refers to the \emph{Critique of Practical + Reason} only, not to the entire fifth volume. Note the \texttt{author} and + \texttt{bookauthor} fields in the database file. By default, the + \texttt{bookauthor} is omitted if the values of the \texttt{author} and + \texttt{bookauthor} fields are identical} +} + +@InBook{kant:ku, + shorthand = {KU}, + hyphenation = {german}, + author = {Kant, Immanuel}, + bookauthor = {Kant, Immanuel}, + title = {Kritik der Urtheilskraft}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + maintitle = {Kants Werke. Akademie Textausgabe}, + volume = {5}, + publisher = {Walter de Gruyter}, + location = {Berlin}, + date = {1968}, + pages = {165--485}, + annotation = {An edition of Kant's \emph{Collected Works}, volume five. This is an + \texttt{inbook} entry which explicitly refers to the \emph{Critique of Judgment} + only, not to the entire fifth volume} +} + +@InBook{nietzsche:historie, + hyphenation = {german}, + sortyear = {1988-01-243}, + sorttitle = {Werke-01-243}, + indexsorttitle = {Vom Nutzen und Nachtheil der Historie fur das Leben}, + author = {Nietzsche, Friedrich}, + bookauthor = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + indextitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + title = {Unzeitgem{\"a}sse Betrachtungen. Zweites St{\"u}ck}, + subtitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + shorttitle = {Vom Nutzen und Nachtheil der Historie}, + booktitle = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + maintitle = {S{\"a}mtliche Werke}, + mainsubtitle = {Kritische Studienausgabe}, + volume = {1}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + date = {1988}, + pages = {243--334}, + annotation = {A single essay from the critical edition of Nietzsche's works. This + \texttt{inbook} entry explicitly refers to an essay found in the first volume. + Note the \texttt{title}, \texttt{booktitle}, and \texttt{maintitle} fields. Also + note the \texttt{sorttitle} and \texttt{sortyear} fields. We want this entry to + be listed after the entry referring to the entire first volume} +} + +@InCollection{brandt, + options = {useprefix=false}, + hyphenation = {german}, + indexsorttitle = {Nordischen Lander von der Mitte des 11. Jahrhunderts bis 1448}, + author = {von Brandt, Ahasver and Erich Hoffmann}, + editor = {Ferdinand Seibt}, + indextitle = {Nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448, Die}, + title = {Die nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448}, + shorttitle = {Die nordischen L{\"a}nder}, + booktitle = {Europa im Hoch- und Sp{\"a}tmittelalter}, + series = {Handbuch der europ{\"a}ischen Geschichte}, + number = {2}, + publisher = {Klett-Cotta}, + location = {Stuttgart}, + date = {1987}, + pages = {884--917}, + annotation = {An \texttt{incollection} entry with a \texttt{series} and a \texttt{number}. + Note the format of the printed name and compare the \texttt{useprefix} option in + the \texttt{options} field as well as \texttt{vangennep}. Also note the + \texttt{indextitle, and \texttt{indexsorttitle} fields}} +} + +@InCollection{hyman, + keywords = {secondary}, + hyphenation = {american}, + author = {Arthur Hyman}, + editor = {O'Meara, Dominic J.}, + indextitle = {Aristotle's Theory of the Intellect}, + title = {Aristotle's Theory of the Intellect and its Interpretation by Averroes}, + shorttitle = {Aristotle's Theory of the Intellect}, + booktitle = {Studies in Aristotle}, + series = {Studies in Philosophy and the History of Philosophy}, + number = {9}, + publisher = {The Catholic University of America Press}, + location = {Washington, D.C.}, + date = {1981}, + pages = {161--191}, + annotation = {An \texttt{incollection} entry with a \texttt{series} and \texttt{number} field} +} + +@InCollection{hyman2, + keywords = {secondary}, + hyphenation = {american}, + author = {Arthur Hyman}, + indextitle = {Aristotle's Theory of the Intellect}, + title = {Aristotle's Theory of the Intellect and its Interpretation by Averroes}, + shorttitle = {Aristotle's Theory of the Intellect}, + booktitle = {Studies in Aristotle}, + series = {Studies in Philosophy and the History of Philosophy}, + number = {9}, + publisher = {The Catholic University of America Press}, + location = {Washington, D.C.}, + date = {1981}, + pages = {161--191}, + annotation = {An \texttt{incollection} entry with a \texttt{series} and \texttt{number} field} +} +@InCollection{pines, + keywords = {secondary}, + hyphenation = {american}, + author = {Pines, Shlomo}, + editor = {Twersky, Isadore}, + indextitle = {Limitations of Human Knowledge According to Al-Farabi, ibn Bajja, and + Maimonides, The}, + title = {The Limitations of Human Knowledge According to Al-Farabi, ibn Bajja, and + Maimonides}, + shorttitle = {Limitations of Human Knowledge}, + booktitle = {Studies in Medieval Jewish History and Literature}, + publisher = hup, + location = {Cambridge, Mass.}, + date = {1979}, + pages = {82--109}, + annotation = {A typical \texttt{incollection} entry. Note the \texttt{indextitle} field} +} + +@InProceedings{moraux, + keywords = {secondary}, + hyphenation = {french}, + indexsorttitle = {De Anima dans la tradition grecque}, + author = {Moraux, Paul}, + editor = {Lloyd, G. E. R. and Owen, G. E. L.}, + indextitle = {\emph{De Anima} dans la tradition gr{\`e}cque, Le}, + title = {Le \emph{De Anima} dans la tradition gr{\`e}cque}, + subtitle = {Quelques aspects de l'in\-ter\-pre\-ta\-tion du trait{\'e}, de Theophraste {\`a} + Themistius}, + shorttitle = {\emph{De Anima} dans la tradition gr{\`e}cque}, + booktitle = {Aristotle on Mind and the Senses}, + booktitleaddon = {Proceedings of the Seventh Symposium Aristotelicum}, + eventdate = {1975}, + publisher = cup, + location = {Cambridge}, + date = {1979}, + pages = {281--324}, + annotation = {This is a typical \texttt{inproceedings} entry. Note the \texttt{booksubtitle}, + \texttt{shorttitle}, \texttt{indextitle}, and \texttt{indexsorttitle} fields. + Also note the \texttt{eventdate} field.} +} + +@InProceedings{salam, + author = {Salam, Abdus}, + editor = {Svartholm, Nils}, + title = {Weak and Electromagnetic Interactions}, + booktitle = {Elementary particle theory}, + booksubtitle = {Relativistic groups and analyticity}, + booktitleaddon = {Proceedings of the Eighth Nobel Symposium}, + eventdate = {1968-05-19/1968-05-25}, + venue = {Aspen{\"a}sgarden, Lerum}, + publisher = {Almquist \& Wiksell}, + location = {Stockholm}, + date = {1968}, + pages = {367--377} +} + +@Manual{cms, + label = {CMS}, + hyphenation = {american}, + sorttitle = {Chicago Manual of Style}, + indextitle = {Chicago Manual of Style, The}, + title = {The Chicago Manual of Style}, + subtitle = {The Essential Guide for Writers, Editors, and Publishers}, + shorttitle = {Chicago Manual of Style}, + edition = {15}, + publisher = {University of Chicago Press}, + location = {Chicago, Ill.}, + date = {2003}, + isbn = {0-226-10403-6}, + annotation = {This is a \texttt{manual} entry without an \texttt{author} or \texttt{editor}. + Note the \texttt{label} field in the database file which is provided for + author-year citation styles. Also note the \texttt{sorttitle} and + \texttt{indextitle} fields. By default, all entries without an \texttt{author} + or \texttt{editor} are alphabetized by \texttt{title} but we want this entry to + be alphabetized under \enquote*{C} rather than \enquote*{T}. There's also an + \texttt{isbn} field} +} + +@Online{baez/online, + hyphenation = {american}, + author = {Baez, John C. and Lauda, Aaron D.}, + title = {Higher-Dimensional Algebra V: 2-Groups}, + version = {3}, + date = {2004-10-27}, + eprinttype = {arxiv}, + eprint = {math/0307200v3}, + annotation = {An \texttt{online} reference from arXiv. Note the \texttt{eprint} and + \texttt{eprinttype} fields. Compare \texttt{baez\slash article} which is the + same item given as an \texttt{article} entry with eprint information} +} + +@Online{ctan, + label = {CTAN}, + hyphenation = {american}, + title = {{CTAN}}, + subtitle = {The {C}omprehensive {\TeX} {A}rchive {N}etwork}, + date = {2006}, + url = {http://www.ctan.org}, + urldate = {2011-10-01}, + annotation = {This is an \texttt{online} entry. The \textsc{url}, which is given in the + \texttt{url} field, is transformed into a clickable link if \texttt{hyperref} + support has been enabled. Note the format of the \texttt{urldate} field + (\texttt{yyyy-mm-dd}) in the database file. Also note the \texttt{label} field + which may be used as a fallback by citation styles which need an \texttt{author} + and\slash or a \texttt{year}} +} + +@Online{itzhaki, + hyphenation = {american}, + author = {Itzhaki, Nissan}, + title = {Some remarks on 't Hooft's S-matrix for black holes}, + version = {1}, + date = {1996-03-11}, + eprinttype = {arxiv}, + eprint = {hep-th/9603067}, + annotation = {An \texttt{online} reference from arXiv. Note the \texttt{eprint} and + \texttt{eprinttype} fields. Also note that the arXiv reference is transformed + into a clickable link if \texttt{hyperref} support has been enabled}, + abstract = {We discuss the limitations of 't Hooft's proposal for the black hole S-matrix. + We find that the validity of the S-matrix implies violation of the + semi-classical approximation at scales large compared to the Planck scale. We + also show that the effect of the centrifugal barrier on the S-matrix is crucial + even for large transverse distances.} +} + +@Online{markey, + hyphenation = {american}, + sorttitle = {Tame the Beast}, + author = {Markey, Nicolas}, + title = {Tame the BeaST}, + subtitle = {The B to X of BibTeX}, + version = {1.3}, + date = {2005-10-16}, + url = {http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf}, + urldate = {2006-10-01}, + annotation = {An \texttt{online} entry for a tutorial. Note the format of the \texttt{date} + field (\texttt{yyyy-mm-dd}) in the database file.} +} + +@Online{wassenberg, + hyphenation = {american}, + author = {Wassenberg, Jan and Sanders, Peter}, + title = {Faster Radix Sort via Virtual Memory and Write-Combining}, + version = {1}, + date = {2010-08-17}, + eprinttype = {arxiv}, + eprintclass = {cs.DS}, + eprint = {1008.2849v1}, + annotation = {A recent \texttt{online} reference from arXiv using the new (April 2007 onward) + identifier format. Note the \texttt{eprint}, \texttt{eprinttype}, and + \texttt{eprintclass} fields. Also note that the arXiv reference is transformed + into a clickable link if \texttt{hyperref} support has been enabled}, + abstract = {Sorting algorithms are the deciding factor for the performance of common + operations such as removal of duplicates or database sort-merge joins. This work + focuses on 32-bit integer keys, optionally paired with a 32-bit value. We + present a fast radix sorting algorithm that builds upon a + microarchitecture-aware variant of counting sort} +} + +@Patent{almendro, + hyphenation = {german}, + author = {Almendro, Jos{\'e} L. and Mart{\'i}n, Jacinto and S{\'a}nchez, Alberto and + Nozal, Fernando}, + title = {Elektromagnetisches Signalhorn}, + number = {EU-29702195U}, + location = {countryfr and countryuk and countryde}, + date = {1998}, + annotation = {This is a \texttt{patent} entry with a \texttt{location} field. The number is + given in the \texttt{number} field. Note the format of the \texttt{location} + field in the database file. Compare \texttt{laufenberg}, \texttt{sorace}, and + \texttt{kowalik}} +} + +@Patent{kowalik, + hyphenation = {french}, + author = {Kowalik, F. and Isard, M.}, + indextitle = {Estimateur d'un d{\'e}faut de fonctionnement}, + title = {Estimateur d'un d{\'e}faut de fonctionnement d'un modulateur en quadrature et + {\'e}tage de modulation l'utilisant}, + type = {patreqfr}, + number = {9500261}, + date = {1995-01-11}, + annotation = {This is a \texttt{patent} entry for a French patent request with a full date. + The number is given in the \texttt{number} field. Note the format of the + \texttt{type} and \texttt{date} fields in the database file. Compare + \texttt{almendro}, \texttt{laufenberg}, and \texttt{sorace}} +} + +@Patent{laufenberg, + hyphenation = {german}, + author = {Laufenberg, Xaver and Eynius, Dominique and Suelzle, Helmut and Usbeck, Stephan + and Spaeth, Matthias and Neuser-Hoffmann, Miriam and Myrzik, Christian and + Schmid, Manfred and Nietfeld, Franz and Thiel, Alexander and Braun, Harald and + Ebner, Norbert}, + holder = {{Robert Bosch GmbH} and {Daimler Chrysler AG} and {Bayerische Motoren Werke + AG}}, + title = {Elektrische Einrichtung und Betriebsverfahren}, + type = {patenteu}, + number = {1700367}, + date = {2006-09-13}, + annotation = {This is a \texttt{patent} entry with a \texttt{holder} field. Note the format + of the \texttt{type} and \texttt{location} fields in the database file. Compare + \texttt{almendro}, \texttt{sorace}, and \texttt{kowalik}}, + abstract = {The invention relates to an electric device comprising a generator, in + particular for use in the vehicle electric system of a motor vehicle and a + controller for controlling the generator voltage. The device is equipped with a + control zone, in which the voltage is controlled and zones, in which the torque + is controlled. The invention also relates to methods for operating a device of + this type.}, + file = {http://v3.espacenet.com/textdoc?IDX=EP1700367} +} + +@Patent{sorace, + hyphenation = {american}, + author = {Sorace, Ronald E. and Reinhardt, Victor S. and Vaughn, Steven A.}, + holder = {{Hughes Aircraft Company}}, + title = {High-Speed Digital-to-RF Converter}, + type = {patentus}, + number = {5668842}, + date = {1997-09-16}, + annotation = {This is a \texttt{patent} entry with a \texttt{holder} field. Note the format + of the \texttt{type} and \texttt{date} fields in the database file. Compare + \texttt{almendro}, \texttt{laufenberg}, and \texttt{kowalik}} +} + +@Report{chiu, + hyphenation = {american}, + sorttitle = {Hybrid Hierarchical Model of a Multiple Virtual Storage (MVS) Operating + System}, + author = {Chiu, Willy W. and Chow, We Min}, + indextitle = {Hybrid Hierarchical Model, A}, + title = {A Hybrid Hierarchical Model of a Multiple Virtual Storage (MVS) Operating + System}, + institution = {IBM}, + type = {resreport}, + number = {RC-6947}, + date = {1978}, + annotation = {This is a \texttt{report} entry for a research report. Note the format of the + \texttt{type} field in the database file which uses a localization key. The + number of the report is given in the \texttt{number} field. Also note the + \texttt{sorttitle} and \texttt{indextitle} fields} +} + +@Report{padhye, + hyphenation = {american}, + sorttitle = {A Stochastic Model of TCP Reno Congestion Avoidance and Control}, + author = {Padhye, Jitendra and Firoiu, Victor and Towsley, Don}, + indextitle = {Stochastic Model of TCP Reno Congestion Avoidance and Control, A}, + title = {A Stochastic Model of TCP Reno Congestion Avoidance and Control}, + institution = {University of Massachusetts}, + type = {techreport}, + number = {99-02}, + location = {Amherst, Mass.}, + date = {1999}, + annotation = {This is a \texttt{report} entry for a technical report. Note the format of the + \texttt{type} field in the database file which uses a localization key. The + number of the report is given in the \texttt{number} field. Also note the + \texttt{sorttitle} and \texttt{indextitle} fields}, + abstract = {The steady state performance of a bulk transfer TCP flow (i.e. a flow with a + large amount of data to send, such as FTP transfers) may be characterized by + three quantities. The first is the send rate, which is the amount of data sent + by the sender in unit time. The second is the throughput, which is the amount of + data received by the receiver in unit time. Note that the throughput will always + be less than or equal to the send rate due to losses. Finally, the number of + non-duplicate packets received by the receiver in unit time gives us the goodput + of the connection. The goodput is always less than or equal to the throughput, + since the receiver may receive two copies of the same packet due to + retransmissions by the sender. In a previous paper, we presented a simple model + for predicting the steady state send rate of a bulk transfer TCP flow as a + function of loss rate and round trip time. In this paper, we extend that work in + two ways. First, we analyze the performance of bulk transfer TCP flows using + more precise, stochastic analysis. Second, we build upon the previous analysis + to provide both an approximate formula as well as a more accurate stochastic + model for the steady state throughput of a bulk transfer TCP flow.}, + file = {ftp://gaia.cs.umass.edu/pub/Padhey99-markov.ps} +} + +@Thesis{geer, + options = {useprefix=false}, + hyphenation = {british}, + author = {de Geer, Ingrid}, + title = {Earl, Saint, Bishop, Skald~-- and Music}, + subtitle = {The Orkney Earldom of the Twelfth Century. A Musicological Study}, + institution = {Uppsala Universitet}, + type = {phdthesis}, + location = {Uppsala}, + date = {1985}, + annotation = {This is a typical \texttt{thesis} entry for a PhD thesis. Note the + \texttt{type} field in the database file which uses a localization key. Also + note the format of the printed name and compare the \texttt{useprefix} option in + the \texttt{options} field as well as \texttt{vangennep}} +} + +@Thesis{loh, + hyphenation = {american}, + author = {Loh, Nin C.}, + title = {High-Resolution Micromachined Interferometric Accelerometer}, + institution = {Massachusetts Institute of Technology}, + type = {mathesis}, + location = {Cambridge, Mass.}, + date = {1992}, + annotation = {This is a typical \texttt{thesis} entry for an MA thesis. Note the + \texttt{type} field in the database file which uses a localization key} +} + +@bookinarticle{BHG226e, + Crossref = {VanDeun1990}, + Pages = {326-335}, + Title = {Mémoire sur le saint apôtre Barnabé}} + +@article{VanDeun1990, + Author = {Van Deun, Peter}, + Journal = {Analecta Bollandiana}, + Number = {108}, + Pages = {323-335}, + Subtitle = {Édition et traduction}, + Title = {Un mémoire anonyme sur saint Barnabé (BHG 226e)}, + Year = {1990}} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/examplesA.bib b/Master/texmf-dist/doc/latex/einfuehrung2/examplesA.bib new file mode 100644 index 00000000000..cfe7577f16f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/examplesA.bib @@ -0,0 +1,148 @@ +@STRING{anch-ie = {Angew.~Chem. Int.~Ed.} } +@STRING{cup = {Cambridge University Press} } +@STRING{dtv = {Deutscher Taschenbuch-Verlag} } +@STRING{hup = {Harvard University Press} } +@STRING{jams = {J.~Amer. Math. Soc.} } +@STRING{jchph = {J.~Chem. Phys.} } +@STRING{jomch = {J.~Organomet. Chem.} } +@STRING{pup = {Princeton University Press} } + +@Article{shore, + author = {Shore, Bradd}, + title = {Twice-Born, Once Conceived}, + subtitle = {Meaning Construction and Cultural Cognition}, + journaltitle = {American Anthropologist}, + volume = {93}, + series = {newseries}, + number = {1}, + month = {3}, + year = {1991}, + pages = {9--27}, + annotation = {An \texttt{article} entry with \texttt{series}, \texttt{volume}, and + \texttt{number} fields. Note the format of the \texttt{series} which is a + localization key} +} + +@Book{averroes/bland, + keywords = {primary}, + hyphenation = {american}, + author = {Averroes}, + editor = {Bland, Kalman P.}, + translator = {Bland, Kalman P.}, + indextitle = {Epistle on the Possibility of Conjunction, The}, + title = {The Epistle on the Possibility of Conjunction with the Active Intellect by Ibn + Rushd with the Commentary of Moses Narboni}, + shorttitle = {Possibility of Conjunction}, + series = {Moreshet: Studies in Jewish History, Literature and Thought}, + number = {7}, + publisher = {Jewish Theological Seminary of America}, + location = {New York}, + year = {1982}, + annotation = {A \texttt{book} entry with a \texttt{series} and a \texttt{number}. Note the + concatenation of the \texttt{editor} and \texttt{translator} fields as well as + the \texttt{indextitle} field} +} + +@Collection{jaffe, + editor = {Jaff{\'e}, Philipp}, + redactor = {Loewenfeld, Samuel and Kaltenbrunner, Ferdinand and Ewald, Paul}, + indextitle = {Regesta Pontificum Romanorum}, + title = {Regesta Pontificum Romanorum ab condita ecclesia ad annum post Christum natum + \textsc{mcxcviii}}, + shorttitle = {Regesta Pontificum Romanorum}, + volumes = {2}, + edition = {2}, + location = {Leipzig}, + year = {1885--1888}, + annotation = {A \texttt{collection} entry with \texttt{edition} and \texttt{volumes} fields. + Note the \texttt{redactor} field} +} + +@InBook{kant:kpv, + shorthand = {KpV}, + author = {Kant, Immanuel}, + bookauthor = {Kant, Immanuel}, + title = {Kritik der praktischen Vernunft}, + shorttitle = {Kritik der praktischen Vernunft}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + maintitle = {Kants Werke. Akademie Textausgabe}, + volume = {5}, + publisher = {Walter de Gruyter}, + location = {Berlin}, + year = {1968}, + pages = {1--163}, + annotation = {An edition of Kant's \emph{Collected Works}, volume five. This is an + \texttt{inbook} entry which explicitly refers to the \emph{Critique of Practical + Reason} only, not to the entire fifth volume. Note the \texttt{author} and + \texttt{bookauthor} fields in the database file. By default, the + \texttt{bookauthor} is omitted if the values of the \texttt{author} and + \texttt{bookauthor} fields are identical} +} + +@InCollection{brandt, + options = {useprefix=false}, + indexsorttitle = {Nordischen Lander von der Mitte des 11. Jahrhunderts bis 1448}, + author = {von Brandt, Ahasver and Erich Hoffmann}, + editor = {Ferdinand Seibt}, + indextitle = {Nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448, Die}, + title = {Die nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448}, + shorttitle = {Die nordischen L{\"a}nder}, + booktitle = {Europa im Hoch- und Sp{\"a}tmittelalter}, + series = {Handbuch der europ{\"a}ischen Geschichte}, + number = {2}, + publisher = {Klett-Cotta}, + location = {Stuttgart}, + year = {1987}, + pages = {884--917}, + annotation = {An \texttt{incollection} entry with a \texttt{series} and a \texttt{number}. + Note the format of the printed name and compare the \texttt{useprefix} option in + the \texttt{options} field as well as \texttt{vangennep}. Also note the + \texttt{indextitle, and \texttt{indexsorttitle} fields}} +} + +@Online{ctan, + label = {CTAN}, + hyphenation = {american}, + title = {CTAN}, + subtitle = {The Comprehensive TeX Archive Network}, + year = {2006}, + url = {http://www.ctan.org}, + urldate = {2009-10-01}, + annotation = {This is an \texttt{online} entry. The \textsc{url}, which is given in the + \texttt{url} field, is transformed into a clickable link if \texttt{hyperref} + support has been enabled. Note the format of the \texttt{urldate} field + (\texttt{yyyy-mm-dd}) in the database file. It is also possible to use the + fields \texttt{urlday}\slash \texttt{urlmonth}\slash \texttt{urlyear} instead. + Also note the \texttt{label} field which may be used as a fallback by citation + styles which need an \texttt{author} and\slash or a \texttt{year}} +} + +@Thesis{geer, + options = {useprefix=false}, + hyphenation = {american}, + author = {de Geer, Ingrid}, + title = {Earl, Saint, Bishop, Skald~-- and Music}, + subtitle = {The Orkney Earldom of the Twelfth Century. A Musicological Study}, + institution = {Uppsala Universitet}, + type = {phdthesis}, + location = {Uppsala}, + year = {1985}, + annotation = {This is a typical \texttt{thesis} entry for a PhD thesis. Note the + \texttt{type} field in the database file which uses a localization key. Also + note the format of the printed name and compare the \texttt{useprefix} option in + the \texttt{options} field as well as \texttt{vangennep}} +} + +@bookinarticle{BHG226e, + Crossref = {VanDeun1990}, + Pages = {326-335}, + Title = {Mémoire sur le saint apôtre Barnabé}} + +@article{VanDeun1990, + Author = {Van Deun, Peter}, + Journal = {Analecta Bollandiana}, + Number = {108}, + Pages = {323-335}, + Subtitle = {Édition et traduction}, + Title = {Un mémoire anonyme sur saint Barnabé (BHG 226e)}, + Year = {1990}} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/examplesB.bib b/Master/texmf-dist/doc/latex/einfuehrung2/examplesB.bib new file mode 100644 index 00000000000..6ad620828fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/examplesB.bib @@ -0,0 +1,98 @@ +@PREAMBLE{"\providecommand\url[1]{\texttt{#1}}"} + + +@Article{Braun, + title = {The Recognition of Deterministic {CFL}'s in Small Time and Space}, + author = {Burckard von Braunm{\"u}hl and Stephen Cook and Kurt Mehlhorn and Rutger Verbeek}, + pages = {34--51}, + journal= {Information and Control}, + month = jan # "/" # feb, + year = 1983, + volume = 56, + number = {1/2} +} +@Book{Bedell, + author = "K. S. Bedell and D. Coffey and D. E. Heltzer and D. + Pines and J. R. Schrieffer", + title = "High Temperature Superconductivity Proceedings", + publisher = "Ad{\-d}i{\-s}on-Wes{\-l}ey", + address = "Reading, MA, USA", + pages = "xiv + 474", + year = "1990", + ISBN = "0-201-51249-1", + ISBN-13 = "978-0-201-51249-6", + LCCN = "QC611.98.H54 H34 1989", + bibdate = "Tue Dec 14 22:58:34 1993", + note = "Prepared with {\TeX}.", + acknowledgement = "Mona Zeftel, + Addison-Wesley Publishing Company, + Reading, MA, USA, + e-mail: \url{crw@wjh12.harvard.edu}"}, +} +@InProceedings{Azra, + author = {{Jean-Pierre} Azra}, + title = {Relations {Diophantiennes} et la solution n{\'e}gative du 10e probl{\`e}me de {Hilbert}}, + booktitle = {S\'eminaire Bourbaki---vol. 1970/71. Expos\'es 382--399}, + series = {Lecture Notes in Mathematics}, + publisher = {Springer-Verlag}, + volume = 244, + pages = {11--28}, + year = 1971, + language = french +} +@Manual{BM0, + title = {A {\LaTeX{}} macro package for Message Sequence + Charts---User Manual---Describing {\texttt{mscpack}} + version~1.13}, + author = {V. Bos and S. Mauw}, + address= "CTAN", + year = 2002, + month = {June}, + note = {Included in MSC macro package distribution} +} +@Proceedings{FOCS, + title = {$17^{\it th}$ Annual Symposium on Foundations of Computer Science}, + booktitle = {$17^{\it th}$ Annual Symposium on Foundations of Computer Science}, + year = 1976, + address = {Houston, Texas}, + month = {25--26 } # oct, + organization = {IEEE}, + crossrefonly = 1 +} +@InBook{Knuth, + author = "Donald E. Knuth", + title = "Fundamental Algorithms", + volume = 1, + series = "The Art of Computer Programming", + publisher= "Addison-Wesley", + address = "Reading, Massachusetts", + edition = "Second", + month = "10~" # jan, + year = 1973, + type = "Section", + chapter = "1.2", + pages = "10--119", + note = "This is a full INBOOK entry", +} +@phdthesis{Klose, + author = "Jochen Klose", + title = "Live Sequence Charts: A Graphical Formalism for the Specification + of Communication Behavior", + year = 2003, + school = {Carl von Ossietzky Universit\"{a}t Oldenburg}, + x-topics = "lsc spec diss" +} + +@bookinarticle{BHG226e, + Crossref = {VanDeun1990}, + Pages = {326-335}, + Title = {Mémoire sur le saint apôtre Barnabé}} + +@article{VanDeun1990, + Author = {Van Deun, Peter}, + Journal = {Analecta Bollandiana}, + Number = {108}, + Pages = {323-335}, + Subtitle = {Édition et traduction}, + Title = {Un mémoire anonyme sur saint Barnabé (BHG 226e)}, + Year = {1990}} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/foo.lua b/Master/texmf-dist/doc/latex/einfuehrung2/foo.lua new file mode 100644 index 00000000000..5753f61bc89 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/foo.lua @@ -0,0 +1,5 @@ +#!/usr/bin/lua +lines = { + luaH_set = 10, + luaH_get = 24, + luaH_present = 46 } diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/heptameron.tex b/Master/texmf-dist/doc/latex/einfuehrung2/heptameron.tex new file mode 100644 index 00000000000..c2d9adb718d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/heptameron.tex @@ -0,0 +1,13 @@ +\documentclass{article} +\usepackage{fontspec} +\usepackage{libertine} +\setmonofont[Scale=MatchLowercase,FakeStretch=0.95]{AnonymousPro} +\usepackage[ngerman]{babel} +\usepackage[style=authoryear]{biblatex} +\addbibresource{L_Heptameron_ou_Histoires_Des_Amans_Fort.bibtex} +\begin{document} +Eine der Ausgaben wurde von Clause Gruget +herausgegeben.~\parencite{gruget1698heptameron} +\printbibliography + +\end{document} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/l3keysdemo.sty b/Master/texmf-dist/doc/latex/einfuehrung2/l3keysdemo.sty new file mode 100644 index 00000000000..330af032416 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/l3keysdemo.sty @@ -0,0 +1,23 @@ +\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} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/musterlogo.ps b/Master/texmf-dist/doc/latex/einfuehrung2/musterlogo.ps new file mode 100644 index 00000000000..d04f9978e4a --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/musterlogo.ps @@ -0,0 +1,8270 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 0 0 72 72 +%%HiResBoundingBox: 0 0 72.00 72.00 +%%Creator: GPL Ghostscript 916 (ps2write) +%%LanguageLevel: 2 +%%CreationDate: D:20151124223053+01'00' +%%Pages: 1 +%%EndComments +%%BeginProlog +/DSC_OPDFREAD true def +/SetPageSize true def +/EPS2Write false def +currentdict/DSC_OPDFREAD known{ +currentdict/DSC_OPDFREAD get +}{ +false +}ifelse +10 dict begin +/DSC_OPDFREAD exch def +/this currentdict def +/y 720 def +/ebuf 200 string def +/prnt{ +36//this/y get moveto//ebuf cvs show +//this/y 2 copy get 12 sub put +}bind def +/newline{ +36//this/y get moveto +//this/y 2 copy get 12 sub put +}bind def +errordict/handleerror +{systemdict begin +$error begin +newerror +{(%%[ Error handled by opdfread.ps : )print errorname//ebuf cvs print(; OffendingCommand: ) +print/command load//ebuf cvs print( ]%%)= flush +/newerror false store vmstatus pop pop 0 ne +{grestoreall +}if +errorname(VMerror)ne +{showpage +}if +initgraphics +0 720 moveto +errorname(VMerror)eq +{//this/ehsave known +{clear//this/ehsave get restore 2 vmreclaim +}if +vmstatus exch pop exch pop +} +/Courier 12 selectfont +{ +(ERROR: )//prnt exec errorname//prnt exec +(OFFENDING COMMAND: )//prnt exec +/command load//prnt exec +$error/ostack known{ +(%%[STACK:)= +(STACK:)//prnt exec +$error/ostack get aload length{ +//newline exec +dup mark eq{ +(-mark-)dup = show +}{ +dup type/nametype eq{ +dup xcheck not{ +(/)show +(/)print +}if +}if +dup =//ebuf cvs show +}ifelse +}repeat +}if +}ifelse +(%%]%)= +//systemdict/showpage get exec +quit +}if +end +end +}bind readonly put +end +50 dict begin +/DefaultSwitch +{ +dup where{ +pop pop +}{ +false def +}ifelse +}bind def +/=string 256 string def +/=only{ +//=string cvs print +}bind def +/HexDigits(0123456789ABCDEF)readonly def +/PrintHex +{8{ +dup -28 bitshift 15 and//HexDigits exch 1 getinterval//=only exec +4 bitshift +}repeat +pop +}bind def +/PDFR_DEBUG DefaultSwitch +/PDFR_DUMP DefaultSwitch +/PDFR_STREAM DefaultSwitch +/TTFDEBUG DefaultSwitch +/RotatePages DefaultSwitch +/FitPages DefaultSwitch +/CenterPages DefaultSwitch +/SetPageSize DefaultSwitch +/error +{ +counttomark 1 sub -1 0{ +index dup type/arraytype eq{==}{=only}ifelse +}for +()= +cleartomark +....Undefined +}bind def +//SetPageSize{ +//RotatePages//FitPages or//CenterPages or{ +mark(/RotatePages, /FitPages and CenterPages are not allowed with /SetPageSize)//error exec +}if +} +{ +//FitPages//CenterPages and{ +mark(CenterPages is not allowed with /FitPages)//error exec +}if +} +ifelse +/knownget +{ +2 copy known{ +get true +}{ +pop pop false +}ifelse +}bind def +/IsUpper +{dup(A)0 get ge exch(Z)0 get le and +}bind def +/cpa2g{ +dup length array +0 1 2 index length 1 sub{ +dup 3 index exch get cp2g +3 copy put pop pop +}for +exch pop +}bind def +/cpd2g{ +dup length dict exch{ +cp2g 2 index 3 1 roll put +}forall +}bind def +/cps2g{ +dup length string copy +}bind def +/cp2gprocs +<</arraytype//cpa2g/dicttype//cpd2g/packedarraytype//cpa2g/stringtype//cps2g >> +def +/cp2g{ +dup gcheck not{ +dup//cp2gprocs 1 index type +2 copy known{ +get currentglobal 3 1 roll true setglobal exec exch setglobal +1 index wcheck not{readonly}if +1 index xcheck{cvx}if +exch pop +}{ +pop pop +}ifelse +}if +}bind def +/BlockBuffer 65535 string def +/PDFReader currentdict def +/ObjectRegistryMaxLength 50000 def +/ObjectRegistry 10 dict def +ObjectRegistry +begin 0 ObjectRegistryMaxLength dict def end +/CurrentObject null def +/DoneDocumentStructure false def +/GraphicState 20 dict begin +/InitialTextMatrix matrix def +/InitialMatrix matrix currentmatrix def +currentdict end def +/TempMatrix matrix def +/GraphicStateStack 20 array def +/GraphicStateStackPointer 0 def +/InitialTextMatrixStack 20 array def +/InitialTextMatrixStackPointer 0 def +/PDFColorSpaces 50 dict def +/InstalledFonts 50 dict def +/MacRomanEncodingInverse null def +currentglobal false setglobal +userdict/PDFR_InitialGS gstate put +userdict/PDFR_Patterns 50 dict put +userdict/FuncDataReader 10 dict put +setglobal +/InitialExtGState 20 dict begin +/BG2 currentblackgeneration cp2g def +/UCR2 currentundercolorremoval cp2g def +/TR2 currentglobal false setglobal[currentcolortransfer]exch setglobal cp2g def +/HT currenthalftone cp2g def +currentdict end readonly def +/InitialGraphicState 20 dict begin +/FontSize 0 def +/CharacterSpacing 0 def +/TextLeading 0 def +/TextRenderingMode 0 def +/WordSpacing 0 def +currentdict end readonly def +/SimpleColorSpaceNames 15 dict begin +/DeviceGray true def +/DeviceRGB true def +/DeviceCMYK true def +currentdict end readonly def +/1_24_bitshift_1_sub 1 24 bitshift 1 sub def +/ReadFontProcs 10 dict def +/GetObject{ +dup ObjectRegistryMaxLength idiv +//PDFReader /ObjectRegistry get exch knownget +{exch knownget}{pop false}ifelse +}bind def +/PutObject +{1 index ObjectRegistryMaxLength idiv +//PDFReader /ObjectRegistry get 1 index knownget{ +exch pop 3 1 roll put}{ +//PDFReader /ObjectRegistry get dup begin +1 index ObjectRegistryMaxLength dict def +end exch get 3 1 roll put +}ifelse +}bind def +/Register +{1 index GetObject{ +dup xcheck{ +4 3 roll pop +//PDFR_DEBUG{ +(Have a daemon for ) print 2 index == +}if +exec +}{ +dup null ne{ +mark (The object ) 4 index (is already defined : ) 4 index //error exec +}{ +pop +}ifelse +3 2 roll +exec +}ifelse +}{ +3 2 roll +exec +}ifelse +PutObject +} bind def +/IsRegistered{ +GetObject{ +null ne +}{ +false +}ifelse +}bind def +/GetRegistered{ +dup GetObject not{ +exch mark exch (Object ) exch ( isn't defined before needed (1).) //error exec +}if +dup xcheck{ +exch mark exch (Object ) exch ( isn't defined before needed (2).) //error exec +}{ +dup null eq{ +exch mark exch (Object ) exch ( isn't defined before needed (3).) //error exec +}if +exch pop +}ifelse +}bind def +/StandardFontNames<< +/Times-Roman true +/Helvetica true +/Courier true +/Symbol true +/Times-Bold true +/Helvetica-Bold true +/Courier-Bold true +/ZapfDingbats true +/Times-Italic true +/Helvetica-Oblique true +/Courier-Oblique true +/Times-BoldItalic true +/Helvetica-BoldOblique true +/Courier-BoldOblique true +>>def +/CleanAllResources +{//PDFR_DEBUG{ +(CleanAllResources beg)= +}if +//PDFReader/ObjectRegistry get{ +dup length 0 exch 1 exch 1 sub{ +2 copy get dup xcheck{ +pop pop +}{ +dup null eq{ +pop pop +}{ +dup type/dicttype eq{/.Global known}{pop false}ifelse{ +pop +}{ +//PDFR_DEBUG{ +(Dropping )print dup = +}if +1 index exch/DroppedObject put +}ifelse +}ifelse +}ifelse +}for +pop +}forall +FontDirectory length dict begin +FontDirectory{ +pop +dup//StandardFontNames exch known not{ +dup null def +}if +pop +}forall +currentdict +end{ +pop +//PDFR_DEBUG{ +(Undefining font )print dup = +}if +undefinefont +}forall +//PDFR_DEBUG{ +(CleanAllResources end)= +}if +}bind def +/PrintReference +{ +//PDFR_DEBUG{ +({ )print +dup{ +=only( )print +}forall +( })= +}if +}bind def +/R +{ +0 ne{ +exch mark exch(A referred object generation )exch( isn't 0.)//error exec +}if +[ +exch//GetRegistered/exec load +]cvx +//PrintReference exec +}bind def +/IsObjRef +{ +dup type/arraytype eq{ +dup length 3 eq{ +dup xcheck exch +dup 0 get type/integertype eq 3 2 roll and exch +dup 1 get//GetRegistered eq 3 2 roll and exch +2 get/exec load eq and +}{ +pop false +}ifelse +}{ +pop false +}ifelse +}bind def +/DoNothing +{ +}def +/RunTypeDaemon +{ +dup type/dicttype eq{ +dup/Type//knownget exec{ +//PDFReader/TypeDaemons get exch +//knownget exec{ +exec +}if +}if +}if +}bind def +/obj +{ +//PDFR_DEBUG{ +(Defining )print 1 index =only( )print dup =only( obj)= +}if +0 ne{ +exch mark exch(An object generation )exch( isn't 0.)//error exec +}if +}bind def +/endobj +{ +//PDFR_DEBUG{ +(endobj )= +}if +count 1 eq {pop} {dup type/dicttype eq{ +dup/.endobj_daemon//knownget exec{ +//PDFR_DEBUG{(.endobj_daemon for )print 2 index =}if +exec +}if +}if +dup type/dicttype eq{dup/ImmediateExec known}{false}ifelse{ +pop pop +}{ +//PDFR_DEBUG{ +(Storing )print 1 index = +}if +//RunTypeDaemon exec +//DoNothing 3 1 roll//Register exec +}ifelse +}ifelse}bind def +/StoreBlock +{ +//PDFR_DEBUG{ +(StoreBlock )print//PDFReader/BlockCount get =only(, Length = )print dup length = +}if +dup length string copy +//PDFReader/BlockCount get exch +//PDFReader/CurrentObject get 3 1 roll +put +//PDFReader/BlockCount get 1 add +//PDFReader exch/BlockCount exch put +}bind def +/CheckLength +{dup type/integertype ne{ +mark(Object length isn't an integer.)//error exec +}if +}bind def +/ResolveD +{ +3 copy pop get +dup//IsObjRef exec{ +//PDFR_DEBUG{ +(Resolving )print//PrintReference exec +}if +exec +exch exec +}{ +exch pop +}ifelse +dup 4 1 roll +put +}bind def +/ResolveA +{2 index 2 index get +dup//IsObjRef exec{ +exec +exch exec +3 copy put +}{ +exch pop +}ifelse +exch pop exch pop +}bind def +/StoreStream +{ +dup//PDFReader exch/CurrentObject exch put +//PDFReader/BlockCount 0 put +dup/Length//CheckLength//ResolveD exec +//PDFR_DEBUG{ +(StoreStream Length = )print dup = +}if +currentfile exch()/SubFileDecode filter +{dup//BlockBuffer readstring{ +//StoreBlock exec +}{ +//StoreBlock exec +exit +}ifelse +}loop +pop +//PDFReader/CurrentObject null put +//PDFR_DEBUG{ +(StoreStream end.)= +}if +}bind def +/MakeStreamDumper +{ +//PDFR_DEBUG{ +(MakeStreamDumper beg.)= +}if +currentglobal exch dup gcheck setglobal +[exch +1 dict dup/c 0 put exch +1024 string +{readstring pop +(StreamDumper )print 1 index/c get =string cvs print( )print +dup length =string cvs print( <)print dup print(>\n)print +dup length +3 2 roll +dup/c get +3 2 roll +add/c exch put +}/exec load +] +cvx 0()/SubFileDecode filter +exch setglobal +//PDFR_DEBUG{ +(MakeStreamDumper end.)= +}if +}bind def +/ShortFilterNames 15 dict begin +/AHx/ASCIIHexDecode def +/A85/ASCII85Decode def +/LZW/LZWDecode def +/Fl/FlateDecode def +/RL/RunLengthDecode def +/CCF/CCITTFaxDecode def +/DCT/DCTDecode def +currentdict end readonly def +/AppendFilters +{ +//PDFR_DEBUG{ +(AppendFilters beg.)= +}if +dup 3 1 roll +/Filter//knownget exec{ +dup type/nametype eq{ +dup//ShortFilterNames exch//knownget exec{ +exch pop +}if +2 index/DecodeParms//knownget exec{ +exch +}if +filter +}{ +dup 0 exch 1 exch length 1 sub{ +2 copy get +dup//ShortFilterNames exch//knownget exec{ +exch pop +}if +3 1 roll +4 index/DecodeParms//knownget exec{ +exch get +}{ +pop null +}ifelse +dup null eq{ +pop 3 1 roll filter exch +}{ +3 1 roll +4 1 roll filter exch +}ifelse +}for +pop +}ifelse +//PDFR_DEBUG//PDFR_DUMP and{ +//MakeStreamDumper exec +}if +}if +exch pop +//PDFR_DEBUG{ +(AppendFilters end.)= +}if +}bind def +/ExecuteStream +{ +dup//PDFReader exch/CurrentObject exch put +dup/Length//CheckLength//ResolveD exec +//PDFR_DEBUG{ +(ExecuteStream id = )print 2 index =only( Length = )print dup = +}if +//PDFReader/InitialGraphicState get +//PDFReader/GraphicState get copy pop +//PDFReader/Operators get begin +currentfile exch ()/SubFileDecode filter +1 index//AppendFilters exec +cvx mark exch +exec +counttomark 0 ne{ +mark(Data left on ostack after an immediate stream execution.)//error exec +}if +cleartomark +end +//PDFR_DEBUG{ +(ExecuteStream end.)= +}if +//PDFReader/CurrentObject null put +dup/IsPage known{ +dup/Context get/NumCopies//knownget exec{ +1 sub{ +copypage +}repeat +}if +EPS2Write not {showpage} if +}if +}bind def +/stream +{ +//PDFR_DEBUG{ +1 index =only( stream)= +}if +1 index GetObject{ +dup xcheck{ +exec +1 index null PutObject +}{ +pop +}ifelse +}if +dup/ImmediateExec known{ +dup/GlobalExec//knownget exec{ +currentglobal 4 1 roll +setglobal +//ExecuteStream exec +3 2 roll setglobal +}{ +//ExecuteStream exec +}ifelse +}{ +//StoreStream exec +}ifelse +dup/.CleanResources//knownget exec{ +/All eq{ +//CleanAllResources exec +}if +}if +}bind def +/HookFont +{ +//PDFR_DEBUG{ +(Loaded the font )print dup/FontName get = +}if +{ +dup/FontFileType get dup/Type1 eq exch/MMType1 eq or{ +dup/FontName get +//PDFReader/RemoveFontNamePrefix get exec +findfont +exit +}if +dup/FontFileType get/TrueType eq{ +//PDFReader/MakeType42 get exec +//PDFR_DEBUG{ +(Font dict <<)= +dup{ +1 index/sfnts eq{ +exch pop +(/sfnts [)print +{ +(-string\()print length//=only exec(\)- )= +}forall +(])= +}{ +exch//=only exec( )print == +}ifelse +}forall +(>>)= +}if +dup/FontName get exch definefont +exit +}if +mark(FontHook has no proc for )2 index/FontFileType get//error exec +}loop +/Font exch put +}bind def +/endstream +{ +}bind def +/xref +{ +//PDFR_DEBUG{ +(xref)= +//PDFR_DUMP{ +//PDFReader/ObjectRegistry get == +}if +}if +end +count 0 ne{ +mark(Excessive data on estack at the end of the interpretation.)//error exec +}if +currentfile 1(%%EOF)/SubFileDecode filter +flushfile +cleardictstack +}bind def +/ResolveDict +{dup{ +pop 1 index exch +//DoNothing//ResolveD exec +pop +}forall +pop +}bind def +/SetupPageView +{ +//PDFR_DEBUG{ +(SetupPageView beg)= +}if +//DSC_OPDFREAD not{ +//GraphicState/InitialMatrix get setmatrix +}if +/MediaBox get aload pop +3 index neg 3 index neg translate +3 -1 roll sub 3 1 roll exch sub exch +userdict/.HWMargins//knownget exec{ +aload pop +}{ +currentpagedevice/.HWMargins//knownget exec{ +aload pop +}{ +0 0 0 0 +}ifelse +}ifelse +currentpagedevice/PageSize get aload pop +3 -1 roll sub 3 1 roll exch sub exch +exch 3 index sub exch 3 index sub +//SetPageSize{ +//PDFR_DEBUG{ +(Setting page size to )print 1 index//=only exec( )print dup = +}if +pop pop 3 index 3 index 2 copy +currentglobal false setglobal 3 1 roll +currentpagedevice dup /PageSize known{ +/PageSize get aload pop}{ +0 0}ifelse +round cvi 2 index round cvi eq +exch round cvi 3 index round cvi eq and{ +//PDFR_DEBUG{(PageSize matches request) == flush}if +pop pop}{ +/MediaRequested where { +//PDFR_DEBUG{(MediaRequested is true, check against new request) == flush}if +/MediaRequested get aload pop +round cvi 2 index round cvi eq +exch round cvi 3 index round cvi eq and +{//PDFR_DEBUG{(MediaRequested same as current request, ignore) == flush}if pop pop false} +{//PDFR_DEBUG{(MediaRequested different to current request) == flush}if true}ifelse +}{ +//PDFR_DEBUG{(No MediaRequested yet) == flush}if +true +}ifelse +{ +//PDFR_DEBUG{(Setting pagesize) == flush}if +2 array astore +dup /MediaRequested exch def +<< exch /PageSize exch >> setpagedevice +/pagesave save def +}if +}ifelse +userdict/PDFR_InitialGS gstate put +setglobal +}if +//RotatePages{ +2 copy gt 6 index 6 index gt ne{ +1 index 5 index le 1 index 5 index le and not +}{ +false +}ifelse +}{ +false +}ifelse +{//CenterPages{ +//PDFR_DEBUG{ +(Rotating page, and then centering it)== +}if +90 rotate +0 5 index neg translate +5 index 1 index exch sub 2 div +2 index 6 index sub 2 div neg +translate +}{ +//FitPages{ +1 index 5 index div 1 index 7 index div +2 copy gt{ +exch +}if +pop dup scale +}if +90 rotate +0 5 index neg translate +}ifelse +}{ +//CenterPages{ +//PDFR_DEBUG{ +(Ccentering page)== +}if +1 index 6 index sub 2 div +1 index 6 index sub 2 div +translate +}{ +//FitPages{ +1 index 6 index div 1 index 6 index div +2 copy gt{ +exch +}if +pop dup scale +}if +}ifelse +}ifelse +pop pop +translate +pop pop +//PDFR_DEBUG{ +(SetupPageView end)= +}if +}bind def +/PageContentsDaemon +{ +//PDFR_DEBUG{ +(Executing PageContentsDaemon for )print 2 index = +}if +1 index exch/Context exch put +dup/ImmediateExec true put +dup/IsPage true put +SetPageSize {dup/Context get//SetupPageView exec}if +}bind def +/FontFileDaemon +{ +//PDFR_DEBUG{ +(Executing FontFileDaemon for )print 2 index = +}if +dup/FontFileType get +2 index exch +dup//ReadFontProcs exch//knownget exec{ +exch pop exec +}{ +mark(FontFile reader for )2 index( isn't implemented yet.)//error exec +}ifelse +//PDFR_DEBUG{ +(FontFileDaemon end)= +}if +pop +}bind def +/FontDescriptorDaemon +{ +//PDFR_DEBUG{ +(Executing FontDescriptorDaemon for )print 2 index = +}if +2 copy/FontResource exch put +/Subtype get 1 index exch/FontFileType exch put +}bind def +/UnPDFEscape{ +dup dup length string cvs +dup(#)search{ +{ +pop +(16#--)2 index 0 2 getinterval +1 index 3 2 getinterval copy pop +cvi +0 exch put +0 +1 index 2 1 index length 2 sub getinterval +3 copy putinterval +length +3 copy exch put +getinterval +(#)search not{ +pop exit +}if +}loop +(\0)search pop exch pop exch pop +cvn +exch pop +}{ +pop pop +}ifelse +}bind def +/TypeDaemons<< +/Page +{//PDFR_DEBUG{ +(Recognized a page.)= +}if +dup/Contents//knownget exec{ +0 get//DoNothing exch +[ +3 index//PageContentsDaemon/exec load +]cvx +//Register exec +}{ +(fixme: page with no Contents won't be printed.)= +}ifelse +}bind +/FontDescriptor +{//PDFR_DEBUG{ +(Recognized a font descriptor.)= +}if +dup/FontName//knownget exec{ +1 index/FontName 3 -1 roll//UnPDFEscape exec put +}if +dup dup/FontFile known{/FontFile}{/FontFile2}ifelse +//knownget exec{ +0 get//DoNothing exch +[ +3 index//FontFileDaemon/exec load +]cvx +//Register exec +}{ +(Font descriptor )print 1 index =only( has no FontFile.)= +}ifelse +}bind +/Font +{//PDFR_DEBUG{ +(Recognized a font resource.)= +}if +dup/BaseFont//knownget exec{ +//UnPDFEscape exec 2 copy/BaseFont exch put +//PDFReader/RemoveFontNamePrefix get exec +currentglobal exch +dup/Font resourcestatus{ +pop pop +//PDFReader/GetInstalledFont get exec pop +}{ +pop +}ifelse +setglobal +}if +dup/FontDescriptor//knownget exec{ +0 get +dup//IsRegistered exec{ +//PDFR_DEBUG{ +(already registered )print dup = +}if +pop +}{ +//DoNothing exch +[ +3 index//FontDescriptorDaemon/exec load +]cvx +//Register exec +}ifelse +}if +}bind +>>def +/MakeStreamReader +{dup +[ +exch +//PDFR_DEBUG{ +(Stream proc ) +/print load +//PDFR_STREAM{ +(<) +/print load +}if +}if +1 dict dup/i -1 put +/dup load +/i +/get load +1 +/add load +/dup load +3 +1 +/roll load +/i +/exch load +/put load +//knownget +/exec load +/not load +{()} +/if load +//PDFR_DEBUG{ +//PDFR_STREAM{ +/dup load +/print load +(>) +/print load +}if +( end of stream proc.\n) +/print load +}if +]cvx +//PDFR_DEBUG{ +(Stream reader )print dup == +}if +0()/SubFileDecode filter +exch//AppendFilters exec +}bind def +/RunDelayedStream +{ +//GraphicState/InitialTextMatrix get +//InitialTextMatrixStack//PDFReader/InitialTextMatrixStackPointer get +2 copy get null eq{ +2 copy currentglobal true setglobal matrix exch setglobal put +}if +get copy pop +//PDFReader/InitialTextMatrixStackPointer 2 copy get 1 add put +//MakeStreamReader exec +mark exch +cvx exec +counttomark 0 ne{ +mark(Data left on ostack after a delayed stream execution.)//error exec +}if +cleartomark +//PDFReader/InitialTextMatrixStackPointer 2 copy get 1 sub put +//InitialTextMatrixStack//PDFReader/InitialTextMatrixStackPointer get get +//GraphicState/InitialTextMatrix get +copy pop +}bind def +//ReadFontProcs begin +/Type1 +{//PDFR_DEBUG{ +(ReadFontProcs.Type1)= +}if +dup/.endobj_daemon[4 index//HookFont/exec load]cvx put +dup/ImmediateExec true put +/GlobalExec true put +}bind def +/MMType1//Type1 def +/TrueType +{//PDFR_DEBUG{ +(ReadFontProcs.TrueType)= +}if +dup/.endobj_daemon[4 index//HookFont/exec load]cvx put +pop +}bind def +end +/.opdloadttfontdict 50 dict def +.opdloadttfontdict begin +/maxstring 65400 def +end +/.InsertionSort +{ +/CompareProc exch def +/Array exch def +1 1 Array length 1 sub +{ +/Ix exch def +/Value1 Array Ix get def +/Jx Ix 1 sub def +{ +Jx 0 lt{ +exit +}if +/Value2 Array Jx get def +Value1 Value2 CompareProc{ +exit +}if +Array Jx 1 add Value2 put +/Jx Jx 1 sub def +}loop +Array Jx 1 add Value1 put +}for +Array +}bind def +/putu16{ +3 copy -8 bitshift put +exch 1 add exch 16#ff and put +}bind def +/putu32{ +3 copy -16 bitshift putu16 +exch 2 add exch 16#ffff and putu16 +}bind def +/.readtable{ +dup dup 1 and add string +dup 0 4 -1 roll getinterval +3 -1 roll exch +dup()ne{readstring}if pop pop +}bind def +/.readbigtable{ +dup maxstring lt{ +.readtable +}{ +currentuserparams/VMReclaim get -2 vmreclaim +[4 2 roll{ +dup maxstring le{exit}if +1 index maxstring string readstring pop 3 1 roll maxstring sub +}loop .readtable] +exch vmreclaim +}ifelse +}bind def +/ReadTTF +{ +.opdloadttfontdict begin +/TTFontFile exch def +/TableDir TTFontFile 12 string readstring pop def +/tables TTFontFile TableDir 4 getu16 16 mul string readstring pop def +/tabarray tables length 16 idiv array def +TableDir 0 4 getinterval(ttcf)eq{ +QUIET not{(Can't handle TrueType font Collections.)=}if +/.loadttfonttables cvx/invalidfont signalerror +}{ +0 16 tables length 1 sub{ +dup +tables exch 16 getinterval +exch 16 div cvi exch +tabarray 3 1 roll put +}for +}ifelse +tabarray{exch 8 getu32 exch 8 getu32 gt}.InsertionSort pop +/Read TableDir length tables length add def +/tabs[ +tabarray{ +dup 8 getu32 +Read sub +dup 0 gt{ +dup string TTFontFile exch readstring pop pop +Read add/Read exch def +}{ +pop +}ifelse +12 getu32 +dup Read add +/Read exch def +TTFontFile exch .readbigtable +}forall +]def +end +}bind def +/GetLocaType +{ +0 1 tabarray length 1 sub{ +dup tabarray exch get +0 4 getinterval(head)eq{ +tabs exch get +50 gets16 +/LocaType exch def +exit +}{ +pop +}ifelse +}for +}bind def +/GetNumGlyphs +{ +0 1 tabarray length 1 sub{ +dup tabarray exch get +0 4 getinterval(maxp)eq{ +tabs exch get +4 getu16 +/NumGlyphs exch def +exit +}{ +pop +}ifelse +}for +}bind def +/StringToLoca +{ +/LocaIndex exch def +/StringOffset 0 def +{ +dup length StringOffset gt{ +dup +LocaType 1 eq{ +StringOffset getu32 +LocaArray LocaIndex 3 -1 roll put +/LocaIndex LocaIndex 1 add def +/StringOffset StringOffset 4 add +def +}{ +StringOffset getu16 2 mul +LocaArray length LocaIndex gt {LocaArray LocaIndex 3 -1 roll put}{pop}ifelse/LocaIndex LocaIndex 1 add def +/StringOffset StringOffset 2 add +def +}ifelse +}{ +pop +LocaIndex +exit +}ifelse +}loop +}bind def +/GetSortedLoca +{ +NumGlyphs 1 add array/LocaArray exch def +0 1 tabarray length 1 sub{ +dup tabarray exch get +0 4 getinterval(loca)eq{ +tabs exch get +exit +}{ +pop +}ifelse +}for +dup type/stringtype eq{ +0 StringToLoca pop +}{ +0 exch +{ +exch StringToLoca +}forall +pop +}ifelse +LocaArray{gt}.InsertionSort pop +}bind def +/GetWorkingString +{ +WorkString 0 +GlyfArray GlyfStringIndex get +putinterval +/WorkBytes GlyfArray GlyfStringIndex get length def +/GlyfStringIndex GlyfStringIndex 1 add def +}bind def +/GetWorkingBytes +{ +/BytesToRead exch def +WorkString 0 BytesToRead getinterval +dup length string copy +WorkString BytesToRead WorkBytes BytesToRead sub getinterval +dup length string copy +WorkString 0 3 -1 roll putinterval +/WorkBytes WorkBytes BytesToRead sub def +}bind def +/GetGlyfBytes +{ +/ToRead exch def +WorkBytes 0 eq{ +GetWorkingString +}if +WorkBytes ToRead ge{ +ToRead string dup 0 +ToRead GetWorkingBytes putinterval +}{ +ToRead string +dup +0 +WorkString 0 WorkBytes getinterval +putinterval +dup +WorkBytes +ToRead WorkBytes sub +GetWorkingString +GetWorkingBytes +putinterval +}ifelse +}bind def +/SplitGlyf +{ +/GlyfArray exch def +/DestArray GlyfArray length 2 mul array def +/DestArrayIndex 0 def +/LastLoca 0 def +/NextLocaIndex 0 def +/LastLocaIndex 0 def +/GlyfStringIndex 0 def +/WorkString maxstring string def +/WorkBytes 0 def +{ +LocaArray NextLocaIndex get +LastLoca sub maxstring gt +{ +LocaArray LastLocaIndex get LastLoca sub +GetGlyfBytes +DestArray DestArrayIndex 3 -1 roll put +/DestArrayIndex DestArrayIndex 1 add def +LocaArray LastLocaIndex get/LastLoca exch def +}{ +/LastLocaIndex NextLocaIndex def +/NextLocaIndex NextLocaIndex 1 add def +NextLocaIndex NumGlyphs gt +{ +WorkBytes +GlyfStringIndex GlyfArray length lt{ +GlyfArray GlyfStringIndex get length +add string dup +0 +WorkString 0 WorkBytes getinterval +putinterval +dup +WorkBytes +GetWorkingString +WorkString 0 WorkBytes getinterval +putinterval +}{ +pop +WorkString 0 WorkBytes getinterval +}ifelse +dup length string copy +DestArray DestArrayIndex 3 -1 roll put +exit +}if +}ifelse +}loop +DestArray +}bind def +/ProcessTTData +{ +.opdloadttfontdict begin +0 1 tabarray length 1 sub{ +/ix exch def +tabarray ix get +12 getu32 dup maxstring le{ +dup 4 mod 0 ne{ +4 div cvi 1 add 4 mul string/newstring exch def +/oldstring tabs ix get def +newstring 0 oldstring putinterval +0 1 newstring length oldstring length sub 1 sub{ +newstring exch oldstring length add 0 put +}for +tabs ix newstring put +}{ +pop +}ifelse +}{ +dup 4 mod 0 ne{ +dup maxstring idiv maxstring mul sub +4 idiv 1 add 4 mul string/newstring exch def +tabs ix get +dup length 1 sub dup/iy exch def get/oldstring exch def +newstring 0 oldstring putinterval +0 1 newstring length oldstring length sub 1 sub{ +newstring exch oldstring length add 0 put +}for +tabs ix get iy newstring put +}{ +pop +}ifelse +}ifelse +}for +0 1 tabarray length 1 sub{ +dup tabarray exch get +dup 12 getu32 maxstring gt{ +0 4 getinterval dup(glyf)eq{ +pop +GetLocaType +GetNumGlyphs +GetSortedLoca +dup tabs exch get +SplitGlyf +tabs 3 1 roll put +}{ +(Warning, table )print print( > 64Kb\n)print +pop +}ifelse +}{ +pop +pop +}ifelse +}for +end +}bind def +/Makesfnts +{ +.opdloadttfontdict begin +0 +tabs{ +dup type/stringtype eq{ +pop +1 add +}{ +{ +type/stringtype eq{ +1 add +}if +}forall +}ifelse +}forall +1 add +/TTOffset +TableDir length +tabarray length 16 mul add +def +0 +tabarray{ +exch dup 1 add +3 1 roll +dup +tabs exch get +dup type/stringtype eq{ +length +2 index exch +TTOffset +dup 3 1 roll add +/TTOffset exch def +8 exch putu32 +exch tabarray 3 1 roll +put +}{ +0 exch +{ +dup type/stringtype eq{ +length add +}{ +pop +}ifelse +}forall +2 index exch +TTOffset +dup 3 1 roll add +/TTOffset exch def +8 exch putu32 +exch tabarray 3 1 roll +put +}ifelse +}forall +pop +array +dup 0 +TableDir length +tables length add +string +dup 0 TableDir putinterval +dup 12 tables putinterval +put +dup +/ix 1 def +tabs{ +dup type/stringtype eq{ +ix exch +put dup +/ix ix 1 add def +}{ +{ +dup type/stringtype eq{ +ix exch put dup +/ix ix 1 add def +}{ +pop +}ifelse +}forall +}ifelse +}forall +pop +end +}bind def +/MakeType42 +{ +//PDFR_DEBUG{ +(MakeType42 beg)= +}if +10 dict begin +/FontName 1 index/FontName get def +/FontType 42 def +/FontMatrix[1 0 0 1 0 0]def +/FontBBox 1 index/FontBBox get def +dup/FontResource get +dup/Encoding known{ +//PDFReader/ObtainEncoding get exec +/Encoding get +}{ +pop null +}ifelse +/PDFEncoding exch def +/CharStrings 2 index//PDFReader/MakeTTCharStrings get exec def +/sfnts 2 index//MakeStreamReader exec +ReadTTF +ProcessTTData +Makesfnts +def +/Encoding StandardEncoding def +/PaintType 0 def +currentdict end +//PDFR_DEBUG{ +(MakeType42 end)= +}if +}bind def +/GetInstalledFont +{ +dup//InstalledFonts exch knownget{ +exch pop +}{ +dup findfont dup 3 1 roll +//InstalledFonts 3 1 roll put +}ifelse +}bind def +/RemoveFontNamePrefix +{//=string cvs true +0 1 5{ +2 index exch get//IsUpper exec not{ +pop false exit +}if +}for +{(+)search{ +pop pop +}if +}if +cvn +}bind def +/CheckFont +{dup/Type get/Font ne{ +mark(Resource )3 index( must have /Type/Font .)//error exec +}if +}bind def +/CheckEncoding +{dup type/nametype ne{ +dup/Type get/Encoding ne{ +mark(Resource )3 index( must have /Type/Encoding .)//error exec +}if +}if +}bind def +/ObtainEncoding +{dup/Encoding known{ +dup dup/Encoding//CheckEncoding//ResolveD exec +dup type dup/arraytype eq exch/packedarraytype eq or{ +pop pop +}{ +dup type/nametype eq{ +/Encoding findresource +}{ +dup/BaseEncoding//knownget exec not{ +/StandardEncoding +}if +/Encoding findresource +exch +/Differences//knownget exec{ +exch dup length array copy exch +0 exch +{ +dup type/integertype eq{ +exch pop +}{ +3 copy put pop +1 add +}ifelse +}forall +pop +}if +}ifelse +/Encoding exch put +}ifelse +}{ +dup/Encoding/StandardEncoding/Encoding findresource put +}ifelse +}bind def +/ObtainMetrics +{dup/Widths//knownget exec{ +1 index/Encoding get +256 dict +3 index/Subtype get/TrueType eq{ +1000 +}{ +1 +}ifelse +4 index/MissingWidth//knownget exec not{ +0 +}if +5 index/FirstChar//knownget exec not{ +0 +}if +6 5 roll +dup 0 exch 1 exch length 1 sub{ +2 copy get +exch 3 index add +7 index exch get +dup dup null ne exch/.notdef ne and{ +6 index 3 1 roll exch +6 index div +3 copy pop//knownget exec{ +0 eq +}{ +true +}ifelse +{put +}{ +pop pop pop +}ifelse +}{ +pop pop +}ifelse +}for +pop pop pop pop exch pop +1 index exch/Metrics exch put +}{ +dup/MissingWidth//knownget exec{ +256 dict +2 index/Encoding get{ +dup null ne{ +3 copy 3 2 roll put +}if +pop +}forall +exch pop +1 index exch/Metrics exch put +}if +}ifelse +}bind def +/NotDef +{ +FontMatrix aload pop pop pop exch pop exch pop +1 exch div exch +1 exch div exch +1 index 0 setcharwidth +0 setlinewidth +0 0 moveto +2 copy rlineto +1 index 0 rlineto +neg exch neg exch rlineto +closepath stroke +}bind def +/SaveResourcesToStack{[//PDFReader/OldResources known{//PDFReader/OldResources get}{null}ifelse +//PDFReader/CurrentObject get/Context get/Resources get]//PDFReader/OldResources 3 -1 roll put}bind def +/RestoreResourcesFromStack{//PDFReader/OldResources get dup +0 get//PDFReader/OldResources 3 -1 roll put +1 get//PDFReader/CurrentObject get/Context get/Resources 3 -1 roll put} bind def +/BuildChar +{//PDFR_DEBUG{ +(BuildChar )print dup//=only exec( )print +}if +exch begin +Encoding exch get +//PDFR_DEBUG{ +dup = +}if +dup null eq{ +pop//NotDef exec +}{ +CharProcs exch//knownget exec{currentfont/Font get/Resources//knownget exec{exec SaveResourcesToStack//PDFReader/CurrentObject get/Context get/Resources 3 -1 roll put//RunDelayedStream exec RestoreResourcesFromStack}{//RunDelayedStream exec}ifelse}{ +//NotDef exec +}ifelse +}ifelse +end +}bind def +/printdict +{(<<)= +{exch = ==}forall +(>>)= +}bind def +/printfont +{ +dup{ +exch dup = +dup/Encoding eq{ +pop = +}{ +dup/FontInfo eq exch/Private eq or{ +//printdict exec +}{ +== +}ifelse +}ifelse +}forall +}bind def +/ScaleMetrics +{1 index{ +2 index div +3 index +3 1 roll put +}forall +pop +}bind def +/ResolveAndSetFontAux +{exch dup +//PDFReader/CurrentObject get/Context get/Resources get +/Font//DoNothing//ResolveD exec +exch//CheckFont//ResolveD exec +dup/Font//knownget exec{ +exch pop exch pop +}{ +{ +dup/Subtype get dup dup/Type1 eq exch/TrueType eq or exch/MMType1 eq or{ +exch pop +dup/BaseFont get +//RemoveFontNamePrefix exec +//PDFR_DEBUG{ +(Font )print dup = +}if +1 index/FontDescriptor known{ +//PDFR_DEBUG{ +(Font from a font descriptor.)= +}if +1 index +/FontDescriptor//DoNothing//ResolveD exec +/Font//knownget exec{ +exch pop +}{ +//PDFR_DEBUG{ +(Font descriptor has no Font resolved.)= +}if +//GetInstalledFont exec +}ifelse +}{ +//GetInstalledFont exec +}ifelse +exch +dup/Encoding known not{ +1 index/Encoding get 1 index exch/Encoding exch put +}if +//ObtainEncoding exec +//ObtainMetrics exec +exch +dup length dict copy +dup 2 index/Encoding get +/Encoding exch put +1 index/Metrics//knownget exec{ +2 index/Subtype get/TrueType ne{ +1 index/FontMatrix get 0 get +dup 0 eq{ +pop +1 index/FontMatrix get 1 get +dup 0 eq{pop 1}if +}if +0.001 div +//ScaleMetrics exec +}{ +1 index/sfnts known not{ +1 index/FontMatrix get 0 get +dup 0 eq{ +pop +1 index/FontMatrix get 1 get +dup 0 eq{pop 1}if +}if +//ScaleMetrics exec +}if +}ifelse +1 index exch/Metrics exch put +}if +1 index/BaseFont get +exch +dup/FID undef +dup/UniqueID undef +definefont +dup 3 1 roll +/Font exch put +exit +}if +dup/Subtype get/Type3 eq{ +//ObtainEncoding exec +2 copy exch/FontName exch put +dup/CharProcs get//ResolveDict exec +dup/FontType 3 put +dup/BuildChar//BuildChar put +dup dup/Font exch put +dup 3 1 roll +definefont +2 copy ne{ +2 copy/Font exch put +}if +exch pop +exit +}if +dup/Subtype get/Type0 eq{ +}if +dup/Subtype get/CIDFontType0 eq{ +}if +dup/Subtype get/CIDFontType2 eq{ +}if +mark(Unknown font type )2 index/Subtype get//error exec +}loop +}ifelse +exch scalefont setfont +}bind def +/ResolveAndSetFont +{ +//ResolveAndSetFontAux exec +}bind def +/.knownget +{2 copy known{ +get true +}{ +pop pop false +}ifelse +}bind def +/.min +{2 copy lt{ +exch +}if +pop +}bind def +/.max +{2 copy gt{ +exch +}if +pop +}bind def +/.dicttomark +{>> +}bind def +/getu16{ +2 copy get 8 bitshift 3 1 roll 1 add get add +}bind def +/gets16{ +getu16 16#8000 xor 16#8000 sub +}bind def +/getu32{ +2 copy getu16 16 bitshift 3 1 roll 2 add getu16 add +}bind def +/gets32{ +2 copy gets16 16 bitshift 3 1 roll 2 add getu16 add +}bind def +/cmapformats mark +0{ +6 256 getinterval{}forall 256 packedarray +}bind +2{ +/sHK_sz 2 def +/sH_sz 8 def +dup 2 getu16/cmapf2_tblen exch def +dup 4 getu16/cmapf2_lang exch def +dup 6 256 sHK_sz mul getinterval/sHKs exch def +0 +0 1 255{ +sHKs exch +2 mul getu16 +1 index +1 index +lt{exch}if pop +}for +/sH_len exch def +dup 6 256 sHK_sz mul add +cmapf2_tblen 1 index sub getinterval +/sH_gIA exch def +/cmapf2_glyph_array 65535 array def +/.cmapf2_putGID{ +/cmapf2_ch cmapf2_ch_hi 8 bitshift cmapf2_ch_lo add def +firstCode cmapf2_ch_lo le +cmapf2_ch_lo firstCode entryCount add lt +and{ +sH_offset idRangeOffset add +cmapf2_ch_lo firstCode sub 2 mul +add 6 add +sH_gIA exch getu16 +dup 0 gt{ +idDelta add +cmapf2_glyph_array exch cmapf2_ch exch put +}{ +pop +}ifelse +}{ +}ifelse +}def +16#00 1 16#ff{ +/cmapf2_ch_hi exch def +sHKs cmapf2_ch_hi sHK_sz mul getu16 +/sH_offset exch def +sH_gIA sH_offset sH_sz getinterval +dup 0 getu16/firstCode exch def +dup 2 getu16/entryCount exch def +dup 4 gets16/idDelta exch def +dup 6 getu16/idRangeOffset exch def +pop +sH_offset 0 eq{ +/cmapf2_ch_lo cmapf2_ch_hi def +/cmapf2_ch_hi 0 def +.cmapf2_putGID +}{ +16#00 1 16#ff{ +/cmapf2_ch_lo exch def +.cmapf2_putGID +}for +}ifelse +}for +pop +0 1 cmapf2_glyph_array length 1 sub{ +dup cmapf2_glyph_array exch get +null eq{cmapf2_glyph_array exch 0 put}{pop}ifelse +}for +cmapf2_glyph_array +}bind +4{ +/etab exch def +/nseg2 etab 6 getu16 def +14/endc etab 2 index nseg2 getinterval def +2 add +nseg2 add/startc etab 2 index nseg2 getinterval def +nseg2 add/iddelta etab 2 index nseg2 getinterval def +nseg2 add/idroff etab 2 index nseg2 getinterval def +pop +/firstcode startc 0 getu16 16#ff00 and dup 16#f000 ne{pop 0}if def +/lastcode firstcode def +/striptopbyte false def +/putglyph{ +glyphs code 3 -1 roll put/code code 1 add def +}bind def +/numcodes 0 def/glyphs 0 0 2 nseg2 3 sub{ +/i2 exch def +/scode startc i2 getu16 def +/ecode endc i2 getu16 def +ecode lastcode gt { +/lastcode ecode def +}if +}for pop +firstcode 16#f000 ge lastcode firstcode sub 255 le and { +lastcode 255 and +/striptopbyte true def +} { +lastcode +}ifelse +1 add +array def +glyphs length 1024 ge{ +.array1024z 0 1024 glyphs length 1023 sub{glyphs exch 2 index putinterval}for +glyphs dup length 1024 sub 3 -1 roll +putinterval +}{ +0 1 glyphs length 1 sub{glyphs exch 0 put}for +}ifelse +/numcodes 0 def/code 0 def +0 2 nseg2 3 sub{ +/i2 exch def +/scode startc i2 getu16 def +/ecode endc i2 getu16 def +numcodes scode firstcode sub +exch sub 0 .max dup/code exch code exch add def +ecode scode sub 1 add add numcodes add/numcodes exch def +/delta iddelta i2 gets16 def +TTFDEBUG{ +(scode=)print scode =only +( ecode=)print ecode =only +( delta=)print delta =only +( droff=)print idroff i2 getu16 = +}if +idroff i2 getu16 dup 0 eq{ +pop scode delta add 65535 and 1 ecode delta add 65535 and +striptopbyte { +/code scode 255 and def +} { +/code scode def +} ifelse +{putglyph}for +}{ +/gloff exch 14 nseg2 3 mul add 2 add i2 add add def +striptopbyte { +/code scode 255 and def +} { +/code scode def +} ifelse +0 1 ecode scode sub{ +2 mul gloff add etab exch getu16 +dup 0 ne{delta add 65535 and}if putglyph +}for +}ifelse +}for glyphs/glyphs null def +}bind +6{ +dup 6 getu16/firstcode exch def dup 8 getu16/ng exch def +firstcode ng add array +0 1 firstcode 1 sub{2 copy 0 put pop}for +dup firstcode ng getinterval +0 1 ng 1 sub{ +dup 2 mul 10 add 4 index exch getu16 3 copy put pop pop +}for pop exch pop +}bind +.dicttomark readonly def +/cmaparray{ +dup 0 getu16 cmapformats exch .knownget{ +TTFDEBUG{ +(cmap: format )print 1 index 0 getu16 = flush +}if exec +}{ +(Can't handle format )print 0 getu16 = flush +0 1 255{}for 256 packedarray +}ifelse +TTFDEBUG{ +(cmap: length=)print dup length = dup == +}if +}bind def +/postremap mark +/Cdot/Cdotaccent +/Edot/Edotaccent +/Eoverdot/Edotaccent +/Gdot/Gdotaccent +/Ldot/Ldotaccent +/Zdot/Zdotaccent +/cdot/cdotaccent +/edot/edotaccent +/eoverdot/edotaccent +/gdot/gdotaccent +/ldot/ldotaccent +/zdot/zdotaccent +.dicttomark readonly def +/get_from_stringarray +{1 index type/stringtype eq{ +get +}{ +exch{ +2 copy length ge{ +length sub +}{ +exch get exit +}ifelse +}forall +}ifelse +}bind def +/getinterval_from_stringarray +{ +2 index type/stringtype eq{ +getinterval +}{ +string exch 0 +4 3 roll{ +dup length +dup 4 index lt{ +3 index exch sub +exch pop 3 1 roll exch pop +}{ +dup 3 1 roll +4 index sub +5 index length 4 index sub +2 copy gt{exch}if pop +dup 3 1 roll +5 index exch getinterval +5 index 4 index 3 index +getinterval +copy pop +exch pop add exch pop 0 exch +dup 3 index length ge{exit}if +}ifelse +}forall +pop pop +}ifelse +}bind def +/string_array_size +{dup type/stringtype eq{ +length +}{ +0 exch{length add}forall +}ifelse +}bind def +/postformats mark +16#00010000{ +pop MacGlyphEncoding +} +16#00020000{ +dup dup type/arraytype eq{0 get}if length 36 lt{ +TTFDEBUG{(post format 2.0 invalid.)= flush}if +pop[] +}{ +/postglyphs exch def +/post_first postglyphs dup type/arraytype eq{0 get}if def +post_first 32 getu16/numglyphs exch def +/glyphnames numglyphs 2 mul 34 add def +/postpos glyphnames def +/total_length postglyphs//string_array_size exec def +numglyphs array 0 1 numglyphs 1 sub{ +postpos total_length ge{ +1 numglyphs 1 sub{1 index exch/.notdef put}for +exit +}if +postglyphs postpos//get_from_stringarray exec +postglyphs postpos 1 add 2 index//getinterval_from_stringarray exec cvn +exch postpos add 1 add/postpos exch def +2 index 3 1 roll +put +}for +/postnames exch def +numglyphs array 0 1 numglyphs 1 sub{ +dup 2 mul 34 add postglyphs exch 2//getinterval_from_stringarray exec +dup 0 get 8 bitshift exch 1 get add dup 258 lt{ +MacGlyphEncoding exch get +}{ +dup 32768 ge{ +pop/.notdef +}{ +258 sub dup postnames length ge{ +TTFDEBUG{( *** warning: glyph index past end of 'post' table)= flush}if +pop +exit +}if +postnames exch get +postremap 1 index .knownget{exch pop}if +}ifelse +}ifelse +2 index 3 1 roll put +}for +} +ifelse +}bind +16#00030000{ +pop[] +}bind +.dicttomark readonly def +/first_post_string +{ +post dup type/arraytype eq{0 get}if +}bind def +/.getpost{ +/glyphencoding post null eq{ +TTFDEBUG{(post missing)= flush}if[] +}{ +postformats first_post_string 0 getu32 .knownget{ +TTFDEBUG{ +(post: format )print +first_post_string +dup 0 getu16 =only(,)print 2 getu16 = flush +}if +post exch exec +}{ +TTFDEBUG{(post: unknown format )print post 0 getu32 = flush}if[] +}ifelse +}ifelse def +}bind def +/TTParser<< +/Pos 0 +/post null +>>def +/readu8 +{read not{ +mark(Insufficient data in the stream.)//error exec +}if +}bind def +/readu16 +{dup//readu8 exec 8 bitshift exch//readu8 exec or +}bind def +/reads16 +{//readu16 exec 16#8000 xor 16#8000 sub +}bind def +/readu32 +{dup//readu16 exec 16 bitshift exch//readu16 exec or +}bind def +/reads32 +{dup//reads16 exec 16 bitshift exch//readu16 exec or +}bind def +/SkipToPosition +{dup//TTParser/Pos get +exch//TTParser exch/Pos exch put +sub +//PDFR_DEBUG{ +(Skipping )print dup//=only exec( bytes.)= +}if +dup 0 eq{ +pop pop +}{ +dup 3 1 roll +()/SubFileDecode filter +exch +{1 index//BlockBuffer readstring pop length +dup 0 eq{pop exch pop exit}if +sub +}loop +0 ne{ +mark(Insufficient data in the stream for SkipToPosition.)//error exec +}if +}ifelse +}bind def +/TagBuffer 4 string def +/ParseTTTableDirectory +{//PDFR_DEBUG{ +(ParseTTTableDirectory beg)= +}if +15 dict begin +dup//readu32 exec 16#00010000 ne{ +mark(Unknown True Type version.)//error exec +}if +dup//readu16 exec/NumTables exch def +dup//readu16 exec/SearchRange exch def +dup//readu16 exec/EntrySelector exch def +dup//readu16 exec/RangeShift exch def +//PDFR_DEBUG{ +(NumTables = )print NumTables = +}if +NumTables{ +dup//TagBuffer readstring not{ +mark(Could not read TT tag.)//error exec +}if +cvn +[2 index//readu32 exec pop +2 index//readu32 exec +3 index//readu32 exec +] +//PDFR_DEBUG{ +2 copy exch//=only exec( )print == +}if +def +}repeat +pop +//TTParser/Pos 12 NumTables 16 mul add put +currentdict end +//PDFR_DEBUG{ +(ParseTTTableDirectory end)= +}if +}bind def +/ParseTTcmap +{//PDFR_DEBUG{ +(ParseTTcmap beg)= +}if +/cmap get aload pop +3 1 roll +7 dict begin +//PDFR_DEBUG{ +(Current position = )print//TTParser/Pos get = +(cmap position = )print dup = +}if +1 index exch//SkipToPosition exec +//TTParser/Pos get/TablePos exch def +dup//readu16 exec pop +dup//readu16 exec/NumEncodings exch def +//PDFR_DEBUG{ +(NumEncodings = )print NumEncodings = +}if +null +NumEncodings{ +1 index//readu32 exec +2 index//readu32 exec +3 array dup 3 2 roll 0 exch put +2 index null ne{ +dup 0 get 3 index 0 get sub +3 index exch 1 exch put +}if +dup 4 3 roll pop 3 1 roll +def +}repeat +dup 0 get +4 3 roll exch sub +1 exch put +//PDFR_DEBUG{ +currentdict{ +exch dup type/integertype eq{ +//PrintHex exec( )print == +}{ +pop pop +}ifelse +}forall +}if +4 NumEncodings 8 mul add/HeaderLength exch def +//TTParser/Pos//TTParser/Pos get HeaderLength add put +0 +NumEncodings{ +16#7FFFFFF null +currentdict{ +1 index type/integertype eq{ +exch pop dup 0 get +dup 5 index gt{ +dup 4 index lt{ +4 1 roll +exch pop exch pop +}{ +pop pop +}ifelse +}{ +pop pop +}ifelse +}{ +pop pop +}ifelse +}forall +//PDFR_DEBUG{ +(Obtaining subtable for )print dup == +}if +3 2 roll pop +3 copy pop +TablePos add//SkipToPosition exec +3 copy exch pop 1 get +//TTParser/Pos//TTParser/Pos get 3 index add put +string +readstring not{ +mark(Can't read a cmap subtable.)//error exec +}if +2 exch put +}repeat +pop pop +currentdict end +//PDFR_DEBUG{ +(ParseTTcmap end)= +}if +}bind def +/GetTTEncoding +{//PDFR_DEBUG{ +(GetTTEncoding beg)= +}if +get +exch pop +2 get +10 dict begin +/TTFDEBUG//PDFR_DEBUG def +//cmaparray exec +end +//PDFR_DEBUG{ +(GetTTEncoding end)= +dup == +}if +}bind def +/InverseEncoding +{ +256 dict begin +dup length 1 sub -1 0{ +2 copy get +exch +1 index currentdict exch//knownget exec{ +dup type/arraytype eq{ +aload length 1 add array astore +}{ +2 array astore +}ifelse +}if +def +}for +pop +currentdict end +}bind def +/GetMacRomanEncodingInverse +{//PDFReader/MacRomanEncodingInverse get +dup null eq{ +pop +MacRomanEncoding//InverseEncoding exec +dup//PDFReader exch/MacRomanEncodingInverse exch put +}if +}bind def +/PutCharStringSingle +{ +dup 3 index length lt{ +2 index exch get +dup 0 ne{ +def +}{ +pop pop +}ifelse +}{ +pop pop +}ifelse +}bind def +/PutCharString +{1 index type/nametype ne{ +mark(Bad charstring name)//error exec +}if +dup type/arraytype eq{ +{ +3 copy//PutCharStringSingle exec +pop pop +}forall +pop +}{ +//PutCharStringSingle exec +}ifelse +}bind def +/ComposeCharStrings +{ +//PDFR_DEBUG{ +(ComposeCharStrings beg)= +}if +1 index length 1 add dict begin +/.notdef 0 def +exch +//TTParser/post get +dup null ne{ +exch +1 index length 1 sub -1 0{ +dup 3 index exch get exch +dup 0 eq 2 index/.notdef eq or{ +pop pop +}{ +def +}ifelse +}for +}if +exch pop exch +{ +//PutCharString exec +}forall +pop +currentdict end +//PDFR_DEBUG{ +(ComposeCharStrings end)= +}if +}bind def +/ParseTTpost +{ +//PDFR_DEBUG{ +(ParseTTpost beg)= +}if +/post get aload pop +3 1 roll +//PDFR_DEBUG{ +(Current position = )print//TTParser/Pos get = +(post position = )print dup = +}if +1 index exch//SkipToPosition exec +//TTParser/Pos//TTParser/Pos get 4 index add put +exch dup 65535 le{ +string +readstring not{ +mark(Insufficient data in the stream for ParseTTpost.)//error exec +}if +}{ +[3 1 roll +dup 16384 div floor cvi +exch 1 index 16384 mul +sub exch +1 sub 0 1 3 -1 roll +{ +1 add index +16384 string readstring not{ +mark(Insufficient data in the stream for ParseTTpost.)//error exec +}if +}for +counttomark -2 roll +string readstring not{ +mark(Insufficient data in the stream for ParseTTpost.)//error exec +}if +] +}ifelse +1 dict begin +/post exch def +//.getpost exec +//TTParser/post glyphencoding put +//PDFR_DEBUG{ +(ParseTTpost end)= +glyphencoding == +}if +end +}bind def +/MakeTTCharStrings +{//MakeStreamReader exec +dup dup//ParseTTTableDirectory exec +//TTParser/post null put +dup/post//knownget exec{ +0 get +1 index/cmap get 0 get +lt{ +2 copy//ParseTTpost exec +//ParseTTcmap exec +}{ +2 copy//ParseTTcmap exec +3 1 roll +//ParseTTpost exec +}ifelse +}{ +//ParseTTcmap exec +}ifelse +{ +dup 16#00030001 known{ +//PDFR_DEBUG{ +(Using the TT cmap encoding for Windows Unicode.)= +}if +16#00030001//GetTTEncoding exec +AdobeGlyphList//ComposeCharStrings exec +exit +}if +dup 16#00010000 known{ +//PDFR_DEBUG{ +(Using the TT cmap encoding for Macintosh Roman.)= +}if +16#00010000//GetTTEncoding exec +PDFEncoding dup null eq{ +pop//GetMacRomanEncodingInverse exec +}{ +//InverseEncoding exec +}ifelse +//ComposeCharStrings exec +exit +}if +dup 16#00030000 known{ +//PDFR_DEBUG{ +(Using the TT cmap encoding 3.0 - not sure why Ghostscript writes it since old versions.)= +}if +16#00030000//GetTTEncoding exec +PDFEncoding dup null eq{ +pop//GetMacRomanEncodingInverse exec +}{ +//InverseEncoding exec +}ifelse +//ComposeCharStrings exec +exit +}if +mark(True Type cmap has no useful encodings.)//error exec +}loop +//PDFR_DEBUG{ +(CharStrings <<)= +dup{ +exch +dup type/nametype eq{ +//=only exec +}{ +== +}ifelse +( )print == +}forall +(>>)= +}if +}bind def +/ScaleVal +{ +aload pop +1 index sub +3 2 roll mul add +}bind def +/ScaleArg +{ +aload pop +1 index sub +3 1 roll +sub exch div +}bind def +/ScaleArgN +{ +dup length 2 sub -2 0{ +2 +2 index 3 1 roll getinterval +3 2 roll +exch//ScaleArg exec +1 index length 2 idiv 1 add 1 roll +}for +pop +}bind def +/ComputeFunction_10 +{ +//PDFR_DEBUG{ +(ComputeFunction_10 beg )print 1 index//=only exec( stack=)print count = +}if +exch +dup 1 eq{ +pop dup length 1 sub get +}{ +1 index length 1 sub mul +dup dup floor sub +dup 0 eq{ +pop cvi get +}{ +3 1 roll floor cvi +2 getinterval +aload pop +2 index mul 3 2 roll 1 exch sub 3 2 roll mul add +}ifelse +}ifelse +//PDFR_DEBUG{ +(ComputeFunction_10 end )print dup//=only exec( stack=)print count = +}if +}bind def +/ComputeFunction_n0 +{ +//PDFR_DEBUG{ +(ComputeFunction_n0 beg N=)print dup//=only exec( stack=)print count = +}if +dup 0 eq{ +pop +}{ +dup 2 add -1 roll +dup 3 index length 1 sub ge{ +pop 1 sub +exch dup length 1 sub get exch +//PDFReader/ComputeFunction_n0 get exec +}{ +dup floor cvi dup +4 index exch get +3 index dup +5 add copy +6 2 roll +pop pop pop pop +1 sub +//PDFReader/ComputeFunction_n0 get exec +3 2 roll pop +exch +4 3 roll exch +4 add 2 roll 1 add +3 2 roll exch get +exch 1 sub +//PDFReader/ComputeFunction_n0 get exec +1 index mul +3 1 roll +1 exch sub mul add +}ifelse +}ifelse +//PDFR_DEBUG{ +(ComputeFunction_n0 end )print dup//=only exec( stack=)print count = +}if +}bind def +/FunctionToProc_x01 +{ +dup/Domain get exch +dup/Data get 0 get exch +/Size get length +[4 1 roll +//PDFR_DEBUG{ +{(function beg, stack =)print count//=only exec(\n)print}/exec load +5 2 roll +}if +dup 1 gt{ +{mark exch +3 add 2 roll +//ScaleArgN exec +counttomark dup +3 add -2 roll +pop exch +//ComputeFunction_n0 exec +}/exec load +}{ +pop +3 1/roll load//ScaleArg/exec load +/exch load +//ComputeFunction_10/exec load +}ifelse +//PDFR_DEBUG{ +(function end, stack =)/print load/count load//=only/exec load(\n)/print load +}if +]cvx +//PDFR_DEBUG{ +(Made a procedure for the 1-result function :)= +dup == +}if +}bind def +/FunctionProcDebugBeg +{(FunctionProcDebugBeg )print count = +}bind def +/FunctionProcDebugEnd +{(FunctionProcDebugEnd )print count = +}bind def +/FunctionToProc_x0n +{ +PDFR_DEBUG{ +(FunctionToProc_x0n beg m=)print dup = +}if +1 index/Size get length exch +dup 7 mul 2 add array +PDFR_DEBUG{ +dup 0//FunctionProcDebugBeg put +}{ +dup 0//DoNothing put +}ifelse +dup 1/exec load put +dup 2 5 index/Domain get put +2 index 1 eq{ +dup 3//ScaleArg put +}{ +dup 3//ScaleArgN put +}ifelse +dup 4/exec load put +1 index 1 sub 0 exch 1 exch{ +dup 7 mul 5 add +1 index 4 index 1 sub ne{ +dup 3 index exch 6 index put 1 add +dup 3 index exch/copy load put 1 add +}if +[ +6 index/Data get 3 index get +6 index 1 eq{ +//ComputeFunction_10/exec load +}{ +6 index +//ComputeFunction_n0/exec load +}ifelse +]cvx +3 index exch 2 index exch put 1 add +2 index 1 index/exec load put 1 add +1 index 4 index 1 sub ne{ +2 index 1 index 6 index 1 add put 1 add +2 index 1 index 1 put 1 add +2 index 1 index/roll load put +}if +pop pop +}for +PDFR_DEBUG{ +dup dup length 2 sub//FunctionProcDebugEnd put +}{ +dup dup length 2 sub//DoNothing put +}ifelse +dup dup length 1 sub/exec load put +cvx exch pop exch pop exch pop +//PDFR_DEBUG{ +(Made a procedure for the n-argument function :)= +dup == +}if +PDFR_DEBUG{ +(FunctionToProc_x0n end)= +}if +}bind def +/MakeTableRec +{ +0 +exec +}bind def +/MakeTable +{//PDFR_DEBUG{ +(MakeTable beg )print count = +}if +1 index/Size get exch +1 sub dup +3 1 roll +get +array +1 index 0 eq{ +exch pop exch pop +}{ +dup length 1 sub -1 0{ +3 index 3 index//MakeTableRec exec +2 index 3 1 roll put +}for +exch pop exch pop +}ifelse +//PDFR_DEBUG{ +(MakeTable end )print count = +}if +}bind def +//MakeTableRec 0//MakeTable put +/StoreSample +{ +1 sub +dup 0 eq{ +pop +}{ +-1 1{ +I exch get get +}for +}ifelse +I 0 get 3 2 roll put +}bind def +/ReadSample32 +{ +4{ +File read not{ +mark(Insufficient data for function.)//error exec +}if +}repeat +pop +3 1 roll exch +256 mul add 256 mul add +//1_24_bitshift_1_sub div +}bind def +/ReadSample +{ +Buffer BitsLeft BitsPerSample +{2 copy ge{ +exit +}if +3 1 roll +8 add 3 1 roll +256 mul File read not{ +mark(Insufficient data for function.)//error exec +}if +add +3 1 roll +}loop +sub dup +2 index exch +neg bitshift +2 copy exch bitshift +4 3 roll exch sub +/Buffer exch def +exch/BitsLeft exch def +Div div +}bind def +/ReadSamplesRec +{0 +exec +}bind def +/ReadSamples +{ +//PDFR_DEBUG{ +(ReadSamples beg )print count = +}if +dup 1 eq{ +pop +0 1 Size 0 get 1 sub{ +I exch 0 exch put +0 1 M 1 sub{ +dup Range exch 2 mul 2 getinterval +//PDFR_DEBUG{ +(Will read a sample ... )print +}if +BitsPerSample 32 eq{//ReadSample32}{//ReadSample}ifelse +exec exch//ScaleVal exec +//PDFR_DEBUG{ +(value=)print dup = +}if +exch Table exch get +Size length//StoreSample exec +}for +}for +}{ +1 sub +dup Size exch get 0 exch 1 exch 1 sub{ +I exch 2 index exch put +dup//ReadSamplesRec exec +}for +pop +}ifelse +//PDFR_DEBUG{ +(ReadSamples end )print count = +}if +}bind def +//ReadSamplesRec 0//ReadSamples put +/StreamToArray +{//PDFR_DEBUG{ +(StreamToArray beg )print count = +}if +userdict/FuncDataReader get begin +dup/BitsPerSample get/BitsPerSample exch def +dup/Size get length/N exch def +dup/Range get length 2 idiv/M exch def +1 BitsPerSample bitshift 1 sub/Div exch def +/BitsLeft 0 def +/Buffer 0 def +dup/Size get/Size exch def +dup/Range get/Range exch def +/File 1 index//MakeStreamReader exec def +/I[N{0}repeat]def +M array +dup length 1 sub -1 0{ +2 index N//MakeTable exec +2 index 3 1 roll put +}for +/Table exch def +N//ReadSamples exec +PDFR_DEBUG{ +(Table = )print Table == +}if +/Data Table put +end +//PDFR_DEBUG{ +(StreamToArray end )print count = +}if +}bind def +/FunctionToProc10 +{ +PDFR_DEBUG{ +(FunctionToProc10 beg, Range = )print dup/Range get == +}if +dup/Order//knownget exec{ +1 ne{ +(Underimplemented function Type 0 Order 3.)= +}if +}if +dup//StreamToArray exec +dup/Range get length dup 2 eq{ +pop//FunctionToProc_x01 exec +}{ +2 idiv//FunctionToProc_x0n exec +}ifelse +PDFR_DEBUG{ +(FunctionToProc10 end)= +}if +}bind def +/FunctionToProc12 +{begin +currentdict/C0//knownget exec{length 1 eq}{true}ifelse{ +N +currentdict/C0//knownget exec{ +0 get +}{ +0 +}ifelse +currentdict/C1//knownget exec{ +0 get +}{ +1 +}ifelse +1 index sub +[4 1 roll +{ +4 2 roll +exp mul add +}aload pop +]cvx +}{ +[ +0 1 C0 length 1 sub{ +N +C0 2 index get +C1 3 index get +4 3 roll pop +1 index sub +[/dup load +5 2 roll +{ +4 2 roll +exp mul add +exch +}aload pop +]cvx +/exec load +}for +/pop load +]cvx +}ifelse +end +//PDFR_DEBUG{ +(FunctionType2Proc : )print dup == +}if +}bind def +/FunctionToProc14 +{//MakeStreamReader exec cvx exec +//PDFR_DEBUG{ +(FunctionType4Proc : )print dup == +}if +}bind def +/FunctionToProc1 +{ +dup/FunctionType get +{dup 0 eq{ +pop//FunctionToProc10 exec exit +}if +dup 2 eq{ +pop//FunctionToProc12 exec exit +}if +dup 4 eq{ +pop//FunctionToProc14 exec exit +}if +mark exch(Function type )exch( isn't implemented yet.)//error exec +}loop +}bind def +/FunctionToProc20 +{ +PDFR_DEBUG{ +(FunctionToProc20, Range = )print dup/Range get == +}if +dup/Order//knownget exec{ +1 ne{ +(Underimplemented function Type 0 Order 3.)= +}if +}if +dup//StreamToArray exec +dup/Range get length dup 2 eq{ +pop//FunctionToProc_x01 exec +}{ +2 idiv//FunctionToProc_x0n exec +}ifelse +}bind def +/FunctionToProc +{//PDFR_DEBUG{ +(FunctionToProc beg )print count = +}if +dup type/dicttype eq{ +dup/Domain get length 2 idiv +{ +dup 1 eq{ +pop//FunctionToProc1 exec exit +}if +dup 2 eq{ +pop//FunctionToProc20 exec exit +}if +mark(Functions with many arguments aren't implemented yet.)//error exec +}loop +}{ +//PDFR_DEBUG{(Not a function dict, assume already a procedure.)print}if +}ifelse +//PDFR_DEBUG{ +(FunctionToProc end )print count = +}if +}bind def +/spotfunctions mark +/Round{ +abs exch abs 2 copy add 1 le{ +dup mul exch dup mul add 1 exch sub +}{ +1 sub dup mul exch 1 sub dup mul add 1 sub +}ifelse +} +/Diamond{ +abs exch abs 2 copy add .75 le{ +dup mul exch dup mul add 1 exch sub +}{ +2 copy add 1.23 le{ +.85 mul add 1 exch sub +}{ +1 sub dup mul exch 1 sub dup mul add 1 sub +}ifelse +}ifelse +} +/Ellipse{ +abs exch abs 2 copy 3 mul exch 4 mul add 3 sub dup 0 lt{ +pop dup mul exch .75 div dup mul add 4 div 1 exch sub +}{ +dup 1 gt{ +pop 1 exch sub dup mul exch 1 exch sub +.75 div dup mul add 4 div 1 sub +}{ +.5 exch sub exch pop exch pop +}ifelse +}ifelse +} +/EllipseA{dup mul .9 mul exch dup mul add 1 exch sub} +/InvertedEllipseA{dup mul .9 mul exch dup mul add 1 sub} +/EllipseB{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub} +/EllipseC{dup mul .9 mul exch dup mul add 1 exch sub} +/InvertedEllipseC{dup mul .9 mul exch dup mul add 1 sub} +/Line{exch pop abs neg} +/LineX{pop} +/LineY{exch pop} +/Square{abs exch abs 2 copy lt{exch}if pop neg} +/Cross{abs exch abs 2 copy gt{exch}if pop neg} +/Rhomboid{abs exch abs 0.9 mul add 2 div} +/DoubleDot{2{360 mul sin 2 div exch}repeat add} +/InvertedDoubleDot{2{360 mul sin 2 div exch}repeat add neg} +/SimpleDot{dup mul exch dup mul add 1 exch sub} +/InvertedSimpleDot{dup mul exch dup mul add 1 sub} +/CosineDot{180 mul cos exch 180 mul cos add 2 div} +/Double{exch 2 div exch 2{360 mul sin 2 div exch}repeat add} +/InvertedDouble{ +exch 2 div exch 2{360 mul sin 2 div exch}repeat add neg +} +.dicttomark readonly def +/CheckColorSpace +{ +dup type/arraytype ne{ +mark(Resource )3 index( must be an array.)//error exec +}if +}bind def +/SubstitutePDFColorSpaceRec +{0 +exec +}bind def +/SubstitutePDFColorSpace +{ +{ +dup 0 get/Pattern eq{ +dup length 1 gt{ +dup dup 1//CheckColorSpace//ResolveA exec +dup type/nametype ne{ +//SubstitutePDFColorSpaceRec exec +}if +1 exch put +}if +exit +}if +dup 0 get/Indexed eq{ +exit +}if +dup 0 get/Separation eq{ +dup dup 2//CheckColorSpace//ResolveA exec +dup type/nametype ne{ +//SubstitutePDFColorSpaceRec exec +}if +2 exch put +exit +}if +dup 0 get/CalGray eq{ +1 get +dup/Gamma//knownget exec{ +[exch[exch/exp load]cvx dup dup] +1 index exch/DecodeLMN exch put +}if +[exch/CIEBasedA exch] +exit +}if +dup 0 get/CalRGB eq{ +1 get +dup/Matrix//knownget exec{ +1 index exch/MatrixLMN exch put +}if +dup/Gamma//knownget exec{ +aload pop +[exch/exp load]cvx +3 1 roll +[exch/exp load]cvx +3 1 roll +[exch/exp load]cvx +3 1 roll +3 array astore +1 index exch/DecodeLMN exch put +}if +[exch/CIEBasedABC exch] +exit +}if +dup 0 get/Lab eq{ +1 get +begin +currentdict/Range//knownget exec{aload pop}{-100 100 -100 100}ifelse +0 100 6 2 roll 6 array astore +/RangeABC exch def +/DecodeABC[{16 add 116 div}bind{500 div}bind{200 div}bind]def +/MatrixABC[1 1 1 1 0 0 0 0 -1]def +{dup 6 29 div ge{dup dup mul mul}{4 29 div sub 108 841 div mul}ifelse} +/DecodeLMN[ +[3 index aload pop WhitePoint 0 get/mul load]cvx +[4 index aload pop WhitePoint 1 get/mul load]cvx +[5 index aload pop WhitePoint 2 get/mul load]cvx +]def pop +//PDFR_DEBUG{ +(Constructed from Lab <<)= +currentdict{exch = ==}forall +(>>)= +}if +[/CIEBasedABC currentdict] +end +exit +pop +}if +dup 0 get/CIEBasedA eq{exit}if +dup 0 get/CIEBasedABC eq{exit}if +mark exch(Unimplemented color space )exch//error exec +}loop +}bind def +//SubstitutePDFColorSpaceRec 0//SubstitutePDFColorSpace put +/ResolveArrayElement +{2 copy get +dup type dup/arraytype eq exch +/packedarraytype eq or{ +dup length 1 ge exch xcheck and{ +2 copy get +dup 0 get type/integertype eq +1 index 1 get type dup/arraytype +eq exch +/packedarraytype eq or +and{ +exec +2 index 4 1 roll put +}{ +pop pop +}ifelse +}{ +pop +}ifelse +}{ +pop pop +}ifelse +}bind def +/ResolveColorSpaceArrayRec +{0 +exec +}bind def +/SetColorSpaceSafe +{ +PDFR_DEBUG{ +(SetColorSpaceSafe beg)= +}if +currentcolorspace dup type/arraytype eq{ +1 index type/arraytype eq{ +dup length 2 index length eq{ +false exch +dup length 0 exch 1 exch 1 sub{ +dup +4 index exch get exch +2 index exch get +ne{ +exch pop true exch exit +}if +}for +pop +{ +setcolorspace +}{ +pop +}ifelse +}{ +pop setcolorspace +}ifelse +}{ +pop setcolorspace +}ifelse +}{ +pop setcolorspace +}ifelse +PDFR_DEBUG{ +(SetColorSpaceSafe end)= +}if +}bind def +/ResolveColorSpaceArray +{ +//PDFR_DEBUG{ +(ResolveColorSpaceArray beg )print dup == +}if +dup 0 get/Indexed eq{ +1//ResolveArrayElement exec +dup dup 1 get +dup type/arraytype eq{ +//SubstitutePDFColorSpace exec +//ResolveColorSpaceArrayRec exec +1 exch put +}{ +pop pop +}ifelse +}if +dup 0 get/Separation eq{ +dup dup 1 get UnPDFEscape 1 exch put +3//ResolveArrayElement exec +dup 3 get//FunctionToProc exec +2 copy 3 exch put +pop +}if +dup 0 get/Pattern eq{ +dup length 1 gt{dup +1 get dup type/arraytype eq{ +ResolveColorSpaceArray +1 index 1 3 -1 roll put +}{pop}ifelse}if +}if +PDFR_DEBUG{ +(Construcrted color space :)= +dup == +}if +//PDFR_DEBUG{ +(ResolveColorSpaceArray end )print dup == +}if +}bind def +//ResolveColorSpaceArrayRec 0//ResolveColorSpaceArray put +/ResolveColorSpace +{ +//PDFR_DEBUG{ +(ResolveColorSpace beg )print dup = +}if +dup//SimpleColorSpaceNames exch known not{ +dup//PDFColorSpaces exch//knownget exec{ +exch pop +//PDFR_DEBUG{ +(ResolveColorSpace known )= +}if +}{ +dup +//PDFReader/CurrentObject get/Context get/Resources get +/ColorSpace//DoNothing//ResolveD exec +exch//CheckColorSpace//ResolveD exec +dup type/arraytype eq{ +//SubstitutePDFColorSpace exec +//ResolveColorSpaceArray exec +dup//PDFColorSpaces 4 2 roll put +}if +}ifelse +}if +//PDFR_DEBUG{ +(ResolveColorSpace end )print dup == +}if +}bind def +/CheckPattern +{ +dup/PatternType//knownget exec{ +dup 1 ne{ +mark(Resource )4 index( is a shading, which can't be handled at level 2. )//error exec +}if +pop +}if +dup/Type knownget{ +/Pattern ne{ +mark(Resource )4 index( must have /Type/Pattern .)//error exec +}if +}if +}bind def +/PaintProc +{/Context get +//RunDelayedStream exec +}bind def +/ResolvePattern +{ +dup +userdict/PDFR_Patterns get +exch//knownget exec{ +exch pop +}{ +dup +//PDFReader/CurrentObject get/Context get/Resources get +/Pattern//DoNothing//ResolveD exec +exch//CheckPattern//ResolveD exec +dup dup/Context exch put +dup/Resources//DoNothing//ResolveD exec pop +dup/PaintProc//PaintProc put +gsave userdict/PDFR_InitialGS get setgstate +currentglobal exch false setglobal +dup/Matrix get +makepattern +exch setglobal +grestore +dup userdict/PDFR_Patterns get +4 2 roll +put +}ifelse +}bind def +/SetColor +{//PDFR_DEBUG{ +(SetColor beg)= +}if +currentcolorspace dup type/nametype eq{ +pop setcolor +}{ +0 get/Pattern eq{ +//ResolvePattern exec setpattern +}{ +setcolor +}ifelse +}ifelse +//PDFR_DEBUG{ +(SetColor end)= +}if +}bind def +/ImageKeys 15 dict begin +/BPC/BitsPerComponent def +/CS/ColorSpace def +/D/Decode def +/DP/DecodeParms def +/F/Filter def +/H/Height def +/IM/ImageMask def +/I/Interpolate def +/W/Width def +currentdict end readonly def +/ImageValues 15 dict begin +/G/DeviceGray def +/RGB/DeviceRGB def +/CMYK/DeviceCMYK def +/I/Indexed def +/AHx/ASCIIHexDecode def +/A85/ASCII85Decode def +/LZW/LZWDecode def +/Fl/FlateDecode def +/RL/RunLengthDecode def +/CCF/CCITTFaxDecode def +/DCT/DCTDecode def +currentdict end readonly def +/GetColorSpaceRange +{2 index/ColorSpace get +dup type/arraytype eq{ +1 get +}if +exch//knownget exec{ +exch pop +}if +}bind def +/DecodeArrays 15 dict begin +/DeviceGray{[0 1]}def +/DeviceRGB{[0 1 0 1 0 1]}def +/DeviceCMYK{[0 1 0 1 0 1 0 1]}def +/Indexed{ +dup/BitsPerComponent get 1 exch bitshift 1 sub[exch 0 exch] +}def +/Separation{[0 1]}def +/CIEBasedA{[0 1]/RangeA//GetColorSpaceRange exec}def +/CIEBasedABC{[0 1 0 1 0 1]/RangeABC//GetColorSpaceRange exec}def +currentdict end readonly def +/Substitute +{1 index//knownget exec{ +exch pop +}if +}bind def +/DebugImagePrinting +{ +//PDFR_DEBUG{ +(Image :)= +dup{exch//=only exec( )print == +}forall +}if +}bind def +/CompleteImage +{ +dup/ColorSpace known{ +dup/ColorSpace//CheckColorSpace//ResolveD exec pop +}if +dup/Decode known not{ +dup/ColorSpace//knownget exec{ +dup type/arraytype eq{ +0 get +}if +//DecodeArrays exch get exec +}{ +[0 1] +}ifelse +1 index exch/Decode exch put +}if +dup/ImageMatrix[2 index/Width get 0 0 5 index/Height get neg +0 7 index/Height get]put +//DebugImagePrinting exec +}bind def +/CompleteInlineImage +{ +//PDFR_DEBUG{ +(CompleteInlineImage beg)= +}if +dup/ImageType known not{ +dup/ImageType 1 put +}if +dup length dict exch{ +exch//ImageKeys//Substitute exec +dup/Filter eq{ +exch//ImageValues//Substitute exec exch +}if +dup/ColorSpace eq{ +exch +dup//ImageValues exch//knownget exec{ +exch pop +}{ +//ResolveColorSpace exec +}ifelse +exch +}if +exch +2 index 3 1 roll put +}forall +//CompleteImage exec +dup/DataSource 2 copy get +2 index//AppendFilters exec put +//PDFR_DEBUG{ +(CompleteInlineImage end)= +}if +}bind def +/CompleteOutlineImage +{ +currentglobal exch dup gcheck setglobal +//PDFR_DEBUG{ +(CompleteOutlineImage beg)= +}if +dup dup//MakeStreamReader exec/DataSource exch put +dup/ImageType known not{ +//CompleteImage exec +dup/ImageType 1 put +dup/ColorSpace known{ +dup/ColorSpace//CheckColorSpace//ResolveD exec +dup type/arraytype eq{ +//ResolveColorSpaceArray exec +//SubstitutePDFColorSpace exec +1 index exch/ColorSpace exch put +}{ +pop +}ifelse +}if +}if +//PDFR_DEBUG{ +(CompleteOutlineImage end)= +}if +exch setglobal +}bind def +/DoImage +{ +//PDFR_DEBUG{ +(DoImage beg)= +}if +gsave +dup/ColorSpace//knownget exec{setcolorspace}if +dup/ImageMask//knownget exec not{false}if +{imagemask}{image}ifelse +grestore +//PDFR_DEBUG{ +(DoImage end)= +}if +}bind def +/GSave +{ +gsave +//PDFReader/GraphicStateStackPointer get +dup//GraphicStateStack exch get null eq{ +dup//GraphicStateStack exch//InitialGraphicState length dict put +}if +dup//GraphicStateStack exch get +//GraphicState exch copy pop +1 add//PDFReader exch/GraphicStateStackPointer exch put +}bind def +/GRestore +{ +grestore +//PDFReader/GraphicStateStackPointer get +1 sub dup +//PDFReader exch/GraphicStateStackPointer exch put +//GraphicStateStack exch get +//GraphicState copy pop +}bind def +/SetFont +{dup//GraphicState exch/FontSize exch put +//ResolveAndSetFont exec +//GraphicState/FontMatrixNonHV currentfont/FontMatrix get 1 get 0 ne put +}bind def +/ShowText +{//GraphicState/TextRenderingMode get 0 eq{ +//GraphicState/WordSpacing get 0 +32 +//GraphicState/CharacterSpacing get 0 +6 5 roll +//GraphicState/FontMatrixNonHV get{ +[ +7 -2 roll pop +5 -2 roll pop +5 -1 roll +{ +exch +pop +3 index add +exch 2 index eq{3 index add}if +4 1 roll +} +currentfont/FontMatrix get 0 get 0 ne{ +1 1 index length 1 sub getinterval cvx +}if +5 index +cshow +pop pop pop] +xshow +}{ +awidthshow +}ifelse +}{ +//GraphicState/CharacterSpacing get 0 eq +//GraphicState/FontMatrixNonHV get not and +//GraphicState/WordSpacing get 0 eq and{ +true charpath +}{ +{ +exch +pop 0 +currentpoint 5 4 roll +( )dup 0 3 index put true charpath +5 1 roll +moveto rmoveto +//GraphicState/CharacterSpacing get 0 rmoveto +32 eq{ +//GraphicState/WordSpacing get 0 rmoveto +}if +} +//GraphicState/FontMatrixNonHV get dup not exch{ +pop currentfont/FontMatrix get 0 get 0 ne +}if{ +1 1 index length 1 sub getinterval cvx +}if +exch cshow +}ifelse +}ifelse +}bind def +/ShowTextBeg +{//GraphicState/TextRenderingMode get 0 ne{ +currentpoint newpath moveto +}if +}bind def +/ShowTextEnd +{//GraphicState/TextRenderingMode get +{dup 1 eq{ +stroke exit +}if +dup 2 eq{ +gsave fill grestore stroke exit +}if +dup 3 eq{ +currentpoint newpath moveto +}if +dup 4 eq{ +gsave fill grestore clip exit +}if +dup 5 eq{ +gsave stroke grestore clip exit +}if +dup 6 eq{ +gsave fill grestore gsave stroke grestore fill exit +}if +dup 7 eq{ +clip exit +}if +exit +}loop +pop +}bind def +/ShowTextWithGlyphPositioning +{//ShowTextBeg exec +{dup type/stringtype eq{ +//ShowText exec +}{ +neg 1000 div//GraphicState/FontSize get mul 0 rmoveto +}ifelse +}forall +//ShowTextEnd exec +}bind def +/CheckFont +{dup/Type get/ExtGState ne{ +mark(Resource )3 index( must have /Type/ExtGState.)//error exec +}if +}bind def +/SetTransfer +{ +//PDFR_DEBUG{(SetTransfer beg )print count =}if +dup type/arraytype eq 1 index xcheck not and{ +0 4 getinterval aload pop +setcolortransfer +}{ +settransfer +}ifelse +//PDFR_DEBUG{(SetTransfer end )print count =}if +}bind def +/CheckExtGState +{dup/Type get/ExtGState ne{ +mark(Resource )3 index( must have /Type/ExtGState.)//error exec +}if +}bind def +/CheckHalftone +{dup/HalftoneType known not{ +mark(Resource )3 index( must have /HalftoneType.)//error exec +}if +}bind def +/ResolveFunction +{ +//PDFR_DEBUG{(ResolveFunction beg )print dup = count =}if +2 copy get//IsObjRef exec{ +2 copy//DoNothing//ResolveD exec +3 copy put pop +}if +2 copy get dup type/arraytype eq exch xcheck and not{ +2 copy get +dup type/arraytype eq 1 index xcheck not and{ +dup length 1 sub -1 0{ +2 copy//DoNothing ResolveA +dup/Identity eq{ +pop 2 copy{}put +}{ +//FunctionToProc exec +3 copy put pop +}ifelse +pop +}for +}{ +dup/Default eq{ +}{ +dup/Identity eq{ +pop{} +}{dup type/nametype eq{ +//spotfunctions exch get +}{ +//FunctionToProc exec +}ifelse +}ifelse +}ifelse +}ifelse +3 copy put +exch pop +}{ +1 index exch get +}ifelse +//PDFR_DEBUG{(ResolveFunction end )print dup == count =}if +}bind def +/ResolveFunctionSafe +{2 copy known{ +//ResolveFunction exec +}if +pop +}bind def +/CreateHalftoneThresholds +{ +dup/Thresholds known not{ +dup/HalftoneType get 10 eq{ +dup dup//MakeStreamReader exec +/Thresholds exch put +}if +dup/HalftoneType get dup 3 eq exch 6 eq or{ +dup dup//MakeStreamReader exec +//BlockBuffer readstring pop +dup length +dup 0 eq{ +mark(Could not read Thresholds)//error exec +}if +string copy/Thresholds exch put +dup/HalftoneType 3 put +}if +}if +}bind def +/SetExtGState +{ +//PDFReader/CurrentObject get/Context get/Resources get +/ExtGState//DoNothing//ResolveD exec +exch//CheckExtGState//ResolveD exec +dup/LW//knownget exec{ +setlinewidth +}if +dup/LC//knownget exec{ +setlinecap +}if +dup/LJ//knownget exec{ +setlinejoin +}if +dup/ML//knownget exec{ +setmeterlimit +}if +dup/D//knownget exec{ +setdash +}if +dup/RI//knownget exec{ +mark(Unimplemented ExtGState.RI)//error exec +}if +dup/OP//knownget exec{ +setoverprint +}if +dup/op//knownget exec{ +setoverprint +}if +dup/OPM//knownget exec{ +mark(Unimplemented ExtGState.OPM)//error exec +}if +dup/Font//knownget exec{ +mark(Unimplemented ExtGState.Font)//error exec +}if +dup/BG known{ +/BG//ResolveFunction exec +setblackgeneration +}if +dup/BG2 known{ +/BG2//ResolveFunction exec +dup/Default eq{ +//InitialExtGState/BG2 get +}if +setblackgeneration +}if +dup/UCR known{ +/UCR//ResolveFunction exec +setundercolorremoval +}if +dup/UCR2 known{ +/UCR2//ResolveFunction exec +dup/Default eq{ +//InitialExtGState/UCR2 get +}if +setundercolorremoval +}if +dup/TR known{ +/TR//ResolveFunction exec +//SetTransfer exec +}if +dup/TR2 known{ +/TR2//ResolveFunction exec +dup/Default eq{ +pop//InitialExtGState/TR2 get +aload pop setcolortransfer +}{ +//SetTransfer exec +}ifelse +}if +dup/HT//knownget exec{ +dup/Default eq{ +pop//InitialExtGState/HT get +sethalftone +}{ +//PDFR_DEBUG{(Ht beg)=}if +pop dup/HT//CheckHalftone//ResolveD exec +/SpotFunction//ResolveFunctionSafe exec +/TransferFunction//ResolveFunctionSafe exec +null exch +dup/HalftoneType get dup 5 eq exch dup 4 eq exch 2 eq or or{ +dup{ +dup//IsObjRef exec{ +pop +1 index exch//CheckHalftone ResolveD +}if +dup type/dicttype eq{ +dup/SpotFunction//ResolveFunctionSafe exec +/TransferFunction//ResolveFunctionSafe exec +//CreateHalftoneThresholds exec +dup/HalftoneType get 5 gt{ +4 3 roll pop +dup 4 1 roll +}if +}if +pop pop +}forall +}if +//CreateHalftoneThresholds exec +//PDFR_DEBUG{ +(HT:)= +dup{ +1 index/Default eq{ +(Default <<)= +exch pop +{exch = ==}forall +(>>)= +}{ +exch = == +}ifelse +}forall +(HT end)= flush +}if +exch dup null ne{ +(Warning: Ignoring a halftone with a Level 3 component halftone Type )print dup/HalftoneType get = +pop pop +}{ +pop +dup/HalftoneType get 5 gt{ +(Warning: Ignoring a Level 3 halftone Type )print dup/HalftoneType get = +pop +}{ +sethalftone +}ifelse +}ifelse +//PDFR_DEBUG{(HT set)= flush}if +}ifelse +}if +dup/FL//knownget exec{ +setflattness +}if +dup/SM//knownget exec{ +setsmoothness +}if +dup/SA//knownget exec{ +setstrokeadjust +}if +dup/BM//knownget exec{ +mark(Unimplemented ExtGState.BM)//error exec +}if +dup/SMask//knownget exec{ +mark(Unimplemented ExtGState.SMask)//error exec +}if +dup/CA//knownget exec{ +mark(Unimplemented ExtGState.CA)//error exec +}if +dup/ca//knownget exec{ +mark(Unimplemented ExtGState.ca)//error exec +}if +dup/AIS//knownget exec{ +mark(Unimplemented ExtGState.AIS)//error exec +}if +dup/TK//knownget exec{ +mark(Unimplemented ExtGState.TK)//error exec +}if +pop +}bind def +/CheckXObject +{dup/Subtype get dup/Image ne exch dup/Form ne exch/PS ne and and{ +mark(Resource )3 index( must have /Subtype /Image or /Form or /PS.)//error exec +}if +}bind def +/DoXObject +{ +//PDFReader/CurrentObject get/Context get/Resources get +/XObject//DoNothing//ResolveD exec +exch//CheckXObject//ResolveD exec +dup/Subtype get +dup/Image eq{ +pop +//CompleteOutlineImage exec +//DoImage exec +}{ +dup/PS eq{ +PDFR_DEBUG{ +(Executing a PS Xobject)= +}if +pop +//RunDelayedStream exec +}{ +dup/Form eq{ +pop +PDFR_DEBUG{ +(Executing a Form XObject)= +}if +//PDFReader/CurrentObject get exch +dup//PDFReader exch<< exch/Context exch >>/CurrentObject exch put +dup/Matrix get concat +dup/BBox get aload pop exch 3 index sub exch 2 index sub rectclip +//RunDelayedStream exec +//PDFReader exch/CurrentObject exch put +}{ +mark exch(unimplemented XObject type )exch//error exec +}ifelse +}ifelse +}ifelse +}bind def +/Operators 50 dict begin +/q{//GSave exec}bind def +/Q{//GRestore exec}bind def +/cm{//TempMatrix astore concat}bind def +/i{1 .min setflat}bind def +/J/setlinecap load def +/d/setdash load def +/j/setlinejoin load def +/w/setlinewidth load def +/M/setmiterlimit load def +/gs{SetExtGState}bind def +/g/setgray load def +/rg/setrgbcolor load def +/k/setcmykcolor load def +/cs{//ResolveColorSpace exec//SetColorSpaceSafe exec +}bind def +/sc/setcolor load def +/scn{//SetColor exec}bind def +/G/setgray load def +/RG/setrgbcolor load def +/K/setcmykcolor load def +/CS//cs def +/ri{SetColorRenderingIntent}bind def +/SC/setcolor load def +/SCN{//SetColor exec}bind def +/m/moveto load def +/l/lineto load def +/c/curveto load def +/v{currentpoint 6 2 roll curveto}bind def +/y{2 copy curveto}bind def +/re{ +4 2 roll moveto exch dup 0 rlineto 0 3 -1 roll rlineto neg 0 rlineto +closepath +}def +/h/closepath load def +/n/newpath load def +/S/stroke load def +/s{closepath stroke}bind def +/f/fill load def +/f*/eofill load def +/B{gsave fill grestore stroke}bind def +/b{closepath gsave fill grestore stroke}bind def +/B*{gsave eofill grestore stroke}bind def +/b*{closepath gsave eofill grestore stroke}bind def +/W/clip load def +/W*/eoclip load def +/sh{ +ResolveShading +dup/Background known{ +gsave +dup/ColorSpace get setcolorspace +dup/Background get aload pop setcolor +pathbbox +2 index sub exch 3 index sub exch +rectfill +grestore +}if +shfill +}bind def +/Do{//DoXObject exec}bind def +/BI{currentglobal false setglobal<<}bind def +/ID{>> +dup/DataSource currentfile +2 index/F//knownget exec{ +/A85 eq{ +0(~>)/SubFileDecode filter +}if +}if +put +//CompleteInlineImage exec +exch setglobal +//DoImage exec +}bind def +/EI{}bind def +/BT{gsave//GraphicState/InitialTextMatrix get currentmatrix pop}bind def +/ET{grestore}bind def +/Tc{//GraphicState exch/CharacterSpacing exch put}bind def +/TL{//GraphicState exch/TextLeading exch put}bind def +/Tr{//GraphicState exch/TextRenderingMode exch put}bind def +/Ts{ +mark(Unimplemented SetTextRise)//error exec +}bind def +/Tw{//GraphicState exch/WordSpacing exch put}bind def +/Tz{ +mark(Unimplemented SetHorizontalTextScaling)//error exec +}bind def +/Td{translate 0 0 moveto}bind def +/TD{dup neg//TL exec//Td exec}bind def +/Tm{//GraphicState/InitialTextMatrix get setmatrix +//TempMatrix astore concat +0 0 moveto}bind def +/T*{0//GraphicState/TextLeading get neg//Td exec}bind def +/Tj{//ShowTextBeg exec//ShowText exec//ShowTextEnd exec}bind def +/'{//T* exec//ShowText exec//ShowTextEnd exec}bind def +/"{3 2 roll//Tw exec exch//Tc exec//' exec}bind def +/TJ//ShowTextWithGlyphPositioning def +/Tf//SetFont def +/d0/setcharwidth load def +/d1/setcachedevice load def +/BDC{pop pop}bind def +/BMC{pop}bind def +/EMC{}bind def +/BX{BeginCompatibilitySection}bind def +/EX{EndCompatibilitySection}bind def +/DP{DefineMarkedContentPointWithPropertyList}bind def +/MP{DefineMarkedContentPoint}bind def +/PS{cvx exec}bind def +currentdict end def +//PDFR_STREAM{ +//Operators length dict begin +//Operators{ +exch dup +[exch//=only/exec load +( )/print load +8 7 roll +dup type/arraytype eq{ +/exec load +}if +( )/print load +]cvx +def +}forall +currentdict end/Operators exch def +}if +/.registerencoding +{pop pop +}bind def +/.defineencoding +{def +}bind def +/.findencoding +{load +}bind def +/currentglobal where +{pop currentglobal{setglobal}true setglobal} +{{}} +ifelse +/MacRomanEncoding +StandardEncoding 0 39 getinterval aload pop +/quotesingle +StandardEncoding 40 56 getinterval aload pop +/grave +StandardEncoding 97 31 getinterval aload pop +/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute +/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave +/ecircumflex/edieresis/iacute/igrave +/icircumflex/idieresis/ntilde/oacute +/ograve/ocircumflex/odieresis/otilde +/uacute/ugrave/ucircumflex/udieresis +/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls +/registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash +/.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef +/.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash +/questiondown/exclamdown/logicalnot/.notdef +/florin/.notdef/.notdef/guillemotleft +/guillemotright/ellipsis/space/Agrave/Atilde/Otilde/OE/oe +/endash/emdash/quotedblleft/quotedblright +/quoteleft/quoteright/divide/.notdef +/ydieresis/Ydieresis/fraction/currency +/guilsinglleft/guilsinglright/fi/fl +/daggerdbl/periodcentered/quotesinglbase/quotedblbase +/perthousand/Acircumflex/Ecircumflex/Aacute +/Edieresis/Egrave/Iacute/Icircumflex +/Idieresis/Igrave/Oacute/Ocircumflex +/.notdef/Ograve/Uacute/Ucircumflex +/Ugrave/dotlessi/circumflex/tilde +/macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron +256 packedarray +5 1 index .registerencoding +.defineencoding +exec +/AdobeGlyphList mark +/A 16#0041 +/AE 16#00c6 +/AEacute 16#01fc +/AEmacron 16#01e2 +/AEsmall 16#f7e6 +/Aacute 16#00c1 +/Aacutesmall 16#f7e1 +/Abreve 16#0102 +/Abreveacute 16#1eae +/Abrevecyrillic 16#04d0 +/Abrevedotbelow 16#1eb6 +/Abrevegrave 16#1eb0 +/Abrevehookabove 16#1eb2 +/Abrevetilde 16#1eb4 +/Acaron 16#01cd +/Acircle 16#24b6 +/Acircumflex 16#00c2 +/Acircumflexacute 16#1ea4 +/Acircumflexdotbelow 16#1eac +/Acircumflexgrave 16#1ea6 +/Acircumflexhookabove 16#1ea8 +/Acircumflexsmall 16#f7e2 +/Acircumflextilde 16#1eaa +/Acute 16#f6c9 +/Acutesmall 16#f7b4 +/Acyrillic 16#0410 +/Adblgrave 16#0200 +/Adieresis 16#00c4 +/Adieresiscyrillic 16#04d2 +/Adieresismacron 16#01de +/Adieresissmall 16#f7e4 +/Adotbelow 16#1ea0 +/Adotmacron 16#01e0 +/Agrave 16#00c0 +/Agravesmall 16#f7e0 +/Ahookabove 16#1ea2 +/Aiecyrillic 16#04d4 +/Ainvertedbreve 16#0202 +/Alpha 16#0391 +/Alphatonos 16#0386 +/Amacron 16#0100 +/Amonospace 16#ff21 +/Aogonek 16#0104 +/Aring 16#00c5 +/Aringacute 16#01fa +/Aringbelow 16#1e00 +/Aringsmall 16#f7e5 +/Asmall 16#f761 +/Atilde 16#00c3 +/Atildesmall 16#f7e3 +/Aybarmenian 16#0531 +/B 16#0042 +/Bcircle 16#24b7 +/Bdotaccent 16#1e02 +/Bdotbelow 16#1e04 +/Becyrillic 16#0411 +/Benarmenian 16#0532 +/Beta 16#0392 +/Bhook 16#0181 +/Blinebelow 16#1e06 +/Bmonospace 16#ff22 +/Brevesmall 16#f6f4 +/Bsmall 16#f762 +/Btopbar 16#0182 +/C 16#0043 +/Caarmenian 16#053e +/Cacute 16#0106 +/Caron 16#f6ca +/Caronsmall 16#f6f5 +/Ccaron 16#010c +/Ccedilla 16#00c7 +/Ccedillaacute 16#1e08 +/Ccedillasmall 16#f7e7 +/Ccircle 16#24b8 +/Ccircumflex 16#0108 +/Cdot 16#010a +/Cdotaccent 16#010a +/Cedillasmall 16#f7b8 +/Chaarmenian 16#0549 +/Cheabkhasiancyrillic 16#04bc +/Checyrillic 16#0427 +/Chedescenderabkhasiancyrillic 16#04be +/Chedescendercyrillic 16#04b6 +/Chedieresiscyrillic 16#04f4 +/Cheharmenian 16#0543 +/Chekhakassiancyrillic 16#04cb +/Cheverticalstrokecyrillic 16#04b8 +/Chi 16#03a7 +/Chook 16#0187 +/Circumflexsmall 16#f6f6 +/Cmonospace 16#ff23 +/Coarmenian 16#0551 +/Csmall 16#f763 +/D 16#0044 +/DZ 16#01f1 +/DZcaron 16#01c4 +/Daarmenian 16#0534 +/Dafrican 16#0189 +/Dcaron 16#010e +/Dcedilla 16#1e10 +/Dcircle 16#24b9 +/Dcircumflexbelow 16#1e12 +/Dcroat 16#0110 +/Ddotaccent 16#1e0a +/Ddotbelow 16#1e0c +/Decyrillic 16#0414 +/Deicoptic 16#03ee +/Delta 16#2206 +/Deltagreek 16#0394 +/Dhook 16#018a +/Dieresis 16#f6cb +/DieresisAcute 16#f6cc +/DieresisGrave 16#f6cd +/Dieresissmall 16#f7a8 +/Digammagreek 16#03dc +/Djecyrillic 16#0402 +/Dlinebelow 16#1e0e +/Dmonospace 16#ff24 +/Dotaccentsmall 16#f6f7 +/Dslash 16#0110 +/Dsmall 16#f764 +/Dtopbar 16#018b +/Dz 16#01f2 +/Dzcaron 16#01c5 +/Dzeabkhasiancyrillic 16#04e0 +/Dzecyrillic 16#0405 +/Dzhecyrillic 16#040f +/E 16#0045 +/Eacute 16#00c9 +/Eacutesmall 16#f7e9 +/Ebreve 16#0114 +/Ecaron 16#011a +/Ecedillabreve 16#1e1c +/Echarmenian 16#0535 +/Ecircle 16#24ba +/Ecircumflex 16#00ca +/Ecircumflexacute 16#1ebe +/Ecircumflexbelow 16#1e18 +/Ecircumflexdotbelow 16#1ec6 +/Ecircumflexgrave 16#1ec0 +/Ecircumflexhookabove 16#1ec2 +/Ecircumflexsmall 16#f7ea +/Ecircumflextilde 16#1ec4 +/Ecyrillic 16#0404 +/Edblgrave 16#0204 +/Edieresis 16#00cb +/Edieresissmall 16#f7eb +/Edot 16#0116 +/Edotaccent 16#0116 +/Edotbelow 16#1eb8 +/Efcyrillic 16#0424 +/Egrave 16#00c8 +/Egravesmall 16#f7e8 +/Eharmenian 16#0537 +/Ehookabove 16#1eba +/Eightroman 16#2167 +/Einvertedbreve 16#0206 +/Eiotifiedcyrillic 16#0464 +/Elcyrillic 16#041b +/Elevenroman 16#216a +/Emacron 16#0112 +/Emacronacute 16#1e16 +/Emacrongrave 16#1e14 +/Emcyrillic 16#041c +/Emonospace 16#ff25 +/Encyrillic 16#041d +/Endescendercyrillic 16#04a2 +/Eng 16#014a +/Enghecyrillic 16#04a4 +/Enhookcyrillic 16#04c7 +/Eogonek 16#0118 +/Eopen 16#0190 +/Epsilon 16#0395 +/Epsilontonos 16#0388 +/Ercyrillic 16#0420 +/Ereversed 16#018e +/Ereversedcyrillic 16#042d +/Escyrillic 16#0421 +/Esdescendercyrillic 16#04aa +/Esh 16#01a9 +/Esmall 16#f765 +/Eta 16#0397 +/Etarmenian 16#0538 +/Etatonos 16#0389 +/Eth 16#00d0 +/Ethsmall 16#f7f0 +/Etilde 16#1ebc +/Etildebelow 16#1e1a +/Euro 16#20ac +/Ezh 16#01b7 +/Ezhcaron 16#01ee +/Ezhreversed 16#01b8 +/F 16#0046 +/Fcircle 16#24bb +/Fdotaccent 16#1e1e +/Feharmenian 16#0556 +/Feicoptic 16#03e4 +/Fhook 16#0191 +/Fitacyrillic 16#0472 +/Fiveroman 16#2164 +/Fmonospace 16#ff26 +/Fourroman 16#2163 +/Fsmall 16#f766 +/G 16#0047 +/GBsquare 16#3387 +/Gacute 16#01f4 +/Gamma 16#0393 +/Gammaafrican 16#0194 +/Gangiacoptic 16#03ea +/Gbreve 16#011e +/Gcaron 16#01e6 +/Gcedilla 16#0122 +/Gcircle 16#24bc +/Gcircumflex 16#011c +/Gcommaaccent 16#0122 +/Gdot 16#0120 +/Gdotaccent 16#0120 +/Gecyrillic 16#0413 +/Ghadarmenian 16#0542 +/Ghemiddlehookcyrillic 16#0494 +/Ghestrokecyrillic 16#0492 +/Gheupturncyrillic 16#0490 +/Ghook 16#0193 +/Gimarmenian 16#0533 +/Gjecyrillic 16#0403 +/Gmacron 16#1e20 +/Gmonospace 16#ff27 +/Grave 16#f6ce +/Gravesmall 16#f760 +/Gsmall 16#f767 +/Gsmallhook 16#029b +/Gstroke 16#01e4 +/H 16#0048 +/H18533 16#25cf +/H18543 16#25aa +/H18551 16#25ab +/H22073 16#25a1 +/HPsquare 16#33cb +/Haabkhasiancyrillic 16#04a8 +/Hadescendercyrillic 16#04b2 +/Hardsigncyrillic 16#042a +/Hbar 16#0126 +/Hbrevebelow 16#1e2a +/Hcedilla 16#1e28 +/Hcircle 16#24bd +/Hcircumflex 16#0124 +/Hdieresis 16#1e26 +/Hdotaccent 16#1e22 +/Hdotbelow 16#1e24 +/Hmonospace 16#ff28 +/Hoarmenian 16#0540 +/Horicoptic 16#03e8 +/Hsmall 16#f768 +/Hungarumlaut 16#f6cf +/Hungarumlautsmall 16#f6f8 +/Hzsquare 16#3390 +/I 16#0049 +/IAcyrillic 16#042f +/IJ 16#0132 +/IUcyrillic 16#042e +/Iacute 16#00cd +/Iacutesmall 16#f7ed +/Ibreve 16#012c +/Icaron 16#01cf +/Icircle 16#24be +/Icircumflex 16#00ce +/Icircumflexsmall 16#f7ee +/Icyrillic 16#0406 +/Idblgrave 16#0208 +/Idieresis 16#00cf +/Idieresisacute 16#1e2e +/Idieresiscyrillic 16#04e4 +/Idieresissmall 16#f7ef +/Idot 16#0130 +/Idotaccent 16#0130 +/Idotbelow 16#1eca +/Iebrevecyrillic 16#04d6 +/Iecyrillic 16#0415 +/Ifraktur 16#2111 +/Igrave 16#00cc +/Igravesmall 16#f7ec +/Ihookabove 16#1ec8 +/Iicyrillic 16#0418 +/Iinvertedbreve 16#020a +/Iishortcyrillic 16#0419 +/Imacron 16#012a +/Imacroncyrillic 16#04e2 +/Imonospace 16#ff29 +/Iniarmenian 16#053b +/Iocyrillic 16#0401 +/Iogonek 16#012e +/Iota 16#0399 +/Iotaafrican 16#0196 +/Iotadieresis 16#03aa +/Iotatonos 16#038a +/Ismall 16#f769 +/Istroke 16#0197 +/Itilde 16#0128 +/Itildebelow 16#1e2c +/Izhitsacyrillic 16#0474 +/Izhitsadblgravecyrillic 16#0476 +/J 16#004a +/Jaarmenian 16#0541 +/Jcircle 16#24bf +/Jcircumflex 16#0134 +/Jecyrillic 16#0408 +/Jheharmenian 16#054b +/Jmonospace 16#ff2a +/Jsmall 16#f76a +/K 16#004b +/KBsquare 16#3385 +/KKsquare 16#33cd +/Kabashkircyrillic 16#04a0 +/Kacute 16#1e30 +/Kacyrillic 16#041a +/Kadescendercyrillic 16#049a +/Kahookcyrillic 16#04c3 +/Kappa 16#039a +/Kastrokecyrillic 16#049e +/Kaverticalstrokecyrillic 16#049c +/Kcaron 16#01e8 +/Kcedilla 16#0136 +/Kcircle 16#24c0 +/Kcommaaccent 16#0136 +/Kdotbelow 16#1e32 +/Keharmenian 16#0554 +/Kenarmenian 16#053f +/Khacyrillic 16#0425 +/Kheicoptic 16#03e6 +/Khook 16#0198 +/Kjecyrillic 16#040c +/Klinebelow 16#1e34 +/Kmonospace 16#ff2b +/Koppacyrillic 16#0480 +/Koppagreek 16#03de +/Ksicyrillic 16#046e +/Ksmall 16#f76b +/L 16#004c +/LJ 16#01c7 +/LL 16#f6bf +/Lacute 16#0139 +/Lambda 16#039b +/Lcaron 16#013d +/Lcedilla 16#013b +/Lcircle 16#24c1 +/Lcircumflexbelow 16#1e3c +/Lcommaaccent 16#013b +/Ldot 16#013f +/Ldotaccent 16#013f +/Ldotbelow 16#1e36 +/Ldotbelowmacron 16#1e38 +/Liwnarmenian 16#053c +/Lj 16#01c8 +/Ljecyrillic 16#0409 +/Llinebelow 16#1e3a +/Lmonospace 16#ff2c +/Lslash 16#0141 +/Lslashsmall 16#f6f9 +/Lsmall 16#f76c +/M 16#004d +/MBsquare 16#3386 +/Macron 16#f6d0 +/Macronsmall 16#f7af +/Macute 16#1e3e +/Mcircle 16#24c2 +/Mdotaccent 16#1e40 +/Mdotbelow 16#1e42 +/Menarmenian 16#0544 +/Mmonospace 16#ff2d +/Msmall 16#f76d +/Mturned 16#019c +/Mu 16#039c +/N 16#004e +/NJ 16#01ca +/Nacute 16#0143 +/Ncaron 16#0147 +/Ncedilla 16#0145 +/Ncircle 16#24c3 +/Ncircumflexbelow 16#1e4a +/Ncommaaccent 16#0145 +/Ndotaccent 16#1e44 +/Ndotbelow 16#1e46 +/Nhookleft 16#019d +/Nineroman 16#2168 +/Nj 16#01cb +/Njecyrillic 16#040a +/Nlinebelow 16#1e48 +/Nmonospace 16#ff2e +/Nowarmenian 16#0546 +/Nsmall 16#f76e +/Ntilde 16#00d1 +/Ntildesmall 16#f7f1 +/Nu 16#039d +/O 16#004f +/OE 16#0152 +/OEsmall 16#f6fa +/Oacute 16#00d3 +/Oacutesmall 16#f7f3 +/Obarredcyrillic 16#04e8 +/Obarreddieresiscyrillic 16#04ea +/Obreve 16#014e +/Ocaron 16#01d1 +/Ocenteredtilde 16#019f +/Ocircle 16#24c4 +/Ocircumflex 16#00d4 +/Ocircumflexacute 16#1ed0 +/Ocircumflexdotbelow 16#1ed8 +/Ocircumflexgrave 16#1ed2 +/Ocircumflexhookabove 16#1ed4 +/Ocircumflexsmall 16#f7f4 +/Ocircumflextilde 16#1ed6 +/Ocyrillic 16#041e +/Odblacute 16#0150 +/Odblgrave 16#020c +/Odieresis 16#00d6 +/Odieresiscyrillic 16#04e6 +/Odieresissmall 16#f7f6 +/Odotbelow 16#1ecc +/Ogoneksmall 16#f6fb +/Ograve 16#00d2 +/Ogravesmall 16#f7f2 +/Oharmenian 16#0555 +/Ohm 16#2126 +/Ohookabove 16#1ece +/Ohorn 16#01a0 +/Ohornacute 16#1eda +/Ohorndotbelow 16#1ee2 +/Ohorngrave 16#1edc +/Ohornhookabove 16#1ede +/Ohorntilde 16#1ee0 +/Ohungarumlaut 16#0150 +/Oi 16#01a2 +/Oinvertedbreve 16#020e +/Omacron 16#014c +/Omacronacute 16#1e52 +/Omacrongrave 16#1e50 +/Omega 16#2126 +/Omegacyrillic 16#0460 +/Omegagreek 16#03a9 +/Omegaroundcyrillic 16#047a +/Omegatitlocyrillic 16#047c +/Omegatonos 16#038f +/Omicron 16#039f +/Omicrontonos 16#038c +/Omonospace 16#ff2f +/Oneroman 16#2160 +/Oogonek 16#01ea +/Oogonekmacron 16#01ec +/Oopen 16#0186 +/Oslash 16#00d8 +/Oslashacute 16#01fe +/Oslashsmall 16#f7f8 +/Osmall 16#f76f +/Ostrokeacute 16#01fe +/Otcyrillic 16#047e +/Otilde 16#00d5 +/Otildeacute 16#1e4c +/Otildedieresis 16#1e4e +/Otildesmall 16#f7f5 +/P 16#0050 +/Pacute 16#1e54 +/Pcircle 16#24c5 +/Pdotaccent 16#1e56 +/Pecyrillic 16#041f +/Peharmenian 16#054a +/Pemiddlehookcyrillic 16#04a6 +/Phi 16#03a6 +/Phook 16#01a4 +/Pi 16#03a0 +/Piwrarmenian 16#0553 +/Pmonospace 16#ff30 +/Psi 16#03a8 +/Psicyrillic 16#0470 +/Psmall 16#f770 +/Q 16#0051 +/Qcircle 16#24c6 +/Qmonospace 16#ff31 +/Qsmall 16#f771 +/R 16#0052 +/Raarmenian 16#054c +/Racute 16#0154 +/Rcaron 16#0158 +/Rcedilla 16#0156 +/Rcircle 16#24c7 +/Rcommaaccent 16#0156 +/Rdblgrave 16#0210 +/Rdotaccent 16#1e58 +/Rdotbelow 16#1e5a +/Rdotbelowmacron 16#1e5c +/Reharmenian 16#0550 +/Rfraktur 16#211c +/Rho 16#03a1 +/Ringsmall 16#f6fc +/Rinvertedbreve 16#0212 +/Rlinebelow 16#1e5e +/Rmonospace 16#ff32 +/Rsmall 16#f772 +/Rsmallinverted 16#0281 +/Rsmallinvertedsuperior 16#02b6 +/S 16#0053 +/SF010000 16#250c +/SF020000 16#2514 +/SF030000 16#2510 +/SF040000 16#2518 +/SF050000 16#253c +/SF060000 16#252c +/SF070000 16#2534 +/SF080000 16#251c +/SF090000 16#2524 +/SF100000 16#2500 +/SF110000 16#2502 +/SF190000 16#2561 +/SF200000 16#2562 +/SF210000 16#2556 +/SF220000 16#2555 +/SF230000 16#2563 +/SF240000 16#2551 +/SF250000 16#2557 +/SF260000 16#255d +/SF270000 16#255c +/SF280000 16#255b +/SF360000 16#255e +/SF370000 16#255f +/SF380000 16#255a +/SF390000 16#2554 +/SF400000 16#2569 +/SF410000 16#2566 +/SF420000 16#2560 +/SF430000 16#2550 +/SF440000 16#256c +/SF450000 16#2567 +/SF460000 16#2568 +/SF470000 16#2564 +/SF480000 16#2565 +/SF490000 16#2559 +/SF500000 16#2558 +/SF510000 16#2552 +/SF520000 16#2553 +/SF530000 16#256b +/SF540000 16#256a +/Sacute 16#015a +/Sacutedotaccent 16#1e64 +/Sampigreek 16#03e0 +/Scaron 16#0160 +/Scarondotaccent 16#1e66 +/Scaronsmall 16#f6fd +/Scedilla 16#015e +/Schwa 16#018f +/Schwacyrillic 16#04d8 +/Schwadieresiscyrillic 16#04da +/Scircle 16#24c8 +/Scircumflex 16#015c +/Scommaaccent 16#0218 +/Sdotaccent 16#1e60 +/Sdotbelow 16#1e62 +/Sdotbelowdotaccent 16#1e68 +/Seharmenian 16#054d +/Sevenroman 16#2166 +/Shaarmenian 16#0547 +/Shacyrillic 16#0428 +/Shchacyrillic 16#0429 +/Sheicoptic 16#03e2 +/Shhacyrillic 16#04ba +/Shimacoptic 16#03ec +/Sigma 16#03a3 +/Sixroman 16#2165 +/Smonospace 16#ff33 +/Softsigncyrillic 16#042c +/Ssmall 16#f773 +/Stigmagreek 16#03da +/T 16#0054 +/Tau 16#03a4 +/Tbar 16#0166 +/Tcaron 16#0164 +/Tcedilla 16#0162 +/Tcircle 16#24c9 +/Tcircumflexbelow 16#1e70 +/Tcommaaccent 16#0162 +/Tdotaccent 16#1e6a +/Tdotbelow 16#1e6c +/Tecyrillic 16#0422 +/Tedescendercyrillic 16#04ac +/Tenroman 16#2169 +/Tetsecyrillic 16#04b4 +/Theta 16#0398 +/Thook 16#01ac +/Thorn 16#00de +/Thornsmall 16#f7fe +/Threeroman 16#2162 +/Tildesmall 16#f6fe +/Tiwnarmenian 16#054f +/Tlinebelow 16#1e6e +/Tmonospace 16#ff34 +/Toarmenian 16#0539 +/Tonefive 16#01bc +/Tonesix 16#0184 +/Tonetwo 16#01a7 +/Tretroflexhook 16#01ae +/Tsecyrillic 16#0426 +/Tshecyrillic 16#040b +/Tsmall 16#f774 +/Twelveroman 16#216b +/Tworoman 16#2161 +/U 16#0055 +/Uacute 16#00da +/Uacutesmall 16#f7fa +/Ubreve 16#016c +/Ucaron 16#01d3 +/Ucircle 16#24ca +/Ucircumflex 16#00db +/Ucircumflexbelow 16#1e76 +/Ucircumflexsmall 16#f7fb +/Ucyrillic 16#0423 +/Udblacute 16#0170 +/Udblgrave 16#0214 +/Udieresis 16#00dc +/Udieresisacute 16#01d7 +/Udieresisbelow 16#1e72 +/Udieresiscaron 16#01d9 +/Udieresiscyrillic 16#04f0 +/Udieresisgrave 16#01db +/Udieresismacron 16#01d5 +/Udieresissmall 16#f7fc +/Udotbelow 16#1ee4 +/Ugrave 16#00d9 +/Ugravesmall 16#f7f9 +/Uhookabove 16#1ee6 +/Uhorn 16#01af +/Uhornacute 16#1ee8 +/Uhorndotbelow 16#1ef0 +/Uhorngrave 16#1eea +/Uhornhookabove 16#1eec +/Uhorntilde 16#1eee +/Uhungarumlaut 16#0170 +/Uhungarumlautcyrillic 16#04f2 +/Uinvertedbreve 16#0216 +/Ukcyrillic 16#0478 +/Umacron 16#016a +/Umacroncyrillic 16#04ee +/Umacrondieresis 16#1e7a +/Umonospace 16#ff35 +/Uogonek 16#0172 +/Upsilon 16#03a5 +/Upsilon1 16#03d2 +/Upsilonacutehooksymbolgreek 16#03d3 +/Upsilonafrican 16#01b1 +/Upsilondieresis 16#03ab +/Upsilondieresishooksymbolgreek 16#03d4 +/Upsilonhooksymbol 16#03d2 +/Upsilontonos 16#038e +/Uring 16#016e +/Ushortcyrillic 16#040e +/Usmall 16#f775 +/Ustraightcyrillic 16#04ae +/Ustraightstrokecyrillic 16#04b0 +/Utilde 16#0168 +/Utildeacute 16#1e78 +/Utildebelow 16#1e74 +/V 16#0056 +/Vcircle 16#24cb +/Vdotbelow 16#1e7e +/Vecyrillic 16#0412 +/Vewarmenian 16#054e +/Vhook 16#01b2 +/Vmonospace 16#ff36 +/Voarmenian 16#0548 +/Vsmall 16#f776 +/Vtilde 16#1e7c +/W 16#0057 +/Wacute 16#1e82 +/Wcircle 16#24cc +/Wcircumflex 16#0174 +/Wdieresis 16#1e84 +/Wdotaccent 16#1e86 +/Wdotbelow 16#1e88 +/Wgrave 16#1e80 +/Wmonospace 16#ff37 +/Wsmall 16#f777 +/X 16#0058 +/Xcircle 16#24cd +/Xdieresis 16#1e8c +/Xdotaccent 16#1e8a +/Xeharmenian 16#053d +/Xi 16#039e +/Xmonospace 16#ff38 +/Xsmall 16#f778 +/Y 16#0059 +/Yacute 16#00dd +/Yacutesmall 16#f7fd +/Yatcyrillic 16#0462 +/Ycircle 16#24ce +/Ycircumflex 16#0176 +/Ydieresis 16#0178 +/Ydieresissmall 16#f7ff +/Ydotaccent 16#1e8e +/Ydotbelow 16#1ef4 +/Yericyrillic 16#042b +/Yerudieresiscyrillic 16#04f8 +/Ygrave 16#1ef2 +/Yhook 16#01b3 +/Yhookabove 16#1ef6 +/Yiarmenian 16#0545 +/Yicyrillic 16#0407 +/Yiwnarmenian 16#0552 +/Ymonospace 16#ff39 +/Ysmall 16#f779 +/Ytilde 16#1ef8 +/Yusbigcyrillic 16#046a +/Yusbigiotifiedcyrillic 16#046c +/Yuslittlecyrillic 16#0466 +/Yuslittleiotifiedcyrillic 16#0468 +/Z 16#005a +/Zaarmenian 16#0536 +/Zacute 16#0179 +/Zcaron 16#017d +/Zcaronsmall 16#f6ff +/Zcircle 16#24cf +/Zcircumflex 16#1e90 +/Zdot 16#017b +/Zdotaccent 16#017b +/Zdotbelow 16#1e92 +/Zecyrillic 16#0417 +/Zedescendercyrillic 16#0498 +/Zedieresiscyrillic 16#04de +/Zeta 16#0396 +/Zhearmenian 16#053a +/Zhebrevecyrillic 16#04c1 +/Zhecyrillic 16#0416 +/Zhedescendercyrillic 16#0496 +/Zhedieresiscyrillic 16#04dc +/Zlinebelow 16#1e94 +/Zmonospace 16#ff3a +/Zsmall 16#f77a +/Zstroke 16#01b5 +/a 16#0061 +/aabengali 16#0986 +/aacute 16#00e1 +/aadeva 16#0906 +/aagujarati 16#0a86 +/aagurmukhi 16#0a06 +/aamatragurmukhi 16#0a3e +/aarusquare 16#3303 +/aavowelsignbengali 16#09be +/aavowelsigndeva 16#093e +/aavowelsigngujarati 16#0abe +/abbreviationmarkarmenian 16#055f +/abbreviationsigndeva 16#0970 +/abengali 16#0985 +/abopomofo 16#311a +/abreve 16#0103 +/abreveacute 16#1eaf +/abrevecyrillic 16#04d1 +/abrevedotbelow 16#1eb7 +/abrevegrave 16#1eb1 +/abrevehookabove 16#1eb3 +/abrevetilde 16#1eb5 +/acaron 16#01ce +/acircle 16#24d0 +/acircumflex 16#00e2 +/acircumflexacute 16#1ea5 +/acircumflexdotbelow 16#1ead +/acircumflexgrave 16#1ea7 +/acircumflexhookabove 16#1ea9 +/acircumflextilde 16#1eab +/acute 16#00b4 +/acutebelowcmb 16#0317 +/acutecmb 16#0301 +/acutecomb 16#0301 +/acutedeva 16#0954 +/acutelowmod 16#02cf +/acutetonecmb 16#0341 +/acyrillic 16#0430 +/adblgrave 16#0201 +/addakgurmukhi 16#0a71 +/adeva 16#0905 +/adieresis 16#00e4 +/adieresiscyrillic 16#04d3 +/adieresismacron 16#01df +/adotbelow 16#1ea1 +/adotmacron 16#01e1 +/ae 16#00e6 +/aeacute 16#01fd +/aekorean 16#3150 +/aemacron 16#01e3 +/afii00208 16#2015 +/afii08941 16#20a4 +/afii10017 16#0410 +/afii10018 16#0411 +/afii10019 16#0412 +/afii10020 16#0413 +/afii10021 16#0414 +/afii10022 16#0415 +/afii10023 16#0401 +/afii10024 16#0416 +/afii10025 16#0417 +/afii10026 16#0418 +/afii10027 16#0419 +/afii10028 16#041a +/afii10029 16#041b +/afii10030 16#041c +/afii10031 16#041d +/afii10032 16#041e +/afii10033 16#041f +/afii10034 16#0420 +/afii10035 16#0421 +/afii10036 16#0422 +/afii10037 16#0423 +/afii10038 16#0424 +/afii10039 16#0425 +/afii10040 16#0426 +/afii10041 16#0427 +/afii10042 16#0428 +/afii10043 16#0429 +/afii10044 16#042a +/afii10045 16#042b +/afii10046 16#042c +/afii10047 16#042d +/afii10048 16#042e +/afii10049 16#042f +/afii10050 16#0490 +/afii10051 16#0402 +/afii10052 16#0403 +/afii10053 16#0404 +/afii10054 16#0405 +/afii10055 16#0406 +/afii10056 16#0407 +/afii10057 16#0408 +/afii10058 16#0409 +/afii10059 16#040a +/afii10060 16#040b +/afii10061 16#040c +/afii10062 16#040e +/afii10063 16#f6c4 +/afii10064 16#f6c5 +/afii10065 16#0430 +/afii10066 16#0431 +/afii10067 16#0432 +/afii10068 16#0433 +/afii10069 16#0434 +/afii10070 16#0435 +/afii10071 16#0451 +/afii10072 16#0436 +/afii10073 16#0437 +/afii10074 16#0438 +/afii10075 16#0439 +/afii10076 16#043a +/afii10077 16#043b +/afii10078 16#043c +/afii10079 16#043d +/afii10080 16#043e +/afii10081 16#043f +/afii10082 16#0440 +/afii10083 16#0441 +/afii10084 16#0442 +/afii10085 16#0443 +/afii10086 16#0444 +/afii10087 16#0445 +/afii10088 16#0446 +/afii10089 16#0447 +/afii10090 16#0448 +/afii10091 16#0449 +/afii10092 16#044a +/afii10093 16#044b +/afii10094 16#044c +/afii10095 16#044d +/afii10096 16#044e +/afii10097 16#044f +/afii10098 16#0491 +/afii10099 16#0452 +/afii10100 16#0453 +/afii10101 16#0454 +/afii10102 16#0455 +/afii10103 16#0456 +/afii10104 16#0457 +/afii10105 16#0458 +/afii10106 16#0459 +/afii10107 16#045a +/afii10108 16#045b +/afii10109 16#045c +/afii10110 16#045e +/afii10145 16#040f +/afii10146 16#0462 +/afii10147 16#0472 +/afii10148 16#0474 +/afii10192 16#f6c6 +/afii10193 16#045f +/afii10194 16#0463 +/afii10195 16#0473 +/afii10196 16#0475 +/afii10831 16#f6c7 +/afii10832 16#f6c8 +/afii10846 16#04d9 +/afii299 16#200e +/afii300 16#200f +/afii301 16#200d +/afii57381 16#066a +/afii57388 16#060c +/afii57392 16#0660 +/afii57393 16#0661 +/afii57394 16#0662 +/afii57395 16#0663 +/afii57396 16#0664 +/afii57397 16#0665 +/afii57398 16#0666 +/afii57399 16#0667 +/afii57400 16#0668 +/afii57401 16#0669 +/afii57403 16#061b +/afii57407 16#061f +/afii57409 16#0621 +/afii57410 16#0622 +/afii57411 16#0623 +/afii57412 16#0624 +/afii57413 16#0625 +/afii57414 16#0626 +/afii57415 16#0627 +/afii57416 16#0628 +/afii57417 16#0629 +/afii57418 16#062a +/afii57419 16#062b +/afii57420 16#062c +/afii57421 16#062d +/afii57422 16#062e +/afii57423 16#062f +/afii57424 16#0630 +/afii57425 16#0631 +/afii57426 16#0632 +/afii57427 16#0633 +/afii57428 16#0634 +/afii57429 16#0635 +/afii57430 16#0636 +/afii57431 16#0637 +/afii57432 16#0638 +/afii57433 16#0639 +/afii57434 16#063a +/afii57440 16#0640 +/afii57441 16#0641 +/afii57442 16#0642 +/afii57443 16#0643 +/afii57444 16#0644 +/afii57445 16#0645 +/afii57446 16#0646 +/afii57448 16#0648 +/afii57449 16#0649 +/afii57450 16#064a +/afii57451 16#064b +/afii57452 16#064c +/afii57453 16#064d +/afii57454 16#064e +/afii57455 16#064f +/afii57456 16#0650 +/afii57457 16#0651 +/afii57458 16#0652 +/afii57470 16#0647 +/afii57505 16#06a4 +/afii57506 16#067e +/afii57507 16#0686 +/afii57508 16#0698 +/afii57509 16#06af +/afii57511 16#0679 +/afii57512 16#0688 +/afii57513 16#0691 +/afii57514 16#06ba +/afii57519 16#06d2 +/afii57534 16#06d5 +/afii57636 16#20aa +/afii57645 16#05be +/afii57658 16#05c3 +/afii57664 16#05d0 +/afii57665 16#05d1 +/afii57666 16#05d2 +/afii57667 16#05d3 +/afii57668 16#05d4 +/afii57669 16#05d5 +/afii57670 16#05d6 +/afii57671 16#05d7 +/afii57672 16#05d8 +/afii57673 16#05d9 +/afii57674 16#05da +/afii57675 16#05db +/afii57676 16#05dc +/afii57677 16#05dd +/afii57678 16#05de +/afii57679 16#05df +/afii57680 16#05e0 +/afii57681 16#05e1 +/afii57682 16#05e2 +/afii57683 16#05e3 +/afii57684 16#05e4 +/afii57685 16#05e5 +/afii57686 16#05e6 +/afii57687 16#05e7 +/afii57688 16#05e8 +/afii57689 16#05e9 +/afii57690 16#05ea +/afii57694 16#fb2a +/afii57695 16#fb2b +/afii57700 16#fb4b +/afii57705 16#fb1f +/afii57716 16#05f0 +/afii57717 16#05f1 +/afii57718 16#05f2 +/afii57723 16#fb35 +/afii57793 16#05b4 +/afii57794 16#05b5 +/afii57795 16#05b6 +/afii57796 16#05bb +/afii57797 16#05b8 +/afii57798 16#05b7 +/afii57799 16#05b0 +/afii57800 16#05b2 +/afii57801 16#05b1 +/afii57802 16#05b3 +/afii57803 16#05c2 +/afii57804 16#05c1 +/afii57806 16#05b9 +/afii57807 16#05bc +/afii57839 16#05bd +/afii57841 16#05bf +/afii57842 16#05c0 +/afii57929 16#02bc +/afii61248 16#2105 +/afii61289 16#2113 +/afii61352 16#2116 +/afii61573 16#202c +/afii61574 16#202d +/afii61575 16#202e +/afii61664 16#200c +/afii63167 16#066d +/afii64937 16#02bd +/agrave 16#00e0 +/agujarati 16#0a85 +/agurmukhi 16#0a05 +/ahiragana 16#3042 +/ahookabove 16#1ea3 +/aibengali 16#0990 +/aibopomofo 16#311e +/aideva 16#0910 +/aiecyrillic 16#04d5 +/aigujarati 16#0a90 +/aigurmukhi 16#0a10 +/aimatragurmukhi 16#0a48 +/ainarabic 16#0639 +/ainfinalarabic 16#feca +/aininitialarabic 16#fecb +/ainmedialarabic 16#fecc +/ainvertedbreve 16#0203 +/aivowelsignbengali 16#09c8 +/aivowelsigndeva 16#0948 +/aivowelsigngujarati 16#0ac8 +/akatakana 16#30a2 +/akatakanahalfwidth 16#ff71 +/akorean 16#314f +/alef 16#05d0 +/alefarabic 16#0627 +/alefdageshhebrew 16#fb30 +/aleffinalarabic 16#fe8e +/alefhamzaabovearabic 16#0623 +/alefhamzaabovefinalarabic 16#fe84 +/alefhamzabelowarabic 16#0625 +/alefhamzabelowfinalarabic 16#fe88 +/alefhebrew 16#05d0 +/aleflamedhebrew 16#fb4f +/alefmaddaabovearabic 16#0622 +/alefmaddaabovefinalarabic 16#fe82 +/alefmaksuraarabic 16#0649 +/alefmaksurafinalarabic 16#fef0 +/alefmaksurainitialarabic 16#fef3 +/alefmaksuramedialarabic 16#fef4 +/alefpatahhebrew 16#fb2e +/alefqamatshebrew 16#fb2f +/aleph 16#2135 +/allequal 16#224c +/alpha 16#03b1 +/alphatonos 16#03ac +/amacron 16#0101 +/amonospace 16#ff41 +/ampersand 16#0026 +/ampersandmonospace 16#ff06 +/ampersandsmall 16#f726 +/amsquare 16#33c2 +/anbopomofo 16#3122 +/angbopomofo 16#3124 +/angkhankhuthai 16#0e5a +/angle 16#2220 +/anglebracketleft 16#3008 +/anglebracketleftvertical 16#fe3f +/anglebracketright 16#3009 +/anglebracketrightvertical 16#fe40 +/angleleft 16#2329 +/angleright 16#232a +/angstrom 16#212b +/anoteleia 16#0387 +/anudattadeva 16#0952 +/anusvarabengali 16#0982 +/anusvaradeva 16#0902 +/anusvaragujarati 16#0a82 +/aogonek 16#0105 +/apaatosquare 16#3300 +/aparen 16#249c +/apostrophearmenian 16#055a +/apostrophemod 16#02bc +/apple 16#f8ff +/approaches 16#2250 +/approxequal 16#2248 +/approxequalorimage 16#2252 +/approximatelyequal 16#2245 +/araeaekorean 16#318e +/araeakorean 16#318d +/arc 16#2312 +/arighthalfring 16#1e9a +/aring 16#00e5 +/aringacute 16#01fb +/aringbelow 16#1e01 +/arrowboth 16#2194 +/arrowdashdown 16#21e3 +/arrowdashleft 16#21e0 +/arrowdashright 16#21e2 +/arrowdashup 16#21e1 +/arrowdblboth 16#21d4 +/arrowdbldown 16#21d3 +/arrowdblleft 16#21d0 +/arrowdblright 16#21d2 +/arrowdblup 16#21d1 +/arrowdown 16#2193 +/arrowdownleft 16#2199 +/arrowdownright 16#2198 +/arrowdownwhite 16#21e9 +/arrowheaddownmod 16#02c5 +/arrowheadleftmod 16#02c2 +/arrowheadrightmod 16#02c3 +/arrowheadupmod 16#02c4 +/arrowhorizex 16#f8e7 +/arrowleft 16#2190 +/arrowleftdbl 16#21d0 +/arrowleftdblstroke 16#21cd +/arrowleftoverright 16#21c6 +/arrowleftwhite 16#21e6 +/arrowright 16#2192 +/arrowrightdblstroke 16#21cf +/arrowrightheavy 16#279e +/arrowrightoverleft 16#21c4 +/arrowrightwhite 16#21e8 +/arrowtableft 16#21e4 +/arrowtabright 16#21e5 +/arrowup 16#2191 +/arrowupdn 16#2195 +/arrowupdnbse 16#21a8 +/arrowupdownbase 16#21a8 +/arrowupleft 16#2196 +/arrowupleftofdown 16#21c5 +/arrowupright 16#2197 +/arrowupwhite 16#21e7 +/arrowvertex 16#f8e6 +/asciicircum 16#005e +/asciicircummonospace 16#ff3e +/asciitilde 16#007e +/asciitildemonospace 16#ff5e +/ascript 16#0251 +/ascriptturned 16#0252 +/asmallhiragana 16#3041 +/asmallkatakana 16#30a1 +/asmallkatakanahalfwidth 16#ff67 +/asterisk 16#002a +/asteriskaltonearabic 16#066d +/asteriskarabic 16#066d +/asteriskmath 16#2217 +/asteriskmonospace 16#ff0a +/asterisksmall 16#fe61 +/asterism 16#2042 +/asuperior 16#f6e9 +/asymptoticallyequal 16#2243 +/at 16#0040 +/atilde 16#00e3 +/atmonospace 16#ff20 +/atsmall 16#fe6b +/aturned 16#0250 +/aubengali 16#0994 +/aubopomofo 16#3120 +/audeva 16#0914 +/augujarati 16#0a94 +/augurmukhi 16#0a14 +/aulengthmarkbengali 16#09d7 +/aumatragurmukhi 16#0a4c +/auvowelsignbengali 16#09cc +/auvowelsigndeva 16#094c +/auvowelsigngujarati 16#0acc +/avagrahadeva 16#093d +/aybarmenian 16#0561 +/ayin 16#05e2 +/ayinaltonehebrew 16#fb20 +/ayinhebrew 16#05e2 +/b 16#0062 +/babengali 16#09ac +/backslash 16#005c +/backslashmonospace 16#ff3c +/badeva 16#092c +/bagujarati 16#0aac +/bagurmukhi 16#0a2c +/bahiragana 16#3070 +/bahtthai 16#0e3f +/bakatakana 16#30d0 +/bar 16#007c +/barmonospace 16#ff5c +/bbopomofo 16#3105 +/bcircle 16#24d1 +/bdotaccent 16#1e03 +/bdotbelow 16#1e05 +/beamedsixteenthnotes 16#266c +/because 16#2235 +/becyrillic 16#0431 +/beharabic 16#0628 +/behfinalarabic 16#fe90 +/behinitialarabic 16#fe91 +/behiragana 16#3079 +/behmedialarabic 16#fe92 +/behmeeminitialarabic 16#fc9f +/behmeemisolatedarabic 16#fc08 +/behnoonfinalarabic 16#fc6d +/bekatakana 16#30d9 +/benarmenian 16#0562 +/bet 16#05d1 +/beta 16#03b2 +/betasymbolgreek 16#03d0 +/betdagesh 16#fb31 +/betdageshhebrew 16#fb31 +/bethebrew 16#05d1 +/betrafehebrew 16#fb4c +/bhabengali 16#09ad +/bhadeva 16#092d +/bhagujarati 16#0aad +/bhagurmukhi 16#0a2d +/bhook 16#0253 +/bihiragana 16#3073 +/bikatakana 16#30d3 +/bilabialclick 16#0298 +/bindigurmukhi 16#0a02 +/birusquare 16#3331 +/blackcircle 16#25cf +/blackdiamond 16#25c6 +/blackdownpointingtriangle 16#25bc +/blackleftpointingpointer 16#25c4 +/blackleftpointingtriangle 16#25c0 +/blacklenticularbracketleft 16#3010 +/blacklenticularbracketleftvertical 16#fe3b +/blacklenticularbracketright 16#3011 +/blacklenticularbracketrightvertical 16#fe3c +/blacklowerlefttriangle 16#25e3 +/blacklowerrighttriangle 16#25e2 +/blackrectangle 16#25ac +/blackrightpointingpointer 16#25ba +/blackrightpointingtriangle 16#25b6 +/blacksmallsquare 16#25aa +/blacksmilingface 16#263b +/blacksquare 16#25a0 +/blackstar 16#2605 +/blackupperlefttriangle 16#25e4 +/blackupperrighttriangle 16#25e5 +/blackuppointingsmalltriangle 16#25b4 +/blackuppointingtriangle 16#25b2 +/blank 16#2423 +/blinebelow 16#1e07 +/block 16#2588 +/bmonospace 16#ff42 +/bobaimaithai 16#0e1a +/bohiragana 16#307c +/bokatakana 16#30dc +/bparen 16#249d +/bqsquare 16#33c3 +/braceex 16#f8f4 +/braceleft 16#007b +/braceleftbt 16#f8f3 +/braceleftmid 16#f8f2 +/braceleftmonospace 16#ff5b +/braceleftsmall 16#fe5b +/bracelefttp 16#f8f1 +/braceleftvertical 16#fe37 +/braceright 16#007d +/bracerightbt 16#f8fe +/bracerightmid 16#f8fd +/bracerightmonospace 16#ff5d +/bracerightsmall 16#fe5c +/bracerighttp 16#f8fc +/bracerightvertical 16#fe38 +/bracketleft 16#005b +/bracketleftbt 16#f8f0 +/bracketleftex 16#f8ef +/bracketleftmonospace 16#ff3b +/bracketlefttp 16#f8ee +/bracketright 16#005d +/bracketrightbt 16#f8fb +/bracketrightex 16#f8fa +/bracketrightmonospace 16#ff3d +/bracketrighttp 16#f8f9 +/breve 16#02d8 +/brevebelowcmb 16#032e +/brevecmb 16#0306 +/breveinvertedbelowcmb 16#032f +/breveinvertedcmb 16#0311 +/breveinverteddoublecmb 16#0361 +/bridgebelowcmb 16#032a +/bridgeinvertedbelowcmb 16#033a +/brokenbar 16#00a6 +/bstroke 16#0180 +/bsuperior 16#f6ea +/btopbar 16#0183 +/buhiragana 16#3076 +/bukatakana 16#30d6 +/bullet 16#2022 +/bulletinverse 16#25d8 +/bulletoperator 16#2219 +/bullseye 16#25ce +/c 16#0063 +/caarmenian 16#056e +/cabengali 16#099a +/cacute 16#0107 +/cadeva 16#091a +/cagujarati 16#0a9a +/cagurmukhi 16#0a1a +/calsquare 16#3388 +/candrabindubengali 16#0981 +/candrabinducmb 16#0310 +/candrabindudeva 16#0901 +/candrabindugujarati 16#0a81 +/capslock 16#21ea +/careof 16#2105 +/caron 16#02c7 +/caronbelowcmb 16#032c +/caroncmb 16#030c +/carriagereturn 16#21b5 +/cbopomofo 16#3118 +/ccaron 16#010d +/ccedilla 16#00e7 +/ccedillaacute 16#1e09 +/ccircle 16#24d2 +/ccircumflex 16#0109 +/ccurl 16#0255 +/cdot 16#010b +/cdotaccent 16#010b +/cdsquare 16#33c5 +/cedilla 16#00b8 +/cedillacmb 16#0327 +/cent 16#00a2 +/centigrade 16#2103 +/centinferior 16#f6df +/centmonospace 16#ffe0 +/centoldstyle 16#f7a2 +/centsuperior 16#f6e0 +/chaarmenian 16#0579 +/chabengali 16#099b +/chadeva 16#091b +/chagujarati 16#0a9b +/chagurmukhi 16#0a1b +/chbopomofo 16#3114 +/cheabkhasiancyrillic 16#04bd +/checkmark 16#2713 +/checyrillic 16#0447 +/chedescenderabkhasiancyrillic 16#04bf +/chedescendercyrillic 16#04b7 +/chedieresiscyrillic 16#04f5 +/cheharmenian 16#0573 +/chekhakassiancyrillic 16#04cc +/cheverticalstrokecyrillic 16#04b9 +/chi 16#03c7 +/chieuchacirclekorean 16#3277 +/chieuchaparenkorean 16#3217 +/chieuchcirclekorean 16#3269 +/chieuchkorean 16#314a +/chieuchparenkorean 16#3209 +/chochangthai 16#0e0a +/chochanthai 16#0e08 +/chochingthai 16#0e09 +/chochoethai 16#0e0c +/chook 16#0188 +/cieucacirclekorean 16#3276 +/cieucaparenkorean 16#3216 +/cieuccirclekorean 16#3268 +/cieuckorean 16#3148 +/cieucparenkorean 16#3208 +/cieucuparenkorean 16#321c +/circle 16#25cb +/circlemultiply 16#2297 +/circleot 16#2299 +/circleplus 16#2295 +/circlepostalmark 16#3036 +/circlewithlefthalfblack 16#25d0 +/circlewithrighthalfblack 16#25d1 +/circumflex 16#02c6 +/circumflexbelowcmb 16#032d +/circumflexcmb 16#0302 +/clear 16#2327 +/clickalveolar 16#01c2 +/clickdental 16#01c0 +/clicklateral 16#01c1 +/clickretroflex 16#01c3 +/club 16#2663 +/clubsuitblack 16#2663 +/clubsuitwhite 16#2667 +/cmcubedsquare 16#33a4 +/cmonospace 16#ff43 +/cmsquaredsquare 16#33a0 +/coarmenian 16#0581 +/colon 16#003a +/colonmonetary 16#20a1 +/colonmonospace 16#ff1a +/colonsign 16#20a1 +/colonsmall 16#fe55 +/colontriangularhalfmod 16#02d1 +/colontriangularmod 16#02d0 +/comma 16#002c +/commaabovecmb 16#0313 +/commaaboverightcmb 16#0315 +/commaaccent 16#f6c3 +/commaarabic 16#060c +/commaarmenian 16#055d +/commainferior 16#f6e1 +/commamonospace 16#ff0c +/commareversedabovecmb 16#0314 +/commareversedmod 16#02bd +/commasmall 16#fe50 +/commasuperior 16#f6e2 +/commaturnedabovecmb 16#0312 +/commaturnedmod 16#02bb +/compass 16#263c +/congruent 16#2245 +/contourintegral 16#222e +/control 16#2303 +/controlACK 16#0006 +/controlBEL 16#0007 +/controlBS 16#0008 +/controlCAN 16#0018 +/controlCR 16#000d +/controlDC1 16#0011 +/controlDC2 16#0012 +/controlDC3 16#0013 +/controlDC4 16#0014 +/controlDEL 16#007f +/controlDLE 16#0010 +/controlEM 16#0019 +/controlENQ 16#0005 +/controlEOT 16#0004 +/controlESC 16#001b +/controlETB 16#0017 +/controlETX 16#0003 +/controlFF 16#000c +/controlFS 16#001c +/controlGS 16#001d +/controlHT 16#0009 +/controlLF 16#000a +/controlNAK 16#0015 +/controlRS 16#001e +/controlSI 16#000f +/controlSO 16#000e +/controlSOT 16#0002 +/controlSTX 16#0001 +/controlSUB 16#001a +/controlSYN 16#0016 +/controlUS 16#001f +/controlVT 16#000b +/copyright 16#00a9 +/copyrightsans 16#f8e9 +/copyrightserif 16#f6d9 +/cornerbracketleft 16#300c +/cornerbracketlefthalfwidth 16#ff62 +/cornerbracketleftvertical 16#fe41 +/cornerbracketright 16#300d +/cornerbracketrighthalfwidth 16#ff63 +/cornerbracketrightvertical 16#fe42 +/corporationsquare 16#337f +/cosquare 16#33c7 +/coverkgsquare 16#33c6 +/cparen 16#249e +/cruzeiro 16#20a2 +/cstretched 16#0297 +/curlyand 16#22cf +/curlyor 16#22ce +/currency 16#00a4 +/cyrBreve 16#f6d1 +/cyrFlex 16#f6d2 +/cyrbreve 16#f6d4 +/cyrflex 16#f6d5 +/d 16#0064 +/daarmenian 16#0564 +/dabengali 16#09a6 +/dadarabic 16#0636 +/dadeva 16#0926 +/dadfinalarabic 16#febe +/dadinitialarabic 16#febf +/dadmedialarabic 16#fec0 +/dagesh 16#05bc +/dageshhebrew 16#05bc +/dagger 16#2020 +/daggerdbl 16#2021 +/dagujarati 16#0aa6 +/dagurmukhi 16#0a26 +/dahiragana 16#3060 +/dakatakana 16#30c0 +/dalarabic 16#062f +/dalet 16#05d3 +/daletdagesh 16#fb33 +/daletdageshhebrew 16#fb33 +/dalethebrew 16#05d3 +/dalfinalarabic 16#feaa +/dammaarabic 16#064f +/dammalowarabic 16#064f +/dammatanaltonearabic 16#064c +/dammatanarabic 16#064c +/danda 16#0964 +/dargahebrew 16#05a7 +/dargalefthebrew 16#05a7 +/dasiapneumatacyrilliccmb 16#0485 +/dblGrave 16#f6d3 +/dblanglebracketleft 16#300a +/dblanglebracketleftvertical 16#fe3d +/dblanglebracketright 16#300b +/dblanglebracketrightvertical 16#fe3e +/dblarchinvertedbelowcmb 16#032b +/dblarrowleft 16#21d4 +/dblarrowright 16#21d2 +/dbldanda 16#0965 +/dblgrave 16#f6d6 +/dblgravecmb 16#030f +/dblintegral 16#222c +/dbllowline 16#2017 +/dbllowlinecmb 16#0333 +/dbloverlinecmb 16#033f +/dblprimemod 16#02ba +/dblverticalbar 16#2016 +/dblverticallineabovecmb 16#030e +/dbopomofo 16#3109 +/dbsquare 16#33c8 +/dcaron 16#010f +/dcedilla 16#1e11 +/dcircle 16#24d3 +/dcircumflexbelow 16#1e13 +/dcroat 16#0111 +/ddabengali 16#09a1 +/ddadeva 16#0921 +/ddagujarati 16#0aa1 +/ddagurmukhi 16#0a21 +/ddalarabic 16#0688 +/ddalfinalarabic 16#fb89 +/dddhadeva 16#095c +/ddhabengali 16#09a2 +/ddhadeva 16#0922 +/ddhagujarati 16#0aa2 +/ddhagurmukhi 16#0a22 +/ddotaccent 16#1e0b +/ddotbelow 16#1e0d +/decimalseparatorarabic 16#066b +/decimalseparatorpersian 16#066b +/decyrillic 16#0434 +/degree 16#00b0 +/dehihebrew 16#05ad +/dehiragana 16#3067 +/deicoptic 16#03ef +/dekatakana 16#30c7 +/deleteleft 16#232b +/deleteright 16#2326 +/delta 16#03b4 +/deltaturned 16#018d +/denominatorminusonenumeratorbengali 16#09f8 +/dezh 16#02a4 +/dhabengali 16#09a7 +/dhadeva 16#0927 +/dhagujarati 16#0aa7 +/dhagurmukhi 16#0a27 +/dhook 16#0257 +/dialytikatonos 16#0385 +/dialytikatonoscmb 16#0344 +/diamond 16#2666 +/diamondsuitwhite 16#2662 +/dieresis 16#00a8 +/dieresisacute 16#f6d7 +/dieresisbelowcmb 16#0324 +/dieresiscmb 16#0308 +/dieresisgrave 16#f6d8 +/dieresistonos 16#0385 +/dihiragana 16#3062 +/dikatakana 16#30c2 +/dittomark 16#3003 +/divide 16#00f7 +/divides 16#2223 +/divisionslash 16#2215 +/djecyrillic 16#0452 +/dkshade 16#2593 +/dlinebelow 16#1e0f +/dlsquare 16#3397 +/dmacron 16#0111 +/dmonospace 16#ff44 +/dnblock 16#2584 +/dochadathai 16#0e0e +/dodekthai 16#0e14 +/dohiragana 16#3069 +/dokatakana 16#30c9 +/dollar 16#0024 +/dollarinferior 16#f6e3 +/dollarmonospace 16#ff04 +/dollaroldstyle 16#f724 +/dollarsmall 16#fe69 +/dollarsuperior 16#f6e4 +/dong 16#20ab +/dorusquare 16#3326 +/dotaccent 16#02d9 +/dotaccentcmb 16#0307 +/dotbelowcmb 16#0323 +/dotbelowcomb 16#0323 +/dotkatakana 16#30fb +/dotlessi 16#0131 +/dotlessj 16#f6be +/dotlessjstrokehook 16#0284 +/dotmath 16#22c5 +/dottedcircle 16#25cc +/doubleyodpatah 16#fb1f +/doubleyodpatahhebrew 16#fb1f +/downtackbelowcmb 16#031e +/downtackmod 16#02d5 +/dparen 16#249f +/dsuperior 16#f6eb +/dtail 16#0256 +/dtopbar 16#018c +/duhiragana 16#3065 +/dukatakana 16#30c5 +/dz 16#01f3 +/dzaltone 16#02a3 +/dzcaron 16#01c6 +/dzcurl 16#02a5 +/dzeabkhasiancyrillic 16#04e1 +/dzecyrillic 16#0455 +/dzhecyrillic 16#045f +/e 16#0065 +/eacute 16#00e9 +/earth 16#2641 +/ebengali 16#098f +/ebopomofo 16#311c +/ebreve 16#0115 +/ecandradeva 16#090d +/ecandragujarati 16#0a8d +/ecandravowelsigndeva 16#0945 +/ecandravowelsigngujarati 16#0ac5 +/ecaron 16#011b +/ecedillabreve 16#1e1d +/echarmenian 16#0565 +/echyiwnarmenian 16#0587 +/ecircle 16#24d4 +/ecircumflex 16#00ea +/ecircumflexacute 16#1ebf +/ecircumflexbelow 16#1e19 +/ecircumflexdotbelow 16#1ec7 +/ecircumflexgrave 16#1ec1 +/ecircumflexhookabove 16#1ec3 +/ecircumflextilde 16#1ec5 +/ecyrillic 16#0454 +/edblgrave 16#0205 +/edeva 16#090f +/edieresis 16#00eb +/edot 16#0117 +/edotaccent 16#0117 +/edotbelow 16#1eb9 +/eegurmukhi 16#0a0f +/eematragurmukhi 16#0a47 +/efcyrillic 16#0444 +/egrave 16#00e8 +/egujarati 16#0a8f +/eharmenian 16#0567 +/ehbopomofo 16#311d +/ehiragana 16#3048 +/ehookabove 16#1ebb +/eibopomofo 16#311f +/eight 16#0038 +/eightarabic 16#0668 +/eightbengali 16#09ee +/eightcircle 16#2467 +/eightcircleinversesansserif 16#2791 +/eightdeva 16#096e +/eighteencircle 16#2471 +/eighteenparen 16#2485 +/eighteenperiod 16#2499 +/eightgujarati 16#0aee +/eightgurmukhi 16#0a6e +/eighthackarabic 16#0668 +/eighthangzhou 16#3028 +/eighthnotebeamed 16#266b +/eightideographicparen 16#3227 +/eightinferior 16#2088 +/eightmonospace 16#ff18 +/eightoldstyle 16#f738 +/eightparen 16#247b +/eightperiod 16#248f +/eightpersian 16#06f8 +/eightroman 16#2177 +/eightsuperior 16#2078 +/eightthai 16#0e58 +/einvertedbreve 16#0207 +/eiotifiedcyrillic 16#0465 +/ekatakana 16#30a8 +/ekatakanahalfwidth 16#ff74 +/ekonkargurmukhi 16#0a74 +/ekorean 16#3154 +/elcyrillic 16#043b +/element 16#2208 +/elevencircle 16#246a +/elevenparen 16#247e +/elevenperiod 16#2492 +/elevenroman 16#217a +/ellipsis 16#2026 +/ellipsisvertical 16#22ee +/emacron 16#0113 +/emacronacute 16#1e17 +/emacrongrave 16#1e15 +/emcyrillic 16#043c +/emdash 16#2014 +/emdashvertical 16#fe31 +/emonospace 16#ff45 +/emphasismarkarmenian 16#055b +/emptyset 16#2205 +/enbopomofo 16#3123 +/encyrillic 16#043d +/endash 16#2013 +/endashvertical 16#fe32 +/endescendercyrillic 16#04a3 +/eng 16#014b +/engbopomofo 16#3125 +/enghecyrillic 16#04a5 +/enhookcyrillic 16#04c8 +/enspace 16#2002 +/eogonek 16#0119 +/eokorean 16#3153 +/eopen 16#025b +/eopenclosed 16#029a +/eopenreversed 16#025c +/eopenreversedclosed 16#025e +/eopenreversedhook 16#025d +/eparen 16#24a0 +/epsilon 16#03b5 +/epsilontonos 16#03ad +/equal 16#003d +/equalmonospace 16#ff1d +/equalsmall 16#fe66 +/equalsuperior 16#207c +/equivalence 16#2261 +/erbopomofo 16#3126 +/ercyrillic 16#0440 +/ereversed 16#0258 +/ereversedcyrillic 16#044d +/escyrillic 16#0441 +/esdescendercyrillic 16#04ab +/esh 16#0283 +/eshcurl 16#0286 +/eshortdeva 16#090e +/eshortvowelsigndeva 16#0946 +/eshreversedloop 16#01aa +/eshsquatreversed 16#0285 +/esmallhiragana 16#3047 +/esmallkatakana 16#30a7 +/esmallkatakanahalfwidth 16#ff6a +/estimated 16#212e +/esuperior 16#f6ec +/eta 16#03b7 +/etarmenian 16#0568 +/etatonos 16#03ae +/eth 16#00f0 +/etilde 16#1ebd +/etildebelow 16#1e1b +/etnahtafoukhhebrew 16#0591 +/etnahtafoukhlefthebrew 16#0591 +/etnahtahebrew 16#0591 +/etnahtalefthebrew 16#0591 +/eturned 16#01dd +/eukorean 16#3161 +/euro 16#20ac +/evowelsignbengali 16#09c7 +/evowelsigndeva 16#0947 +/evowelsigngujarati 16#0ac7 +/exclam 16#0021 +/exclamarmenian 16#055c +/exclamdbl 16#203c +/exclamdown 16#00a1 +/exclamdownsmall 16#f7a1 +/exclammonospace 16#ff01 +/exclamsmall 16#f721 +/existential 16#2203 +/ezh 16#0292 +/ezhcaron 16#01ef +/ezhcurl 16#0293 +/ezhreversed 16#01b9 +/ezhtail 16#01ba +/f 16#0066 +/fadeva 16#095e +/fagurmukhi 16#0a5e +/fahrenheit 16#2109 +/fathaarabic 16#064e +/fathalowarabic 16#064e +/fathatanarabic 16#064b +/fbopomofo 16#3108 +/fcircle 16#24d5 +/fdotaccent 16#1e1f +/feharabic 16#0641 +/feharmenian 16#0586 +/fehfinalarabic 16#fed2 +/fehinitialarabic 16#fed3 +/fehmedialarabic 16#fed4 +/feicoptic 16#03e5 +/female 16#2640 +/ff 16#fb00 +/ffi 16#fb03 +/ffl 16#fb04 +/fi 16#fb01 +/fifteencircle 16#246e +/fifteenparen 16#2482 +/fifteenperiod 16#2496 +/figuredash 16#2012 +/filledbox 16#25a0 +/filledrect 16#25ac +/finalkaf 16#05da +/finalkafdagesh 16#fb3a +/finalkafdageshhebrew 16#fb3a +/finalkafhebrew 16#05da +/finalmem 16#05dd +/finalmemhebrew 16#05dd +/finalnun 16#05df +/finalnunhebrew 16#05df +/finalpe 16#05e3 +/finalpehebrew 16#05e3 +/finaltsadi 16#05e5 +/finaltsadihebrew 16#05e5 +/firsttonechinese 16#02c9 +/fisheye 16#25c9 +/fitacyrillic 16#0473 +/five 16#0035 +/fivearabic 16#0665 +/fivebengali 16#09eb +/fivecircle 16#2464 +/fivecircleinversesansserif 16#278e +/fivedeva 16#096b +/fiveeighths 16#215d +/fivegujarati 16#0aeb +/fivegurmukhi 16#0a6b +/fivehackarabic 16#0665 +/fivehangzhou 16#3025 +/fiveideographicparen 16#3224 +/fiveinferior 16#2085 +/fivemonospace 16#ff15 +/fiveoldstyle 16#f735 +/fiveparen 16#2478 +/fiveperiod 16#248c +/fivepersian 16#06f5 +/fiveroman 16#2174 +/fivesuperior 16#2075 +/fivethai 16#0e55 +/fl 16#fb02 +/florin 16#0192 +/fmonospace 16#ff46 +/fmsquare 16#3399 +/fofanthai 16#0e1f +/fofathai 16#0e1d +/fongmanthai 16#0e4f +/forall 16#2200 +/four 16#0034 +/fourarabic 16#0664 +/fourbengali 16#09ea +/fourcircle 16#2463 +/fourcircleinversesansserif 16#278d +/fourdeva 16#096a +/fourgujarati 16#0aea +/fourgurmukhi 16#0a6a +/fourhackarabic 16#0664 +/fourhangzhou 16#3024 +/fourideographicparen 16#3223 +/fourinferior 16#2084 +/fourmonospace 16#ff14 +/fournumeratorbengali 16#09f7 +/fouroldstyle 16#f734 +/fourparen 16#2477 +/fourperiod 16#248b +/fourpersian 16#06f4 +/fourroman 16#2173 +/foursuperior 16#2074 +/fourteencircle 16#246d +/fourteenparen 16#2481 +/fourteenperiod 16#2495 +/fourthai 16#0e54 +/fourthtonechinese 16#02cb +/fparen 16#24a1 +/fraction 16#2044 +/franc 16#20a3 +/g 16#0067 +/gabengali 16#0997 +/gacute 16#01f5 +/gadeva 16#0917 +/gafarabic 16#06af +/gaffinalarabic 16#fb93 +/gafinitialarabic 16#fb94 +/gafmedialarabic 16#fb95 +/gagujarati 16#0a97 +/gagurmukhi 16#0a17 +/gahiragana 16#304c +/gakatakana 16#30ac +/gamma 16#03b3 +/gammalatinsmall 16#0263 +/gammasuperior 16#02e0 +/gangiacoptic 16#03eb +/gbopomofo 16#310d +/gbreve 16#011f +/gcaron 16#01e7 +/gcedilla 16#0123 +/gcircle 16#24d6 +/gcircumflex 16#011d +/gcommaaccent 16#0123 +/gdot 16#0121 +/gdotaccent 16#0121 +/gecyrillic 16#0433 +/gehiragana 16#3052 +/gekatakana 16#30b2 +/geometricallyequal 16#2251 +/gereshaccenthebrew 16#059c +/gereshhebrew 16#05f3 +/gereshmuqdamhebrew 16#059d +/germandbls 16#00df +/gershayimaccenthebrew 16#059e +/gershayimhebrew 16#05f4 +/getamark 16#3013 +/ghabengali 16#0998 +/ghadarmenian 16#0572 +/ghadeva 16#0918 +/ghagujarati 16#0a98 +/ghagurmukhi 16#0a18 +/ghainarabic 16#063a +/ghainfinalarabic 16#fece +/ghaininitialarabic 16#fecf +/ghainmedialarabic 16#fed0 +/ghemiddlehookcyrillic 16#0495 +/ghestrokecyrillic 16#0493 +/gheupturncyrillic 16#0491 +/ghhadeva 16#095a +/ghhagurmukhi 16#0a5a +/ghook 16#0260 +/ghzsquare 16#3393 +/gihiragana 16#304e +/gikatakana 16#30ae +/gimarmenian 16#0563 +/gimel 16#05d2 +/gimeldagesh 16#fb32 +/gimeldageshhebrew 16#fb32 +/gimelhebrew 16#05d2 +/gjecyrillic 16#0453 +/glottalinvertedstroke 16#01be +/glottalstop 16#0294 +/glottalstopinverted 16#0296 +/glottalstopmod 16#02c0 +/glottalstopreversed 16#0295 +/glottalstopreversedmod 16#02c1 +/glottalstopreversedsuperior 16#02e4 +/glottalstopstroke 16#02a1 +/glottalstopstrokereversed 16#02a2 +/gmacron 16#1e21 +/gmonospace 16#ff47 +/gohiragana 16#3054 +/gokatakana 16#30b4 +/gparen 16#24a2 +/gpasquare 16#33ac +/gradient 16#2207 +/grave 16#0060 +/gravebelowcmb 16#0316 +/gravecmb 16#0300 +/gravecomb 16#0300 +/gravedeva 16#0953 +/gravelowmod 16#02ce +/gravemonospace 16#ff40 +/gravetonecmb 16#0340 +/greater 16#003e +/greaterequal 16#2265 +/greaterequalorless 16#22db +/greatermonospace 16#ff1e +/greaterorequivalent 16#2273 +/greaterorless 16#2277 +/greateroverequal 16#2267 +/greatersmall 16#fe65 +/gscript 16#0261 +/gstroke 16#01e5 +/guhiragana 16#3050 +/guillemotleft 16#00ab +/guillemotright 16#00bb +/guilsinglleft 16#2039 +/guilsinglright 16#203a +/gukatakana 16#30b0 +/guramusquare 16#3318 +/gysquare 16#33c9 +/h 16#0068 +/haabkhasiancyrillic 16#04a9 +/haaltonearabic 16#06c1 +/habengali 16#09b9 +/hadescendercyrillic 16#04b3 +/hadeva 16#0939 +/hagujarati 16#0ab9 +/hagurmukhi 16#0a39 +/haharabic 16#062d +/hahfinalarabic 16#fea2 +/hahinitialarabic 16#fea3 +/hahiragana 16#306f +/hahmedialarabic 16#fea4 +/haitusquare 16#332a +/hakatakana 16#30cf +/hakatakanahalfwidth 16#ff8a +/halantgurmukhi 16#0a4d +/hamzaarabic 16#0621 +/hamzalowarabic 16#0621 +/hangulfiller 16#3164 +/hardsigncyrillic 16#044a +/harpoonleftbarbup 16#21bc +/harpoonrightbarbup 16#21c0 +/hasquare 16#33ca +/hatafpatah 16#05b2 +/hatafpatah16 16#05b2 +/hatafpatah23 16#05b2 +/hatafpatah2f 16#05b2 +/hatafpatahhebrew 16#05b2 +/hatafpatahnarrowhebrew 16#05b2 +/hatafpatahquarterhebrew 16#05b2 +/hatafpatahwidehebrew 16#05b2 +/hatafqamats 16#05b3 +/hatafqamats1b 16#05b3 +/hatafqamats28 16#05b3 +/hatafqamats34 16#05b3 +/hatafqamatshebrew 16#05b3 +/hatafqamatsnarrowhebrew 16#05b3 +/hatafqamatsquarterhebrew 16#05b3 +/hatafqamatswidehebrew 16#05b3 +/hatafsegol 16#05b1 +/hatafsegol17 16#05b1 +/hatafsegol24 16#05b1 +/hatafsegol30 16#05b1 +/hatafsegolhebrew 16#05b1 +/hatafsegolnarrowhebrew 16#05b1 +/hatafsegolquarterhebrew 16#05b1 +/hatafsegolwidehebrew 16#05b1 +/hbar 16#0127 +/hbopomofo 16#310f +/hbrevebelow 16#1e2b +/hcedilla 16#1e29 +/hcircle 16#24d7 +/hcircumflex 16#0125 +/hdieresis 16#1e27 +/hdotaccent 16#1e23 +/hdotbelow 16#1e25 +/he 16#05d4 +/heart 16#2665 +/heartsuitblack 16#2665 +/heartsuitwhite 16#2661 +/hedagesh 16#fb34 +/hedageshhebrew 16#fb34 +/hehaltonearabic 16#06c1 +/heharabic 16#0647 +/hehebrew 16#05d4 +/hehfinalaltonearabic 16#fba7 +/hehfinalalttwoarabic 16#feea +/hehfinalarabic 16#feea +/hehhamzaabovefinalarabic 16#fba5 +/hehhamzaaboveisolatedarabic 16#fba4 +/hehinitialaltonearabic 16#fba8 +/hehinitialarabic 16#feeb +/hehiragana 16#3078 +/hehmedialaltonearabic 16#fba9 +/hehmedialarabic 16#feec +/heiseierasquare 16#337b +/hekatakana 16#30d8 +/hekatakanahalfwidth 16#ff8d +/hekutaarusquare 16#3336 +/henghook 16#0267 +/herutusquare 16#3339 +/het 16#05d7 +/hethebrew 16#05d7 +/hhook 16#0266 +/hhooksuperior 16#02b1 +/hieuhacirclekorean 16#327b +/hieuhaparenkorean 16#321b +/hieuhcirclekorean 16#326d +/hieuhkorean 16#314e +/hieuhparenkorean 16#320d +/hihiragana 16#3072 +/hikatakana 16#30d2 +/hikatakanahalfwidth 16#ff8b +/hiriq 16#05b4 +/hiriq14 16#05b4 +/hiriq21 16#05b4 +/hiriq2d 16#05b4 +/hiriqhebrew 16#05b4 +/hiriqnarrowhebrew 16#05b4 +/hiriqquarterhebrew 16#05b4 +/hiriqwidehebrew 16#05b4 +/hlinebelow 16#1e96 +/hmonospace 16#ff48 +/hoarmenian 16#0570 +/hohipthai 16#0e2b +/hohiragana 16#307b +/hokatakana 16#30db +/hokatakanahalfwidth 16#ff8e +/holam 16#05b9 +/holam19 16#05b9 +/holam26 16#05b9 +/holam32 16#05b9 +/holamhebrew 16#05b9 +/holamnarrowhebrew 16#05b9 +/holamquarterhebrew 16#05b9 +/holamwidehebrew 16#05b9 +/honokhukthai 16#0e2e +/hookabovecomb 16#0309 +/hookcmb 16#0309 +/hookpalatalizedbelowcmb 16#0321 +/hookretroflexbelowcmb 16#0322 +/hoonsquare 16#3342 +/horicoptic 16#03e9 +/horizontalbar 16#2015 +/horncmb 16#031b +/hotsprings 16#2668 +/house 16#2302 +/hparen 16#24a3 +/hsuperior 16#02b0 +/hturned 16#0265 +/huhiragana 16#3075 +/huiitosquare 16#3333 +/hukatakana 16#30d5 +/hukatakanahalfwidth 16#ff8c +/hungarumlaut 16#02dd +/hungarumlautcmb 16#030b +/hv 16#0195 +/hyphen 16#002d +/hypheninferior 16#f6e5 +/hyphenmonospace 16#ff0d +/hyphensmall 16#fe63 +/hyphensuperior 16#f6e6 +/hyphentwo 16#2010 +/i 16#0069 +/iacute 16#00ed +/iacyrillic 16#044f +/ibengali 16#0987 +/ibopomofo 16#3127 +/ibreve 16#012d +/icaron 16#01d0 +/icircle 16#24d8 +/icircumflex 16#00ee +/icyrillic 16#0456 +/idblgrave 16#0209 +/ideographearthcircle 16#328f +/ideographfirecircle 16#328b +/ideographicallianceparen 16#323f +/ideographiccallparen 16#323a +/ideographiccentrecircle 16#32a5 +/ideographicclose 16#3006 +/ideographiccomma 16#3001 +/ideographiccommaleft 16#ff64 +/ideographiccongratulationparen 16#3237 +/ideographiccorrectcircle 16#32a3 +/ideographicearthparen 16#322f +/ideographicenterpriseparen 16#323d +/ideographicexcellentcircle 16#329d +/ideographicfestivalparen 16#3240 +/ideographicfinancialcircle 16#3296 +/ideographicfinancialparen 16#3236 +/ideographicfireparen 16#322b +/ideographichaveparen 16#3232 +/ideographichighcircle 16#32a4 +/ideographiciterationmark 16#3005 +/ideographiclaborcircle 16#3298 +/ideographiclaborparen 16#3238 +/ideographicleftcircle 16#32a7 +/ideographiclowcircle 16#32a6 +/ideographicmedicinecircle 16#32a9 +/ideographicmetalparen 16#322e +/ideographicmoonparen 16#322a +/ideographicnameparen 16#3234 +/ideographicperiod 16#3002 +/ideographicprintcircle 16#329e +/ideographicreachparen 16#3243 +/ideographicrepresentparen 16#3239 +/ideographicresourceparen 16#323e +/ideographicrightcircle 16#32a8 +/ideographicsecretcircle 16#3299 +/ideographicselfparen 16#3242 +/ideographicsocietyparen 16#3233 +/ideographicspace 16#3000 +/ideographicspecialparen 16#3235 +/ideographicstockparen 16#3231 +/ideographicstudyparen 16#323b +/ideographicsunparen 16#3230 +/ideographicsuperviseparen 16#323c +/ideographicwaterparen 16#322c +/ideographicwoodparen 16#322d +/ideographiczero 16#3007 +/ideographmetalcircle 16#328e +/ideographmooncircle 16#328a +/ideographnamecircle 16#3294 +/ideographsuncircle 16#3290 +/ideographwatercircle 16#328c +/ideographwoodcircle 16#328d +/ideva 16#0907 +/idieresis 16#00ef +/idieresisacute 16#1e2f +/idieresiscyrillic 16#04e5 +/idotbelow 16#1ecb +/iebrevecyrillic 16#04d7 +/iecyrillic 16#0435 +/ieungacirclekorean 16#3275 +/ieungaparenkorean 16#3215 +/ieungcirclekorean 16#3267 +/ieungkorean 16#3147 +/ieungparenkorean 16#3207 +/igrave 16#00ec +/igujarati 16#0a87 +/igurmukhi 16#0a07 +/ihiragana 16#3044 +/ihookabove 16#1ec9 +/iibengali 16#0988 +/iicyrillic 16#0438 +/iideva 16#0908 +/iigujarati 16#0a88 +/iigurmukhi 16#0a08 +/iimatragurmukhi 16#0a40 +/iinvertedbreve 16#020b +/iishortcyrillic 16#0439 +/iivowelsignbengali 16#09c0 +/iivowelsigndeva 16#0940 +/iivowelsigngujarati 16#0ac0 +/ij 16#0133 +/ikatakana 16#30a4 +/ikatakanahalfwidth 16#ff72 +/ikorean 16#3163 +/ilde 16#02dc +/iluyhebrew 16#05ac +/imacron 16#012b +/imacroncyrillic 16#04e3 +/imageorapproximatelyequal 16#2253 +/imatragurmukhi 16#0a3f +/imonospace 16#ff49 +/increment 16#2206 +/infinity 16#221e +/iniarmenian 16#056b +/integral 16#222b +/integralbottom 16#2321 +/integralbt 16#2321 +/integralex 16#f8f5 +/integraltop 16#2320 +/integraltp 16#2320 +/intersection 16#2229 +/intisquare 16#3305 +/invbullet 16#25d8 +/invcircle 16#25d9 +/invsmileface 16#263b +/iocyrillic 16#0451 +/iogonek 16#012f +/iota 16#03b9 +/iotadieresis 16#03ca +/iotadieresistonos 16#0390 +/iotalatin 16#0269 +/iotatonos 16#03af +/iparen 16#24a4 +/irigurmukhi 16#0a72 +/ismallhiragana 16#3043 +/ismallkatakana 16#30a3 +/ismallkatakanahalfwidth 16#ff68 +/issharbengali 16#09fa +/istroke 16#0268 +/isuperior 16#f6ed +/iterationhiragana 16#309d +/iterationkatakana 16#30fd +/itilde 16#0129 +/itildebelow 16#1e2d +/iubopomofo 16#3129 +/iucyrillic 16#044e +/ivowelsignbengali 16#09bf +/ivowelsigndeva 16#093f +/ivowelsigngujarati 16#0abf +/izhitsacyrillic 16#0475 +/izhitsadblgravecyrillic 16#0477 +/j 16#006a +/jaarmenian 16#0571 +/jabengali 16#099c +/jadeva 16#091c +/jagujarati 16#0a9c +/jagurmukhi 16#0a1c +/jbopomofo 16#3110 +/jcaron 16#01f0 +/jcircle 16#24d9 +/jcircumflex 16#0135 +/jcrossedtail 16#029d +/jdotlessstroke 16#025f +/jecyrillic 16#0458 +/jeemarabic 16#062c +/jeemfinalarabic 16#fe9e +/jeeminitialarabic 16#fe9f +/jeemmedialarabic 16#fea0 +/jeharabic 16#0698 +/jehfinalarabic 16#fb8b +/jhabengali 16#099d +/jhadeva 16#091d +/jhagujarati 16#0a9d +/jhagurmukhi 16#0a1d +/jheharmenian 16#057b +/jis 16#3004 +/jmonospace 16#ff4a +/jparen 16#24a5 +/jsuperior 16#02b2 +/k 16#006b +/kabashkircyrillic 16#04a1 +/kabengali 16#0995 +/kacute 16#1e31 +/kacyrillic 16#043a +/kadescendercyrillic 16#049b +/kadeva 16#0915 +/kaf 16#05db +/kafarabic 16#0643 +/kafdagesh 16#fb3b +/kafdageshhebrew 16#fb3b +/kaffinalarabic 16#feda +/kafhebrew 16#05db +/kafinitialarabic 16#fedb +/kafmedialarabic 16#fedc +/kafrafehebrew 16#fb4d +/kagujarati 16#0a95 +/kagurmukhi 16#0a15 +/kahiragana 16#304b +/kahookcyrillic 16#04c4 +/kakatakana 16#30ab +/kakatakanahalfwidth 16#ff76 +/kappa 16#03ba +/kappasymbolgreek 16#03f0 +/kapyeounmieumkorean 16#3171 +/kapyeounphieuphkorean 16#3184 +/kapyeounpieupkorean 16#3178 +/kapyeounssangpieupkorean 16#3179 +/karoriisquare 16#330d +/kashidaautoarabic 16#0640 +/kashidaautonosidebearingarabic 16#0640 +/kasmallkatakana 16#30f5 +/kasquare 16#3384 +/kasraarabic 16#0650 +/kasratanarabic 16#064d +/kastrokecyrillic 16#049f +/katahiraprolongmarkhalfwidth 16#ff70 +/kaverticalstrokecyrillic 16#049d +/kbopomofo 16#310e +/kcalsquare 16#3389 +/kcaron 16#01e9 +/kcedilla 16#0137 +/kcircle 16#24da +/kcommaaccent 16#0137 +/kdotbelow 16#1e33 +/keharmenian 16#0584 +/kehiragana 16#3051 +/kekatakana 16#30b1 +/kekatakanahalfwidth 16#ff79 +/kenarmenian 16#056f +/kesmallkatakana 16#30f6 +/kgreenlandic 16#0138 +/khabengali 16#0996 +/khacyrillic 16#0445 +/khadeva 16#0916 +/khagujarati 16#0a96 +/khagurmukhi 16#0a16 +/khaharabic 16#062e +/khahfinalarabic 16#fea6 +/khahinitialarabic 16#fea7 +/khahmedialarabic 16#fea8 +/kheicoptic 16#03e7 +/khhadeva 16#0959 +/khhagurmukhi 16#0a59 +/khieukhacirclekorean 16#3278 +/khieukhaparenkorean 16#3218 +/khieukhcirclekorean 16#326a +/khieukhkorean 16#314b +/khieukhparenkorean 16#320a +/khokhaithai 16#0e02 +/khokhonthai 16#0e05 +/khokhuatthai 16#0e03 +/khokhwaithai 16#0e04 +/khomutthai 16#0e5b +/khook 16#0199 +/khorakhangthai 16#0e06 +/khzsquare 16#3391 +/kihiragana 16#304d +/kikatakana 16#30ad +/kikatakanahalfwidth 16#ff77 +/kiroguramusquare 16#3315 +/kiromeetorusquare 16#3316 +/kirosquare 16#3314 +/kiyeokacirclekorean 16#326e +/kiyeokaparenkorean 16#320e +/kiyeokcirclekorean 16#3260 +/kiyeokkorean 16#3131 +/kiyeokparenkorean 16#3200 +/kiyeoksioskorean 16#3133 +/kjecyrillic 16#045c +/klinebelow 16#1e35 +/klsquare 16#3398 +/kmcubedsquare 16#33a6 +/kmonospace 16#ff4b +/kmsquaredsquare 16#33a2 +/kohiragana 16#3053 +/kohmsquare 16#33c0 +/kokaithai 16#0e01 +/kokatakana 16#30b3 +/kokatakanahalfwidth 16#ff7a +/kooposquare 16#331e +/koppacyrillic 16#0481 +/koreanstandardsymbol 16#327f +/koroniscmb 16#0343 +/kparen 16#24a6 +/kpasquare 16#33aa +/ksicyrillic 16#046f +/ktsquare 16#33cf +/kturned 16#029e +/kuhiragana 16#304f +/kukatakana 16#30af +/kukatakanahalfwidth 16#ff78 +/kvsquare 16#33b8 +/kwsquare 16#33be +/l 16#006c +/labengali 16#09b2 +/lacute 16#013a +/ladeva 16#0932 +/lagujarati 16#0ab2 +/lagurmukhi 16#0a32 +/lakkhangyaothai 16#0e45 +/lamaleffinalarabic 16#fefc +/lamalefhamzaabovefinalarabic 16#fef8 +/lamalefhamzaaboveisolatedarabic 16#fef7 +/lamalefhamzabelowfinalarabic 16#fefa +/lamalefhamzabelowisolatedarabic 16#fef9 +/lamalefisolatedarabic 16#fefb +/lamalefmaddaabovefinalarabic 16#fef6 +/lamalefmaddaaboveisolatedarabic 16#fef5 +/lamarabic 16#0644 +/lambda 16#03bb +/lambdastroke 16#019b +/lamed 16#05dc +/lameddagesh 16#fb3c +/lameddageshhebrew 16#fb3c +/lamedhebrew 16#05dc +/lamfinalarabic 16#fede +/lamhahinitialarabic 16#fcca +/laminitialarabic 16#fedf +/lamjeeminitialarabic 16#fcc9 +/lamkhahinitialarabic 16#fccb +/lamlamhehisolatedarabic 16#fdf2 +/lammedialarabic 16#fee0 +/lammeemhahinitialarabic 16#fd88 +/lammeeminitialarabic 16#fccc +/largecircle 16#25ef +/lbar 16#019a +/lbelt 16#026c +/lbopomofo 16#310c +/lcaron 16#013e +/lcedilla 16#013c +/lcircle 16#24db +/lcircumflexbelow 16#1e3d +/lcommaaccent 16#013c +/ldot 16#0140 +/ldotaccent 16#0140 +/ldotbelow 16#1e37 +/ldotbelowmacron 16#1e39 +/leftangleabovecmb 16#031a +/lefttackbelowcmb 16#0318 +/less 16#003c +/lessequal 16#2264 +/lessequalorgreater 16#22da +/lessmonospace 16#ff1c +/lessorequivalent 16#2272 +/lessorgreater 16#2276 +/lessoverequal 16#2266 +/lesssmall 16#fe64 +/lezh 16#026e +/lfblock 16#258c +/lhookretroflex 16#026d +/lira 16#20a4 +/liwnarmenian 16#056c +/lj 16#01c9 +/ljecyrillic 16#0459 +/ll 16#f6c0 +/lladeva 16#0933 +/llagujarati 16#0ab3 +/llinebelow 16#1e3b +/llladeva 16#0934 +/llvocalicbengali 16#09e1 +/llvocalicdeva 16#0961 +/llvocalicvowelsignbengali 16#09e3 +/llvocalicvowelsigndeva 16#0963 +/lmiddletilde 16#026b +/lmonospace 16#ff4c +/lmsquare 16#33d0 +/lochulathai 16#0e2c +/logicaland 16#2227 +/logicalnot 16#00ac +/logicalnotreversed 16#2310 +/logicalor 16#2228 +/lolingthai 16#0e25 +/longs 16#017f +/lowlinecenterline 16#fe4e +/lowlinecmb 16#0332 +/lowlinedashed 16#fe4d +/lozenge 16#25ca +/lparen 16#24a7 +/lslash 16#0142 +/lsquare 16#2113 +/lsuperior 16#f6ee +/ltshade 16#2591 +/luthai 16#0e26 +/lvocalicbengali 16#098c +/lvocalicdeva 16#090c +/lvocalicvowelsignbengali 16#09e2 +/lvocalicvowelsigndeva 16#0962 +/lxsquare 16#33d3 +/m 16#006d +/mabengali 16#09ae +/macron 16#00af +/macronbelowcmb 16#0331 +/macroncmb 16#0304 +/macronlowmod 16#02cd +/macronmonospace 16#ffe3 +/macute 16#1e3f +/madeva 16#092e +/magujarati 16#0aae +/magurmukhi 16#0a2e +/mahapakhhebrew 16#05a4 +/mahapakhlefthebrew 16#05a4 +/mahiragana 16#307e +/maichattawalowleftthai 16#f895 +/maichattawalowrightthai 16#f894 +/maichattawathai 16#0e4b +/maichattawaupperleftthai 16#f893 +/maieklowleftthai 16#f88c +/maieklowrightthai 16#f88b +/maiekthai 16#0e48 +/maiekupperleftthai 16#f88a +/maihanakatleftthai 16#f884 +/maihanakatthai 16#0e31 +/maitaikhuleftthai 16#f889 +/maitaikhuthai 16#0e47 +/maitholowleftthai 16#f88f +/maitholowrightthai 16#f88e +/maithothai 16#0e49 +/maithoupperleftthai 16#f88d +/maitrilowleftthai 16#f892 +/maitrilowrightthai 16#f891 +/maitrithai 16#0e4a +/maitriupperleftthai 16#f890 +/maiyamokthai 16#0e46 +/makatakana 16#30de +/makatakanahalfwidth 16#ff8f +/male 16#2642 +/mansyonsquare 16#3347 +/maqafhebrew 16#05be +/mars 16#2642 +/masoracirclehebrew 16#05af +/masquare 16#3383 +/mbopomofo 16#3107 +/mbsquare 16#33d4 +/mcircle 16#24dc +/mcubedsquare 16#33a5 +/mdotaccent 16#1e41 +/mdotbelow 16#1e43 +/meemarabic 16#0645 +/meemfinalarabic 16#fee2 +/meeminitialarabic 16#fee3 +/meemmedialarabic 16#fee4 +/meemmeeminitialarabic 16#fcd1 +/meemmeemisolatedarabic 16#fc48 +/meetorusquare 16#334d +/mehiragana 16#3081 +/meizierasquare 16#337e +/mekatakana 16#30e1 +/mekatakanahalfwidth 16#ff92 +/mem 16#05de +/memdagesh 16#fb3e +/memdageshhebrew 16#fb3e +/memhebrew 16#05de +/menarmenian 16#0574 +/merkhahebrew 16#05a5 +/merkhakefulahebrew 16#05a6 +/merkhakefulalefthebrew 16#05a6 +/merkhalefthebrew 16#05a5 +/mhook 16#0271 +/mhzsquare 16#3392 +/middledotkatakanahalfwidth 16#ff65 +/middot 16#00b7 +/mieumacirclekorean 16#3272 +/mieumaparenkorean 16#3212 +/mieumcirclekorean 16#3264 +/mieumkorean 16#3141 +/mieumpansioskorean 16#3170 +/mieumparenkorean 16#3204 +/mieumpieupkorean 16#316e +/mieumsioskorean 16#316f +/mihiragana 16#307f +/mikatakana 16#30df +/mikatakanahalfwidth 16#ff90 +/minus 16#2212 +/minusbelowcmb 16#0320 +/minuscircle 16#2296 +/minusmod 16#02d7 +/minusplus 16#2213 +/minute 16#2032 +/miribaarusquare 16#334a +/mirisquare 16#3349 +/mlonglegturned 16#0270 +/mlsquare 16#3396 +/mmcubedsquare 16#33a3 +/mmonospace 16#ff4d +/mmsquaredsquare 16#339f +/mohiragana 16#3082 +/mohmsquare 16#33c1 +/mokatakana 16#30e2 +/mokatakanahalfwidth 16#ff93 +/molsquare 16#33d6 +/momathai 16#0e21 +/moverssquare 16#33a7 +/moverssquaredsquare 16#33a8 +/mparen 16#24a8 +/mpasquare 16#33ab +/mssquare 16#33b3 +/msuperior 16#f6ef +/mturned 16#026f +/mu 16#00b5 +/mu1 16#00b5 +/muasquare 16#3382 +/muchgreater 16#226b +/muchless 16#226a +/mufsquare 16#338c +/mugreek 16#03bc +/mugsquare 16#338d +/muhiragana 16#3080 +/mukatakana 16#30e0 +/mukatakanahalfwidth 16#ff91 +/mulsquare 16#3395 +/multiply 16#00d7 +/mumsquare 16#339b +/munahhebrew 16#05a3 +/munahlefthebrew 16#05a3 +/musicalnote 16#266a +/musicalnotedbl 16#266b +/musicflatsign 16#266d +/musicsharpsign 16#266f +/mussquare 16#33b2 +/muvsquare 16#33b6 +/muwsquare 16#33bc +/mvmegasquare 16#33b9 +/mvsquare 16#33b7 +/mwmegasquare 16#33bf +/mwsquare 16#33bd +/n 16#006e +/nabengali 16#09a8 +/nabla 16#2207 +/nacute 16#0144 +/nadeva 16#0928 +/nagujarati 16#0aa8 +/nagurmukhi 16#0a28 +/nahiragana 16#306a +/nakatakana 16#30ca +/nakatakanahalfwidth 16#ff85 +/napostrophe 16#0149 +/nasquare 16#3381 +/nbopomofo 16#310b +/nbspace 16#00a0 +/ncaron 16#0148 +/ncedilla 16#0146 +/ncircle 16#24dd +/ncircumflexbelow 16#1e4b +/ncommaaccent 16#0146 +/ndotaccent 16#1e45 +/ndotbelow 16#1e47 +/nehiragana 16#306d +/nekatakana 16#30cd +/nekatakanahalfwidth 16#ff88 +/newsheqelsign 16#20aa +/nfsquare 16#338b +/ngabengali 16#0999 +/ngadeva 16#0919 +/ngagujarati 16#0a99 +/ngagurmukhi 16#0a19 +/ngonguthai 16#0e07 +/nhiragana 16#3093 +/nhookleft 16#0272 +/nhookretroflex 16#0273 +/nieunacirclekorean 16#326f +/nieunaparenkorean 16#320f +/nieuncieuckorean 16#3135 +/nieuncirclekorean 16#3261 +/nieunhieuhkorean 16#3136 +/nieunkorean 16#3134 +/nieunpansioskorean 16#3168 +/nieunparenkorean 16#3201 +/nieunsioskorean 16#3167 +/nieuntikeutkorean 16#3166 +/nihiragana 16#306b +/nikatakana 16#30cb +/nikatakanahalfwidth 16#ff86 +/nikhahitleftthai 16#f899 +/nikhahitthai 16#0e4d +/nine 16#0039 +/ninearabic 16#0669 +/ninebengali 16#09ef +/ninecircle 16#2468 +/ninecircleinversesansserif 16#2792 +/ninedeva 16#096f +/ninegujarati 16#0aef +/ninegurmukhi 16#0a6f +/ninehackarabic 16#0669 +/ninehangzhou 16#3029 +/nineideographicparen 16#3228 +/nineinferior 16#2089 +/ninemonospace 16#ff19 +/nineoldstyle 16#f739 +/nineparen 16#247c +/nineperiod 16#2490 +/ninepersian 16#06f9 +/nineroman 16#2178 +/ninesuperior 16#2079 +/nineteencircle 16#2472 +/nineteenparen 16#2486 +/nineteenperiod 16#249a +/ninethai 16#0e59 +/nj 16#01cc +/njecyrillic 16#045a +/nkatakana 16#30f3 +/nkatakanahalfwidth 16#ff9d +/nlegrightlong 16#019e +/nlinebelow 16#1e49 +/nmonospace 16#ff4e +/nmsquare 16#339a +/nnabengali 16#09a3 +/nnadeva 16#0923 +/nnagujarati 16#0aa3 +/nnagurmukhi 16#0a23 +/nnnadeva 16#0929 +/nohiragana 16#306e +/nokatakana 16#30ce +/nokatakanahalfwidth 16#ff89 +/nonbreakingspace 16#00a0 +/nonenthai 16#0e13 +/nonuthai 16#0e19 +/noonarabic 16#0646 +/noonfinalarabic 16#fee6 +/noonghunnaarabic 16#06ba +/noonghunnafinalarabic 16#fb9f +/nooninitialarabic 16#fee7 +/noonjeeminitialarabic 16#fcd2 +/noonjeemisolatedarabic 16#fc4b +/noonmedialarabic 16#fee8 +/noonmeeminitialarabic 16#fcd5 +/noonmeemisolatedarabic 16#fc4e +/noonnoonfinalarabic 16#fc8d +/notcontains 16#220c +/notelement 16#2209 +/notelementof 16#2209 +/notequal 16#2260 +/notgreater 16#226f +/notgreaternorequal 16#2271 +/notgreaternorless 16#2279 +/notidentical 16#2262 +/notless 16#226e +/notlessnorequal 16#2270 +/notparallel 16#2226 +/notprecedes 16#2280 +/notsubset 16#2284 +/notsucceeds 16#2281 +/notsuperset 16#2285 +/nowarmenian 16#0576 +/nparen 16#24a9 +/nssquare 16#33b1 +/nsuperior 16#207f +/ntilde 16#00f1 +/nu 16#03bd +/nuhiragana 16#306c +/nukatakana 16#30cc +/nukatakanahalfwidth 16#ff87 +/nuktabengali 16#09bc +/nuktadeva 16#093c +/nuktagujarati 16#0abc +/nuktagurmukhi 16#0a3c +/numbersign 16#0023 +/numbersignmonospace 16#ff03 +/numbersignsmall 16#fe5f +/numeralsigngreek 16#0374 +/numeralsignlowergreek 16#0375 +/numero 16#2116 +/nun 16#05e0 +/nundagesh 16#fb40 +/nundageshhebrew 16#fb40 +/nunhebrew 16#05e0 +/nvsquare 16#33b5 +/nwsquare 16#33bb +/nyabengali 16#099e +/nyadeva 16#091e +/nyagujarati 16#0a9e +/nyagurmukhi 16#0a1e +/o 16#006f +/oacute 16#00f3 +/oangthai 16#0e2d +/obarred 16#0275 +/obarredcyrillic 16#04e9 +/obarreddieresiscyrillic 16#04eb +/obengali 16#0993 +/obopomofo 16#311b +/obreve 16#014f +/ocandradeva 16#0911 +/ocandragujarati 16#0a91 +/ocandravowelsigndeva 16#0949 +/ocandravowelsigngujarati 16#0ac9 +/ocaron 16#01d2 +/ocircle 16#24de +/ocircumflex 16#00f4 +/ocircumflexacute 16#1ed1 +/ocircumflexdotbelow 16#1ed9 +/ocircumflexgrave 16#1ed3 +/ocircumflexhookabove 16#1ed5 +/ocircumflextilde 16#1ed7 +/ocyrillic 16#043e +/odblacute 16#0151 +/odblgrave 16#020d +/odeva 16#0913 +/odieresis 16#00f6 +/odieresiscyrillic 16#04e7 +/odotbelow 16#1ecd +/oe 16#0153 +/oekorean 16#315a +/ogonek 16#02db +/ogonekcmb 16#0328 +/ograve 16#00f2 +/ogujarati 16#0a93 +/oharmenian 16#0585 +/ohiragana 16#304a +/ohookabove 16#1ecf +/ohorn 16#01a1 +/ohornacute 16#1edb +/ohorndotbelow 16#1ee3 +/ohorngrave 16#1edd +/ohornhookabove 16#1edf +/ohorntilde 16#1ee1 +/ohungarumlaut 16#0151 +/oi 16#01a3 +/oinvertedbreve 16#020f +/okatakana 16#30aa +/okatakanahalfwidth 16#ff75 +/okorean 16#3157 +/olehebrew 16#05ab +/omacron 16#014d +/omacronacute 16#1e53 +/omacrongrave 16#1e51 +/omdeva 16#0950 +/omega 16#03c9 +/omega1 16#03d6 +/omegacyrillic 16#0461 +/omegalatinclosed 16#0277 +/omegaroundcyrillic 16#047b +/omegatitlocyrillic 16#047d +/omegatonos 16#03ce +/omgujarati 16#0ad0 +/omicron 16#03bf +/omicrontonos 16#03cc +/omonospace 16#ff4f +/one 16#0031 +/onearabic 16#0661 +/onebengali 16#09e7 +/onecircle 16#2460 +/onecircleinversesansserif 16#278a +/onedeva 16#0967 +/onedotenleader 16#2024 +/oneeighth 16#215b +/onefitted 16#f6dc +/onegujarati 16#0ae7 +/onegurmukhi 16#0a67 +/onehackarabic 16#0661 +/onehalf 16#00bd +/onehangzhou 16#3021 +/oneideographicparen 16#3220 +/oneinferior 16#2081 +/onemonospace 16#ff11 +/onenumeratorbengali 16#09f4 +/oneoldstyle 16#f731 +/oneparen 16#2474 +/oneperiod 16#2488 +/onepersian 16#06f1 +/onequarter 16#00bc +/oneroman 16#2170 +/onesuperior 16#00b9 +/onethai 16#0e51 +/onethird 16#2153 +/oogonek 16#01eb +/oogonekmacron 16#01ed +/oogurmukhi 16#0a13 +/oomatragurmukhi 16#0a4b +/oopen 16#0254 +/oparen 16#24aa +/openbullet 16#25e6 +/option 16#2325 +/ordfeminine 16#00aa +/ordmasculine 16#00ba +/orthogonal 16#221f +/oshortdeva 16#0912 +/oshortvowelsigndeva 16#094a +/oslash 16#00f8 +/oslashacute 16#01ff +/osmallhiragana 16#3049 +/osmallkatakana 16#30a9 +/osmallkatakanahalfwidth 16#ff6b +/ostrokeacute 16#01ff +/osuperior 16#f6f0 +/otcyrillic 16#047f +/otilde 16#00f5 +/otildeacute 16#1e4d +/otildedieresis 16#1e4f +/oubopomofo 16#3121 +/overline 16#203e +/overlinecenterline 16#fe4a +/overlinecmb 16#0305 +/overlinedashed 16#fe49 +/overlinedblwavy 16#fe4c +/overlinewavy 16#fe4b +/overscore 16#00af +/ovowelsignbengali 16#09cb +/ovowelsigndeva 16#094b +/ovowelsigngujarati 16#0acb +/p 16#0070 +/paampssquare 16#3380 +/paasentosquare 16#332b +/pabengali 16#09aa +/pacute 16#1e55 +/padeva 16#092a +/pagedown 16#21df +/pageup 16#21de +/pagujarati 16#0aaa +/pagurmukhi 16#0a2a +/pahiragana 16#3071 +/paiyannoithai 16#0e2f +/pakatakana 16#30d1 +/palatalizationcyrilliccmb 16#0484 +/palochkacyrillic 16#04c0 +/pansioskorean 16#317f +/paragraph 16#00b6 +/parallel 16#2225 +/parenleft 16#0028 +/parenleftaltonearabic 16#fd3e +/parenleftbt 16#f8ed +/parenleftex 16#f8ec +/parenleftinferior 16#208d +/parenleftmonospace 16#ff08 +/parenleftsmall 16#fe59 +/parenleftsuperior 16#207d +/parenlefttp 16#f8eb +/parenleftvertical 16#fe35 +/parenright 16#0029 +/parenrightaltonearabic 16#fd3f +/parenrightbt 16#f8f8 +/parenrightex 16#f8f7 +/parenrightinferior 16#208e +/parenrightmonospace 16#ff09 +/parenrightsmall 16#fe5a +/parenrightsuperior 16#207e +/parenrighttp 16#f8f6 +/parenrightvertical 16#fe36 +/partialdiff 16#2202 +/paseqhebrew 16#05c0 +/pashtahebrew 16#0599 +/pasquare 16#33a9 +/patah 16#05b7 +/patah11 16#05b7 +/patah1d 16#05b7 +/patah2a 16#05b7 +/patahhebrew 16#05b7 +/patahnarrowhebrew 16#05b7 +/patahquarterhebrew 16#05b7 +/patahwidehebrew 16#05b7 +/pazerhebrew 16#05a1 +/pbopomofo 16#3106 +/pcircle 16#24df +/pdotaccent 16#1e57 +/pe 16#05e4 +/pecyrillic 16#043f +/pedagesh 16#fb44 +/pedageshhebrew 16#fb44 +/peezisquare 16#333b +/pefinaldageshhebrew 16#fb43 +/peharabic 16#067e +/peharmenian 16#057a +/pehebrew 16#05e4 +/pehfinalarabic 16#fb57 +/pehinitialarabic 16#fb58 +/pehiragana 16#307a +/pehmedialarabic 16#fb59 +/pekatakana 16#30da +/pemiddlehookcyrillic 16#04a7 +/perafehebrew 16#fb4e +/percent 16#0025 +/percentarabic 16#066a +/percentmonospace 16#ff05 +/percentsmall 16#fe6a +/period 16#002e +/periodarmenian 16#0589 +/periodcentered 16#00b7 +/periodhalfwidth 16#ff61 +/periodinferior 16#f6e7 +/periodmonospace 16#ff0e +/periodsmall 16#fe52 +/periodsuperior 16#f6e8 +/perispomenigreekcmb 16#0342 +/perpendicular 16#22a5 +/perthousand 16#2030 +/peseta 16#20a7 +/pfsquare 16#338a +/phabengali 16#09ab +/phadeva 16#092b +/phagujarati 16#0aab +/phagurmukhi 16#0a2b +/phi 16#03c6 +/phi1 16#03d5 +/phieuphacirclekorean 16#327a +/phieuphaparenkorean 16#321a +/phieuphcirclekorean 16#326c +/phieuphkorean 16#314d +/phieuphparenkorean 16#320c +/philatin 16#0278 +/phinthuthai 16#0e3a +/phisymbolgreek 16#03d5 +/phook 16#01a5 +/phophanthai 16#0e1e +/phophungthai 16#0e1c +/phosamphaothai 16#0e20 +/pi 16#03c0 +/pieupacirclekorean 16#3273 +/pieupaparenkorean 16#3213 +/pieupcieuckorean 16#3176 +/pieupcirclekorean 16#3265 +/pieupkiyeokkorean 16#3172 +/pieupkorean 16#3142 +/pieupparenkorean 16#3205 +/pieupsioskiyeokkorean 16#3174 +/pieupsioskorean 16#3144 +/pieupsiostikeutkorean 16#3175 +/pieupthieuthkorean 16#3177 +/pieuptikeutkorean 16#3173 +/pihiragana 16#3074 +/pikatakana 16#30d4 +/pisymbolgreek 16#03d6 +/piwrarmenian 16#0583 +/plus 16#002b +/plusbelowcmb 16#031f +/pluscircle 16#2295 +/plusminus 16#00b1 +/plusmod 16#02d6 +/plusmonospace 16#ff0b +/plussmall 16#fe62 +/plussuperior 16#207a +/pmonospace 16#ff50 +/pmsquare 16#33d8 +/pohiragana 16#307d +/pointingindexdownwhite 16#261f +/pointingindexleftwhite 16#261c +/pointingindexrightwhite 16#261e +/pointingindexupwhite 16#261d +/pokatakana 16#30dd +/poplathai 16#0e1b +/postalmark 16#3012 +/postalmarkface 16#3020 +/pparen 16#24ab +/precedes 16#227a +/prescription 16#211e +/primemod 16#02b9 +/primereversed 16#2035 +/product 16#220f +/projective 16#2305 +/prolongedkana 16#30fc +/propellor 16#2318 +/propersubset 16#2282 +/propersuperset 16#2283 +/proportion 16#2237 +/proportional 16#221d +/psi 16#03c8 +/psicyrillic 16#0471 +/psilipneumatacyrilliccmb 16#0486 +/pssquare 16#33b0 +/puhiragana 16#3077 +/pukatakana 16#30d7 +/pvsquare 16#33b4 +/pwsquare 16#33ba +/q 16#0071 +/qadeva 16#0958 +/qadmahebrew 16#05a8 +/qafarabic 16#0642 +/qaffinalarabic 16#fed6 +/qafinitialarabic 16#fed7 +/qafmedialarabic 16#fed8 +/qamats 16#05b8 +/qamats10 16#05b8 +/qamats1a 16#05b8 +/qamats1c 16#05b8 +/qamats27 16#05b8 +/qamats29 16#05b8 +/qamats33 16#05b8 +/qamatsde 16#05b8 +/qamatshebrew 16#05b8 +/qamatsnarrowhebrew 16#05b8 +/qamatsqatanhebrew 16#05b8 +/qamatsqatannarrowhebrew 16#05b8 +/qamatsqatanquarterhebrew 16#05b8 +/qamatsqatanwidehebrew 16#05b8 +/qamatsquarterhebrew 16#05b8 +/qamatswidehebrew 16#05b8 +/qarneyparahebrew 16#059f +/qbopomofo 16#3111 +/qcircle 16#24e0 +/qhook 16#02a0 +/qmonospace 16#ff51 +/qof 16#05e7 +/qofdagesh 16#fb47 +/qofdageshhebrew 16#fb47 +/qofhebrew 16#05e7 +/qparen 16#24ac +/quarternote 16#2669 +/qubuts 16#05bb +/qubuts18 16#05bb +/qubuts25 16#05bb +/qubuts31 16#05bb +/qubutshebrew 16#05bb +/qubutsnarrowhebrew 16#05bb +/qubutsquarterhebrew 16#05bb +/qubutswidehebrew 16#05bb +/question 16#003f +/questionarabic 16#061f +/questionarmenian 16#055e +/questiondown 16#00bf +/questiondownsmall 16#f7bf +/questiongreek 16#037e +/questionmonospace 16#ff1f +/questionsmall 16#f73f +/quotedbl 16#0022 +/quotedblbase 16#201e +/quotedblleft 16#201c +/quotedblmonospace 16#ff02 +/quotedblprime 16#301e +/quotedblprimereversed 16#301d +/quotedblright 16#201d +/quoteleft 16#2018 +/quoteleftreversed 16#201b +/quotereversed 16#201b +/quoteright 16#2019 +/quoterightn 16#0149 +/quotesinglbase 16#201a +/quotesingle 16#0027 +/quotesinglemonospace 16#ff07 +/r 16#0072 +/raarmenian 16#057c +/rabengali 16#09b0 +/racute 16#0155 +/radeva 16#0930 +/radical 16#221a +/radicalex 16#f8e5 +/radoverssquare 16#33ae +/radoverssquaredsquare 16#33af +/radsquare 16#33ad +/rafe 16#05bf +/rafehebrew 16#05bf +/ragujarati 16#0ab0 +/ragurmukhi 16#0a30 +/rahiragana 16#3089 +/rakatakana 16#30e9 +/rakatakanahalfwidth 16#ff97 +/ralowerdiagonalbengali 16#09f1 +/ramiddlediagonalbengali 16#09f0 +/ramshorn 16#0264 +/ratio 16#2236 +/rbopomofo 16#3116 +/rcaron 16#0159 +/rcedilla 16#0157 +/rcircle 16#24e1 +/rcommaaccent 16#0157 +/rdblgrave 16#0211 +/rdotaccent 16#1e59 +/rdotbelow 16#1e5b +/rdotbelowmacron 16#1e5d +/referencemark 16#203b +/reflexsubset 16#2286 +/reflexsuperset 16#2287 +/registered 16#00ae +/registersans 16#f8e8 +/registerserif 16#f6da +/reharabic 16#0631 +/reharmenian 16#0580 +/rehfinalarabic 16#feae +/rehiragana 16#308c +/rekatakana 16#30ec +/rekatakanahalfwidth 16#ff9a +/resh 16#05e8 +/reshdageshhebrew 16#fb48 +/reshhebrew 16#05e8 +/reversedtilde 16#223d +/reviahebrew 16#0597 +/reviamugrashhebrew 16#0597 +/revlogicalnot 16#2310 +/rfishhook 16#027e +/rfishhookreversed 16#027f +/rhabengali 16#09dd +/rhadeva 16#095d +/rho 16#03c1 +/rhook 16#027d +/rhookturned 16#027b +/rhookturnedsuperior 16#02b5 +/rhosymbolgreek 16#03f1 +/rhotichookmod 16#02de +/rieulacirclekorean 16#3271 +/rieulaparenkorean 16#3211 +/rieulcirclekorean 16#3263 +/rieulhieuhkorean 16#3140 +/rieulkiyeokkorean 16#313a +/rieulkiyeoksioskorean 16#3169 +/rieulkorean 16#3139 +/rieulmieumkorean 16#313b +/rieulpansioskorean 16#316c +/rieulparenkorean 16#3203 +/rieulphieuphkorean 16#313f +/rieulpieupkorean 16#313c +/rieulpieupsioskorean 16#316b +/rieulsioskorean 16#313d +/rieulthieuthkorean 16#313e +/rieultikeutkorean 16#316a +/rieulyeorinhieuhkorean 16#316d +/rightangle 16#221f +/righttackbelowcmb 16#0319 +/righttriangle 16#22bf +/rihiragana 16#308a +/rikatakana 16#30ea +/rikatakanahalfwidth 16#ff98 +/ring 16#02da +/ringbelowcmb 16#0325 +/ringcmb 16#030a +/ringhalfleft 16#02bf +/ringhalfleftarmenian 16#0559 +/ringhalfleftbelowcmb 16#031c +/ringhalfleftcentered 16#02d3 +/ringhalfright 16#02be +/ringhalfrightbelowcmb 16#0339 +/ringhalfrightcentered 16#02d2 +/rinvertedbreve 16#0213 +/rittorusquare 16#3351 +/rlinebelow 16#1e5f +/rlongleg 16#027c +/rlonglegturned 16#027a +/rmonospace 16#ff52 +/rohiragana 16#308d +/rokatakana 16#30ed +/rokatakanahalfwidth 16#ff9b +/roruathai 16#0e23 +/rparen 16#24ad +/rrabengali 16#09dc +/rradeva 16#0931 +/rragurmukhi 16#0a5c +/rreharabic 16#0691 +/rrehfinalarabic 16#fb8d +/rrvocalicbengali 16#09e0 +/rrvocalicdeva 16#0960 +/rrvocalicgujarati 16#0ae0 +/rrvocalicvowelsignbengali 16#09c4 +/rrvocalicvowelsigndeva 16#0944 +/rrvocalicvowelsigngujarati 16#0ac4 +/rsuperior 16#f6f1 +/rtblock 16#2590 +/rturned 16#0279 +/rturnedsuperior 16#02b4 +/ruhiragana 16#308b +/rukatakana 16#30eb +/rukatakanahalfwidth 16#ff99 +/rupeemarkbengali 16#09f2 +/rupeesignbengali 16#09f3 +/rupiah 16#f6dd +/ruthai 16#0e24 +/rvocalicbengali 16#098b +/rvocalicdeva 16#090b +/rvocalicgujarati 16#0a8b +/rvocalicvowelsignbengali 16#09c3 +/rvocalicvowelsigndeva 16#0943 +/rvocalicvowelsigngujarati 16#0ac3 +/s 16#0073 +/sabengali 16#09b8 +/sacute 16#015b +/sacutedotaccent 16#1e65 +/sadarabic 16#0635 +/sadeva 16#0938 +/sadfinalarabic 16#feba +/sadinitialarabic 16#febb +/sadmedialarabic 16#febc +/sagujarati 16#0ab8 +/sagurmukhi 16#0a38 +/sahiragana 16#3055 +/sakatakana 16#30b5 +/sakatakanahalfwidth 16#ff7b +/sallallahoualayhewasallamarabic 16#fdfa +/samekh 16#05e1 +/samekhdagesh 16#fb41 +/samekhdageshhebrew 16#fb41 +/samekhhebrew 16#05e1 +/saraaathai 16#0e32 +/saraaethai 16#0e41 +/saraaimaimalaithai 16#0e44 +/saraaimaimuanthai 16#0e43 +/saraamthai 16#0e33 +/saraathai 16#0e30 +/saraethai 16#0e40 +/saraiileftthai 16#f886 +/saraiithai 16#0e35 +/saraileftthai 16#f885 +/saraithai 16#0e34 +/saraothai 16#0e42 +/saraueeleftthai 16#f888 +/saraueethai 16#0e37 +/saraueleftthai 16#f887 +/sarauethai 16#0e36 +/sarauthai 16#0e38 +/sarauuthai 16#0e39 +/sbopomofo 16#3119 +/scaron 16#0161 +/scarondotaccent 16#1e67 +/scedilla 16#015f +/schwa 16#0259 +/schwacyrillic 16#04d9 +/schwadieresiscyrillic 16#04db +/schwahook 16#025a +/scircle 16#24e2 +/scircumflex 16#015d +/scommaaccent 16#0219 +/sdotaccent 16#1e61 +/sdotbelow 16#1e63 +/sdotbelowdotaccent 16#1e69 +/seagullbelowcmb 16#033c +/second 16#2033 +/secondtonechinese 16#02ca +/section 16#00a7 +/seenarabic 16#0633 +/seenfinalarabic 16#feb2 +/seeninitialarabic 16#feb3 +/seenmedialarabic 16#feb4 +/segol 16#05b6 +/segol13 16#05b6 +/segol1f 16#05b6 +/segol2c 16#05b6 +/segolhebrew 16#05b6 +/segolnarrowhebrew 16#05b6 +/segolquarterhebrew 16#05b6 +/segoltahebrew 16#0592 +/segolwidehebrew 16#05b6 +/seharmenian 16#057d +/sehiragana 16#305b +/sekatakana 16#30bb +/sekatakanahalfwidth 16#ff7e +/semicolon 16#003b +/semicolonarabic 16#061b +/semicolonmonospace 16#ff1b +/semicolonsmall 16#fe54 +/semivoicedmarkkana 16#309c +/semivoicedmarkkanahalfwidth 16#ff9f +/sentisquare 16#3322 +/sentosquare 16#3323 +/seven 16#0037 +/sevenarabic 16#0667 +/sevenbengali 16#09ed +/sevencircle 16#2466 +/sevencircleinversesansserif 16#2790 +/sevendeva 16#096d +/seveneighths 16#215e +/sevengujarati 16#0aed +/sevengurmukhi 16#0a6d +/sevenhackarabic 16#0667 +/sevenhangzhou 16#3027 +/sevenideographicparen 16#3226 +/seveninferior 16#2087 +/sevenmonospace 16#ff17 +/sevenoldstyle 16#f737 +/sevenparen 16#247a +/sevenperiod 16#248e +/sevenpersian 16#06f7 +/sevenroman 16#2176 +/sevensuperior 16#2077 +/seventeencircle 16#2470 +/seventeenparen 16#2484 +/seventeenperiod 16#2498 +/seventhai 16#0e57 +/sfthyphen 16#00ad +/shaarmenian 16#0577 +/shabengali 16#09b6 +/shacyrillic 16#0448 +/shaddaarabic 16#0651 +/shaddadammaarabic 16#fc61 +/shaddadammatanarabic 16#fc5e +/shaddafathaarabic 16#fc60 +/shaddakasraarabic 16#fc62 +/shaddakasratanarabic 16#fc5f +/shade 16#2592 +/shadedark 16#2593 +/shadelight 16#2591 +/shademedium 16#2592 +/shadeva 16#0936 +/shagujarati 16#0ab6 +/shagurmukhi 16#0a36 +/shalshelethebrew 16#0593 +/shbopomofo 16#3115 +/shchacyrillic 16#0449 +/sheenarabic 16#0634 +/sheenfinalarabic 16#feb6 +/sheeninitialarabic 16#feb7 +/sheenmedialarabic 16#feb8 +/sheicoptic 16#03e3 +/sheqel 16#20aa +/sheqelhebrew 16#20aa +/sheva 16#05b0 +/sheva115 16#05b0 +/sheva15 16#05b0 +/sheva22 16#05b0 +/sheva2e 16#05b0 +/shevahebrew 16#05b0 +/shevanarrowhebrew 16#05b0 +/shevaquarterhebrew 16#05b0 +/shevawidehebrew 16#05b0 +/shhacyrillic 16#04bb +/shimacoptic 16#03ed +/shin 16#05e9 +/shindagesh 16#fb49 +/shindageshhebrew 16#fb49 +/shindageshshindot 16#fb2c +/shindageshshindothebrew 16#fb2c +/shindageshsindot 16#fb2d +/shindageshsindothebrew 16#fb2d +/shindothebrew 16#05c1 +/shinhebrew 16#05e9 +/shinshindot 16#fb2a +/shinshindothebrew 16#fb2a +/shinsindot 16#fb2b +/shinsindothebrew 16#fb2b +/shook 16#0282 +/sigma 16#03c3 +/sigma1 16#03c2 +/sigmafinal 16#03c2 +/sigmalunatesymbolgreek 16#03f2 +/sihiragana 16#3057 +/sikatakana 16#30b7 +/sikatakanahalfwidth 16#ff7c +/siluqhebrew 16#05bd +/siluqlefthebrew 16#05bd +/similar 16#223c +/sindothebrew 16#05c2 +/siosacirclekorean 16#3274 +/siosaparenkorean 16#3214 +/sioscieuckorean 16#317e +/sioscirclekorean 16#3266 +/sioskiyeokkorean 16#317a +/sioskorean 16#3145 +/siosnieunkorean 16#317b +/siosparenkorean 16#3206 +/siospieupkorean 16#317d +/siostikeutkorean 16#317c +/six 16#0036 +/sixarabic 16#0666 +/sixbengali 16#09ec +/sixcircle 16#2465 +/sixcircleinversesansserif 16#278f +/sixdeva 16#096c +/sixgujarati 16#0aec +/sixgurmukhi 16#0a6c +/sixhackarabic 16#0666 +/sixhangzhou 16#3026 +/sixideographicparen 16#3225 +/sixinferior 16#2086 +/sixmonospace 16#ff16 +/sixoldstyle 16#f736 +/sixparen 16#2479 +/sixperiod 16#248d +/sixpersian 16#06f6 +/sixroman 16#2175 +/sixsuperior 16#2076 +/sixteencircle 16#246f +/sixteencurrencydenominatorbengali 16#09f9 +/sixteenparen 16#2483 +/sixteenperiod 16#2497 +/sixthai 16#0e56 +/slash 16#002f +/slashmonospace 16#ff0f +/slong 16#017f +/slongdotaccent 16#1e9b +/smileface 16#263a +/smonospace 16#ff53 +/sofpasuqhebrew 16#05c3 +/softhyphen 16#00ad +/softsigncyrillic 16#044c +/sohiragana 16#305d +/sokatakana 16#30bd +/sokatakanahalfwidth 16#ff7f +/soliduslongoverlaycmb 16#0338 +/solidusshortoverlaycmb 16#0337 +/sorusithai 16#0e29 +/sosalathai 16#0e28 +/sosothai 16#0e0b +/sosuathai 16#0e2a +/space 16#0020 +/spacehackarabic 16#0020 +/spade 16#2660 +/spadesuitblack 16#2660 +/spadesuitwhite 16#2664 +/sparen 16#24ae +/squarebelowcmb 16#033b +/squarecc 16#33c4 +/squarecm 16#339d +/squarediagonalcrosshatchfill 16#25a9 +/squarehorizontalfill 16#25a4 +/squarekg 16#338f +/squarekm 16#339e +/squarekmcapital 16#33ce +/squareln 16#33d1 +/squarelog 16#33d2 +/squaremg 16#338e +/squaremil 16#33d5 +/squaremm 16#339c +/squaremsquared 16#33a1 +/squareorthogonalcrosshatchfill 16#25a6 +/squareupperlefttolowerrightfill 16#25a7 +/squareupperrighttolowerleftfill 16#25a8 +/squareverticalfill 16#25a5 +/squarewhitewithsmallblack 16#25a3 +/srsquare 16#33db +/ssabengali 16#09b7 +/ssadeva 16#0937 +/ssagujarati 16#0ab7 +/ssangcieuckorean 16#3149 +/ssanghieuhkorean 16#3185 +/ssangieungkorean 16#3180 +/ssangkiyeokkorean 16#3132 +/ssangnieunkorean 16#3165 +/ssangpieupkorean 16#3143 +/ssangsioskorean 16#3146 +/ssangtikeutkorean 16#3138 +/ssuperior 16#f6f2 +/sterling 16#00a3 +/sterlingmonospace 16#ffe1 +/strokelongoverlaycmb 16#0336 +/strokeshortoverlaycmb 16#0335 +/subset 16#2282 +/subsetnotequal 16#228a +/subsetorequal 16#2286 +/succeeds 16#227b +/suchthat 16#220b +/suhiragana 16#3059 +/sukatakana 16#30b9 +/sukatakanahalfwidth 16#ff7d +/sukunarabic 16#0652 +/summation 16#2211 +/sun 16#263c +/superset 16#2283 +/supersetnotequal 16#228b +/supersetorequal 16#2287 +/svsquare 16#33dc +/syouwaerasquare 16#337c +/t 16#0074 +/tabengali 16#09a4 +/tackdown 16#22a4 +/tackleft 16#22a3 +/tadeva 16#0924 +/tagujarati 16#0aa4 +/tagurmukhi 16#0a24 +/taharabic 16#0637 +/tahfinalarabic 16#fec2 +/tahinitialarabic 16#fec3 +/tahiragana 16#305f +/tahmedialarabic 16#fec4 +/taisyouerasquare 16#337d +/takatakana 16#30bf +/takatakanahalfwidth 16#ff80 +/tatweelarabic 16#0640 +/tau 16#03c4 +/tav 16#05ea +/tavdages 16#fb4a +/tavdagesh 16#fb4a +/tavdageshhebrew 16#fb4a +/tavhebrew 16#05ea +/tbar 16#0167 +/tbopomofo 16#310a +/tcaron 16#0165 +/tccurl 16#02a8 +/tcedilla 16#0163 +/tcheharabic 16#0686 +/tchehfinalarabic 16#fb7b +/tchehinitialarabic 16#fb7c +/tchehmedialarabic 16#fb7d +/tcircle 16#24e3 +/tcircumflexbelow 16#1e71 +/tcommaaccent 16#0163 +/tdieresis 16#1e97 +/tdotaccent 16#1e6b +/tdotbelow 16#1e6d +/tecyrillic 16#0442 +/tedescendercyrillic 16#04ad +/teharabic 16#062a +/tehfinalarabic 16#fe96 +/tehhahinitialarabic 16#fca2 +/tehhahisolatedarabic 16#fc0c +/tehinitialarabic 16#fe97 +/tehiragana 16#3066 +/tehjeeminitialarabic 16#fca1 +/tehjeemisolatedarabic 16#fc0b +/tehmarbutaarabic 16#0629 +/tehmarbutafinalarabic 16#fe94 +/tehmedialarabic 16#fe98 +/tehmeeminitialarabic 16#fca4 +/tehmeemisolatedarabic 16#fc0e +/tehnoonfinalarabic 16#fc73 +/tekatakana 16#30c6 +/tekatakanahalfwidth 16#ff83 +/telephone 16#2121 +/telephoneblack 16#260e +/telishagedolahebrew 16#05a0 +/telishaqetanahebrew 16#05a9 +/tencircle 16#2469 +/tenideographicparen 16#3229 +/tenparen 16#247d +/tenperiod 16#2491 +/tenroman 16#2179 +/tesh 16#02a7 +/tet 16#05d8 +/tetdagesh 16#fb38 +/tetdageshhebrew 16#fb38 +/tethebrew 16#05d8 +/tetsecyrillic 16#04b5 +/tevirhebrew 16#059b +/tevirlefthebrew 16#059b +/thabengali 16#09a5 +/thadeva 16#0925 +/thagujarati 16#0aa5 +/thagurmukhi 16#0a25 +/thalarabic 16#0630 +/thalfinalarabic 16#feac +/thanthakhatlowleftthai 16#f898 +/thanthakhatlowrightthai 16#f897 +/thanthakhatthai 16#0e4c +/thanthakhatupperleftthai 16#f896 +/theharabic 16#062b +/thehfinalarabic 16#fe9a +/thehinitialarabic 16#fe9b +/thehmedialarabic 16#fe9c +/thereexists 16#2203 +/therefore 16#2234 +/theta 16#03b8 +/theta1 16#03d1 +/thetasymbolgreek 16#03d1 +/thieuthacirclekorean 16#3279 +/thieuthaparenkorean 16#3219 +/thieuthcirclekorean 16#326b +/thieuthkorean 16#314c +/thieuthparenkorean 16#320b +/thirteencircle 16#246c +/thirteenparen 16#2480 +/thirteenperiod 16#2494 +/thonangmonthothai 16#0e11 +/thook 16#01ad +/thophuthaothai 16#0e12 +/thorn 16#00fe +/thothahanthai 16#0e17 +/thothanthai 16#0e10 +/thothongthai 16#0e18 +/thothungthai 16#0e16 +/thousandcyrillic 16#0482 +/thousandsseparatorarabic 16#066c +/thousandsseparatorpersian 16#066c +/three 16#0033 +/threearabic 16#0663 +/threebengali 16#09e9 +/threecircle 16#2462 +/threecircleinversesansserif 16#278c +/threedeva 16#0969 +/threeeighths 16#215c +/threegujarati 16#0ae9 +/threegurmukhi 16#0a69 +/threehackarabic 16#0663 +/threehangzhou 16#3023 +/threeideographicparen 16#3222 +/threeinferior 16#2083 +/threemonospace 16#ff13 +/threenumeratorbengali 16#09f6 +/threeoldstyle 16#f733 +/threeparen 16#2476 +/threeperiod 16#248a +/threepersian 16#06f3 +/threequarters 16#00be +/threequartersemdash 16#f6de +/threeroman 16#2172 +/threesuperior 16#00b3 +/threethai 16#0e53 +/thzsquare 16#3394 +/tihiragana 16#3061 +/tikatakana 16#30c1 +/tikatakanahalfwidth 16#ff81 +/tikeutacirclekorean 16#3270 +/tikeutaparenkorean 16#3210 +/tikeutcirclekorean 16#3262 +/tikeutkorean 16#3137 +/tikeutparenkorean 16#3202 +/tilde 16#02dc +/tildebelowcmb 16#0330 +/tildecmb 16#0303 +/tildecomb 16#0303 +/tildedoublecmb 16#0360 +/tildeoperator 16#223c +/tildeoverlaycmb 16#0334 +/tildeverticalcmb 16#033e +/timescircle 16#2297 +/tipehahebrew 16#0596 +/tipehalefthebrew 16#0596 +/tippigurmukhi 16#0a70 +/titlocyrilliccmb 16#0483 +/tiwnarmenian 16#057f +/tlinebelow 16#1e6f +/tmonospace 16#ff54 +/toarmenian 16#0569 +/tohiragana 16#3068 +/tokatakana 16#30c8 +/tokatakanahalfwidth 16#ff84 +/tonebarextrahighmod 16#02e5 +/tonebarextralowmod 16#02e9 +/tonebarhighmod 16#02e6 +/tonebarlowmod 16#02e8 +/tonebarmidmod 16#02e7 +/tonefive 16#01bd +/tonesix 16#0185 +/tonetwo 16#01a8 +/tonos 16#0384 +/tonsquare 16#3327 +/topatakthai 16#0e0f +/tortoiseshellbracketleft 16#3014 +/tortoiseshellbracketleftsmall 16#fe5d +/tortoiseshellbracketleftvertical 16#fe39 +/tortoiseshellbracketright 16#3015 +/tortoiseshellbracketrightsmall 16#fe5e +/tortoiseshellbracketrightvertical 16#fe3a +/totaothai 16#0e15 +/tpalatalhook 16#01ab +/tparen 16#24af +/trademark 16#2122 +/trademarksans 16#f8ea +/trademarkserif 16#f6db +/tretroflexhook 16#0288 +/triagdn 16#25bc +/triaglf 16#25c4 +/triagrt 16#25ba +/triagup 16#25b2 +/ts 16#02a6 +/tsadi 16#05e6 +/tsadidagesh 16#fb46 +/tsadidageshhebrew 16#fb46 +/tsadihebrew 16#05e6 +/tsecyrillic 16#0446 +/tsere 16#05b5 +/tsere12 16#05b5 +/tsere1e 16#05b5 +/tsere2b 16#05b5 +/tserehebrew 16#05b5 +/tserenarrowhebrew 16#05b5 +/tserequarterhebrew 16#05b5 +/tserewidehebrew 16#05b5 +/tshecyrillic 16#045b +/tsuperior 16#f6f3 +/ttabengali 16#099f +/ttadeva 16#091f +/ttagujarati 16#0a9f +/ttagurmukhi 16#0a1f +/tteharabic 16#0679 +/ttehfinalarabic 16#fb67 +/ttehinitialarabic 16#fb68 +/ttehmedialarabic 16#fb69 +/tthabengali 16#09a0 +/tthadeva 16#0920 +/tthagujarati 16#0aa0 +/tthagurmukhi 16#0a20 +/tturned 16#0287 +/tuhiragana 16#3064 +/tukatakana 16#30c4 +/tukatakanahalfwidth 16#ff82 +/tusmallhiragana 16#3063 +/tusmallkatakana 16#30c3 +/tusmallkatakanahalfwidth 16#ff6f +/twelvecircle 16#246b +/twelveparen 16#247f +/twelveperiod 16#2493 +/twelveroman 16#217b +/twentycircle 16#2473 +/twentyhangzhou 16#5344 +/twentyparen 16#2487 +/twentyperiod 16#249b +/two 16#0032 +/twoarabic 16#0662 +/twobengali 16#09e8 +/twocircle 16#2461 +/twocircleinversesansserif 16#278b +/twodeva 16#0968 +/twodotenleader 16#2025 +/twodotleader 16#2025 +/twodotleadervertical 16#fe30 +/twogujarati 16#0ae8 +/twogurmukhi 16#0a68 +/twohackarabic 16#0662 +/twohangzhou 16#3022 +/twoideographicparen 16#3221 +/twoinferior 16#2082 +/twomonospace 16#ff12 +/twonumeratorbengali 16#09f5 +/twooldstyle 16#f732 +/twoparen 16#2475 +/twoperiod 16#2489 +/twopersian 16#06f2 +/tworoman 16#2171 +/twostroke 16#01bb +/twosuperior 16#00b2 +/twothai 16#0e52 +/twothirds 16#2154 +/u 16#0075 +/uacute 16#00fa +/ubar 16#0289 +/ubengali 16#0989 +/ubopomofo 16#3128 +/ubreve 16#016d +/ucaron 16#01d4 +/ucircle 16#24e4 +/ucircumflex 16#00fb +/ucircumflexbelow 16#1e77 +/ucyrillic 16#0443 +/udattadeva 16#0951 +/udblacute 16#0171 +/udblgrave 16#0215 +/udeva 16#0909 +/udieresis 16#00fc +/udieresisacute 16#01d8 +/udieresisbelow 16#1e73 +/udieresiscaron 16#01da +/udieresiscyrillic 16#04f1 +/udieresisgrave 16#01dc +/udieresismacron 16#01d6 +/udotbelow 16#1ee5 +/ugrave 16#00f9 +/ugujarati 16#0a89 +/ugurmukhi 16#0a09 +/uhiragana 16#3046 +/uhookabove 16#1ee7 +/uhorn 16#01b0 +/uhornacute 16#1ee9 +/uhorndotbelow 16#1ef1 +/uhorngrave 16#1eeb +/uhornhookabove 16#1eed +/uhorntilde 16#1eef +/uhungarumlaut 16#0171 +/uhungarumlautcyrillic 16#04f3 +/uinvertedbreve 16#0217 +/ukatakana 16#30a6 +/ukatakanahalfwidth 16#ff73 +/ukcyrillic 16#0479 +/ukorean 16#315c +/umacron 16#016b +/umacroncyrillic 16#04ef +/umacrondieresis 16#1e7b +/umatragurmukhi 16#0a41 +/umonospace 16#ff55 +/underscore 16#005f +/underscoredbl 16#2017 +/underscoremonospace 16#ff3f +/underscorevertical 16#fe33 +/underscorewavy 16#fe4f +/union 16#222a +/universal 16#2200 +/uogonek 16#0173 +/uparen 16#24b0 +/upblock 16#2580 +/upperdothebrew 16#05c4 +/upsilon 16#03c5 +/upsilondieresis 16#03cb +/upsilondieresistonos 16#03b0 +/upsilonlatin 16#028a +/upsilontonos 16#03cd +/uptackbelowcmb 16#031d +/uptackmod 16#02d4 +/uragurmukhi 16#0a73 +/uring 16#016f +/ushortcyrillic 16#045e +/usmallhiragana 16#3045 +/usmallkatakana 16#30a5 +/usmallkatakanahalfwidth 16#ff69 +/ustraightcyrillic 16#04af +/ustraightstrokecyrillic 16#04b1 +/utilde 16#0169 +/utildeacute 16#1e79 +/utildebelow 16#1e75 +/uubengali 16#098a +/uudeva 16#090a +/uugujarati 16#0a8a +/uugurmukhi 16#0a0a +/uumatragurmukhi 16#0a42 +/uuvowelsignbengali 16#09c2 +/uuvowelsigndeva 16#0942 +/uuvowelsigngujarati 16#0ac2 +/uvowelsignbengali 16#09c1 +/uvowelsigndeva 16#0941 +/uvowelsigngujarati 16#0ac1 +/v 16#0076 +/vadeva 16#0935 +/vagujarati 16#0ab5 +/vagurmukhi 16#0a35 +/vakatakana 16#30f7 +/vav 16#05d5 +/vavdagesh 16#fb35 +/vavdagesh65 16#fb35 +/vavdageshhebrew 16#fb35 +/vavhebrew 16#05d5 +/vavholam 16#fb4b +/vavholamhebrew 16#fb4b +/vavvavhebrew 16#05f0 +/vavyodhebrew 16#05f1 +/vcircle 16#24e5 +/vdotbelow 16#1e7f +/vecyrillic 16#0432 +/veharabic 16#06a4 +/vehfinalarabic 16#fb6b +/vehinitialarabic 16#fb6c +/vehmedialarabic 16#fb6d +/vekatakana 16#30f9 +/venus 16#2640 +/verticalbar 16#007c +/verticallineabovecmb 16#030d +/verticallinebelowcmb 16#0329 +/verticallinelowmod 16#02cc +/verticallinemod 16#02c8 +/vewarmenian 16#057e +/vhook 16#028b +/vikatakana 16#30f8 +/viramabengali 16#09cd +/viramadeva 16#094d +/viramagujarati 16#0acd +/visargabengali 16#0983 +/visargadeva 16#0903 +/visargagujarati 16#0a83 +/vmonospace 16#ff56 +/voarmenian 16#0578 +/voicediterationhiragana 16#309e +/voicediterationkatakana 16#30fe +/voicedmarkkana 16#309b +/voicedmarkkanahalfwidth 16#ff9e +/vokatakana 16#30fa +/vparen 16#24b1 +/vtilde 16#1e7d +/vturned 16#028c +/vuhiragana 16#3094 +/vukatakana 16#30f4 +/w 16#0077 +/wacute 16#1e83 +/waekorean 16#3159 +/wahiragana 16#308f +/wakatakana 16#30ef +/wakatakanahalfwidth 16#ff9c +/wakorean 16#3158 +/wasmallhiragana 16#308e +/wasmallkatakana 16#30ee +/wattosquare 16#3357 +/wavedash 16#301c +/wavyunderscorevertical 16#fe34 +/wawarabic 16#0648 +/wawfinalarabic 16#feee +/wawhamzaabovearabic 16#0624 +/wawhamzaabovefinalarabic 16#fe86 +/wbsquare 16#33dd +/wcircle 16#24e6 +/wcircumflex 16#0175 +/wdieresis 16#1e85 +/wdotaccent 16#1e87 +/wdotbelow 16#1e89 +/wehiragana 16#3091 +/weierstrass 16#2118 +/wekatakana 16#30f1 +/wekorean 16#315e +/weokorean 16#315d +/wgrave 16#1e81 +/whitebullet 16#25e6 +/whitecircle 16#25cb +/whitecircleinverse 16#25d9 +/whitecornerbracketleft 16#300e +/whitecornerbracketleftvertical 16#fe43 +/whitecornerbracketright 16#300f +/whitecornerbracketrightvertical 16#fe44 +/whitediamond 16#25c7 +/whitediamondcontainingblacksmalldiamond 16#25c8 +/whitedownpointingsmalltriangle 16#25bf +/whitedownpointingtriangle 16#25bd +/whiteleftpointingsmalltriangle 16#25c3 +/whiteleftpointingtriangle 16#25c1 +/whitelenticularbracketleft 16#3016 +/whitelenticularbracketright 16#3017 +/whiterightpointingsmalltriangle 16#25b9 +/whiterightpointingtriangle 16#25b7 +/whitesmallsquare 16#25ab +/whitesmilingface 16#263a +/whitesquare 16#25a1 +/whitestar 16#2606 +/whitetelephone 16#260f +/whitetortoiseshellbracketleft 16#3018 +/whitetortoiseshellbracketright 16#3019 +/whiteuppointingsmalltriangle 16#25b5 +/whiteuppointingtriangle 16#25b3 +/wihiragana 16#3090 +/wikatakana 16#30f0 +/wikorean 16#315f +/wmonospace 16#ff57 +/wohiragana 16#3092 +/wokatakana 16#30f2 +/wokatakanahalfwidth 16#ff66 +/won 16#20a9 +/wonmonospace 16#ffe6 +/wowaenthai 16#0e27 +/wparen 16#24b2 +/wring 16#1e98 +/wsuperior 16#02b7 +/wturned 16#028d +/wynn 16#01bf +/x 16#0078 +/xabovecmb 16#033d +/xbopomofo 16#3112 +/xcircle 16#24e7 +/xdieresis 16#1e8d +/xdotaccent 16#1e8b +/xeharmenian 16#056d +/xi 16#03be +/xmonospace 16#ff58 +/xparen 16#24b3 +/xsuperior 16#02e3 +/y 16#0079 +/yaadosquare 16#334e +/yabengali 16#09af +/yacute 16#00fd +/yadeva 16#092f +/yaekorean 16#3152 +/yagujarati 16#0aaf +/yagurmukhi 16#0a2f +/yahiragana 16#3084 +/yakatakana 16#30e4 +/yakatakanahalfwidth 16#ff94 +/yakorean 16#3151 +/yamakkanthai 16#0e4e +/yasmallhiragana 16#3083 +/yasmallkatakana 16#30e3 +/yasmallkatakanahalfwidth 16#ff6c +/yatcyrillic 16#0463 +/ycircle 16#24e8 +/ycircumflex 16#0177 +/ydieresis 16#00ff +/ydotaccent 16#1e8f +/ydotbelow 16#1ef5 +/yeharabic 16#064a +/yehbarreearabic 16#06d2 +/yehbarreefinalarabic 16#fbaf +/yehfinalarabic 16#fef2 +/yehhamzaabovearabic 16#0626 +/yehhamzaabovefinalarabic 16#fe8a +/yehhamzaaboveinitialarabic 16#fe8b +/yehhamzaabovemedialarabic 16#fe8c +/yehinitialarabic 16#fef3 +/yehmedialarabic 16#fef4 +/yehmeeminitialarabic 16#fcdd +/yehmeemisolatedarabic 16#fc58 +/yehnoonfinalarabic 16#fc94 +/yehthreedotsbelowarabic 16#06d1 +/yekorean 16#3156 +/yen 16#00a5 +/yenmonospace 16#ffe5 +/yeokorean 16#3155 +/yeorinhieuhkorean 16#3186 +/yerahbenyomohebrew 16#05aa +/yerahbenyomolefthebrew 16#05aa +/yericyrillic 16#044b +/yerudieresiscyrillic 16#04f9 +/yesieungkorean 16#3181 +/yesieungpansioskorean 16#3183 +/yesieungsioskorean 16#3182 +/yetivhebrew 16#059a +/ygrave 16#1ef3 +/yhook 16#01b4 +/yhookabove 16#1ef7 +/yiarmenian 16#0575 +/yicyrillic 16#0457 +/yikorean 16#3162 +/yinyang 16#262f +/yiwnarmenian 16#0582 +/ymonospace 16#ff59 +/yod 16#05d9 +/yoddagesh 16#fb39 +/yoddageshhebrew 16#fb39 +/yodhebrew 16#05d9 +/yodyodhebrew 16#05f2 +/yodyodpatahhebrew 16#fb1f +/yohiragana 16#3088 +/yoikorean 16#3189 +/yokatakana 16#30e8 +/yokatakanahalfwidth 16#ff96 +/yokorean 16#315b +/yosmallhiragana 16#3087 +/yosmallkatakana 16#30e7 +/yosmallkatakanahalfwidth 16#ff6e +/yotgreek 16#03f3 +/yoyaekorean 16#3188 +/yoyakorean 16#3187 +/yoyakthai 16#0e22 +/yoyingthai 16#0e0d +/yparen 16#24b4 +/ypogegrammeni 16#037a +/ypogegrammenigreekcmb 16#0345 +/yr 16#01a6 +/yring 16#1e99 +/ysuperior 16#02b8 +/ytilde 16#1ef9 +/yturned 16#028e +/yuhiragana 16#3086 +/yuikorean 16#318c +/yukatakana 16#30e6 +/yukatakanahalfwidth 16#ff95 +/yukorean 16#3160 +/yusbigcyrillic 16#046b +/yusbigiotifiedcyrillic 16#046d +/yuslittlecyrillic 16#0467 +/yuslittleiotifiedcyrillic 16#0469 +/yusmallhiragana 16#3085 +/yusmallkatakana 16#30e5 +/yusmallkatakanahalfwidth 16#ff6d +/yuyekorean 16#318b +/yuyeokorean 16#318a +/yyabengali 16#09df +/yyadeva 16#095f +/z 16#007a +/zaarmenian 16#0566 +/zacute 16#017a +/zadeva 16#095b +/zagurmukhi 16#0a5b +/zaharabic 16#0638 +/zahfinalarabic 16#fec6 +/zahinitialarabic 16#fec7 +/zahiragana 16#3056 +/zahmedialarabic 16#fec8 +/zainarabic 16#0632 +/zainfinalarabic 16#feb0 +/zakatakana 16#30b6 +/zaqefgadolhebrew 16#0595 +/zaqefqatanhebrew 16#0594 +/zarqahebrew 16#0598 +/zayin 16#05d6 +/zayindagesh 16#fb36 +/zayindageshhebrew 16#fb36 +/zayinhebrew 16#05d6 +/zbopomofo 16#3117 +/zcaron 16#017e +/zcircle 16#24e9 +/zcircumflex 16#1e91 +/zcurl 16#0291 +/zdot 16#017c +/zdotaccent 16#017c +/zdotbelow 16#1e93 +/zecyrillic 16#0437 +/zedescendercyrillic 16#0499 +/zedieresiscyrillic 16#04df +/zehiragana 16#305c +/zekatakana 16#30bc +/zero 16#0030 +/zeroarabic 16#0660 +/zerobengali 16#09e6 +/zerodeva 16#0966 +/zerogujarati 16#0ae6 +/zerogurmukhi 16#0a66 +/zerohackarabic 16#0660 +/zeroinferior 16#2080 +/zeromonospace 16#ff10 +/zerooldstyle 16#f730 +/zeropersian 16#06f0 +/zerosuperior 16#2070 +/zerothai 16#0e50 +/zerowidthjoiner 16#feff +/zerowidthnonjoiner 16#200c +/zerowidthspace 16#200b +/zeta 16#03b6 +/zhbopomofo 16#3113 +/zhearmenian 16#056a +/zhebrevecyrillic 16#04c2 +/zhecyrillic 16#0436 +/zhedescendercyrillic 16#0497 +/zhedieresiscyrillic 16#04dd +/zihiragana 16#3058 +/zikatakana 16#30b8 +/zinorhebrew 16#05ae +/zlinebelow 16#1e95 +/zmonospace 16#ff5a +/zohiragana 16#305e +/zokatakana 16#30be +/zparen 16#24b5 +/zretroflexhook 16#0290 +/zstroke 16#01b6 +/zuhiragana 16#305a +/zukatakana 16#30ba +.dicttomark readonly def +/currentglobal where +{pop currentglobal{setglobal}true setglobal} +{{}} +ifelse +/MacRomanEncoding .findencoding +/MacGlyphEncoding +/.notdef/.null/CR +4 index 32 95 getinterval aload pop +99 index 128 45 getinterval aload pop +/notequal/AE +/Oslash/infinity/plusminus/lessequal/greaterequal +/yen/mu1/partialdiff/summation/product +/pi/integral/ordfeminine/ordmasculine/Ohm +/ae/oslash/questiondown/exclamdown/logicalnot +/radical/florin/approxequal/increment/guillemotleft +/guillemotright/ellipsis/nbspace +174 index 203 12 getinterval aload pop +/lozenge +187 index 216 24 getinterval aload pop +/applelogo +212 index 241 7 getinterval aload pop +/overscore +220 index 249 7 getinterval aload pop +/Lslash/lslash/Scaron/scaron +/Zcaron/zcaron/brokenbar/Eth/eth +/Yacute/yacute/Thorn/thorn/minus +/multiply/onesuperior/twosuperior/threesuperior/onehalf +/onequarter/threequarters/franc/Gbreve/gbreve +/Idotaccent/Scedilla/scedilla/Cacute/cacute +/Ccaron/ccaron/dmacron +260 -1 roll pop +258 packedarray +7 1 index .registerencoding +.defineencoding +exec + +%%BeginResource: file (PDF object obj_1) +1 0 obj +<<>>endobj +%%EndResource +%%EndProlog +%%Page: 1 1 +%%PageBoundingBox: 0 0 72 72 +%%BeginPageSetup +/pagesave save def +4 0 obj +<</Type/Page/MediaBox [0 0 72 72] +/Parent 3 0 R +/Resources<</ProcSet[/PDF] +>> +/Contents 5 0 R +>> +endobj +%%EndPageSetup +5 0 obj +<</Length 695>>stream +q 0.1 0 0 0.1 0 0 cm +10 w +0 g +0 G +0 0 m +720 720 l +0 720 l +720 0 l +S +0.2 i +485.156 412.453 m +485.156 86.375 l +485.156 26.6406 476.516 17.2813 419.656 13.6719 c +419.656 0 l +621.203 0 l +621.203 13.6719 l +568.656 17.2813 558.578 27.3594 558.578 78.4531 c +558.578 398.063 l +558.578 449.156 567.938 458.516 621.203 462.844 c +621.203 476.516 l +477.953 476.516 l +318.875 113.016 l +152.594 476.516 l +10.0781 476.516 l +10.0781 462.844 l +69.1094 459.234 78.4531 450.609 78.4531 398.063 c +78.4531 105.813 l +78.4531 31.6719 68.375 18 8.64063 13.6719 c +8.64063 0 l +177.797 0 l +177.797 13.6719 l +122.375 16.5625 110.125 33.1094 110.125 105.813 c +110.125 395.891 l +290.797 0 l +300.875 0 l +485.156 412.453 l +f +Q + +endstream +endobj +pagesave restore +%%PageTrailer +%%Trailer +end +%%EOF diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/mw.cpp b/Master/texmf-dist/doc/latex/einfuehrung2/mw.cpp new file mode 100644 index 00000000000..0e8d36053cd --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/mw.cpp @@ -0,0 +1,12 @@ +#include <stdio.h> +long double x, y; +int main(void){ + printf("Mittelwertberechnung\n"); + printf("Erster Wert: "); + scanf("%Lf", &x); + printf("\nZweiter Wert: "); + scanf("%Lf", &y); + printf("\nDer Mittelwert ist + %Lf et de %Lf est %Lf.\n", + x, y, (x+y)/2); + return 0; } diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/myModuleB.xdy b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleB.xdy new file mode 100644 index 00000000000..007f370a722 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleB.xdy @@ -0,0 +1 @@ +(markup-indexentry :open "~n \subIIIitem " :depth 3) diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/myModuleC.xdy b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleC.xdy new file mode 100644 index 00000000000..34ffa5f9f52 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleC.xdy @@ -0,0 +1,16 @@ +(define-attributes ("default")) +(define-location-class "page-numbers" ("arabic-numbers")) +(markup-index :open "~n\begin{theindex}~n" + :close "~n\end{theindex}~n" + :tree) +(markup-locclass-list :open "\quad{}") +(markup-locref-list :sep ", ") +(markup-indexentry :open "~n \item " :depth 0) +( define-letter-group "A--D" :prefixes ("A" "B" "C" "D") ) +( define-letter-group "E--G" :after "A--D" :prefixes ("E" "F" "G") ) +( define-letter-group "H--K" :after "E--G" :prefixes ("H" "I" "J" "K") ) +( define-letter-group "L--N" :after "H--K" :prefixes ("L" "M" "N" ) ) +( define-letter-group "O--R" :after "L--N" :prefixes ("O" "P" "Q" "R") ) +( define-letter-group "S--V" :after "O--R" :prefixes ("S" "T" "U" "V") ) +( define-letter-group "W--Z" :after "S--V" :prefixes ("W" "X" "Y" "Z") ) +(markup-letter-group-list :sep "~n\indexspace") diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/myModuleE.xdy b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleE.xdy new file mode 100644 index 00000000000..dfd1d684a81 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleE.xdy @@ -0,0 +1,47 @@ +(define-attributes ("default")) +(define-location-class "page-numbers" ("arabic-numbers")) +(markup-index :open "~n\begin{theindex}~n" + :close "~n\end{theindex}~n" + :tree) +(markup-locclass-list :open "\quad{}") +(markup-locref-list :sep ", ") +(markup-indexentry :open "~n \item " :depth 0) +( define-letter-group "A--D" :prefixes ("A" "B" "C" "D") ) +( define-letter-group "E--G" :after "A--D" :prefixes ("E" "F" "G") ) +( define-letter-group "H--K" :after "E--G" :prefixes ("H" "I" "J" "K") ) +( define-letter-group "L--N" :after "H--K" :prefixes ("L" "M" "N" ) ) +( define-letter-group "O--R" :after "L--N" :prefixes ("O" "P" "Q" "R") ) +( define-letter-group "S--V" :after "O--R" :prefixes ("S" "T" "U" "V") ) +( define-letter-group "W--Z" :after "S--V" :prefixes ("W" "X" "Y" "Z") ) +(sort-rule "a" "A") +(sort-rule "b" "B") +(sort-rule "c" "C") +(sort-rule "d" "D") +(sort-rule "e" "E") +(sort-rule "f" "F") +(sort-rule "g" "G") +(sort-rule "h" "H") +(sort-rule "i" "I") +(sort-rule "j" "J") +(sort-rule "k" "K") +(sort-rule "l" "L") +(sort-rule "m" "M") +(sort-rule "n" "N") +(sort-rule "o" "O") +(sort-rule "p" "P") +(sort-rule "q" "Q") +(sort-rule "r" "R") +(sort-rule "s" "S") +(sort-rule "t" "T") +(sort-rule "u" "U") +(sort-rule "v" "V") +(sort-rule "w" "W") +(sort-rule "x" "X") +(sort-rule "y" "Y") +(sort-rule "z" "Z") +(markup-letter-group-list :sep "~n\indexspace") +(sort-rule "Ö" "O") +(sort-rule "ö" "o") +(merge-rule "\\[a-zA-Z@]+ *" "" :eregexp) +(merge-rule "\\[^a-zA-Z@]" "" :eregexp) +(merge-rule "^[{}$]" "" :eregexp) diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/myModuleF.xdy b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleF.xdy new file mode 100644 index 00000000000..414674b0e21 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleF.xdy @@ -0,0 +1,48 @@ +(define-attributes ("default")) +(define-location-class "page-numbers" ("arabic-numbers")) +(markup-index :open "~n\begin{theindex}~n" + :close "~n\end{theindex}~n" + :tree) +(markup-locclass-list :open "\quad{}") +(markup-locref-list :sep ", ") +(markup-indexentry :open "~n \item " :depth 0) +( define-letter-group "A--D" :prefixes ("A" "B" "C" "D") ) +( define-letter-group "E--G" :after "A--D" :prefixes ("E" "F" "G") ) +( define-letter-group "H--K" :after "E--G" :prefixes ("H" "I" "J" "K") ) +( define-letter-group "L--N" :after "H--K" :prefixes ("L" "M" "N" ) ) +( define-letter-group "O--R" :after "L--N" :prefixes ("O" "P" "Q" "R") ) +( define-letter-group "S--V" :after "O--R" :prefixes ("S" "T" "U" "V") ) +( define-letter-group "W--Z" :after "S--V" :prefixes ("W" "X" "Y" "Z") ) +(sort-rule "a" "A") +(sort-rule "b" "B") +(sort-rule "c" "C") +(sort-rule "d" "D") +(sort-rule "e" "E") +(sort-rule "f" "F") +(sort-rule "g" "G") +(sort-rule "h" "H") +(sort-rule "i" "I") +(sort-rule "j" "J") +(sort-rule "k" "K") +(sort-rule "l" "L") +(sort-rule "m" "M") +(sort-rule "n" "N") +(sort-rule "o" "O") +(sort-rule "p" "P") +(sort-rule "q" "Q") +(sort-rule "r" "R") +(sort-rule "s" "S") +(sort-rule "t" "T") +(sort-rule "u" "U") +(sort-rule "v" "V") +(sort-rule "w" "W") +(sort-rule "x" "X") +(sort-rule "y" "Y") +(sort-rule "z" "Z") +(markup-letter-group-list :sep "~n\indexspace") +(sort-rule "Ö" "O") +(sort-rule "ö" "o") +(merge-rule "\\[a-zA-Z@]+ *" "" :eregexp) +(merge-rule "\\[^a-zA-Z@]" "" :eregexp) +(merge-rule "^[{}$]" "" :eregexp) +(markup-letter-group :open-head "~n~n \textbf{" :close-head "}~n" :capitalize) diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/myModuleG.xdy b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleG.xdy new file mode 100644 index 00000000000..a9c0f703053 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleG.xdy @@ -0,0 +1,50 @@ +(define-attributes ("default")) +(define-location-class "page-numbers" ("arabic-numbers")) +(markup-index :open "~n\begin{theindex}~n" + :close "~n\end{theindex}~n" + :tree) +(markup-locclass-list :open "\dotfill{}") +(markup-locref-list :sep ", ") +(markup-range :sep "--") +(markup-indexentry :open "~n \item " :depth 0) +(markup-indexentry :open "~n \subitem " :depth 1) +( define-letter-group "A--D" :prefixes ("A" "B" "C" "D") ) +( define-letter-group "E--G" :after "A--D" :prefixes ("E" "F" "G") ) +( define-letter-group "H--K" :after "E--G" :prefixes ("H" "I" "J" "K") ) +( define-letter-group "L--N" :after "H--K" :prefixes ("L" "M" "N" ) ) +( define-letter-group "O--R" :after "L--N" :prefixes ("O" "P" "Q" "R") ) +( define-letter-group "S--V" :after "O--R" :prefixes ("S" "T" "U" "V") ) +( define-letter-group "W--Z" :after "S--V" :prefixes ("W" "X" "Y" "Z") ) +(sort-rule "a" "A") +(sort-rule "b" "B") +(sort-rule "c" "C") +(sort-rule "d" "D") +(sort-rule "e" "E") +(sort-rule "f" "F") +(sort-rule "g" "G") +(sort-rule "h" "H") +(sort-rule "i" "I") +(sort-rule "j" "J") +(sort-rule "k" "K") +(sort-rule "l" "L") +(sort-rule "m" "M") +(sort-rule "n" "N") +(sort-rule "o" "O") +(sort-rule "p" "P") +(sort-rule "q" "Q") +(sort-rule "r" "R") +(sort-rule "s" "S") +(sort-rule "t" "T") +(sort-rule "u" "U") +(sort-rule "v" "V") +(sort-rule "w" "W") +(sort-rule "x" "X") +(sort-rule "y" "Y") +(sort-rule "z" "Z") +(markup-letter-group-list :sep "~n\indexspace") +(sort-rule "Ö" "O") +(sort-rule "ö" "o") +(merge-rule "\\[a-zA-Z@]+ *" "" :eregexp) +(merge-rule "\\[^a-zA-Z@]" "" :eregexp) +(merge-rule "^[{}$]" "" :eregexp) +(markup-letter-group :open-head "~n~n \textbf{" :close-head "}~n" :capitalize) diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/myModuleH.xdy b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleH.xdy new file mode 100644 index 00000000000..63e587ef693 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleH.xdy @@ -0,0 +1,66 @@ +(define-attributes ("default")) +(define-location-class "page-numbers" ("arabic-numbers")) +(markup-index :open "~n\begin{theindex}~n + \providecommand*\lettergroupDefault[1]{\textbf{Symbole}} + \providecommand*\lettergroup[1]{% + \par\textbf{#1}\par + \nopagebreak}" + :close "~n\end{theindex}~n" + :tree) +(markup-letter-group :open-head "~n \lettergroupDefault{" :close-head "}" + :group "default") +(markup-letter-group :open-head "~n~n \textbf{" :close-head "}~n" + :capitalize) +(markup-locclass-list :open "\dotfill{}") +(markup-locref-list :sep ", ") +(markup-range :sep "--") +(markup-indexentry :open "~n \item " :depth 0) +(markup-indexentry :open "~n \subitem " :depth 1) +(define-letter-group "A--D" :prefixes ("A" "B" "C" "D") ) +(define-letter-group "E--G" :after "A--D" :prefixes ("E" "F" "G") ) +(define-letter-group "H--K" :after "E--G" :prefixes ("H" "I" "J" "K")) +(define-letter-group "L--N" :after "H--K" :prefixes ("L" "M" "N" )) +(define-letter-group "O--R" :after "L--N" :prefixes ("O" "P" "Q" "R")) +(define-letter-group "S--V" :after "O--R" :prefixes ("S" "T" "U" "V")) +(define-letter-group "W--Z" :after "S--V" :prefixes ("W" "X" "Y" "Z")) +(define-letter-group "Zahlen" :before "A--D" +:prefixes ("0" "1" "2" "3" "4" "5" "6" "7" "8" "9") ) +(merge-rule "[0-9][0-9][0-9][0-9][0-9][0-9]" "0&" :eregexp) +(merge-rule "[0-9][0-9][0-9][0-9][0-9]" "00&" :eregexp) +(merge-rule "[0-9][0-9][0-9][0-9]" "000&" :eregexp) +(merge-rule "[0-9][0-9][0-9]" "0000&" :eregexp) +(merge-rule "[0-9][0-9]" "00000&" :eregexp) +(merge-rule "[0-9]" "000000&" :eregexp) +(sort-rule "a" "A") +(sort-rule "b" "B") +(sort-rule "c" "C") +(sort-rule "d" "D") +(sort-rule "e" "E") +(sort-rule "f" "F") +(sort-rule "g" "G") +(sort-rule "h" "H") +(sort-rule "i" "I") +(sort-rule "j" "J") +(sort-rule "k" "K") +(sort-rule "l" "L") +(sort-rule "m" "M") +(sort-rule "n" "N") +(sort-rule "o" "O") +(sort-rule "p" "P") +(sort-rule "q" "Q") +(sort-rule "r" "R") +(sort-rule "s" "S") +(sort-rule "t" "T") +(sort-rule "u" "U") +(sort-rule "v" "V") +(sort-rule "w" "W") +(sort-rule "x" "X") +(sort-rule "y" "Y") +(sort-rule "z" "Z") +(markup-letter-group-list :sep "~n\indexspace") +(sort-rule "Ö" "O") +(sort-rule "ö" "o") +(merge-rule "mit" "Mit") +(merge-rule "\\[a-zA-Z@]+ *" "" :eregexp) +(merge-rule "\\[^a-zA-Z@]" "" :eregexp) +(merge-rule "^[{}$]" "" :eregexp) diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/myModuleI.xdy b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleI.xdy new file mode 100644 index 00000000000..e1966d1a31c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/myModuleI.xdy @@ -0,0 +1,19 @@ +(require "tex/inputenc/latin.xdy") +(require "texindy.xdy") +(require "page-ranges.xdy") +(require "book-order.xdy") +(require "rules/isolatin1-tolower.xdy") +(require "lang/german/duden.xdy") +(use-rule-set :run 0 :rule-set ("isolatin1-tolower")) +(markup-locclass-list :open "\dotfill{}") ; Ãœberschreiben +(define-letter-group "a--d" :prefixes ("a" "b" "c" "d") ) +(define-letter-group "e--g" :after "a--d" :prefixes ("e" "f" "g") ) +(define-letter-group "h--k" :after "e--g" :prefixes ("h" "i" "j" "k")) +(define-letter-group "l--n" :after "h--k" :prefixes ("l" "m" "n" )) +(define-letter-group "o--r" :after "l--n" :prefixes ("o" "p" "q" "r")) +(define-letter-group "s--v" :after "o--r" :prefixes ("s" "t" "u" "v")) +(define-letter-group "w--z" :after "s--v" :prefixes ("w" "x" "y" "z")) +(define-letter-group "Zahlen" :before "a--d" +:prefixes ("0" "1" "2" "3" "4" "5" "6" "7" "8" "9") ) +(markup-letter-group :open-head "~n~n \textbf{" :close-head "}~n" + :capitalize) diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/plainDemo.bst b/Master/texmf-dist/doc/latex/einfuehrung2/plainDemo.bst new file mode 100644 index 00000000000..7b378098f2f --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/plainDemo.bst @@ -0,0 +1,1093 @@ +% BibTeX standard bibliography style `plainDEMO' for the +% DANTE Edition Series +% version 0.99a for BibTeX versions 0.99a or later, LaTeX2e version. +% Copyright (C) 2009, Herbert Voss, all rights reserved. +% The LaTeX Project Public License +% +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + } + {} + { label } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} + +STRINGS { s t } + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ff~}{vv~}{ll}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { numnames #2 > + { "," * } + 'skip$ + if$ + t "others" = + { "\egroup~et~al." * } + { "\egroup~und \bgroup\scshape{}" * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { "\bgroup\scshape{}" author format.names * "\egroup{}" * } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { ", editors" * } + { ", editor" * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { "volume" volume tie.or.space.connect + series empty$ + 'skip$ + { " of " * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { "number" } + { "Number" } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { " in " * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ " Auf{}lage" * } + { edition "t" change.case$ " Auf{}lage" * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { "pages" pages n.dashify tie.or.space.connect } + { "page" pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "(" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { ":" * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { "chapter" } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { "In " booktitle emphasize * } + { "In " format.editors * ", " * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { "Technical Report" } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { "In {\em " journal * "\/}" * } + if$ + } + { "In " key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}{ll}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ " et~al." * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al." * } + { " and " * editor #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + "In " + } + { "Volume" volume tie.or.space.connect + " of " * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { "In {\em " booktitle * "\/}" * } + if$ + } + { "In " key * } + if$ + } + { "In " format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + new.block + format.btitle "title" output.check + author empty$ + { organization empty$ + { address new.block.checka + address output + } + 'skip$ + if$ + } + { organization address new.block.checkb + organization output + address output + } + if$ + format.edition output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + "Master's thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.btitle "title" output.check + new.block + "PhD thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address empty$ + { editor empty$ + { publisher new.sentence.checka } + { organization publisher new.sentence.checkb + organization output + } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +MACRO {acmcs} {"ACM Computing Surveys"} + +MACRO {acta} {"Acta Informatica"} + +MACRO {cacm} {"Communications of the ACM"} + +MACRO {ibmjrd} {"IBM Journal of Research and Development"} + +MACRO {ibmsj} {"IBM Systems Journal"} + +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} + +MACRO {ieeetc} {"IEEE Transactions on Computers"} + +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} + +MACRO {ipl} {"Information Processing Letters"} + +MACRO {jacm} {"Journal of the ACM"} + +MACRO {jcss} {"Journal of Computer and System Sciences"} + +MACRO {scp} {"Science of Computer Programming"} + +MACRO {sicomp} {"SIAM Journal on Computing"} + +MACRO {tocs} {"ACM Transactions on Computer Systems"} + +MACRO {tods} {"ACM Transactions on Database Systems"} + +MACRO {tog} {"ACM Transactions on Graphics"} + +MACRO {toms} {"ACM Transactions on Mathematical Software"} + +MACRO {toois} {"ACM Transactions on Office Information Systems"} + +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} + +MACRO {tcs} {"Theoretical Computer Science"} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/preamble.tex b/Master/texmf-dist/doc/latex/einfuehrung2/preamble.tex new file mode 100644 index 00000000000..26ca2290ad6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/preamble.tex @@ -0,0 +1,7 @@ +\usepackage{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage[justification=raggedright]{caption} +\setlength\parindent{0em} +\AtBeginDocument{\fontfamily{zapfino}\selectfont} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/tab.tex b/Master/texmf-dist/doc/latex/einfuehrung2/tab.tex new file mode 100644 index 00000000000..73f4198e59e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/tab.tex @@ -0,0 +1,3 @@ +\begin{tabular}{cc}\hline +Links & Rechts\\\hline +\end{tabular} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/tabelle1.tex b/Master/texmf-dist/doc/latex/einfuehrung2/tabelle1.tex new file mode 100644 index 00000000000..f0e83aa5ae1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/tabelle1.tex @@ -0,0 +1,3 @@ +\begin{tabular}{cc}\hline +Links & Rechts \\\hline +\end{tabular} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/test.bib b/Master/texmf-dist/doc/latex/einfuehrung2/test.bib new file mode 100644 index 00000000000..0a4c2c39dbb --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/test.bib @@ -0,0 +1,5 @@ +@online{SIOC, + author = {Uldis Boj{\=a}rs and John Br{\'e}slin}, + title = {SIOC Core Ontology Specification}, + url = {http://rdfs.org/sioc/spec/}, + year = {2010}} diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/tmp.data b/Master/texmf-dist/doc/latex/einfuehrung2/tmp.data new file mode 100644 index 00000000000..0d12c6b3e0c --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/tmp.data @@ -0,0 +1,5001 @@ +-2 1.4285714285673 +-1.9992 1.4154740864879 +-1.9984 1.3994549771157 +-1.9976 1.4040344718436 +-1.9968 1.4066579269455 +-1.996 1.3849241491989 +-1.9952 1.3627989707132 +-1.9944 1.3642495642475 +-1.9936 1.3668787533181 +-1.9928 1.3481385712723 +-1.992 1.3315587006095 +-1.9912 1.3404239668757 +-1.9904 1.3514759127022 +-1.9896 1.3412111202576 +-1.9888 1.3322036143112 +-1.988 1.3468763205655 +-1.9872 1.3612874056078 +-1.9864 1.3514958673774 +-1.9856 1.3399271223032 +-1.9848 1.349159335491 +-1.984 1.3556948629827 +-1.9832 1.3362826321464 +-1.9824 1.3142164351652 +-1.9816 1.3130364680743 +-1.9808 1.3102067835782 +-1.98 1.2833436833168 +-1.9792 1.2564292241251 +-1.9784 1.2534454699782 +-1.9776 1.2520087439865 +-1.9768 1.2295831346259 +-1.976 1.2097088879972 +-1.9752 1.2156798606188 +-1.9744 1.2242450585164 +-1.9736 1.2119069306442 +-1.9728 1.2012437492607 +-1.972 1.2146810521766 +-1.9712 1.2282779729539 +-1.9704 1.2180928280259 +-1.9696 1.2065487070596 +-1.9688 1.2162198129115 +-1.968 1.2236029200446 +-1.9672 1.205439777466 +-1.9664 1.1850154310834 +-1.9656 1.1858597977843 +-1.9648 1.1854251593534 +-1.964 1.1613146017041 +-1.9632 1.1374955738139 +-1.9624 1.1379341978684 +-1.9616 1.1402295846151 +-1.9608 1.1218274081044 +-1.96 1.1062483710896 +-1.9592 1.1167657354683 +-1.9584 1.1301069431309 +-1.9576 1.1227519950219 +-1.9568 1.1172559205542 +-1.956 1.1360203120628 +-1.9552 1.1550797500862 +-1.9544 1.1504674878146 +-1.9536 1.1445811407733 +-1.9528 1.1599691278474 +-1.952 1.1731022319822 +-1.9512 1.1606961061754 +-1.9504 1.1460096990801 +-1.9496 1.152546932671 +-1.9488 1.157734299348 +-1.948 1.1391494032802 +-1.9472 1.1207346201832 +-1.9464 1.1264315069725 +-1.9456 1.1338152147419 +-1.9448 1.1203081582588 +-1.944 1.1094085734653 +-1.9432 1.1243681371478 +-1.9424 1.1418936735749 +-1.9416 1.1384456151556 +-1.9408 1.1365605493389 +-1.94 1.1586228264164 +-1.9392 1.1806510534046 +-1.9384 1.1786638417469 +-1.9376 1.1750455550513 +-1.9368 1.1923328029384 +-1.936 1.2069860488582 +-1.9352 1.1957121570081 +-1.9344 1.1817628529208 +-1.9336 1.1886364301251 +-1.9328 1.1937553698629 +-1.932 1.1746948985051 +-1.9312 1.1553966570556 +-1.9304 1.1598031141036 +-1.9296 1.1654919755176 +-1.9288 1.1498898441778 +-1.928 1.1365007612635 +-1.9272 1.1485838033123 +-1.9264 1.162854760025 +-1.9256 1.1557845597998 +-1.9248 1.1499217754712 +-1.924 1.1676641851866 +-1.9232 1.1850452135073 +-1.9224 1.1780996209431 +-1.9216 1.1692291882421 +-1.9208 1.1809891417204 +-1.92 1.1898596879181 +-1.9192 1.1725684828516 +-1.9184 1.1523890107345 +-1.9176 1.1528422050296 +-1.9168 1.1513739791198 +-1.916 1.1255836914495 +-1.9152 1.0994377198991 +-1.9144 1.0969037774025 +-1.9136 1.095585222321 +-1.9128 1.0729346170652 +-1.912 1.0524821669938 +-1.9112 1.0575132145295 +-1.9104 1.0647698135677 +-1.9096 1.0507490514462 +-1.9088 1.0380254515066 +-1.908 1.049022431793 +-1.9072 1.0597986452766 +-1.9064 1.0464135698432 +-1.9056 1.0312930950353 +-1.9048 1.0370158524993 +-1.904 1.0400846585487 +-1.9032 1.0172488941295 +-1.9024 0.99180279783928 +-1.9016 0.98728700529022 +-1.9008 0.98116600222173 +-1.9 0.95105651629522 +-1.8992 0.92094102297705 +-1.8984 0.91480199777876 +-1.8976 0.91025616847778 +-1.8968 0.8847680209828 +-1.896 0.86187819118892 +-1.8952 0.86488091804063 +-1.8944 0.87052558289623 +-1.8936 0.85531500254693 +-1.8928 0.84182780921953 +-1.892 0.85248989311726 +-1.8912 0.86336073283608 +-1.8904 0.85049898211961 +-1.8896 0.83632805991145 +-1.8888 0.84342249050328 +-1.888 0.84827936224674 +-1.8872 0.82764073013951 +-1.8864 0.80479193777825 +-1.8856 0.80326319178117 +-1.8848 0.80050705588192 +-1.884 0.77412688984083 +-1.8832 0.74809040807856 +-1.8824 0.7463639900242 +-1.8816 0.74654699574776 +-1.8808 0.7260853403684 +-1.88 0.70849995911144 +-1.8792 0.71706433802234 +-1.8784 0.72850613506836 +-1.8776 0.71930555885003 +-1.8768 0.71201783772949 +-1.876 0.72904475456239 +-1.8752 0.7464210721411 +-1.8744 0.74018021740341 +-1.8736 0.73271997082749 +-1.8728 0.7465889076439 +-1.872 0.75825795885398 +-1.8712 0.74444291684507 +-1.8704 0.72840286078166 +-1.8696 0.73364183451894 +-1.8688 0.73758644386762 +-1.868 0.71781439768423 +-1.8672 0.69826816747495 +-1.8664 0.70288939723659 +-1.8656 0.70925331656282 +-1.8648 0.69478240998179 +-1.864 0.68297497424421 +-1.8632 0.69708273818915 +-1.8624 0.71381256952491 +-1.8616 0.70962493529324 +-1.8608 0.70705644863416 +-1.86 0.72849147677825 +-1.8592 0.74994863497491 +-1.8584 0.74744653411095 +-1.8576 0.743369528324 +-1.8568 0.76025420898591 +-1.856 0.77456101260629 +-1.8552 0.76299676762274 +-1.8544 0.74881315496825 +-1.8536 0.75550841482064 +-1.8528 0.76050496634572 +-1.852 0.74137796507914 +-1.8512 0.7220689724193 +-1.8504 0.72652036859717 +-1.8496 0.73230976247472 +-1.8488 0.7168636512362 +-1.848 0.70368596159855 +-1.8472 0.71603564702964 +-1.8464 0.73062836552258 +-1.8456 0.72393490514125 +-1.8448 0.7185036897821 +-1.844 0.73673234006864 +-1.8432 0.75465411450909 +-1.8424 0.74830359906628 +-1.8416 0.74008239138776 +-1.8408 0.75254552623428 +-1.84 0.76217301020606 +-1.8392 0.74569229094495 +-1.8384 0.72637663592101 +-1.8376 0.72774675352329 +-1.8368 0.72724832377383 +-1.836 0.70248046348579 +-1.8352 0.6774093006974 +-1.8344 0.67600229030699 +-1.8336 0.67586252451089 +-1.8328 0.65444229147059 +-1.832 0.63527151420796 +-1.8312 0.64163524483925 +-1.8304 0.65027523896973 +-1.8296 0.6376882777255 +-1.8288 0.62644857039708 +-1.828 0.63897921316015 +-1.8272 0.65133852933381 +-1.8264 0.63958565945006 +-1.8256 0.62614614803844 +-1.8248 0.63359827417187 +-1.824 0.63844449398854 +-1.8232 0.61743382075333 +-1.8224 0.5938601180251 +-1.8216 0.59126363901013 +-1.8208 0.58710847966017 +-1.82 0.55901097061367 +-1.8192 0.53095318318808 +-1.8184 0.52691718161837 +-1.8176 0.52451927531298 +-1.8168 0.50122352479363 +-1.816 0.48057013373628 +-1.8152 0.48585290201796 +-1.8144 0.49382076506524 +-1.8136 0.48097608703678 +-1.8128 0.46989704096913 +-1.812 0.48300905127084 +-1.8112 0.49637112422773 +-1.8104 0.4860414348726 +-1.8096 0.47444291710274 +-1.8088 0.48414960393922 +-1.808 0.49165808621365 +-1.8072 0.47370991530838 +-1.8064 0.45358992523272 +-1.8056 0.4548278070294 +-1.8048 0.45487560299712 +-1.804 0.43133614572246 +-1.8032 0.40817661670681 +-1.8024 0.40936285684522 +-1.8016 0.41249368220369 +-1.8008 0.39501445842943 +-1.8 0.38044556591885 +-1.7992 0.39205993061019 +-1.7984 0.40658464521913 +-1.7976 0.40049934803984 +-1.7968 0.39635869206983 +-1.796 0.41656387987558 +-1.7952 0.43714908924267 +-1.7944 0.43414715738066 +-1.7936 0.42995527033035 +-1.7928 0.44712140437589 +-1.792 0.46211588719044 +-1.7912 0.45165390351471 +-1.7904 0.43899392054578 +-1.7896 0.44763936599394 +-1.7888 0.45501622560055 +-1.788 0.43870158421183 +-1.7872 0.42263728534486 +-1.7864 0.43076434127423 +-1.7856 0.44065734632328 +-1.7848 0.42973814621055 +-1.784 0.42150439531544 +-1.7832 0.43920717674145 +-1.7824 0.45955270935704 +-1.7816 0.45900080823763 +-1.7808 0.46008743136611 +-1.78 0.48519628788708 +-1.7792 0.5103453322855 +-1.7784 0.51155251195003 +-1.7776 0.5112015147766 +-1.7768 0.53182826335024 +-1.776 0.54989252316066 +-1.7752 0.54210044935014 +-1.7744 0.53170304717697 +-1.7736 0.54219787900315 +-1.7728 0.55100668446002 +-1.772 0.53570393770275 +-1.7712 0.52023051669768 +-1.7704 0.52852811662298 +-1.7696 0.53817365997304 +-1.7688 0.52659295614884 +-1.768 0.51728924249928 +-1.7672 0.53352078186333 +-1.7664 0.55200254080919 +-1.7656 0.54920461500481 +-1.7648 0.54767473472446 +-1.764 0.56980982617379 +-1.7632 0.59164245313518 +-1.7624 0.58920650627717 +-1.7616 0.58490288717186 +-1.7608 0.60128593413922 +-1.76 0.61483495748286 +-1.7592 0.60227670846215 +-1.7584 0.58688375775091 +-1.7576 0.592176117037 +-1.7568 0.59559877026976 +-1.756 0.57475013852206 +-1.7552 0.5535956541058 +-1.7544 0.5561020767398 +-1.7536 0.55987180451612 +-1.7528 0.54235643226203 +-1.752 0.52708519012777 +-1.7512 0.5373424383019 +-1.7504 0.54986924203277 +-1.7496 0.54116169330606 +-1.7488 0.5337933130976 +-1.748 0.5501865107264 +-1.7472 0.5663989246238 +-1.7464 0.55848901207676 +-1.7456 0.54888163568315 +-1.7448 0.56015439440442 +-1.744 0.56880906672454 +-1.7432 0.55159399033858 +-1.7424 0.53180235491671 +-1.7416 0.53297374206881 +-1.7408 0.53257157904112 +-1.74 0.50821153024111 +-1.7392 0.48387500290318 +-1.7384 0.4835433998831 +-1.7376 0.48483237248752 +-1.7368 0.46520532611389 +-1.736 0.4482018117954 +-1.7352 0.45711497988433 +-1.7344 0.46869312005542 +-1.7336 0.45943795405694 +-1.7328 0.45192701539363 +-1.732 0.46858509249722 +-1.7312 0.48547055983905 +-1.7304 0.47864096438719 +-1.7296 0.47051861527437 +-1.7288 0.48367692465279 +-1.728 0.49461186711337 +-1.7272 0.48006438194246 +-1.7264 0.46331869468129 +-1.7256 0.46790389223435 +-1.7248 0.47127141778376 +-1.724 0.4510235092978 +-1.7232 0.43112675770179 +-1.7224 0.43554641801039 +-1.7216 0.44188072579402 +-1.7208 0.4275744711061 +-1.72 0.41614746313084 +-1.7192 0.4308720616625 +-1.7184 0.44847479904263 +-1.7176 0.44543475842977 +-1.7168 0.44430604243242 +-1.716 0.46748930867422 +-1.7152 0.49101819607462 +-1.7144 0.4909250085902 +-1.7136 0.48960640410254 +-1.7128 0.50960983650063 +-1.712 0.52740511750858 +-1.7112 0.51970692183055 +-1.7104 0.50977321205927 +-1.7096 0.52110691745115 +-1.7088 0.53113353196919 +-1.708 0.51742965491908 +-1.7072 0.50393665011207 +-1.7064 0.51459505649435 +-1.7056 0.52697900207485 +-1.7048 0.51850987281145 +-1.704 0.51268486941012 +-1.7032 0.53275462803146 +-1.7024 0.55542492786773 +-1.7016 0.55715515112568 +-1.7008 0.5604808293694 +-1.7 0.5877852522924 +-1.6992 0.61508596244271 +-1.6984 0.61840050239815 +-1.6976 0.62011216191674 +-1.6968 0.6427564726829 +-1.696 0.66279281707668 +-1.6952 0.65692697447665 +-1.6944 0.64840958130912 +-1.6936 0.66073783861825 +-1.6928 0.67133313268601 +-1.692 0.65776959190246 +-1.6912 0.64398775568703 +-1.6904 0.65392898833524 +-1.6896 0.66516988969671 +-1.6888 0.65513595430889 +-1.688 0.64733011206019 +-1.6872 0.66501032624997 +-1.6864 0.68489127229088 +-1.6856 0.68344276266534 +-1.6848 0.6832122521039 +-1.684 0.70659639934978 +-1.6832 0.72962750925948 +-1.6824 0.72833922175814 +-1.6816 0.72513219544849 +-1.6808 0.74256053395564 +-1.68 0.75710332157804 +-1.6792 0.74548709184127 +-1.6784 0.73098420570092 +-1.6776 0.73711447353121 +-1.6768 0.74132268671871 +-1.676 0.72120708223366 +-1.6752 0.70073291641813 +-1.6744 0.70386678154931 +-1.6736 0.70821091713927 +-1.6728 0.69121676798141 +-1.672 0.67641342245726 +-1.6712 0.68708510766042 +-1.6704 0.69997276460953 +-1.6696 0.69157236968917 +-1.6688 0.68445733672602 +-1.668 0.70104997657237 +-1.6672 0.71740783813004 +-1.6664 0.70958929785178 +-1.6656 0.70001914602396 +-1.6648 0.71127491806128 +-1.664 0.71985833784058 +-1.6632 0.70251769717709 +-1.6624 0.68254614848435 +-1.6616 0.6834832449025 +-1.6608 0.68279239411412 +-1.66 0.65808924978968 +-1.6592 0.63335521701438 +-1.6584 0.63257170529431 +-1.6576 0.63335438154697 +-1.6568 0.61316667553157 +-1.656 0.59554817128718 +-1.6552 0.60379206096932 +-1.6544 0.6146466849345 +-1.6536 0.60461382437766 +-1.6528 0.59627108088275 +-1.652 0.61204331969356 +-1.6512 0.62798900095817 +-1.6504 0.62016576602709 +-1.6496 0.6109960269957 +-1.6488 0.62305330768621 +-1.648 0.632833703122 +-1.6472 0.61707828167082 +-1.6464 0.59907140648999 +-1.6456 0.60234231070059 +-1.6448 0.60434259239907 +-1.644 0.5826746530176 +-1.6432 0.56130525538858 +-1.6424 0.56419983494959 +-1.6416 0.56895681627145 +-1.6408 0.55302118682448 +-1.64 0.53991296158418 +-1.6392 0.55290471453165 +-1.6384 0.56872320059304 +-1.6376 0.56384773384655 +-1.6368 0.56083265603727 +-1.636 0.58207887217683 +-1.6352 0.603620276849 +-1.6344 0.60148943780079 +-1.6336 0.59808328481563 +-1.6328 0.61594955180412 +-1.632 0.63155833852771 +-1.6312 0.62162461571318 +-1.6304 0.60940664996102 +-1.6296 0.61840768241022 +-1.6288 0.62605352676473 +-1.628 0.60992110987092 +-1.6272 0.59395213082805 +-1.6264 0.60208747159257 +-1.6256 0.61190161079884 +-1.6248 0.60081629260349 +-1.624 0.59232908349391 +-1.6232 0.6096909928694 +-1.6224 0.62960818055213 +-1.6216 0.62854041676134 +-1.6208 0.62902362835961 +-1.62 0.65344150757299 +-1.6192 0.67781200665684 +-1.6184 0.67815308499694 +-1.6176 0.67684845620335 +-1.6168 0.69643408278266 +-1.616 0.71336978484022 +-1.6152 0.70436178634307 +-1.6144 0.69266117504334 +-1.6136 0.70176560998368 +-1.6128 0.70909694212879 +-1.612 0.69222977109974 +-1.6112 0.67510511396696 +-1.6104 0.68166481910567 +-1.6096 0.68948597678384 +-1.6088 0.67599457822495 +-1.608 0.66469405613375 +-1.6072 0.67884288268181 +-1.6064 0.69515624824989 +-1.6056 0.69010448623473 +-1.6048 0.68623557802783 +-1.604 0.70594671480181 +-1.6032 0.72527073962467 +-1.6024 0.72024183619876 +-1.6016 0.71326121236197 +-1.6008 0.72688352638965 +-1.6 0.73758842263095 +-1.5992 0.72210299996054 +-1.5984 0.70370018970665 +-1.5976 0.70590037769112 +-1.5968 0.70614893585163 +-1.596 0.6820446865728 +-1.5952 0.65755347631823 +-1.5944 0.65664249219301 +-1.5936 0.65691457323688 +-1.5928 0.63582176828652 +-1.592 0.61689377410481 +-1.5912 0.62341543044762 +-1.5904 0.63212829537205 +-1.5896 0.61952896642381 +-1.5888 0.60819148250006 +-1.588 0.62053878344221 +-1.5872 0.63262905112307 +-1.5864 0.62052129870773 +-1.5856 0.60664095667997 +-1.5848 0.61356620417445 +-1.584 0.61779941237605 +-1.5832 0.59608952378041 +-1.5824 0.57173034449739 +-1.5816 0.56826208447442 +-1.5808 0.56314881144977 +-1.58 0.53400684205394 +-1.5792 0.50481824694668 +-1.5784 0.49956510389671 +-1.5776 0.49586375090909 +-1.5768 0.47117829136972 +-1.576 0.44904898505927 +-1.5752 0.45276970214352 +-1.5744 0.45908946345743 +-1.5736 0.44451073274301 +-1.5728 0.43161179580959 +-1.572 0.44281820398288 +-1.5712 0.45418910551297 +-1.5704 0.44178283153125 +-1.5696 0.42802248511795 +-1.5688 0.43548228246653 +-1.568 0.44065901265214 +-1.5672 0.42029443929264 +-1.5664 0.39767362153278 +-1.5656 0.39632648946707 +-1.5648 0.39370533939305 +-1.564 0.36741327169933 +-1.5632 0.3414177484818 +-1.5624 0.33968490499196 +-1.5616 0.33981386636731 +-1.5608 0.31925032103196 +-1.56 0.3015149847065 +-1.5592 0.30988113221721 +-1.5584 0.32107621974147 +-1.5576 0.31158026244968 +-1.5568 0.3039483025902 +-1.556 0.32058194534112 +-1.5552 0.33751578536148 +-1.5544 0.33078308992019 +-1.5536 0.32278148728382 +-1.5528 0.33605940903428 +-1.552 0.34708765212226 +-1.5512 0.33258188345974 +-1.5504 0.31580106431577 +-1.5496 0.32024912929493 +-1.5488 0.3233525846104 +-1.548 0.30268904819361 +-1.5472 0.28220090828476 +-1.5464 0.28582973429325 +-1.5456000000001 0.29115069097639 +-1.5448000000001 0.27558620674594 +-1.5440000000001 0.2626345299205 +-1.5432000000001 0.27554734965662 +-1.5424000000001 0.29103150375348 +-1.5416000000001 0.28554743810867 +-1.5408000000001 0.28163175242696 +-1.5400000000001 0.30166880925204 +-1.5392000000001 0.32167722896188 +-1.5384000000001 0.31767563638079 +-1.5376000000001 0.31204840723646 +-1.5368000000001 0.32733216321243 +-1.5360000000001 0.339987381042 +-1.5352000000001 0.32672093814738 +-1.5344000000001 0.31078457204254 +-1.5336000000001 0.31567658817535 +-1.5328000000001 0.31881948092803 +-1.5320000000001 0.29778848978868 +-1.5312000000001 0.27652526758054 +-1.5304000000001 0.27897229465385 +-1.5296000000001 0.28270728989294 +-1.5288000000001 0.26515686918621 +-1.5280000000001 0.24982508535155 +-1.5272000000001 0.25997102655804 +-1.5264000000001 0.27231049539245 +-1.5256000000001 0.26331443309522 +-1.5248000000001 0.25553142402634 +-1.5240000000001 0.27135925779963 +-1.5232000000001 0.28683137172097 +-1.5224000000001 0.27798253903585 +-1.5216000000001 0.26721455183513 +-1.5208000000001 0.27708264776968 +-1.5200000000001 0.28406704600227 +-1.5192000000001 0.26489541508301 +-1.5184000000001 0.24284125046176 +-1.5176000000001 0.24142549682969 +-1.5168000000001 0.23809408000271 +-1.5160000000001 0.21044637079688 +-1.5152000000001 0.18244875821682 +-1.5144000000001 0.17806896627797 +-1.5136000000001 0.17491036562082 +-1.5128000000001 0.15042553087414 +-1.5120000000001 0.12814467836637 +-1.5112000000001 0.1313531615073 +-1.5104000000001 0.13679304628414 +-1.5096000000001 0.12096143207986 +-1.5088000000001 0.10643285309438 +-1.5080000000001 0.11563073821911 +-1.5072000000001 0.12461375235228 +-1.5064000000001 0.10944138526304 +-1.5056000000001 0.092539537213646 +-1.5048000000001 0.096486850575749 +-1.5040000000001 0.097786153420322 +-1.5032000000001 0.07318683839732 +-1.5024000000001 0.045983154709552 +-1.5016000000001 0.039715748544919 +-1.5008000000001 0.031849117225446 +-1.5000000000001 1.7301109482165e-13 +-1.4992000000001 -0.031849117221444 +-1.4984000000001 -0.039715748544089 +-1.4976000000001 -0.045983154712237 +-1.4968000000001 -0.073186838393589 +-1.4960000000001 -0.097786153414704 +-1.4952000000001 -0.096486850576271 +-1.4944000000001 -0.092539537219043 +-1.4936000000001 -0.10944138526068 +-1.4928000000001 -0.12461375234485 +-1.4920000000001 -0.11563073821879 +-1.4912000000001 -0.10643285309815 +-1.4904000000001 -0.12096143207763 +-1.4896000000001 -0.13679304628244 +-1.4888000000001 -0.13135316150806 +-1.4880000000001 -0.12814467836478 +-1.4872000000001 -0.15042553087075 +-1.4864000000001 -0.17491036562498 +-1.4856000000001 -0.1780689662776 +-1.4848000000001 -0.18244875820373 +-1.4840000000001 -0.21044637079463 +-1.4832000000001 -0.23809408001165 +-1.4824000000001 -0.24142549682951 +-1.4816000000001 -0.24284125044238 +-1.4808000000001 -0.26489541508001 +-1.4800000000001 -0.28406704602172 +-1.4792000000001 -0.277082647771 +-1.4784000000001 -0.26721455180751 +-1.4776000000001 -0.27798253903435 +-1.4768000000001 -0.28683137175912 +-1.4760000000001 -0.2713592578002 +-1.4752000000001 -0.25553142398901 +-1.4744000000001 -0.26331443309392 +-1.4736000000001 -0.27231049543414 +-1.4728000000001 -0.25997102655975 +-1.4720000000001 -0.24982508531115 +-1.4712000000001 -0.26515686918378 +-1.4704000000001 -0.28270728993066 +-1.4696000000001 -0.27897229465443 +-1.4688000000001 -0.27652526754112 +-1.4680000000001 -0.29778848978734 +-1.4672000000001 -0.31881948096879 +-1.4664000000001 -0.31567658817605 +-1.4656000000001 -0.31078457200124 +-1.4648000000001 -0.32672093814521 +-1.4640000000001 -0.33998738107708 +-1.4632000000001 -0.32733216321452 +-1.4624000000001 -0.31204840720738 +-1.4616000000001 -0.31767563637999 +-1.4608000000001 -0.32167722899071 +-1.4600000000001 -0.30166880925205 +-1.4592000000001 -0.2816317524057 +-1.4584000000001 -0.28554743810789 +-1.4576000000001 -0.29103150377026 +-1.4568000000001 -0.27554734965874 +-1.4560000000001 -0.26263452990458 +-1.4552000000001 -0.27558620674382 +-1.4544000000001 -0.29115069099162 +-1.4536000000001 -0.28582973429401 +-1.4528000000001 -0.28220090827024 +-1.4520000000001 -0.30268904819235 +-1.4512000000001 -0.32335258461951 +-1.4504000000001 -0.3202491292956 +-1.4496000000001 -0.31580106430666 +-1.4488000000001 -0.33258188345743 +-1.4480000000001 -0.34708765213326 +-1.4472000000001 -0.33605940903611 +-1.4464000000001 -0.32278148727 +-1.4456000000001 -0.33078308991903 +-1.4448000000001 -0.33751578537863 +-1.4440000000001 -0.32058194534186 +-1.4432000000001 -0.30394830257036 +-1.4424000000001 -0.31158026244836 +-1.4416000000001 -0.32107621976392 +-1.4408000000001 -0.30988113221873 +-1.4400000000001 -0.30151498468335 +-1.4392000000001 -0.31925032102917 +-1.4384000000001 -0.33981386639265 +-1.4376000000001 -0.33968490499199 +-1.4368000000001 -0.34141774845494 +-1.4360000000001 -0.36741327169731 +-1.4352000000001 -0.39370533941846 +-1.4344000000001 -0.39632648946694 +-1.4336000000001 -0.397673621507 +-1.4328000000001 -0.42029443928952 +-1.4320000000001 -0.4406590126702 +-1.4312000000001 -0.43548228246756 +-1.4304000000001 -0.42802248510072 +-1.4296000000001 -0.44178283152931 +-1.4288000000001 -0.45418910552679 +-1.4280000000001 -0.44281820398285 +-1.4272000000001 -0.43161179580719 +-1.4264000000001 -0.44451073195174 +-1.4256000000001 -0.45908946345387 +-1.4248000000001 -0.45276970293244 +-1.4240000000001 -0.44904898506739 +-1.4232000000001 -0.47117829057224 +-1.4224000000001 -0.49586375089368 +-1.4216000000001 -0.49956510469446 +-1.4208000000001 -0.50481824696518 +-1.4200000000001 -0.53400684205266 +-1.4192000000001 -0.56314881141664 +-1.4184000000001 -0.56826208528412 +-1.4176000000001 -0.57173034452995 +-1.4168000000001 -0.59608952296329 +-1.4160000000001 -0.61779941233868 +-1.4152000000001 -0.61356620498311 +-1.4144000000001 -0.60664095672138 +-1.4136000000001 -0.62052129789607 +-1.4128000000001 -0.63262905107892 +-1.4120000000001 -0.62053878344231 +-1.4112000000001 -0.60819148254706 +-1.4104000000001 -0.61952896561026 +-1.4096000000001 -0.6321282953202 +-1.4088000000001 -0.62341543126374 +-1.4080000000001 -0.61689377415027 +-1.4072000000001 -0.63582176747274 +-1.4064000000001 -0.65691457318788 +-1.4056000000001 -0.6566424930051 +-1.4048000000001 -0.65755347636295 +-1.4040000000001 -0.68204468657103 +-1.4032000000001 -0.70614893580054 +-1.4024000000001 -0.70590037850812 +-1.4016000000001 -0.70370018975237 +-1.4008000000001 -0.72210299914083 +-1.4000000000001 -0.73758842258709 +-1.3992000000001 -0.72688352720807 +-1.3984000000001 -0.7132612124104 +-1.3976000000001 -0.72024183537595 +-1.3968000000001 -0.72527073957432 +-1.3960000000001 -0.70594671480293 +-1.3952000000001 -0.68623557807693 +-1.3944000000001 -0.69010448540163 +-1.3936000000001 -0.69515624819194 +-1.3928000000001 -0.678842883518 +-1.3920000000001 -0.6646940561992 +-1.3912000000001 -0.67599457738541 +-1.3904000000001 -0.68948597671316 +-1.3896000000001 -0.6816648199541 +-1.3888000000001 -0.67510511404433 +-1.3880000000001 -0.69222977109898 +-1.3872000000001 -0.70909694204994 +-1.3864000000001 -0.70176561083629 +-1.3856000000001 -0.69266117513057 +-1.3848000000001 -0.70436178548955 +-1.3840000000001 -0.71336978474796 +-1.3832000000001 -0.69643408364027 +-1.3824000000001 -0.67684845630512 +-1.3816000000001 -0.6781530841328 +-1.3808000000001 -0.67781200655036 +-1.3800000000001 -0.65344150757361 +-1.3792000000001 -0.62902362847536 +-1.3784000000001 -0.6285404158962 +-1.3776000000001 -0.62960818043707 +-1.3768000000001 -0.60969099373296 +-1.3760000000001 -0.59232908361116 +-1.3752000000001 -0.60081629174114 +-1.3744000000001 -0.61190161067833 +-1.3736000000001 -0.60208747245914 +-1.3728000000001 -0.59395213095108 +-1.3720000000001 -0.60992110987029 +-1.3712000000001 -0.62605352663934 +-1.3704000000001 -0.61840768327008 +-1.3696000000001 -0.60940665008425 +-1.3688000000001 -0.62162461485628 +-1.3680000000001 -0.63155833840852 +-1.3672000000001 -0.61594955266046 +-1.3664000000001 -0.59808328493423 +-1.3656000000001 -0.60148943694704 +-1.3648000000001 -0.60362027673603 +-1.3640000000001 -0.5820788721782 +-1.3632000000001 -0.56083265614933 +-1.3624000000001 -0.56384773299357 +-1.3616000000001 -0.56872320048483 +-1.3608000000001 -0.5529047153853 +-1.3600000000001 -0.53991296169466 +-1.3592000000001 -0.55302118596783 +-1.3584000000001 -0.56895681616033 +-1.3576000000001 -0.56419983580811 +-1.3568000000001 -0.56130525549055 +-1.3560000000001 -0.58267465301621 +-1.3552000000001 -0.60434259228854 +-1.3544000000001 -0.60234231156066 +-1.3536000000001 -0.59907140660024 +-1.3528000000001 -0.61707828080763 +-1.3520000000001 -0.63283370300766 +-1.3512000000001 -0.62305330855692 +-1.3504000000001 -0.61099602711766 +-1.3496000000001 -0.62016576515242 +-1.3488000000001 -0.62798900083258 +-1.3480000000001 -0.61204331969417 +-1.3472000000001 -0.59627108101414 +-1.3464000000001 -0.60461382350596 +-1.3456000000001 -0.6146466847999 +-1.3448000000001 -0.60379206184238 +-1.3440000000001 -0.59554817142316 +-1.3432000000001 -0.61316667465155 +-1.3424000000001 -0.63335438140737 +-1.3416000000001 -0.63257170617055 +-1.3408000000001 -0.63335521715423 +-1.3400000000001 -0.65808924978902 +-1.3392000000001 -0.6827923939714 +-1.3384000000001 -0.68348324577137 +-1.3376000000001 -0.68254614862514 +-1.3368000000001 -0.70251769630587 +-1.3360000000001 -0.71985833769989 +-1.3352000000001 -0.711274918935 +-1.3344000000001 -0.70001914616237 +-1.3336000000001 -0.70958929698673 +-1.3328000000001 -0.71740783799212 +-1.3320000000001 -0.70104997657306 +-1.3312000000001 -0.68445733686073 +-1.3304000000001 -0.6915723688298 +-1.3296000000001 -0.69997276448576 +-1.3288000000001 -0.68708510851881 +-1.3280000000001 -0.67641342257554 +-1.3272000000001 -0.69121676712082 +-1.3264000000001 -0.70821091702669 +-1.3256000000001 -0.70386678240429 +-1.3248000000001 -0.70073291652573 +-1.3240000000001 -0.72120708223244 +-1.3232000000001 -0.74132268661471 +-1.3224000000001 -0.73711447438697 +-1.3216000000001 -0.73098420580121 +-1.3208000000001 -0.74548709098396 +-1.3200000000001 -0.75710332147828 +-1.3192000000001 -0.74256053481608 +-1.3184000000001 -0.72513219554425 +-1.3176000000001 -0.72833922089843 +-1.3168000000001 -0.72962750916476 +-1.3160000000001 -0.7065963993514 +-1.3152000000001 -0.68321225220542 +-1.3144000000001 -0.68344276180123 +-1.3136000000001 -0.68489127219256 +-1.3128000000001 -0.66501032712453 +-1.3120000000001 -0.6473301121621 +-1.3112000000001 -0.65513595343272 +-1.3104000000001 -0.66516988959213 +-1.3096000000001 -0.65392898920986 +-1.3088000000001 -0.64398775578863 +-1.3080000000001 -0.65776959190216 +-1.3072000000001 -0.67133313257787 +-1.3064000000001 -0.66073783949558 +-1.3056000000001 -0.64840958141478 +-1.3048000000001 -0.65692697359292 +-1.3040000000001 -0.66279281696958 +-1.3032000000001 -0.64275647356813 +-1.3024000000001 -0.62011216203085 +-1.3016000000001 -0.61840050151677 +-1.3008000000001 -0.61508596233573 +-1.3000000000001 -0.58778525229264 +-1.2992000000001 -0.56048082947699 +-1.2984000000001 -0.55715515024918 +-1.2976000000001 -0.55542492776613 +-1.2968000000001 -0.53275462891604 +-1.2960000000001 -0.51268486951199 +-1.2952000000001 -0.51850987193371 +-1.2944000000001 -0.52697900197804 +-1.2936000000001 -0.51459505737019 +-1.2928000000001 -0.50393665020823 +-1.2920000000001 -0.51742965491878 +-1.2912000000001 -0.53113353187967 +-1.2904000000001 -0.52110691832621 +-1.2896000000001 -0.50977321214684 +-1.2888000000001 -0.51970692095318 +-1.2880000000001 -0.52740511742875 +-1.2872000000001 -0.50960983737792 +-1.2864000000001 -0.48960640417427 +-1.2856000000001 -0.49092500771628 +-1.2848000000001 -0.49101819600639 +-1.2840000000001 -0.46748930867585 +-1.2832000000001 -0.44430604250138 +-1.2824000000001 -0.44543475754327 +-1.2816000000001 -0.44847479897738 +-1.2808000000001 -0.4308720625554 +-1.2800000000001 -0.41614746320123 +-1.2792000000001 -0.42757447021501 +-1.2784000000001 -0.44188072572366 +-1.2776000000001 -0.43554641890532 +-1.2768000000001 -0.43112675776699 +-1.2760000000001 -0.45102350929662 +-1.2752000000001 -0.47127141771203 +-1.2744000000001 -0.46790389314791 +-1.2736000000001 -0.4633186947554 +-1.2728000000001 -0.48006438102365 +-1.2720000000001 -0.49461186703158 +-1.2712000000001 -0.4836769255713 +-1.2704000000001 -0.47051861535657 +-1.2696000000001 -0.4786409634654 +-1.2688000000001 -0.48547055975332 +-1.2680000000001 -0.46858509249795 +-1.2672000000001 -0.451927015488 +-1.2664000000001 -0.45943795312198 +-1.2656000000001 -0.46869311996323 +-1.2648000000001 -0.4571149808203 +-1.2640000000001 -0.44820181189084 +-1.2632000000001 -0.46520532517449 +-1.2624000000001 -0.48483237238874 +-1.2616000000001 -0.48354340081976 +-1.2608000000001 -0.48387500300378 +-1.2600000000001 -0.5082115302405 +-1.2592000000001 -0.53257157893565 +-1.2584000000001 -0.53297374300827 +-1.2576000000001 -0.53180235501774 +-1.2568000000001 -0.55159398939404 +-1.2560000000001 -0.56880906662488 +-1.2552000000001 -0.56015439534851 +-1.2544000000001 -0.54888163578033 +-1.2536000000001 -0.5584890111305 +-1.2528000000001 -0.56639892453198 +-1.2520000000001 -0.55018651072707 +-1.2512000000001 -0.53379331319038 +-1.2504000000001 -0.54116169235402 +-1.2496000000001 -0.54986924194148 +-1.2488000000001 -0.53734243925387 +-1.2480000000001 -0.52708519021511 +-1.2472000000001 -0.54235643130787 +-1.2464000000001 -0.55987180442423 +-1.2456000000001 -0.55610207769724 +-1.2448000000001 -0.55359565419438 +-1.2440000000001 -0.57475013852074 +-1.2432000000001 -0.59559877017552 +-1.2424000000001 -0.59217611801233 +-1.2416000000001 -0.58688375784476 +-1.2408000000001 -0.60227670748301 +-1.2400000000001 -0.61483495738475 +-1.2392000000001 -0.60128593513057 +-1.2384000000001 -0.58490288727628 +-1.2376000000001 -0.58920650528477 +-1.2368000000001 -0.59164245302234 +-1.2360000000001 -0.56980982617524 +-1.2352000000001 -0.54767473484654 +-1.2344000000001 -0.54920461399719 +-1.2336000000001 -0.55200254068302 +-1.2328000000001 -0.53352078287898 +-1.2320000000001 -0.51728924263253 +-1.2312000000001 -0.52659295513199 +-1.2304000000001 -0.53817365983238 +-1.2296000000001 -0.52852811764613 +-1.2288000000001 -0.52023051684732 +-1.2280000000001 -0.5357039377022 +-1.2272000000001 -0.55100668430861 +-1.2264000000001 -0.54219788003852 +-1.2256000000001 -0.53170304733177 +-1.2248000000001 -0.54210044831549 +-1.2240000000001 -0.54989252300073 +-1.2232000000001 -0.53182826438886 +-1.2224000000001 -0.51120151494262 +-1.2216000000001 -0.51155251091028 +-1.2208000000001 -0.51034533211843 +-1.2200000000001 -0.4851962878878 +-1.2192000000001 -0.46008743153972 +-1.2184000000001 -0.45900080719531 +-1.2176000000001 -0.45955270918859 +-1.2168000000001 -0.43920717778434 +-1.2160000000001 -0.42150439548648 +-1.2152000000001 -0.42973814516519 +-1.2144000000001 -0.44065734615446 +-1.2136000000001 -0.43076434232451 +-1.2128000000001 -0.42263728551431 +-1.2120000000001 -0.43870158421118 +-1.2112000000001 -0.45501622543124 +-1.2104000000001 -0.4476393670434 +-1.2096000000001 -0.43899392071269 +-1.2088000000001 -0.45165390246153 +-1.2080000000001 -0.46211588701814 +-1.2072000000001 -0.44712140543339 +-1.2064000000001 -0.42995527050725 +-1.2056000000001 -0.43414715631292 +-1.2048000000001 -0.43714908906551 +-1.2040000000001 -0.41656387987681 +-1.2032000000001 -0.39635869225562 +-1.2024000000001 -0.40049934696656 +-1.2016000000001 -0.40658464502903 +-1.2008000000001 -0.39205993169055 +-1.2000000000001 -0.38044556611405 +-1.1992000000001 -0.3950144573376 +-1.1984000000001 -0.41249368200305 +-1.1976000000001 -0.40936285794219 +-1.1968000000001 -0.40817661690973 +-1.1960000000001 -0.43133614572082 +-1.1952000000001 -0.45487560278275 +-1.1944000000001 -0.45482780812924 +-1.1936000000001 -0.45358992545524 +-1.1928000000001 -0.47370991420027 +-1.1920000000001 -0.49165808598473 +-1.1912000000001 -0.48414960505164 +-1.1904000000001 -0.47444291734021 +-1.1896000000001 -0.48604143375581 +-1.1888000000001 -0.49637112398571 +-1.1880000000001 -0.48300905127108 +-1.1872000000001 -0.46989704121423 +-1.1864000000001 -0.48097608592209 +-1.1856000000001 -0.49382076481659 +-1.1848000000001 -0.48585290313488 +-1.1840000000001 -0.48057013398305 +-1.1832000000001 -0.50122352367106 +-1.1824000000001 -0.52451927505588 +-1.1816000000001 -0.52691718273435 +-1.1808000000001 -0.53095318343731 +-1.1800000000001 -0.55901097061255 +-1.1792000000001 -0.58710847940692 +-1.1784000000001 -0.59126364012304 +-1.1776000000001 -0.59386011827117 +-1.1768000000001 -0.61743381963633 +-1.1760000000001 -0.63844449373742 +-1.1752000000001 -0.63359827529128 +-1.1744000000001 -0.62614614828397 +-1.1736000000001 -0.63958565833177 +-1.1728000000001 -0.65133852909073 +-1.1720000000001 -0.63897921316028 +-1.1712000000001 -0.62644857063793 +-1.1704000000001 -0.63768827660928 +-1.1696000000001 -0.65027523872924 +-1.1688000000001 -0.64163524596067 +-1.1680000000001 -0.63527151444797 +-1.1672000000001 -0.65444229034066 +-1.1664000000001 -0.67586252426943 +-1.1656000000001 -0.67600229143736 +-1.1648000000001 -0.67740930093959 +-1.1640000000001 -0.70248046348393 +-1.1632000000001 -0.72724832352604 +-1.1624000000001 -0.72774675465696 +-1.1616000000001 -0.7263766361669 +-1.1608000000001 -0.74569228980037 +-1.1600000000001 -0.76217300995236 +-1.1592000000001 -0.7525455273853 +-1.1584000000001 -0.74008239164959 +-1.1576000000001 -0.74830359791619 +-1.1568000000001 -0.75465411424536 +-1.1560000000001 -0.73673234006955 +-1.1552000000001 -0.71850369005476 +-1.1544000000001 -0.72393490398826 +-1.1536000000001 -0.73062836525283 +-1.1528000000001 -0.71603564818624 +-1.1520000000001 -0.70368596187507 +-1.1512000000001 -0.71686365007689 +-1.1504000000001 -0.73230976219487 +-1.1496000000001 -0.72652036975217 +-1.1488000000001 -0.7220689726984 +-1.1480000000001 -0.74137796507807 +-1.1472000000001 -0.76050496606366 +-1.1464000000001 -0.75550841597363 +-1.1456000000001 -0.748813155246 +-1.1448000000001 -0.762996766464 +-1.1440000000001 -0.7745610123285 +-1.1432000000001 -0.76025421013833 +-1.1424000000001 -0.74336952860058 +-1.1416000000001 -0.74744653296233 +-1.1408000000001 -0.74994863471037 +-1.1400000000001 -0.72849147677846 +-1.1392000000001 -0.707056448897 +-1.1384000000001 -0.70962493414507 +-1.1376000000001 -0.7138125692672 +-1.1368000000001 -0.69708273934171 +-1.1360000000001 -0.68297497449855 +-1.1352000000001 -0.69478240883369 +-1.1344000000001 -0.70925331630882 +-1.1336000000001 -0.70288939838133 +-1.1328000000001 -0.69826816771893 +-1.1320000000001 -0.7178143965357 +-1.1312000000001 -0.73758644362496 +-1.1304000000001 -0.73364183567219 +-1.1296000000001 -0.72840286101974 +-1.1288000000001 -0.74444291568678 +-1.1280000000001 -0.75825795861544 +-1.1272000000001 -0.74658890880569 +-1.1264000000001 -0.73271997106421 +-1.1256000000001 -0.74018021624237 +-1.1248000000001 -0.74642107190368 +-1.1240000000001 -0.72904475573191 +-1.1232000000001 -0.71201783797208 +-1.1224000000001 -0.71930555767565 +-1.1216000000001 -0.7285061348229 +-1.1208000000001 -0.71706433920171 +-1.1200000000001 -0.70849995936015 +-1.1192000000001 -0.7260853391873 +-1.1184000000001 -0.74654699550088 +-1.1176000000001 -0.74636399120362 +-1.1168000000001 -0.748090408329 +-1.1160000000001 -0.77412688865198 +-1.1152000000001 -0.80050705562881 +-1.1144000000001 -0.80326319296972 +-1.1136000000001 -0.80479193803167 +-1.1128000000001 -0.82764072894607 +-1.1120000000001 -0.84827936199257 +-1.1112000000001 -0.84342249169018 +-1.1104000000001 -0.83632806016369 +-1.1096000000001 -0.85049898093061 +-1.1088000000001 -0.86336073258348 +-1.1080000000001 -0.85248989430723 +-1.1072000000001 -0.84182780946979 +-1.1064000000001 -0.85531500135114 +-1.1056000000001 -0.87052558264672 +-1.1048000000001 -0.8648809192316 +-1.1040000000001 -0.8618781914337 +-1.1032000000001 -0.88476801979237 +-1.1024000000001 -0.91025616823422 +-1.1016000000001 -0.91480199896567 +-1.1008000000001 -0.92094102320918 +-1.1000000000001 -0.95105651629459 +-1.0992000000001 -0.98116600198505 +-1.0984000000001 -0.98728700648456 +-1.0976000000001 -0.99180279806469 +-1.0968000000001 -1.017248892933 +-1.0960000000001 -1.0400846583274 +-1.0952000000001 -1.0370158536938 +-1.0944000000001 -1.0312930952532 +-1.0936000000001 -1.0464135686435 +-1.0928000000001 -1.0597986450598 +-1.0920000000001 -1.0490224330016 +-1.0912000000001 -1.0380254517216 +-1.0904000000001 -1.0507490502334 +-1.0896000000001 -1.0647698133482 +-1.0888000000001 -1.0575132157458 +-1.0880000000001 -1.0524821672098 +-1.0872000000001 -1.0729346158423 +-1.0864000000001 -1.0955852220981 +-1.0856000000001 -1.0969037786306 +-1.0848000000001 -1.0994377201142 +-1.0840000000001 -1.1255836902068 +-1.0832000000001 -1.1513739788966 +-1.0824000000001 -1.1528422062725 +-1.0816000000001 -1.1523890109635 +-1.0808000000001 -1.1725684816033 +-1.0800000000001 -1.1898596876835 +-1.0792000000001 -1.1809891429708 +-1.0784000000001 -1.1692291884824 +-1.0776000000001 -1.1780996196842 +-1.0768000000001 -1.1850452132596 +-1.0760000000001 -1.1676641864522 +-1.0752000000001 -1.1499217757185 +-1.0744000000001 -1.1557845585329 +-1.0736000000001 -1.162854759778 +-1.0728000000001 -1.1485838045794 +-1.0720000000001 -1.1365007615138 +-1.0712000000001 -1.1498898429064 +-1.0704000000001 -1.165491975262 +-1.0696000000001 -1.1598031153765 +-1.0688000000001 -1.1553966573092 +-1.0680000000001 -1.1746948972289 +-1.0672000000001 -1.1937553696058 +-1.0664000000001 -1.1886364314035 +-1.0656000000001 -1.1817628531752 +-1.0648000000001 -1.1957121557297 +-1.0640000000001 -1.2069860486088 +-1.0632000000001 -1.1923328042208 +-1.0624000000001 -1.1750455553024 +-1.0616000000001 -1.1786638404612 +-1.0608000000001 -1.1806510531615 +-1.0600000000001 -1.1586228264167 +-1.0592000000001 -1.1365605495865 +-1.0584000000001 -1.1384456138645 +-1.0576000000001 -1.1418936733282 +-1.0568000000001 -1.124368138442 +-1.0560000000001 -1.1094085737101 +-1.0552000000001 -1.1203081569576 +-1.0544000000001 -1.1338152144973 +-1.0536000000001 -1.1264315082845 +-1.0528000000001 -1.1207346204241 +-1.0520000000001 -1.1391494019637 +-1.0512000000001 -1.157734299097 +-1.0504000000001 -1.1525469339932 +-1.0496000000001 -1.1460096993324 +-1.0488000000001 -1.1606961048416 +-1.0480000000001 -1.1731022317246 +-1.0472000000001 -1.1599691291841 +-1.0464000000001 -1.144581141043 +-1.0456000000001 -1.1504674864639 +-1.0448000000001 -1.1550797498133 +-1.0440000000001 -1.1360203134187 +-1.0432000000001 -1.1172559208349 +-1.0424000000001 -1.1227519936641 +-1.0416000000001 -1.1301069428401 +-1.0408000000001 -1.1167657368334 +-1.0400000000001 -1.1062483713859 +-1.0392000000001 -1.1218274067307 +-1.0384000000001 -1.1402295843103 +-1.0376000000001 -1.137934199247 +-1.0368000000001 -1.1374955741277 +-1.0360000000001 -1.1613146003189 +-1.0352000000001 -1.185425159037 +-1.0344000000001 -1.1858597991637 +-1.0336000000001 -1.1850154314 +-1.0328000000001 -1.2054397760776 +-1.0320000000001 -1.2236029197223 +-1.0312000000001 -1.2162198143021 +-1.0304000000001 -1.2065487073853 +-1.0296000000001 -1.2180928266347 +-1.0288000000001 -1.228277972629 +-1.0280000000001 -1.2146810535722 +-1.0272000000001 -1.2012437495902 +-1.0264000000001 -1.2119069292511 +-1.0256000000001 -1.2242450581885 +-1.0248000000001 -1.2156798620141 +-1.0240000000001 -1.2097088883212 +-1.0232000000001 -1.2295831332229 +-1.0224000000001 -1.2520087436559 +-1.0216000000001 -1.2534454713808 +-1.0208000000001 -1.2564292244527 +-1.0200000000001 -1.2833436833159 +-1.0192000000001 -1.310206783246 +-1.0184000000001 -1.3130364694796 +-1.0176000000001 -1.3142164354936 +-1.0168000000001 -1.3362826307307 +-1.0160000000001 -1.3556948626483 +-1.0152000000001 -1.3491593369137 +-1.0144000000001 -1.3399271226383 +-1.0136000000001 -1.3514958659501 +-1.0128000000001 -1.3612874052676 +-1.0120000000001 -1.3468763219952 +-1.0112000000001 -1.332203614657 +-1.0104000000001 -1.3412111188228 +-1.0096000000001 -1.3514759123461 +-1.0088000000001 -1.3404239683218 +-1.0080000000001 -1.3315587009716 +-1.0072000000001 -1.3481385698162 +-1.0064000000001 -1.3668787529515 +-1.0056000000001 -1.3642495657059 +-1.0048000000001 -1.3627989710856 +-1.0040000000001 -1.3849241477385 +-1.0032000000001 -1.406657926564 +-1.0024000000001 -1.4040344733067 +-1.0016000000001 -1.3994549775022 +-1.0008000000001 -1.4154740850151 +-1.0000000000001 -1.4285714281718 +-0.99920000000011 -1.4154740879605 +-0.99840000000011 -1.3994549775103 +-0.99760000000011 -1.4040344703706 +-0.99680000000011 -1.406657926558 +-0.99600000000011 -1.384924150672 +-0.99520000000011 -1.3627989710994 +-0.99440000000011 -1.3642495627796 +-0.99360000000011 -1.3668787529435 +-0.99280000000011 -1.3481385727401 +-0.99200000000011 -1.3315587009908 +-0.99120000000011 -1.3404239654097 +-0.99040000000011 -1.3514759123237 +-0.98960000000011 -1.341211121721 +-0.98880000000011 -1.3322036146758 +-0.98800000000011 -1.3468763191035 +-0.98720000000011 -1.3612874052473 +-0.98640000000011 -1.3514958688373 +-0.98560000000011 -1.3399271226596 +-0.98480000000011 -1.3491593340331 +-0.98400000000011 -1.3556948626227 +-0.98320000000011 -1.3362826336065 +-0.98240000000011 -1.314216435522 +-0.98160000000011 -1.3130364666179 +-0.98080000000011 -1.3102067832274 +-0.98000000000011 -1.2833436833178 +-0.97920000000011 -1.2564292244723 +-0.97840000000011 -1.2534454685244 +-0.97760000000011 -1.2520087436412 +-0.97680000000011 -1.2295831360831 +-0.97600000000011 -1.209708888344 +-0.97520000000011 -1.2156798591632 +-0.97440000000011 -1.224245058173 +-0.97360000000011 -1.2119069321006 +-0.97280000000011 -1.2012437496026 +-0.97200000000011 -1.2146810507228 +-0.97120000000011 -1.2282779726167 +-0.97040000000011 -1.2180928294783 +-0.96960000000011 -1.2065487074024 +-0.96880000000011 -1.2162198114627 +-0.96800000000011 -1.223602919702 +-0.96720000000011 -1.2054397789151 +-0.96640000000011 -1.1850154314234 +-0.96560000000011 -1.185859796342 +-0.96480000000011 -1.1854251590201 +-0.96400000000011 -1.1613146031469 +-0.96320000000011 -1.1374955741514 +-0.96240000000011 -1.1379341964283 +-0.96160000000011 -1.1402295842827 +-0.96080000000011 -1.121827409541 +-0.96000000000011 -1.1062483714228 +-0.95920000000011 -1.1167657340324 +-0.95840000000011 -1.1301069428014 +-0.95760000000011 -1.1227519964525 +-0.95680000000011 -1.1172559208732 +-0.95600000000011 -1.1360203106306 +-0.95520000000011 -1.1550797497651 +-0.95440000000011 -1.1504674892441 +-0.95360000000011 -1.1445811410953 +-0.95280000000011 -1.1599691264164 +-0.95200000000011 -1.1731022316745 +-0.95120000000011 -1.1606961076045 +-0.95040000000011 -1.1460096993831 +-0.94960000000011 -1.152546931242 +-0.94880000000011 -1.157734299054 +-0.94800000000011 -1.1391494047087 +-0.94720000000011 -1.1207346204741 +-0.94640000000011 -1.1264315055451 +-0.94560000000011 -1.1338152144506 +-0.94480000000011 -1.1203081596842 +-0.94400000000011 -1.1094085737546 +-0.94320000000011 -1.1243681357218 +-0.94240000000011 -1.1418936732895 +-0.94160000000011 -1.1384456165788 +-0.94080000000011 -1.1365605496129 +-0.94000000000011 -1.1586228264161 +-0.93920000000011 -1.1806510531281 +-0.93840000000011 -1.1786638431655 +-0.93760000000011 -1.1750455553302 +-0.93680000000011 -1.1923328015216 +-0.93600000000011 -1.2069860485833 +-0.93520000000011 -1.1957121584234 +-0.93440000000011 -1.1817628531977 +-0.93360000000011 -1.1886364287149 +-0.93280000000011 -1.1937553695855 +-0.93200000000011 -1.1746948999165 +-0.93120000000011 -1.1553966573371 +-0.93040000000011 -1.1598031126962 +-0.92960000000011 -1.165491975235 +-0.92880000000011 -1.1498898455862 +-0.92800000000011 -1.1365007615417 +-0.92720000000011 -1.1485838019068 +-0.92640000000011 -1.1628547597466 +-0.92560000000011 -1.1557845612043 +-0.92480000000011 -1.1499217757506 +-0.92400000000011 -1.1676641837805 +-0.92320000000011 -1.1850452132225 +-0.92240000000011 -1.1780996223455 +-0.92160000000011 -1.1692291885222 +-0.92080000000011 -1.1809891403175 +-0.92000000000011 -1.1898596876452 +-0.91920000000011 -1.1725684842566 +-0.91840000000011 -1.1523890110032 +-0.91760000000011 -1.1528422036266 +-0.91680000000011 -1.151373978858 +-0.91600000000011 -1.1255836928574 +-0.91520000000011 -1.0994377201597 +-0.91440000000011 -1.0969037760011 +-0.91360000000011 -1.0955852220619 +-0.91280000000011 -1.0729346184708 +-0.91200000000011 -1.052482167248 +-0.91120000000011 -1.0575132131275 +-0.91040000000011 -1.0647698133196 +-0.90960000000011 -1.0507490528468 +-0.90880000000011 -1.0380254517514 +-0.90800000000011 -1.0490224303937 +-0.90720000000011 -1.0597986450319 +-0.90640000000011 -1.046413571241 +-0.90560000000011 -1.0312930952749 +-0.90480000000011 -1.0370158511024 +-0.90400000000011 -1.0400846583124 +-0.90320000000011 -1.0172488955272 +-0.90240000000011 -0.99180279807783 +-0.90160000000011 -0.98728700389784 +-0.90080000000011 -0.98116600198146 +-0.90000000000011 -0.95105651629576 +-0.89920000000011 -0.92094102322553 +-0.89840000000011 -0.91480199638997 +-0.89760000000011 -0.91025616823275 +-0.89680000000011 -0.88476802237519 +-0.89600000000011 -0.86187819143737 +-0.89520000000011 -0.86488091665032 +-0.89440000000011 -0.87052558264797 +-0.89360000000011 -0.85531500394029 +-0.89280000000011 -0.8418278094739 +-0.89200000000011 -0.85248989172488 +-0.89120000000011 -0.86336073257905 +-0.89040000000011 -0.85049898351259 +-0.88960000000011 -0.83632806016472 +-0.88880000000011 -0.84342248910688 +-0.88800000000011 -0.84827936199671 +-0.88720000000011 -0.82764073153203 +-0.88640000000011 -0.80479193803636 +-0.88560000000011 -0.80326319038917 +-0.88480000000011 -0.80050705562728 +-0.88400000000011 -0.77412689123538 +-0.88320000000011 -0.74809040833373 +-0.88240000000011 -0.74636398863121 +-0.88160000000011 -0.74654699550319 +-0.88080000000011 -0.72608534176169 +-0.88000000000011 -0.70849995935654 +-0.87920000000011 -0.71706433662988 +-0.87840000000011 -0.72850613482468 +-0.87760000000011 -0.71930556023837 +-0.87680000000011 -0.71201783797165 +-0.87600000000011 -0.72904475317358 +-0.87520000000011 -0.74642107190558 +-0.87440000000011 -0.74018021878666 +-0.87360000000011 -0.73271997105624 +-0.87280000000011 -0.74658890626036 +-0.87200000000011 -0.75825795862569 +-0.87120000000011 -0.74444291822696 +-0.87040000000011 -0.72840286101334 +-0.86960000000011 -0.73364183313675 +-0.86880000000011 -0.73758644363918 +-0.86800000000011 -0.71781439906858 +-0.86720000000011 -0.69826816770692 +-0.86640000000011 -0.70288939585555 +-0.86560000000011 -0.70925331633477 +-0.86480000000011 -0.69478241136412 +-0.86400000000011 -0.68297497447386 +-0.86320000000011 -0.69708273680865 +-0.86240000000011 -0.71381256929336 +-0.86160000000011 -0.70962493667341 +-0.86080000000011 -0.70705644886687 +-0.86000000000011 -0.72849147677807 +-0.85920000000011 -0.74994863474171 +-0.85840000000011 -0.74744653549163 +-0.85760000000011 -0.74336952856332 +-0.85680000000011 -0.76025420760363 +-0.85600000000011 -0.77456101236453 +-0.85520000000011 -0.76299676900375 +-0.85440000000011 -0.7488131552146 +-0.85360000000011 -0.75550841344189 +-0.85280000000011 -0.76050496610027 +-0.85200000000011 -0.74137796645701 +-0.85120000000011 -0.72206897265687 +-0.85040000000011 -0.72652036722436 +-0.84960000000011 -0.73230976223691 +-0.84880000000011 -0.71686365260901 +-0.84800000000011 -0.70368596184003 +-0.84720000000011 -0.71603564565747 +-0.84640000000011 -0.73062836528018 +-0.84560000000011 -0.72393490650992 +-0.84480000000011 -0.71850369002156 +-0.84400000000011 -0.7367323387014 +-0.84320000000011 -0.75465411427212 +-0.84240000000011 -0.74830360043022 +-0.84160000000011 -0.74008239162103 +-0.84080000000011 -0.75254552487398 +-0.84000000000011 -0.7621730099734 +-0.83920000000011 -0.74569229230495 +-0.83840000000011 -0.72637663614948 +-0.83760000000011 -0.72774675216887 +-0.83680000000011 -0.72724832354811 +-0.83600000000011 -0.70248046484505 +-0.83520000000011 -0.67740930092175 +-0.83440000000011 -0.67600228895205 +-0.83360000000011 -0.67586252429248 +-0.83280000000011 -0.65444229282867 +-0.83200000000011 -0.63527151443088 +-0.83120000000011 -0.64163524348465 +-0.83040000000011 -0.65027523874951 +-0.82960000000011 -0.63768827907837 +-0.82880000000011 -0.62644857061086 +-0.82800000000011 -0.63897921180913 +-0.82720000000011 -0.65133852912428 +-0.82640000000011 -0.63958566080066 +-0.82560000000011 -0.62614614825244 +-0.82480000000011 -0.6335982728237 +-0.82400000000011 -0.63844449377509 +-0.82320000000011 -0.61743382210265 +-0.82240000000011 -0.59386011823841 +-0.82160000000011 -0.59126363766796 +-0.82080000000011 -0.58710847944847 +-0.8200000000001 -0.55901097061454 +-0.8192000000001 -0.53095318340354 +-0.8184000000001 -0.52691718028385 +-0.8176000000001 -0.52451927509386 +-0.8168000000001 -0.50122352612971 +-0.8160000000001 -0.48057013395421 +-0.8152000000001 -0.48585290068376 +-0.8144000000001 -0.49382076484589 +-0.8136000000001 -0.48097608837021 +-0.8128000000001 -0.46989704118589 +-0.8120000000001 -0.48300904993698 +-0.8112000000001 -0.49637112401016 +-0.8104000000001 -0.48604143619552 +-0.8096000000001 -0.47444291732661 +-0.8088000000001 -0.48414960261634 +-0.8080000000001 -0.49165808599047 +-0.8072000000001 -0.4737099166297 +-0.8064000000001 -0.45358992545327 +-0.8056000000001 -0.45482780570905 +-0.8048000000001 -0.45487560278886 +-0.8040000000001 -0.4313361470435 +-0.8032000000001 -0.40817661691433 +-0.8024000000001 -0.40936285552615 +-0.8016000000001 -0.41249368199522 +-0.8008000000001 -0.39501445974703 +-0.8000000000001 -0.38044556612781 +-0.7992000000001 -0.39205992929241 +-0.7984000000001 -0.40658464502 +-0.7976000000001 -0.40049934935354 +-0.7968000000001 -0.39635869226307 +-0.7960000000001 -0.41656387855941 +-0.7952000000001 -0.43714908905527 +-0.7944000000001 -0.43414715869131 +-0.7936000000001 -0.4299552705149 +-0.7928000000001 -0.44712140306419 +-0.7920000000001 -0.46211588701312 +-0.7912000000001 -0.45165390482333 +-0.7904000000001 -0.43899392071659 +-0.7896000000001 -0.44763936468943 +-0.7888000000001 -0.45501622543157 +-0.7880000000001 -0.4387015855159 +-0.7872000000001 -0.42263728551946 +-0.7864000000001 -0.43076433997468 +-0.7856000000001 -0.4406573461509 +-0.7848000000001 -0.42973814750784 +-0.7840000000001 -0.42150439548667 +-0.7832000000001 -0.43920717544524 +-0.7824000000001 -0.45955270918753 +-0.7816000000001 -0.45900080953241 +-0.7808000000001 -0.46008743154027 +-0.7800000000001 -0.48519628788657 +-0.7792000000001 -0.51034533210229 +-0.7784000000001 -0.5115525132414 +-0.7776000000001 -0.5112015149548 +-0.7768000000001 -0.53182826205695 +-0.7760000000001 -0.54989252297943 +-0.7752000000001 -0.54210045064288 +-0.7744000000001 -0.53170304734957 +-0.7736000000001 -0.54219787771471 +-0.7728000000001 -0.55100668428701 +-0.7720000000001 -0.53570393899313 +-0.7712000000001 -0.52023051687376 +-0.7704000000001 -0.52852811533184 +-0.7696000000001 -0.53817365980178 +-0.7688000000001 -0.52659295744041 +-0.7680000000001 -0.51728924266292 +-0.7672000000001 -0.53352078057279 +-0.7664000000001 -0.55200254065163 +-0.7656000000001 -0.54920461629501 +-0.7648000000001 -0.54767473487354 +-0.7640000000001 -0.56980982488493 +-0.7632000000001 -0.59164245298281 +-0.7624000000001 -0.58920650756259 +-0.7616000000001 -0.58490288731198 +-0.7608000000001 -0.60128593285561 +-0.7600000000001 -0.61483495734887 +-0.7592000000001 -0.60227670974592 +-0.7584000000001 -0.58688375787923 +-0.7576000000001 -0.59217611575661 +-0.7568000000001 -0.59559877014598 +-0.7560000000001 -0.57475013980358 +-0.7552000000001 -0.55359565422672 +-0.7544000000001 -0.5561020754609 +-0.7536000000001 -0.55987180439896 +-0.7528000000001 -0.54235643354128 +-0.7520000000001 -0.52708519024145 +-0.7512000000001 -0.53734243702548 +-0.7504000000001 -0.5498692419225 +-0.7496000000001 -0.5411616945825 +-0.7488000000001 -0.53379331321395 +-0.7480000000001 -0.55018650944877 +-0.7472000000001 -0.56639892450765 +-0.7464000000001 -0.55848901335503 +-0.7456000000001 -0.54888163579354 +-0.7448000000001 -0.56015439312664 +-0.7440000000001 -0.56880906661585 +-0.7432000000001 -0.55159399161689 +-0.7424000000001 -0.53180235502844 +-0.7416000000001 -0.53297374079239 +-0.7408000000001 -0.53257157892556 +-0.7400000000001 -0.50821153024152 +-0.7392000000001 -0.48387500301896 +-0.7384000000001 -0.48354339860515 +-0.7376000000001 -0.48483237238001 +-0.7368000000001 -0.46520532739203 +-0.7360000000001 -0.4482018118981 +-0.7352000000001 -0.45711497860564 +-0.7344000000001 -0.4686931199538 +-0.7336000000001 -0.45943795533447 +-0.7328000000001 -0.45192701549187 +-0.7320000000001 -0.46858509121972 +-0.7312000000001 -0.4854705597424 +-0.7304000000001 -0.4786409656607 +-0.7296000000001 -0.47051861536421 +-0.7288000000001 -0.48367692337981 +-0.7280000000001 -0.49461186702886 +-0.7272000000001 -0.4800643832139 +-0.7264000000001 -0.46331869476299 +-0.7256000000001 -0.46790389096611 +-0.7248000000001 -0.4712714177075 +-0.7240000000001 -0.45102351056731 +-0.7232000000001 -0.43112675777547 +-0.7224000000001 -0.43554641674211 +-0.7216000000001 -0.44188072572297 +-0.7208000000001 -0.42757447237441 +-0.7200000000001 -0.41614746320047 +-0.7192000000001 -0.43087206039334 +-0.7184000000001 -0.44847479897637 +-0.7176000000001 -0.44543475969479 +-0.7168000000001 -0.44430604249391 +-0.7160000000001 -0.46748930740627 +-0.7152000000001 -0.49101819601943 +-0.7144000000001 -0.49092500985509 +-0.7136000000001 -0.48960640415355 +-0.7128000000001 -0.50960983523319 +-0.7120000000001 -0.5274051174587 +-0.7112000000001 -0.51970692309708 +-0.7104000000001 -0.50977321211313 +-0.7096000000001 -0.52110691618354 +-0.7088000000001 -0.53113353191493 +-0.7080000000001 -0.5174296561854 +-0.7072000000001 -0.50393665016354 +-0.7064000000001 -0.51459505522848 +-0.7056000000001 -0.5269790020265 +-0.7048000000001 -0.51850987407407 +-0.7040000000001 -0.51268486946136 +-0.7032000000001 -0.53275462676972 +-0.7024000000001 -0.55542492781147 +-0.7016000000001 -0.557155152382 +-0.7008000000001 -0.56048082942371 +-0.7000000000001 -0.58778525229225 +-0.6992000000001 -0.61508596238565 +-0.6984000000001 -0.6184005036528 +-0.6976000000001 -0.62011216197069 +-0.6968000000001 -0.64275647142921 +-0.6960000000001 -0.66279281701916 +-0.6952000000001 -0.65692697572834 +-0.6944000000001 -0.64840958136711 +-0.6936000000001 -0.66073783736867 +-0.6928000000001 -0.67133313262826 +-0.6920000000001 -0.65776959315104 +-0.6912000000001 -0.64398775573932 +-0.6904000000001 -0.65392898709016 +-0.6896000000001 -0.66516988964485 +-0.6888000000001 -0.6551359555542 +-0.6880000000001 -0.6473301121123 +-0.6872000000001 -0.66501032500431 +-0.6864000000001 -0.68489127223793 +-0.6856000000001 -0.68344276390999 +-0.6848000000001 -0.6832122521507 +-0.6840000000001 -0.70659639810292 +-0.6832000000001 -0.72962750921729 +-0.6824000000001 -0.72833922300319 +-0.6816000000001 -0.72513219548492 +-0.6808000000001 -0.74256053271167 +-0.6800000000001 -0.75710332153765 +-0.6792000000001 -0.74548709308107 +-0.6784000000001 -0.73098420573779 +-0.6776000000001 -0.73711447229422 +-0.6768000000001 -0.74132268668902 +-0.6760000000001 -0.72120708347177 +-0.6752000000001 -0.70073291644907 +-0.6744000000001 -0.70386678031649 +-0.6736000000001 -0.70821091711141 +-0.6728000000001 -0.6912167692142 +-0.6720000000001 -0.67641342249611 +-0.6712000000001 -0.6870851064314 +-0.6704000000001 -0.69997276457021 +-0.6696000000001 -0.6915723709167 +-0.6688000000001 -0.68445733676777 +-0.6680000000001 -0.70104997534579 +-0.6672000000001 -0.71740783808459 +-0.6664000000001 -0.70958929907211 +-0.6656000000001 -0.70001914607286 +-0.6648000000001 -0.71127491684264 +-0.6640000000001 -0.71985833778225 +-0.6632000000001 -0.70251769839566 +-0.6624000000001 -0.68254614854889 +-0.6616000000001 -0.68348324368759 +-0.6608000000001 -0.6827923940522 +-0.6600000000001 -0.65808924979006 +-0.6592000000001 -0.63335521708182 +-0.6584000000001 -0.63257170407908 +-0.6576000000001 -0.63335438148035 +-0.6568000000001 -0.61316667674627 +-0.6560000000001 -0.59554817135598 +-0.6552000000001 -0.6037920597558 +-0.6544000000001 -0.6146466848673 +-0.6536000000001 -0.60461382558963 +-0.6528000000001 -0.59627108094725 +-0.6520000000001 -0.61204331847984 +-0.6512000000001 -0.62798900089121 +-0.6504000000001 -0.62016576723784 +-0.6496000000001 -0.610996027063 +-0.6488000000001 -0.62305330647576 +-0.6480000000001 -0.63283370306136 +-0.6472000000001 -0.61707828288045 +-0.6464000000001 -0.59907140654509 +-0.6456000000001 -0.60234230949355 +-0.6448000000001 -0.60434259234872 +-0.6440000000001 -0.58267465422279 +-0.6432000000001 -0.56130525543707 +-0.6424000000001 -0.56419983374632 +-0.6416000000001 -0.56895681621346 +-0.6408000000001 -0.55302118802684 +-0.6400000000001 -0.53991296164111 +-0.6392000000001 -0.55290471333124 +-0.6384000000001 -0.5687232005411 +-0.6376000000001 -0.5638477350426 +-0.6368000000001 -0.56083265609221 +-0.6360000000001 -0.5820788709794 +-0.6352000000001 -0.60362027679147 +-0.6344000000001 -0.6014894389957 +-0.6336000000001 -0.598083284879 +-0.6328000000001 -0.61594955060894 +-0.6320000000001 -0.63155833846181 +-0.6312000000001 -0.62162461690678 +-0.6304000000001 -0.60940665002788 +-0.6296000000001 -0.6184076812159 +-0.6288000000001 -0.62605352669263 +-0.6280000000001 -0.60992111106681 +-0.6272000000001 -0.59395213090573 +-0.6264000000001 -0.60208747039751 +-0.6256000000001 -0.6119016107185 +-0.6248000000001 -0.6008162937991 +-0.6240000000001 -0.59232908357349 +-0.6232000000001 -0.60969099167373 +-0.6224000000001 -0.629608180472 +-0.6216000000001 -0.62854041795596 +-0.6208000000001 -0.62902362843871 +-0.6200000000001 -0.65344150757267 +-0.6192000000001 -0.6778120065763 +-0.6184000000001 -0.67815308619144 +-0.6176000000001 -0.67684845628161 +-0.6168000000001 -0.69643408158777 +-0.6160000000001 -0.7133697847664 +-0.6152000000001 -0.70436178753568 +-0.6144000000001 -0.69266117511365 +-0.6136000000001 -0.70176560879242 +-0.6128000000001 -0.70909694205836 +-0.6120000000001 -0.69222977229127 +-0.6112000000001 -0.67510511403972 +-0.6104000000001 -0.6816648179166 +-0.6096000000001 -0.6894859767146 +-0.6088000000001 -0.67599457941334 +-0.6080000000001 -0.66469405619353 +-0.6072000000001 -0.67884288149484 +-0.6064000000001 -0.69515624819175 +-0.6056000000001 -0.69010448742386 +-0.6048000000001 -0.68623557808233 +-0.6040000000001 -0.7059467136128 +-0.6032000000001 -0.72527073956695 +-0.6024000000001 -0.72024183738563 +-0.6016000000001 -0.71326121241686 +-0.6008000000001 -0.72688352520142 +-0.6000000000001 -0.73758842258352 +-0.5992000000001 -0.72210300115233 +-0.5984000000001 -0.70370018975442 +-0.5976000000001 -0.70590037650109 +-0.5968000000001 -0.70614893580493 +-0.5960000000001 -0.68204468776548 +-0.5952000000001 -0.65755347636879 +-0.5944000000001 -0.65664249100335 +-0.5936000000001 -0.65691457319102 +-0.5928000000001 -0.63582176948143 +-0.5920000000001 -0.61689377414867 +-0.5912000000001 -0.62341542925523 +-0.5904000000001 -0.63212829532562 +-0.5896000000001 -0.61952896761734 +-0.5888000000001 -0.60819148254549 +-0.5880000000001 -0.62053878224783 +-0.5872000000001 -0.63262905107623 +-0.5864000000001 -0.62052129990143 +-0.5856000000001 -0.6066409567236 +-0.5848000000001 -0.61356620298316 +-0.5840000000001 -0.61779941233501 +-0.5832000000001 -0.59608952497146 +-0.5824000000001 -0.57173034453872 +-0.5816000000001 -0.56826208328502 +-0.5808000000001 -0.56314881141227 +-0.5800000000001 -0.53400684205454 +-0.5792000000001 -0.50481824698463 +-0.5784000000001 -0.49956510270962 +-0.5776000000001 -0.49586375088004 +-0.5768000000001 -0.47117829255873 +-0.5760000000001 -0.44904898508764 +-0.5752000000001 -0.45276970095551 +-0.5744000000001 -0.45908946342926 +-0.5736000000001 -0.44451073393255 +-0.5728000000001 -0.43161179583568 +-0.5720000000001 -0.44281820279384 +-0.5712000000001 -0.45418910549766 +-0.5704000000001 -0.44178283272116 +-0.5696000000001 -0.42802248512399 +-0.5688000000001 -0.43548228127689 +-0.5680000000001 -0.44065901265258 +-0.5672000000001 -0.42029444048414 +-0.5664000000001 -0.39767362152905 +-0.5656000000001 -0.39632648827759 +-0.5648000000001 -0.39370533939943 +-0.5640000000001 -0.36741327289263 +-0.5632000000001 -0.34141774847555 +-0.5624000000001 -0.33968490380052 +-0.5616000000001 -0.33981386638682 +-0.5608000000001 -0.31925032222363 +-0.5600000000001 -0.3015149846845 +-0.5592000000001 -0.30988113102604 +-0.5584000000001 -0.32107621976246 +-0.5576000000001 -0.31158026363971 +-0.5568000000001 -0.30394830256557 +-0.5560000000001 -0.32058194415275 +-0.5552000000001 -0.33751578538553 +-0.5544000000001 -0.33078309110503 +-0.5536000000001 -0.32278148725885 +-0.5528000000001 -0.33605940784976 +-0.5520000000001 -0.34708765214522 +-0.5512000000001 -0.33258188464358 +-0.5504000000001 -0.31580106429782 +-0.5496000000001 -0.32024912811437 +-0.5488000000001 -0.32335258463117 +-0.5480000000001 -0.30268904937555 +-0.5472000000001 -0.28220090826105 +-0.5464000000001 -0.28582973311341 +-0.5456000000001 -0.29115069100132 +-0.5448000000001 -0.27558620792479 +-0.5440000000001 -0.26263452989936 +-0.5432000000001 -0.27554734847954 +-0.5424000000001 -0.29103150377586 +-0.5416000000001 -0.28554743928483 +-0.5408000000001 -0.28163175240439 +-0.5400000000001 -0.30166880925203 +-0.5392000000001 -0.32167722899286 +-0.5384000000001 -0.31767563755896 +-0.5376000000001 -0.31204840720069 +-0.5368000000001 -0.3273321620334 +-0.5360000000001 -0.33998738107713 +-0.5352000000001 -0.32672093932626 +-0.5344000000001 -0.31078457200019 +-0.5336000000001 -0.31567658699746 +-0.5328000000001 -0.31881948097397 +-0.5320000000001 -0.29778849096633 +-0.5312000000001 -0.27652526753049 +-0.5304000000001 -0.27897229348089 +-0.5296000000001 -0.28270728994884 +-0.5288000000001 -0.26515687035875 +-0.5280000000001 -0.24982508529326 +-0.5272000000001 -0.25997102538811 +-0.5264000000001 -0.27231049545162 +-0.5256000000001 -0.26331443426339 +-0.5248000000001 -0.25553142396447 +-0.5240000000001 -0.27135925663096 +-0.5232000000001 -0.28683137178793 +-0.5224000000001 -0.27798254020156 +-0.5216000000001 -0.26721455177005 +-0.5208000000001 -0.27708264660686 +-0.5200000000001 -0.28406704606335 +-0.5192000000001 -0.26489541624405 +-0.5184000000001 -0.24284125040775 +-0.5176000000001 -0.24142549567144 +-0.5168000000001 -0.23809408005577 +-0.5160000000001 -0.21044637195705 +-0.5152000000001 -0.18244875816296 +-0.5144000000001 -0.17806896512124 +-0.5136000000001 -0.17491036566923 +-0.5128000000001 -0.15042553203326 +-0.5120000000001 -0.1281446783283 +-0.5112000000001 -0.1313531603497 +-0.5104000000001 -0.13679304632463 +-0.5096000000001 -0.12096143323868 +-0.5088000000001 -0.10643285305681 +-0.5080000000001 -0.11563073705925 +-0.5072000000001 -0.12461375238726 +-0.5064000000001 -0.10944138641955 +-0.5056000000001 -0.092539537184625 +-0.5048000000001 -0.096486849418717 +-0.5040000000001 -0.097786153449882 +-0.5032000000001 -0.073186839554604 +-0.5024000000001 -0.045983154681628 +-0.5016000000001 -0.039715747389493 +-0.5008000000001 -0.0318491172625 +-0.5000000000001 -3.0103125193839e-13 +-0.4992000000001 0.031849117258574 +-0.4984000000001 0.039715749697391 +-0.4976000000001 0.045983154677145 +-0.4968000000001 0.073186837239356 +-0.4960000000001 0.097786153447998 +-0.4952000000001 0.096486851727001 +-0.4944000000001 0.092539537181832 +-0.4936000000001 0.10944138411082 +-0.4928000000001 0.12461375238577 +-0.4920000000001 0.11563073936722 +-0.4912000000001 0.10643285306049 +-0.4904000000001 0.12096143093142 +-0.4896000000001 0.13679304631683 +-0.4888000000001 0.13135316265298 +-0.4880000000001 0.12814467833311 +-0.4872000000001 0.15042552972433 +-0.4864000000001 0.17491036565633 +-0.4856000000001 0.17806896742263 +-0.4848000000001 0.18244875817172 +-0.4840000000001 0.21044636964769 +-0.4832000000001 0.23809408003654 +-0.4824000000001 0.2414254979744 +-0.4816000000001 0.24284125042251 +-0.4808000000001 0.26489541393133 +-0.4800000000001 0.28406704604002 +-0.4792000000001 0.27708264891771 +-0.4784000000001 0.26721455179391 +-0.4776000000001 0.27798253788683 +-0.4768000000001 0.28683137176405 +-0.4760000000001 0.2713592589509 +-0.4752000000001 0.25553142398891 +-0.4744000000001 0.263314431943 +-0.4736000000001 0.27231049542925 +-0.4728000000001 0.25997102770957 +-0.4720000000001 0.24982508531457 +-0.47120000000009 0.26515686803374 +-0.47040000000009 0.28270728992616 +-0.46960000000009 0.27897229580475 +-0.46880000000009 0.27652526754935 +-0.46800000000009 0.29778848863718 +-0.46720000000009 0.31881948095225 +-0.46640000000009 0.31567658932483 +-0.46560000000009 0.31078457201778 +-0.46480000000009 0.32672093699774 +-0.46400000000009 0.33998738105816 +-0.46320000000009 0.32733216436206 +-0.46240000000009 0.31204840721961 +-0.46160000000009 0.31767563523507 +-0.46080000000009 0.3216772289759 +-0.46000000000009 0.30166880925206 +-0.45920000000009 0.28163175242657 +-0.45840000000009 0.28554743696207 +-0.45760000000009 0.29103150375466 +-0.45680000000009 0.27554735080646 +-0.45600000000009 0.26263452992258 +-0.45520000000009 0.27558620559578 +-0.45440000000009 0.2911506909746 +-0.45360000000009 0.28582973544278 +-0.45280000000009 0.28220090828628 +-0.45200000000009 0.30268904703882 +-0.45120000000009 0.32335258460184 +-0.45040000000009 0.32024913044727 +-0.44960000000009 0.31580106432333 +-0.44880000000009 0.33258188230578 +-0.44800000000009 0.34708765211764 +-0.44720000000009 0.33605941018743 +-0.44640000000009 0.3227814872861 +-0.44560000000009 0.3307830887626 +-0.44480000000009 0.33751578536141 +-0.44400000000009 0.32058194534208 +-0.44320000000009 0.30394830258964 +-0.44240000000009 0.31158026129314 +-0.44160000000009 0.32107621974336 +-0.44080000000009 0.30988113337524 +-0.44000000000009 0.30151498470161 +-0.43920000000009 0.31925031987206 +-0.43840000000009 0.33981386636999 +-0.43760000000009 0.3396849061467 +-0.43680000000009 0.34141774848335 +-0.43600000000009 0.36741327169672 +-0.43520000000009 0.39370533938399 +-0.43440000000009 0.39632649061981 +-0.43360000000009 0.39767362153636 +-0.43280000000009 0.42029443813717 +-0.43200000000009 0.44065901264109 +-0.43120000000009 0.43548228362003 +-0.43040000000009 0.42802248513313 +-0.42960000000009 0.44178283037656 +-0.42880000000009 0.45418910548746 +-0.42800000000009 0.44281820398285 +-0.42720000000009 0.43161179584484 +-0.42640000000009 0.44451073158768 +-0.42560000000009 0.45908946341816 +-0.42480000000009 0.45276970329833 +-0.42400000000009 0.44904898509833 +-0.42320000000009 0.47117829021129 +-0.42240000000009 0.49586375086452 +-0.42160000000009 0.49956510505146 +-0.42080000000009 0.50481824699382 +-0.42000000000009 0.53400684205232 +-0.41920000000009 0.56314881139563 +-0.41840000000009 0.56826208563101 +-0.41760000000009 0.57173034454566 +-0.41680000000009 0.59608952261698 +-0.41600000000009 0.61779941232659 +-0.41520000000009 0.61356620533439 +-0.41440000000009 0.60664095672926 +-0.41360000000009 0.62052129754787 +-0.41280000000009 0.63262905107225 +-0.41200000000009 0.62053878344235 +-0.41120000000009 0.60819148254698 +-0.41040000000009 0.61952896526399 +-0.40960000000009 0.63212829532731 +-0.40880000000009 0.62341543160446 +-0.40800000000009 0.61689377414398 +-0.40720000000009 0.63582176712952 +-0.40640000000009 0.65691457319259 +-0.40560000000009 0.6566424933451 +-0.40480000000009 0.6575534763594 +-0.40400000000009 0.68204468657058 +-0.40320000000009 0.70614893580931 +-0.40240000000009 0.7059003788407 +-0.40160000000009 0.70370018974523 +-0.40080000000009 0.72210299881065 +-0.40000000000009 0.73758842258829 +-0.39920000000009 0.72688352753994 +-0.39840000000009 0.71326121241381 +-0.39760000000009 0.72024183505014 +-0.39680000000009 0.72527073957039 +-0.39600000000009 0.70594671480319 +-0.39520000000009 0.68623557808375 +-0.39440000000009 0.69010448508739 +-0.39360000000009 0.69515624819234 +-0.39280000000009 0.67884288383096 +-0.39200000000009 0.66469405619598 +-0.39120000000009 0.67599457707555 +-0.39040000000009 0.68948597671246 +-0.38960000000009 0.68166482025355 +-0.38880000000009 0.67510511404002 +-0.38800000000009 0.6922297710988 +-0.38720000000009 0.70909694205686 +-0.38640000000009 0.70176561113291 +-0.38560000000009 0.6926611751136 +-0.38480000000009 0.70436178519515 +-0.38400000000009 0.71336978476641 +-0.38320000000009 0.69643408392991 +-0.38240000000009 0.67684845628414 +-0.38160000000009 0.67815308385338 +-0.38080000000009 0.67781200658053 +-0.38000000000009 0.65344150757374 +-0.37920000000009 0.6290236284378 +-0.37840000000009 0.62854041562332 +-0.37760000000009 0.62960818047884 +-0.37680000000009 0.60969099400955 +-0.37600000000009 0.59232908357025 +-0.37520000000009 0.60081629146562 +-0.37440000000009 0.61190161072366 +-0.37360000000009 0.60208747272738 +-0.37280000000009 0.59395213090224 +-0.37200000000009 0.60992110987015 +-0.37120000000009 0.6260535266905 +-0.37040000000009 0.61840768354219 +-0.36960000000009 0.60940665003358 +-0.36880000000009 0.62162461458084 +-0.36800000000009 0.631558338455 +-0.36720000000009 0.61594955293625 +-0.36640000000009 0.59808328488817 +-0.36560000000009 0.60148943667258 +-0.36480000000009 0.60362027678279 +-0.36400000000009 0.58207887217847 +-0.36320000000009 0.56083265610416 +-0.36240000000009 0.56384773271807 +-0.36160000000009 0.56872320052937 +-0.36080000000009 0.55290471566243 +-0.36000000000009 0.53991296165773 +-0.35920000000009 0.55302118569356 +-0.35840000000009 0.56895681619579 +-0.35760000000009 0.56419983607867 +-0.35680000000009 0.56130525545375 +-0.35600000000009 0.58267465301595 +-0.35520000000009 0.60434259232841 +-0.35440000000009 0.60234231182672 +-0.35360000000009 0.59907140656008 +-0.35280000000009 0.61707828054235 +-0.35200000000009 0.63283370304596 +-0.35120000000009 0.62305330881205 +-0.35040000000009 0.61099602707611 +-0.34960000000009 0.62016576490435 +-0.34880000000009 0.62798900087792 +-0.34800000000009 0.61204331969428 +-0.34720000000009 0.59627108096509 +-0.34640000000009 0.60461382325739 +-0.34560000000009 0.61464668484974 +-0.34480000000009 0.60379206208895 +-0.34400000000009 0.59554817137266 +-0.34320000000009 0.61316667441353 +-0.34240000000009 0.63335438145827 +-0.34160000000009 0.63257170640899 +-0.34080000000009 0.63335521709896 +-0.34000000000009 0.65808924978891 +-0.33920000000009 0.68279239402718 +-0.33840000000009 0.68348324601767 +-0.33760000000009 0.68254614857314 +-0.33680000000009 0.70251769606045 +-0.33600000000009 0.7198583377505 +-0.33520000000009 0.71127491917801 +-0.33440000000009 0.70001914610654 +-0.33360000000009 0.7095892967341 +-0.33280000000009 0.71740783805017 +-0.33200000000009 0.70104997657317 +-0.33120000000009 0.68445733680365 +-0.33040000000009 0.69157236857077 +-0.32960000000009 0.6999727645352 +-0.32880000000009 0.68708510878011 +-0.32800000000009 0.67641342252962 +-0.32720000000009 0.6912167668598 +-0.32640000000009 0.70821091707612 +-0.32560000000009 0.70386678266777 +-0.32480000000009 0.70073291647912 +-0.32400000000009 0.72120708223226 +-0.32320000000009 0.74132268665557 +-0.32240000000009 0.73711447464962 +-0.32160000000009 0.73098420576631 +-0.32080000000009 0.74548709072326 +-0.32000000000009 0.75710332151145 +-0.31920000000009 0.74256053507404 +-0.31840000000009 0.72513219551328 +-0.31760000000009 0.72833922064317 +-0.31680000000009 0.72962750919486 +-0.31600000000009 0.70659639935162 +-0.31520000000009 0.68321225217812 +-0.31440000000009 0.68344276155327 +-0.31360000000009 0.68489127221357 +-0.31280000000009 0.66501032736451 +-0.31200000000009 0.6473301121418 +-0.31120000000009 0.65513595319487 +-0.31040000000009 0.66516988961544 +-0.30960000000009 0.65392898945036 +-0.30880000000009 0.6439877557671 +-0.30800000000009 0.65776959190212 +-0.30720000000009 0.67133313259837 +-0.30640000000009 0.66073783973366 +-0.30560000000009 0.64840958139868 +-0.30480000000009 0.65692697335944 +-0.30400000000009 0.66279281699018 +-0.30320000000009 0.64275647380216 +-0.30240000000009 0.62011216200343 +-0.30160000000009 0.61840050128096 +-0.30080000000009 0.61508596235911 +-0.30000000000009 0.58778525229267 +-0.29920000000009 0.56048082945724 +-0.29840000000009 0.55715515000576 +-0.29760000000009 0.55542492778769 +-0.29680000000009 0.53275462915461 +-0.29600000000009 0.51268486948433 +-0.29520000000009 0.5185098716913 +-0.29440000000009 0.52697900200694 +-0.29360000000009 0.5145950576154 +-0.29280000000009 0.50393665018136 +-0.29200000000009 0.51742965491875 +-0.29120000000009 0.53113353189914 +-0.29040000000009 0.5211069185698 +-0.28960000000009 0.50977321212731 +-0.28880000000009 0.5197069207123 +-0.28800000000009 0.52740511744881 +-0.28720000000009 0.50960983761913 +-0.28640000000009 0.48960640416425 +-0.28560000000009 0.49092500747546 +-0.28480000000009 0.49101819601433 +-0.28400000000009 0.46748930867602 +-0.28320000000009 0.44430604250534 +-0.28240000000009 0.44543475731685 +-0.28160000000009 0.44847479897046 +-0.28080000000009 0.43087206277897 +-0.28000000000009 0.41614746320731 +-0.27920000000009 0.42757446999097 +-0.27840000000009 0.44188072571339 +-0.27760000000009 0.43554641912417 +-0.27680000000009 0.43112675778151 +-0.27600000000009 0.45102350929651 +-0.27520000000009 0.47127141769739 +-0.27440000000009 0.46790389335002 +-0.27360000000009 0.46331869476908 +-0.27280000000009 0.48006438082464 +-0.27200000000009 0.49461186702285 +-0.27120000000009 0.4836769257693 +-0.27040000000009 0.47051861537059 +-0.26960000000009 0.47864096326917 +-0.26880000000009 0.48547055974336 +-0.26800000000009 0.46858509249801 +-0.26720000000009 0.45192701549307 +-0.26640000000009 0.45943795294098 +-0.26560000000009 0.46869311995724 +-0.26480000000009 0.457114980999 +-0.26400000000009 0.44820181189347 +-0.26320000000009 0.4652053249979 +-0.26240000000009 0.48483237238928 +-0.26160000000009 0.48354340099426 +-0.26080000000009 0.48387500300264 +-0.26000000000009 0.50821153024045 +-0.25920000000009 0.53257157893623 +-0.25840000000009 0.53297374317455 +-0.25760000000009 0.53180235501021 +-0.25680000000009 0.55159398923004 +-0.25600000000009 0.56880906663094 +-0.25520000000009 0.56015439550887 +-0.25440000000009 0.54888163577705 +-0.25360000000009 0.55848901097489 +-0.25280000000009 0.56639892452518 +-0.25200000000009 0.5501865107271 +-0.25120000000009 0.5337933131986 +-0.25040000000009 0.5411616922051 +-0.24960000000009 0.54986924193801 +-0.24880000000009 0.53734243940424 +-0.24800000000009 0.52708519022698 +-0.24720000000009 0.54235643115929 +-0.24640000000009 0.559871804408 +-0.24560000000009 0.55610207784104 +-0.24480000000009 0.55359565421685 +-0.24400000000009 0.57475013852067 +-0.24320000000009 0.59559877015209 +-0.24240000000009 0.5921761181378 +-0.24160000000009 0.58688375787013 +-0.24080000000009 0.60227670736016 +-0.24000000000009 0.61483495735789 +-0.23920000000009 0.60128593524169 +-0.23840000000009 0.58490288730589 +-0.23760000000009 0.5892065051763 +-0.23680000000009 0.59164245299362 +-0.23600000000009 0.5698098261753 +-0.23520000000009 0.54767473487144 +-0.23440000000009 0.54920461390394 +-0.23360000000009 0.55200254066089 +-0.23280000000009 0.53352078296697 +-0.23200000000009 0.51728924265549 +-0.23120000000009 0.52659295504598 +-0.23040000000009 0.53817365981138 +-0.22960000000009 0.52852811772653 +-0.22880000000009 0.5202305168627 +-0.22800000000009 0.53570393770218 +-0.22720000000009 0.55100668429719 +-0.22640000000009 0.54219788010801 +-0.22560000000009 0.53170304734172 +-0.22480000000009 0.54210044824489 +-0.22400000000009 0.54989252298892 +-0.22320000000009 0.53182826445789 +-0.22240000000009 0.51120151495353 +-0.22160000000009 0.51155251084494 +-0.22080000000009 0.51034533211045 +-0.22000000000009 0.48519628788782 +-0.21920000000009 0.46008743154204 +-0.21840000000009 0.45900080713163 +-0.21760000000009 0.45955270918815 +-0.21680000000009 0.43920717785025 +-0.21600000000009 0.42150439548773 +-0.21520000000009 0.42973814510362 +-0.21440000000009 0.44065734614749 +-0.21360000000009 0.43076434238169 +-0.21280000000009 0.42263728552306 +-0.21200000000009 0.43870158421116 +-0.21120000000009 0.45501622542472 +-0.21040000000009 0.4476393671023 +-0.20960000000009 0.43899392072182 +-0.20880000000009 0.45165390240523 +-0.20800000000009 0.46211588700701 +-0.20720000000009 0.44712140548622 +-0.20640000000009 0.42995527051991 +-0.20560000000009 0.43414715627168 +-0.20480000000009 0.43714908905263 +-0.20400000000009 0.41656387987683 +-0.20320000000009 0.39635869226642 +-0.20240000000009 0.40049934692986 +-0.20160000000009 0.40658464501803 +-0.20080000000009 0.39205993172184 +-0.20000000000009 0.38044556612773 +-0.19920000000009 0.395014457317 +-0.19840000000009 0.41249368199101 +-0.19760000000009 0.40936285795665 +-0.19680000000009 0.40817661691618 +-0.19600000000009 0.43133614572081 +-0.19520000000009 0.45487560278187 +-0.19440000000009 0.4548278081418 +-0.19360000000009 0.45358992545633 +-0.19280000000009 0.47370991419323 +-0.19200000000009 0.49165808598414 +-0.19120000000009 0.4841496050534 +-0.19040000000009 0.47444291733865 +-0.18960000000009 0.48604143375846 +-0.18880000000009 0.49637112399728 +-0.18800000000009 0.48300905127108 +-0.18720000000009 0.46989704120015 +-0.18640000000009 0.48097608592259 +-0.18560000000009 0.493820764829 +-0.18480000000009 0.485852903132 +-0.18400000000009 0.4805701339693 +-0.18320000000009 0.50122352367782 +-0.18240000000009 0.5245192750753 +-0.18160000000009 0.52691718273116 +-0.18080000000009 0.53095318341358 +-0.18000000000009 0.55901097061256 +-0.17920000000009 0.58710847943002 +-0.17840000000009 0.59126364012326 +-0.17760000000009 0.59386011824968 +-0.17680000000009 0.61743381963595 +-0.17600000000009 0.63844449376017 +-0.17520000000009 0.6335982752872 +-0.17440000000009 0.62614614826282 +-0.17360000000009 0.6395856583329 +-0.17280000000009 0.65133852911421 +-0.17200000000009 0.63897921316028 +-0.17120000000009 0.62644857061895 +-0.17040000000009 0.63768827660765 +-0.16960000000009 0.65027523874411 +-0.16880000000009 0.64163524595665 +-0.16800000000009 0.63527151443412 +-0.16720000000009 0.65444229035107 +-0.16640000000009 0.67586252428639 +-0.16560000000009 0.67600229142383 +-0.16480000000009 0.67740930092279 +-0.16400000000009 0.70248046348398 +-0.16320000000009 0.72724832354012 +-0.16240000000009 0.7277467546401 +-0.16160000000009 0.7263766361534 +-0.16080000000009 0.74569228982641 +-0.16000000000009 0.76217300996931 +-0.15920000000009 0.75254552735123 +-0.15840000000009 0.74008239162906 +-0.15760000000009 0.7483035979498 +-0.15680000000009 0.75465411426717 +-0.15600000000009 0.73673234006952 +-0.15520000000009 0.71850369003164 +-0.15440000000009 0.72393490402523 +-0.15360000000009 0.7306283652752 +-0.15280000000009 0.71603564814689 +-0.15200000000009 0.70368596184729 +-0.15120000000009 0.71686365011892 +-0.15040000000009 0.73230976223068 +-0.14960000000009 0.72652036971335 +-0.14880000000009 0.72206897266061 +-0.14800000000009 0.74137796507811 +-0.14720000000009 0.76050496609706 +-0.14640000000009 0.75550841593738 +-0.14560000000009 0.74881315521177 +-0.14480000000009 0.76299676650562 +-0.14400000000009 0.7745610123677 +-0.14320000000009 0.76025421010323 +-0.14240000000009 0.74336952855965 +-0.14160000000009 0.74744653299536 +-0.14080000000009 0.74994863474785 +-0.14000000000009 0.72849147677845 +-0.13920000000009 0.70705644886335 +-0.13840000000009 0.70962493417789 +-0.13760000000009 0.71381256929992 +-0.13680000000009 0.69708273930591 +-0.13600000000009 0.68297497446815 +-0.13520000000009 0.6947824088654 +-0.13440000000009 0.70925331633895 +-0.13360000000009 0.70288939835177 +-0.13280000000009 0.69826816769711 +-0.13200000000009 0.71781439768316 +-0.13120000000009 0.7375864436425 +-0.13040000000009 0.7336418356329 +-0.12960000000009 0.72840286100407 +-0.12880000000009 0.74444291572973 +-0.12800000000009 0.75825795863145 +-0.12720000000009 0.74658890875857 +-0.12640000000009 0.73271997105016 +-0.12560000000009 0.74018021628953 +-0.12480000000009 0.74642107191295 +-0.12400000000009 0.72904475456314 +-0.12320000000009 0.7120178379647 +-0.12240000000009 0.71930555773597 +-0.12160000000009 0.72850613483366 +-0.12080000000009 0.71706433913735 +-0.12000000000009 0.70849995934554 +-0.11920000000009 0.72608533925209 +-0.11840000000009 0.74654699551312 +-0.11760000000009 0.74636399113823 +-0.11680000000009 0.74809040831523 +-0.11600000000009 0.77412688983894 +-0.11520000000009 0.80050705563923 +-0.11440000000009 0.80326319289511 +-0.11360000000009 0.80479193801755 +-0.11280000000009 0.82764072902251 +-0.11200000000009 0.84827936201175 +-0.11120000000009 0.84342249161797 +-0.11040000000009 0.83632806014516 +-0.10960000000009 0.85049898100415 +-0.10880000000009 0.86336073259817 +-0.10800000000009 0.85248989311718 +-0.10720000000009 0.84182780945366 +-0.10640000000009 0.85531500143206 +-0.10560000000009 0.87052558266678 +-0.10480000000009 0.86488091915401 +-0.10400000000009 0.86187819141256 +-0.10320000000009 0.8847680198672 +-0.10240000000009 0.91025616824913 +-0.10160000000009 0.91480199889051 +-0.10080000000009 0.92094102320078 +-0.10000000000009 0.95105651629464 +-0.09920000000009 0.98116600199551 +-0.09840000000009 0.98728700640217 +-0.09760000000009 0.99180279805691 +-0.09680000000009 1.0172488930135 +-0.09600000000009 1.0400846583267 +-0.09520000000009 1.0370158536132 +-0.09440000000009 1.0312930952563 +-0.09360000000009 1.0464135687278 +-0.09280000000009 1.0597986450501 +-0.09200000000009 1.0490224317929 +-0.09120000000009 1.038025451733 +-0.09040000000009 1.0507490503299 +-0.08960000000009 1.0647698133379 +-0.08880000000009 1.0575132156453 +-0.08800000000009 1.0524821672258 +-0.08720000000009 1.0729346159472 +-0.08640000000009 1.0955852220806 +-0.08560000000009 1.0969037785178 +-0.08480000000009 1.0994377201371 +-0.08400000000009 1.1255836914477 +-0.08320000000009 1.1513739788763 +-0.08240000000009 1.1528422061452 +-0.08160000000009 1.1523890109793 +-0.08080000000009 1.1725684817338 +-0.08000000000009 1.1898596876681 +-0.07920000000009 1.1809891428366 +-0.07840000000009 1.1692291885007 +-0.07760000000009 1.1780996198273 +-0.07680000000009 1.185045213246 +-0.07600000000009 1.1676641851873 +-0.07520000000009 1.1499217757325 +-0.07440000000009 1.1557845586829 +-0.07360000000009 1.1628547597687 +-0.07280000000009 1.1485838044303 +-0.07200000000009 1.1365007615216 +-0.07120000000009 1.1498898430594 +-0.07040000000009 1.1654919752507 +-0.06960000000009 1.159803115221 +-0.06880000000009 1.1553966573173 +-0.06800000000009 1.1746948985042 +-0.06720000000009 1.1937553696004 +-0.06640000000009 1.1886364312431 +-0.06560000000009 1.1817628531797 +-0.06480000000009 1.195712155889 +-0.06400000000009 1.2069860485996 +-0.06320000000009 1.192332804058 +-0.06240000000009 1.1750455553153 +-0.06160000000009 1.1786638406287 +-0.06080000000009 1.1806510531466 +-0.06000000000009 1.1586228264167 +-0.05920000000009 1.1365605495968 +-0.05840000000009 1.1384456140378 +-0.05760000000009 1.1418936733116 +-0.05680000000009 1.1243681382672 +-0.05600000000009 1.1094085737321 +-0.05520000000009 1.1203081571399 +-0.05440000000009 1.1338152144722 +-0.05360000000009 1.1264315080904 +-0.05280000000009 1.1207346204481 +-0.05200000000009 1.1391494032794 +-0.05120000000009 1.1577342990761 +-0.05040000000009 1.1525469337887 +-0.04960000000009 1.1460096993566 +-0.04880000000009 1.1606961050567 +-0.04800000000009 1.1731022316991 +-0.04720000000009 1.159969128966 +-0.04640000000009 1.1445811410694 +-0.04560000000009 1.1504674866973 +-0.04480000000009 1.1550797497938 +-0.04400000000009 1.1360203120637 +-0.04320000000009 1.1172559208505 +-0.04240000000009 1.1227519939046 +-0.04160000000009 1.1301069428272 +-0.04080000000009 1.1167657365861 +-0.04000000000009 1.1062483713984 +-0.03920000000009 1.121827406986 +-0.03840000000009 1.1402295843048 +-0.03760000000009 1.1379341989848 +-0.03680000000009 1.1374955741258 +-0.03600000000009 1.1613146017026 +-0.03520000000009 1.1854251590419 +-0.03440000000009 1.1858597989004 +-0.03360000000009 1.1850154313939 +-0.03280000000009 1.2054397763488 +-0.03200000000009 1.2236029197281 +-0.03120000000009 1.2162198140276 +-0.03040000000009 1.206548707372 +-0.02960000000009 1.2180928269087 +-0.02880000000009 1.2282779726449 +-0.02800000000009 1.2146810521769 +-0.02720000000009 1.2012437495703 +-0.02640000000009 1.2119069295267 +-0.02560000000009 1.2242450582065 +-0.02480000000009 1.2156798617358 +-0.02400000000009 1.2097088883042 +-0.02320000000009 1.2295831335071 +-0.02240000000009 1.2520087436755 +-0.02160000000009 1.2534454710942 +-0.02080000000009 1.2564292244293 +-0.02000000000009 1.283343683316 +-0.01920000000009 1.310206783267 +-0.01840000000009 1.3130364691906 +-0.01760000000009 1.314216435476 +-0.01680000000009 1.3362826310275 +-0.01600000000009 1.3556948626663 +-0.01520000000009 1.3491593366085 +-0.01440000000009 1.3399271226172 +-0.01360000000009 1.3514958662597 +-0.01280000000009 1.3612874052922 +-0.01200000000009 1.3468763205659 +-0.01120000000009 1.3322036146337 +-0.01040000000009 1.34121111914 +-0.0096000000000897 1.3514759123706 +-0.0088000000000897 1.3404239679934 +-0.0080000000000897 1.3315587009423 +-0.0072000000000897 1.3481385701538 +-0.0064000000000897 1.3668787529891 +-0.0056000000000897 1.3642495653642 +-0.0048000000000897 1.362798971042 +-0.0040000000000897 1.3849241491977 +-0.0032000000000897 1.4066579266101 +-0.0024000000000897 1.4040344729605 +-0.0016000000000897 1.3994549774551 +-0.00080000000008974 1.4154740853698 +-8.9735727529239e-14 1.4285714282286 +0.00079999999991026 1.415474087606 +0.0015999999999103 1.3994549774564 +0.0023999999999103 1.4040344707268 +0.0031999999999103 1.4066579266123 +0.0039999999999103 1.3849241492 +0.0047999999999103 1.3627989710443 +0.0055999999999103 1.3642495631308 +0.0063999999999103 1.366878752991 +0.0071999999999103 1.3481385723907 +0.0079999999999103 1.3315587009431 +0.0087999999999103 1.3404239657581 +0.0095999999999103 1.3514759123705 +0.01039999999991 1.341211121375 +0.01119999999991 1.3322036146329 +0.01199999999991 1.3468763205652 +0.01279999999991 1.3612874052917 +0.01359999999991 1.351495868495 +0.01439999999991 1.3399271226174 +0.01519999999991 1.3491593343738 +0.01599999999991 1.3556948626678 +0.01679999999991 1.3362826332651 +0.01759999999991 1.3142164354784 +0.01839999999991 1.3130364669581 +0.01919999999991 1.3102067832706 +0.01999999999991 1.2833436833176 +0.02079999999991 1.2564292244325 +0.02159999999991 1.2534454688619 +0.02239999999991 1.2520087436786 +0.02319999999991 1.2295831357449 +0.02399999999991 1.2097088883053 +0.02479999999991 1.2156798595013 +0.02559999999991 1.2242450582074 +0.02639999999991 1.2119069317623 +0.02719999999991 1.2012437495694 +0.02799999999991 1.2146810521764 +0.02879999999991 1.2282779726452 +0.02959999999991 1.218092829144 +0.03039999999991 1.2065487073715 +0.03119999999991 1.2162198117935 +0.03199999999991 1.22360291973 +0.03279999999991 1.205439778585 +0.03359999999991 1.1850154313954 +0.03439999999991 1.1858597966675 +0.03519999999991 1.1854251590454 +0.03599999999991 1.1613146017055 +0.03679999999991 1.1374955741278 +0.03759999999991 1.1379341967516 +0.03839999999991 1.1402295843072 +0.03919999999991 1.1218274092227 +0.03999999999991 1.1062483713985 +0.04079999999991 1.1167657343506 +0.04159999999991 1.1301069428269 +0.04239999999991 1.122751996139 +0.04319999999991 1.1172559208486 +0.04399999999991 1.136020312062 +0.04479999999991 1.1550797497923 +0.04559999999991 1.1504674889314 +0.04639999999991 1.1445811410681 +0.04719999999991 1.1599691267299 +0.04799999999991 1.1731022316991 +0.04879999999991 1.1606961072918 +0.04959999999991 1.1460096993575 +0.05039999999991 1.1525469315555 +0.05119999999991 1.1577342990777 +0.05199999999991 1.1391494032809 +0.05279999999991 1.1207346204497 +0.05359999999991 1.1264315058572 +0.05439999999991 1.1338152144728 +0.05519999999991 1.1203081593748 +0.05599999999991 1.1094085737317 +0.05679999999991 1.1243681360314 +0.05759999999991 1.1418936733101 +0.05839999999991 1.1384456162705 +0.05919999999991 1.1365605495942 +0.05999999999991 1.1586228264162 +0.06079999999991 1.1806510531447 +0.06159999999991 1.1786638428617 +0.06239999999991 1.1750455553132 +0.06319999999991 1.192332801822 +0.06399999999991 1.2069860485995 +0.06479999999991 1.1957121581241 +0.06559999999991 1.1817628531804 +0.06639999999991 1.1886364290098 +0.06719999999991 1.1937553696021 +0.06799999999991 1.1746948985059 +0.06879999999991 1.1553966573187 +0.06959999999991 1.1598031129871 +0.07039999999991 1.1654919752523 +0.07119999999991 1.1498898452957 +0.07199999999991 1.136500761521 +0.07279999999991 1.1485838021944 +0.07359999999991 1.1628547597687 +0.07439999999991 1.1557845609172 +0.07519999999991 1.1499217757299 +0.07599999999991 1.167664185186 +0.07679999999991 1.1850452132457 +0.07759999999991 1.1780996220612 +0.07839999999991 1.1692291884996 +0.07919999999991 1.1809891406017 +0.07999999999991 1.1898596876695 +0.08079999999991 1.1725684839713 +0.08159999999991 1.1523890109819 +0.08239999999991 1.1528422039117 +0.08319999999991 1.1513739788785 +0.08399999999991 1.1255836914509 +0.08479999999991 1.0994377201424 +0.08559999999991 1.0969037762838 +0.08639999999991 1.0955852220806 +0.08719999999991 1.0729346181863 +0.08799999999991 1.0524821672314 +0.08879999999991 1.0575132134102 +0.08959999999991 1.0647698133345 +0.09039999999991 1.0507490525661 +0.09119999999991 1.0380254517377 +0.09199999999991 1.0490224317931 +0.09279999999991 1.0597986450456 +0.09359999999991 1.046413570963 +0.09439999999991 1.0312930952619 +0.09519999999991 1.0370158513803 +0.09599999999991 1.0400846583252 +0.09679999999991 1.0172488952505 +0.09759999999991 0.99180279806415 +0.09839999999991 0.98728700417168 +0.09919999999991 0.98116600199554 +0.09999999999991 0.95105651629566 +0.10079999999991 0.9209410232093 +0.10159999999991 0.91480199665956 +0.10239999999991 0.91025616824764 +0.10319999999991 0.88476802210542 +0.10399999999991 0.86187819142054 +0.10479999999991 0.8648809169197 +0.10559999999991 0.87052558266172 +0.10639999999991 0.85531500366916 +0.10719999999991 0.84182780946059 +0.10799999999991 0.85248989311733 +0.10879999999991 0.86336073259136 +0.10959999999991 0.85049898324192 +0.11039999999991 0.83632806015285 +0.11119999999991 0.84342248938171 +0.11199999999991 0.8482793620062 +0.11279999999991 0.82764073126228 +0.11359999999991 0.80479193802878 +0.11439999999991 0.80326319066144 +0.11519999999991 0.80050705563373 +0.11599999999991 0.77412688984225 +0.11679999999991 0.74809040832829 +0.11759999999991 0.74636398890516 +0.11839999999991 0.74654699550439 +0.11919999999991 0.72608534148927 +0.11999999999991 0.70849995935748 +0.12079999999991 0.71706433690267 +0.12159999999991 0.72850613482233 +0.12239999999991 0.71930555996957 +0.12319999999991 0.7120178379743 +0.12399999999991 0.72904475456184 +0.12479999999991 0.74642107190071 +0.12559999999991 0.7401802185228 +0.12639999999991 0.7327199710604 +0.12719999999991 0.746588906524 +0.12799999999991 0.75825795862116 +0.12879999999991 0.74444291796549 +0.12959999999991 0.72840286101679 +0.13039999999991 0.73364183339971 +0.13119999999991 0.73758644363331 +0.13199999999991 0.71781439768501 +0.13279999999991 0.6982681677109 +0.13359999999991 0.70288939611713 +0.13439999999991 0.70925331632784 +0.13519999999991 0.69478241110213 +0.13599999999991 0.68297497448143 +0.13679999999991 0.69708273707125 +0.13759999999991 0.71381256928452 +0.13839999999991 0.7096249364101 +0.13919999999991 0.7070564488767 +0.13999999999991 0.7284914767781 +0.14079999999991 0.74994863472963 +0.14159999999991 0.74744653522777 +0.14239999999991 0.74336952857528 +0.14319999999991 0.76025420786793 +0.14399999999991 0.77456101235003 +0.14479999999991 0.76299676874041 +0.14559999999991 0.74881315523049 +0.14639999999991 0.75550841370366 +0.14719999999991 0.76050496608065 +0.14799999999991 0.74137796507986 +0.14879999999991 0.72206897268 +0.14959999999991 0.72652036748031 +0.15039999999991 0.7323097622137 +0.15119999999991 0.71686365235393 +0.15199999999991 0.70368596186487 +0.15279999999991 0.71603564591215 +0.15359999999991 0.73062836525622 +0.15439999999991 0.72393490625814 +0.15519999999991 0.71850369004753 +0.15599999999991 0.73673234006803 +0.15679999999991 0.75465411424805 +0.15759999999991 0.74830360018167 +0.15839999999991 0.7400823916469 +0.15919999999991 0.7525455251182 +0.15999999999991 0.76217300994818 +0.16079999999991 0.74569229206118 +0.16159999999991 0.72637663617783 +0.16239999999991 0.72774675240855 +0.16319999999991 0.72724832352058 +0.16399999999991 0.70248046348701 +0.16479999999991 0.67740930094868 +0.16559999999991 0.67600228919337 +0.16639999999991 0.67586252426565 +0.16719999999991 0.65444229258635 +0.16799999999991 0.63527151445893 +0.16879999999991 0.64163524372577 +0.16959999999991 0.65027523872138 +0.17039999999991 0.63768827883947 +0.17119999999991 0.62644857064099 +0.17199999999991 0.63897921316006 +0.17279999999991 0.65133852909189 +0.17359999999991 0.63958566056323 +0.17439999999991 0.62614614828577 +0.17519999999991 0.63359827305929 +0.17599999999991 0.63844449374003 +0.17679999999991 0.61743382186702 +0.17759999999991 0.5938601182746 +0.17839999999991 0.59126363789826 +0.17919999999991 0.58710847941199 +0.17999999999991 0.55901097061439 +0.18079999999991 0.53095318343923 +0.18159999999991 0.526917180506 +0.18239999999991 0.52451927505645 +0.18319999999991 0.50122352590822 +0.18399999999991 0.48057013399269 +0.18479999999991 0.485852900904 +0.18559999999991 0.49382076480843 +0.18639999999991 0.48097608815128 +0.18719999999991 0.4698970412211 +0.18799999999991 0.48300905127068 +0.18879999999991 0.49637112397514 +0.18959999999991 0.48604143598698 +0.19039999999991 0.47444291736018 +0.19119999999991 0.48414960282478 +0.19199999999991 0.49165808595876 +0.19279999999991 0.47370991642395 +0.19359999999991 0.45358992548457 +0.19439999999991 0.45482780591587 +0.19519999999991 0.45487560275688 +0.19599999999991 0.43133614572349 +0.19679999999991 0.40817661694621 +0.19759999999991 0.40936285573227 +0.19839999999991 0.41249368196429 +0.19919999999991 0.39501445954339 +0.19999999999991 0.38044556615631 +0.20079999999991 0.39205992949607 +0.20159999999991 0.40658464498961 +0.20239999999991 0.40049934915351 +0.20319999999991 0.39635869229247 +0.20399999999991 0.41656387987482 +0.20479999999991 0.43714908902405 +0.20559999999991 0.43414715849519 +0.20639999999991 0.42995527054592 +0.20719999999991 0.44712140325994 +0.20799999999991 0.4621158869802 +0.20879999999991 0.45165390463054 +0.20959999999991 0.4389939207488 +0.21039999999991 0.44763936487819 +0.21119999999991 0.45501622539967 +0.21199999999991 0.43870158421223 +0.21279999999991 0.42263728555001 +0.21359999999991 0.43076434015821 +0.21439999999991 0.44065734612024 +0.21519999999991 0.42973814732703 +0.21599999999991 0.42150439551408 +0.21679999999991 0.43920717562407 +0.21759999999991 0.45955270915764 +0.21839999999991 0.45900080935372 +0.21919999999991 0.46008743156709 +0.21999999999991 0.48519628788665 +0.22079999999991 0.51034533207792 +0.22159999999991 0.5115525130663 +0.22239999999991 0.51120151498119 +0.22319999999991 0.5318282622321 +0.22399999999991 0.54989252295649 +0.22479999999991 0.5421004504671 +0.22559999999991 0.53170304737171 +0.22639999999991 0.54219787788589 +0.22719999999991 0.55100668426768 +0.22799999999991 0.53570393770307 +0.22879999999991 0.52023051689327 +0.22959999999991 0.52852811550591 +0.23039999999991 0.53817365978108 +0.23119999999991 0.5265929572664 +0.23199999999991 0.51728924268504 +0.23279999999991 0.53352078074488 +0.23359999999991 0.55200254063013 +0.23439999999991 0.54920461612277 +0.23519999999991 0.54767473489806 +0.23599999999991 0.56980982617294 +0.23679999999991 0.59164245296273 +0.23759999999991 0.58920650739579 +0.23839999999991 0.58490288733538 +0.23919999999991 0.60128593301934 +0.23999999999991 0.61483495732727 +0.24079999999991 0.60227670958246 +0.24159999999991 0.58688375790167 +0.24239999999991 0.59217611591751 +0.24319999999991 0.59559877012307 +0.24399999999991 0.57475013852282 +0.24479999999991 0.55359565424966 +0.24559999999991 0.5561020756204 +0.24639999999991 0.55987180437774 +0.24719999999991 0.5423564333821 +0.24799999999991 0.52708519026012 +0.24879999999991 0.53734243718303 +0.24959999999991 0.54986924190524 +0.25039999999991 0.54116169442586 +0.25119999999991 0.53379331322924 +0.25199999999991 0.55018651072601 +0.25279999999991 0.56639892449438 +0.25359999999991 0.55848901319554 +0.25439999999991 0.54888163580619 +0.25519999999991 0.56015439328731 +0.25599999999991 0.5688090666022 +0.25679999999991 0.55159399145589 +0.25759999999991 0.53180235504025 +0.25839999999991 0.53297374095343 +0.25919999999991 0.53257157891207 +0.25999999999991 0.50821153024145 +0.26079999999991 0.48387500303304 +0.26159999999991 0.48354339877043 +0.26239999999991 0.48483237236396 +0.26319999999991 0.46520532722934 +0.26399999999991 0.44820181191534 +0.26479999999991 0.45711497877034 +0.26559999999991 0.46869311993434 +0.26639999999991 0.45943795516993 +0.26719999999991 0.45192701551384 +0.26799999999991 0.46858509249681 +0.26879999999991 0.48547055971963 +0.26959999999991 0.4786409655025 +0.27039999999991 0.4705186153877 +0.27119999999991 0.48367692353573 +0.27199999999991 0.49461186700638 +0.27279999999991 0.48006438306046 +0.27359999999991 0.4633186947872 +0.27439999999991 0.46790389111567 +0.27519999999991 0.47127141768545 +0.27599999999991 0.45102350929845 +0.27679999999991 0.43112675779404 +0.27759999999991 0.43554641689053 +0.27839999999991 0.44188072570545 +0.27919999999991 0.42757447222674 +0.27999999999991 0.41614746321455 +0.28079999999991 0.43087206054069 +0.28159999999991 0.44847479896326 +0.28239999999991 0.44543475955051 +0.28319999999991 0.44430604250617 +0.28399999999991 0.46748930867334 +0.28479999999991 0.49101819600778 +0.28559999999991 0.49092500970932 +0.28639999999991 0.48960640416453 +0.28719999999991 0.50960983538175 +0.28799999999991 0.52740511744896 +0.28879999999991 0.51970692294741 +0.28959999999991 0.50977321212425 +0.29039999999991 0.52110691633543 +0.29119999999991 0.53113353190195 +0.29199999999991 0.51742965491923 +0.29279999999991 0.50393665017685 +0.29359999999991 0.51459505537928 +0.29439999999991 0.52697900201339 +0.29519999999991 0.5185098739253 +0.29599999999991 0.51268486947464 +0.29679999999991 0.53275462691749 +0.29759999999991 0.55542492779424 +0.29839999999991 0.5571551522393 +0.29919999999991 0.56048082944151 +0.29999999999991 0.58778525229228 +0.30079999999991 0.61508596237088 +0.30159999999991 0.6184005035124 +0.30239999999991 0.6201121619869 +0.30319999999991 0.64275647156615 +0.30399999999991 0.66279281700568 +0.30479999999991 0.65692697559371 +0.30559999999991 0.64840958137399 +0.30639999999991 0.66073783750054 +0.30719999999991 0.6713331326226 +0.30799999999991 0.65776959190262 +0.30879999999991 0.64398775574514 +0.30959999999991 0.65392898721935 +0.31039999999991 0.66516988963777 +0.31119999999991 0.65513595542458 +0.31199999999991 0.64733011211373 +0.31279999999991 0.66501032513692 +0.31359999999991 0.68489127223839 +0.31439999999991 0.68344276377544 +0.31519999999991 0.68321225214862 +0.31599999999991 0.70659639934898 +0.31679999999991 0.72962750922067 +0.31759999999991 0.72833922286604 +0.31839999999991 0.72513219548194 +0.31919999999991 0.74256053285006 +0.31999999999991 0.75710332154031 +0.32079999999991 0.74548709294495 +0.32159999999991 0.73098420573678 +0.32239999999991 0.73711447242928 +0.32319999999991 0.74132268668994 +0.32399999999991 0.72120708223425 +0.32479999999991 0.70073291644904 +0.32559999999991 0.70386678045141 +0.32639999999991 0.70821091711176 +0.32719999999991 0.69121676907991 +0.32799999999991 0.67641342249561 +0.32879999999991 0.68708510656163 +0.32959999999991 0.69997276457061 +0.33039999999991 0.69157237078706 +0.33119999999991 0.6844573367672 +0.33199999999991 0.70104997657204 +0.33279999999991 0.71740783808528 +0.33359999999991 0.70958929894882 +0.33439999999991 0.7000191460677 +0.33519999999991 0.71127491696472 +0.33599999999991 0.71985833779084 +0.33679999999991 0.70251769827215 +0.33759999999991 0.68254614853722 +0.33839999999991 0.68348324380945 +0.33919999999991 0.68279239406834 +0.33999999999991 0.65808924978999 +0.34079999999991 0.63335521706309 +0.34159999999991 0.63257170420398 +0.34239999999991 0.63335438150097 +0.34319999999991 0.61316667661967 +0.34399999999991 0.59554817133561 +0.34479999999991 0.60379205988385 +0.34559999999991 0.61464668488796 +0.34639999999991 0.6046138254612 +0.34719999999991 0.59627108092372 +0.34799999999991 0.61204331969328 +0.34879999999991 0.62798900091634 +0.34959999999991 0.62016576710444 +0.35039999999991 0.61099602703838 +0.35119999999991 0.62305330661025 +0.35199999999991 0.63283370308404 +0.35279999999991 0.61707828274597 +0.35359999999991 0.59907140652275 +0.35439999999991 0.60234230962891 +0.35519999999991 0.60434259236883 +0.35599999999991 0.58267465301821 +0.35679999999991 0.56130525541858 +0.35759999999991 0.56419983387906 +0.35839999999991 0.5689568162349 +0.35919999999991 0.55302118789487 +0.35999999999991 0.53991296161896 +0.36079999999991 0.55290471346148 +0.36159999999991 0.56872320056536 +0.36239999999991 0.56384773491541 +0.36319999999991 0.56083265606469 +0.36399999999991 0.58207887217623 +0.36479999999991 0.60362027682039 +0.36559999999991 0.60148943886824 +0.36639999999991 0.5980832848485 +0.36719999999991 0.61594955073721 +0.36799999999991 0.63155833849317 +0.36879999999991 0.62162461677875 +0.36959999999991 0.60940664999421 +0.37039999999991 0.61840768134546 +0.37119999999991 0.62605352673104 +0.37199999999991 0.60992110987119 +0.37279999999991 0.59395213086653 +0.37359999999991 0.60208747053287 +0.37439999999991 0.61190161075955 +0.37519999999991 0.60081629366203 +0.37599999999991 0.59232908353126 +0.37679999999991 0.60969099181276 +0.37759999999991 0.62960818051365 +0.37839999999991 0.62854041781381 +0.37919999999991 0.62902362840011 +0.37999999999991 0.65344150757274 +0.38079999999991 0.67781200661177 +0.38159999999991 0.67815308604814 +0.38239999999991 0.67684845624561 +0.38319999999991 0.69643408173281 +0.38399999999991 0.71336978480253 +0.38479999999991 0.70436178739126 +0.38559999999991 0.69266117507801 +0.38639999999991 0.70176560893598 +0.38719999999991 0.70909694209379 +0.38799999999991 0.69222977110005 +0.38879999999991 0.67510511400413 +0.38959999999991 0.68166481805626 +0.39039999999991 0.68948597674912 +0.39119999999991 0.67599457927334 +0.39199999999991 0.66469405615983 +0.39279999999991 0.67884288163205 +0.39359999999991 0.69515624822924 +0.39439999999991 0.69010448728442 +0.39519999999991 0.68623557804192 +0.39599999999991 0.70594671480138 +0.39679999999991 0.72527073960835 +0.39759999999991 0.72024183724632 +0.39839999999991 0.71326121237185 +0.39919999999991 0.72688352534105 +0.39999999999991 0.73758842263083 +0.40079999999991 0.72210300100861 +0.40159999999991 0.70370018970631 +0.40239999999991 0.70590037664525 +0.40319999999991 0.70614893585266 +0.40399999999991 0.68204468657347 +0.40479999999991 0.65755347631926 +0.40559999999991 0.65664249114995 +0.40639999999991 0.6569145732386 +0.40719999999991 0.63582176932887 +0.40799999999991 0.61689377410259 +0.40879999999991 0.6234154294082 +0.40959999999991 0.63212829537043 +0.41039999999991 0.61952896746484 +0.41119999999991 0.60819148250174 +0.41199999999991 0.62053878344217 +0.41279999999991 0.63262905111818 +0.41359999999991 0.62052129974631 +0.41439999999991 0.60664095668375 +0.41519999999991 0.61356620313611 +0.41599999999991 0.61779941237284 +0.41679999999991 0.59608952482123 +0.41759999999991 0.57173034450051 +0.41839999999991 0.56826208343494 +0.41919999999991 0.56314881144932 +0.41999999999991 0.5340068420544 +0.42079999999991 0.50481824694768 +0.42159999999991 0.49956510285799 +0.42239999999991 0.4958637509194 +0.42319999999991 0.47117829241241 +0.42399999999991 0.44904898504473 +0.42479999999991 0.45276970110204 +0.42559999999991 0.45908946347507 +0.42639999999991 0.44451073378391 +0.42719999999991 0.43161179578846 +0.42799999999991 0.44281820398288 +0.42879999999991 0.45418910554463 +0.42959999999991 0.44178283257371 +0.43039999999991 0.42802248507497 +0.43119999999991 0.43548228142658 +0.43199999999991 0.44065901270026 +0.43279999999991 0.42029444033172 +0.43359999999991 0.39767362148039 +0.43439999999991 0.39632648843097 +0.43519999999991 0.39370533944889 +0.43599999999991 0.36741327170002 +0.43679999999991 0.34141774842479 +0.43759999999991 0.33968490395877 +0.43839999999991 0.33981386643301 +0.43919999999991 0.31925032206504 +0.43999999999991 0.30151498463806 +0.44079999999991 0.30988113118543 +0.44159999999991 0.32107621980847 +0.44239999999991 0.31158026348022 +0.44319999999991 0.30394830252439 +0.44399999999991 0.32058194534088 +0.44479999999991 0.33751578542531 +0.44559999999991 0.33078309095046 +0.44639999999991 0.32278148721764 +0.44719999999991 0.33605940800443 +0.44799999999991 0.34708765218875 +0.44879999999991 0.33258188448932 +0.44959999999991 0.31580106425501 +0.45039999999991 0.32024912826563 +0.45119999999991 0.32335258467483 +0.45199999999991 0.30268904819401 +0.45279999999991 0.28220090821455 +0.45359999999992 0.28582973326268 +0.45439999999992 0.2911506910509 +0.45519999999992 0.27558620777461 +0.45599999999992 0.26263452984869 +0.45679999999992 0.27554734862873 +0.45759999999992 0.29103150382717 +0.45839999999992 0.28554743913591 +0.45919999999992 0.28163175234966 +0.45999999999992 0.30166880925203 +0.46079999999992 0.32167722905031 +0.46159999999992 0.31767563740233 +0.46239999999992 0.31204840714449 +0.46319999999992 0.32733216219225 +0.46399999999992 0.33998738113465 +0.46479999999992 0.32672093916596 +0.46559999999992 0.31078457194188 +0.46639999999992 0.31567658716016 +0.46719999999992 0.31881948103048 +0.46799999999992 0.29778848978908 +0.46879999999992 0.27652526747575 +0.46959999999992 0.2789722936426 +0.47039999999992 0.28270729000269 +0.47119999999992 0.26515687019692 +0.47199999999992 0.2498250852411 +0.47279999999992 0.25997102554969 +0.47359999999992 0.27231049550205 +0.47439999999992 0.26331443410302 +0.47519999999992 0.25553142391345 +0.47599999999992 0.27135925779945 +0.47679999999992 0.28683137183868 +0.47759999999992 0.27798254004062 +0.47839999999992 0.26721455171894 +0.47919999999992 0.27708264676512 +0.47999999999992 0.28406704611467 +0.48079999999992 0.26489541608678 +0.48159999999992 0.24284125035237 +0.48239999999992 0.24142549582657 +0.48319999999992 0.23809408011375 +0.48399999999992 0.21044637079751 +0.48479999999992 0.1824487581034 +0.48559999999992 0.17806896527769 +0.48639999999992 0.17491036573153 +0.48719999999992 0.15042553187451 +0.48799999999992 0.12814467826169 +0.48879999999992 0.13135316051526 +0.48959999999992 0.13679304639252 +0.49039999999992 0.12096143307105 +0.49119999999992 0.1064328529896 +0.49199999999992 0.1156307382192 +0.49279999999992 0.12461375245451 +0.49359999999992 0.1094413862513 +0.49439999999992 0.092539537116578 +0.49519999999992 0.096486849587591 +0.49599999999992 0.097786153516671 +0.49679999999992 0.073186839381682 +0.49759999999992 0.045983154616393 +0.49839999999992 0.039715747564064 +0.49919999999992 0.031849117326569 +0.49999999999992 2.6296204457119e-13 +0.50079999999992 -0.031849117322876 +0.50159999999992 -0.039715749521545 +0.50239999999992 -0.045983154614833 +0.50319999999992 -0.073186837417277 +0.50399999999992 -0.097786153508136 +0.50479999999992 -0.096486851550629 +0.50559999999992 -0.092539537122509 +0.50639999999992 -0.1094413842863 +0.50719999999992 -0.1246137524461 +0.50799999999992 -0.11563073821871 +0.50879999999992 -0.10643285299776 +0.50959999999992 -0.12096143110525 +0.51039999999992 -0.13679304638192 +0.51119999999992 -0.13135316247986 +0.51199999999992 -0.12814467826899 +0.51279999999992 -0.15042552989903 +0.51359999999992 -0.17491036572106 +0.51439999999992 -0.17806896724661 +0.51519999999992 -0.18244875810679 +0.51599999999992 -0.21044637079408 +0.51679999999992 -0.23809408010542 +0.51759999999992 -0.24142549779737 +0.51839999999992 -0.24284125035248 +0.51919999999992 -0.26489541411308 +0.51999999999992 -0.28406704611202 +0.52079999999992 -0.27708264873469 +0.52159999999992 -0.26721455172006 +0.52239999999992 -0.27798253807259 +0.52319999999992 -0.28683137183801 +0.52399999999992 -0.27135925780034 +0.52479999999992 -0.25553142391751 +0.52559999999992 -0.26331443213621 +0.52639999999992 -0.27231049549914 +0.52719999999992 -0.25997102751411 +0.52799999999992 -0.24982508524746 +0.52879999999992 -0.26515686823123 +0.52959999999992 -0.2827072899912 +0.53039999999992 -0.27897229560613 +0.53119999999992 -0.27652526748603 +0.53199999999992 -0.29778848978705 +0.53279999999992 -0.31881948101416 +0.53359999999992 -0.31567658912571 +0.53439999999992 -0.31078457195682 +0.53519999999992 -0.32672093719687 +0.53599999999992 -0.33998738111708 +0.53679999999992 -0.32733216416276 +0.53759999999992 -0.3120484071613 +0.53839999999992 -0.3176756354309 +0.53919999999992 -0.32167722903488 +0.53999999999992 -0.30166880925206 +0.54079999999992 -0.28163175236818 +0.54159999999992 -0.28554743715838 +0.54239999999992 -0.29103150381269 +0.54319999999992 -0.27554735060997 +0.54399999999992 -0.26263452986255 +0.54479999999992 -0.27558620579283 +0.54559999999992 -0.29115069103685 +0.54639999999992 -0.28582973524338 +0.54719999999992 -0.28220090822279 +0.54799999999992 -0.3026890481921 +0.54879999999992 -0.32335258466694 +0.54959999999992 -0.32024913024232 +0.55039999999992 -0.31580106425942 +0.55119999999992 -0.33258188251243 +0.55199999999992 -0.34708765218019 +0.55279999999992 -0.336059409981 +0.55359999999992 -0.32278148722502 +0.55439999999992 -0.33078308897488 +0.55519999999992 -0.33751578541894 +0.55599999999992 -0.320581945342 +0.55679999999992 -0.30394830253415 +0.55759999999992 -0.31158026150753 +0.55839999999992 -0.32107621979748 +0.55919999999992 -0.3098811331574 +0.55999999999992 -0.30151498465048 +0.56079999999992 -0.31925032008995 +0.56159999999992 -0.33981386641767 +0.56239999999992 -0.33968490592924 +0.56319999999992 -0.341417748438 +0.56399999999992 -0.36741327169694 +0.56479999999992 -0.39370533942817 +0.56559999999992 -0.39632649040632 +0.56639999999992 -0.39767362149527 +0.56719999999992 -0.42029443834866 +0.56799999999992 -0.44065901268178 +0.56879999999992 -0.43548228340971 +0.56959999999992 -0.42802248509066 +0.57039999999992 -0.44178283058758 +0.57119999999992 -0.45418910553024 +0.57199999999992 -0.44281820398285 +0.57279999999992 -0.43161179580119 +0.57359999999992 -0.44451073179851 +0.57439999999992 -0.45908946346298 +0.57519999999992 -0.45276970308682 +0.57599999999992 -0.44904898505262 +0.57679999999992 -0.47117829042353 +0.57759999999992 -0.49586375090906 +0.57839999999992 -0.49956510483838 +0.57919999999992 -0.50481824694912 +0.57999999999992 -0.53400684205246 +0.58079999999992 -0.56314881144156 +0.58159999999992 -0.56826208541385 +0.58239999999992 -0.57173034450171 +0.58319999999992 -0.59608952283888 +0.58399999999992 -0.61779941236858 +0.58479999999992 -0.61356620511173 +0.58559999999992 -0.6066409566884 +0.58639999999992 -0.62052129777134 +0.58719999999992 -0.63262905110995 +0.58799999999992 -0.62053878344233 +0.58879999999992 -0.60819148251208 +0.58959999999992 -0.61952896548848 +0.59039999999992 -0.63212829535856 +0.59119999999992 -0.62341543138221 +0.59199999999992 -0.61689377411429 +0.59279999999992 -0.63582176734993 +0.59359999999992 -0.65691457322223 +0.59439999999992 -0.65664249312667 +0.59519999999992 -0.65755347633169 +0.59599999999992 -0.68204468657078 +0.59679999999992 -0.70614893583496 +0.59759999999992 -0.70590037862527 +0.59839999999992 -0.7037001897194 +0.59919999999992 -0.72210299902468 +0.59999999999992 -0.73758842261452 +0.60079999999992 -0.72688352732477 +0.60159999999992 -0.71326121238522 +0.60239999999992 -0.72024183526359 +0.60319999999992 -0.72527073960133 +0.60399999999992 -0.70594671480307 +0.60479999999992 -0.68623557805184 +0.60559999999992 -0.6901044853014 +0.60639999999992 -0.69515624822444 +0.60719999999992 -0.67884288361585 +0.60799999999992 -0.66469405616361 +0.60879999999992 -0.67599457729326 +0.60959999999992 -0.68948597674508 +0.61039999999992 -0.68166482003369 +0.61119999999992 -0.67510511400845 +0.61199999999992 -0.69222977109889 +0.61279999999992 -0.70909694208676 +0.61359999999992 -0.70176561091013 +0.61439999999992 -0.69266117508471 +0.61519999999992 -0.70436178541857 +0.61599999999992 -0.71336978479491 +0.61679999999992 -0.6964340837058 +0.61759999999992 -0.6768484562588 +0.61839999999992 -0.67815308407795 +0.61919999999992 -0.67781200660206 +0.61999999999992 -0.65344150757367 +0.62079999999992 -0.62902362841839 +0.62159999999992 -0.62854041584655 +0.62239999999992 -0.62960818049904 +0.62319999999992 -0.6096909937861 +0.62399999999992 -0.59232908355079 +0.62479999999992 -0.60081629168832 +0.62559999999992 -0.61190161074075 +0.62639999999992 -0.60208747250829 +0.62719999999992 -0.59395213088525 +0.62799999999992 -0.60992110987022 +0.62879999999992 -0.62605352670899 +0.62959999999992 -0.61840768332638 +0.63039999999992 -0.60940665001323 +0.63119999999992 -0.62162461479906 +0.63199999999992 -0.63155833847772 +0.63279999999992 -0.61594955271808 +0.63359999999992 -0.59808328486619 +0.63439999999992 -0.60148943689037 +0.63519999999992 -0.60362027680947 +0.63599999999992 -0.58207887217832 +0.63679999999992 -0.56083265607798 +0.63759999999992 -0.56384773293843 +0.63839999999992 -0.56872320055451 +0.63919999999992 -0.55290471543845 +0.63999999999992 -0.5399129616325 +0.64079999999992 -0.55302118592004 +0.64159999999992 -0.56895681621945 +0.64239999999992 -0.56419983584957 +0.64319999999992 -0.56130525543041 +0.64399999999992 -0.5826746530161 +0.64479999999992 -0.60434259235075 +0.64559999999992 -0.6023423115948 +0.64639999999992 -0.59907140653855 +0.64719999999992 -0.61707828077662 +0.64799999999992 -0.63283370306326 +0.64879999999992 -0.62305330857867 +0.64959999999992 -0.61099602706108 +0.65039999999992 -0.62016576513659 +0.65119999999992 -0.62798900089037 +0.65199999999992 -0.61204331969421 +0.65279999999992 -0.59627108095431 +0.65359999999992 -0.60461382348753 +0.65439999999992 -0.61464668485874 +0.65519999999992 -0.60379206185968 +0.65599999999992 -0.59554817136355 +0.65679999999992 -0.61316667464048 +0.65759999999992 -0.63335438146992 +0.65839999999992 -0.63257170618199 +0.65919999999992 -0.63335521708867 +0.65999999999992 -0.65808924978898 +0.66079999999992 -0.68279239403593 +0.66159999999992 -0.68348324579053 +0.66239999999992 -0.68254614856169 +0.66319999999992 -0.7025176962878 +0.66399999999992 -0.71985833776365 +0.66479999999992 -0.71127491894882 +0.66559999999992 -0.70001914609206 +0.66639999999992 -0.70958929696509 +0.66719999999992 -0.71740783806451 +0.66799999999992 -0.7010499765731 +0.66879999999992 -0.68445733678875 +0.66959999999992 -0.69157236880587 +0.67039999999992 -0.69997276454981 +0.67119999999992 -0.68708510854175 +0.67199999999992 -0.67641342251807 +0.67279999999992 -0.69121676710051 +0.67359999999992 -0.7082109170791 +0.67439999999992 -0.70386678242556 +0.67519999999992 -0.70073291647679 +0.67599999999992 -0.72120708223239 +0.67679999999992 -0.74132268665729 +0.67759999999992 -0.73711447440652 +0.67839999999992 -0.73098420576564 +0.67919999999992 -0.74548709096517 +0.67999999999992 -0.75710332151033 +0.68079999999992 -0.74256053483187 +0.68159999999992 -0.72513219551316 +0.68239999999992 -0.72833922088467 +0.68319999999992 -0.72962750918733 +0.68399999999992 -0.70659639935144 +0.68479999999992 -0.68321225218623 +0.68559999999992 -0.6834427617898 +0.68639999999992 -0.6848912722041 +0.68719999999992 -0.66501032712658 +0.68799999999992 -0.64733011215202 +0.68879999999992 -0.65513595343266 +0.68959999999992 -0.66516988960552 +0.69039999999992 -0.65392898921375 +0.69119999999992 -0.64398775577625 +0.69199999999992 -0.65776959190215 +0.69279999999992 -0.67133313259145 +0.69359999999992 -0.66073783949771 +0.69439999999992 -0.64840958140474 +0.69519999999992 -0.6569269735989 +0.69599999999992 -0.66279281698394 +0.69679999999992 -0.64275647356287 +0.69759999999992 -0.6201121620145 +0.69839999999992 -0.6184005015233 +0.69919999999992 -0.6150859623476 +0.69999999999992 -0.58778525229264 +0.70079999999992 -0.56048082947007 +0.70159999999992 -0.55715515025206 +0.70239999999992 -0.5554249277721 +0.70319999999992 -0.53275462890805 +0.70399999999992 -0.51268486950325 +0.70479999999992 -0.51850987193726 +0.70559999999992 -0.52697900198608 +0.70639999999992 -0.51459505736865 +0.70719999999992 -0.50393665020755 +0.70799999999992 -0.51742965491878 +0.70879999999992 -0.53113353186852 +0.70959999999992 -0.52110691832455 +0.71039999999992 -0.50977321215953 +0.71119999999992 -0.51970692095659 +0.71199999999992 -0.52740511741418 +0.71279999999992 -0.5096098373797 +0.71359999999992 -0.48960640420149 +0.71439999999992 -0.49092500771317 +0.71519999999992 -0.49101819597671 +0.71599999999992 -0.46748930867584 +0.71679999999992 -0.44430604254219 +0.71759999999992 -0.44543475754933 +0.71839999999992 -0.44847479893328 +0.71919999999992 -0.43087206254697 +0.71999999999992 -0.41614746324515 +0.72079999999992 -0.4275744702225 +0.72159999999992 -0.44188072567718 +0.72239999999992 -0.43554641889256 +0.72319999999992 -0.43112675781812 +0.72399999999992 -0.45102350929664 +0.72479999999992 -0.47127141766039 +0.72559999999992 -0.46790389311847 +0.72639999999992 -0.46331869480746 +0.72719999999992 -0.48006438105711 +0.72799999999992 -0.49461186698453 +0.72879999999992 -0.48367692553653 +0.72959999999992 -0.47051861540758 +0.73039999999992 -0.47864096350562 +0.73119999999992 -0.48547055970003 +0.73199999999992 -0.46858509249793 +0.73279999999992 -0.45192701553624 +0.73359999999992 -0.45943795317774 +0.73439999999992 -0.46869311991297 +0.73519999999992 -0.45711498076335 +0.73599999999992 -0.44820181193911 +0.73679999999992 -0.46520532523387 +0.73759999999992 -0.48483237233633 +0.73839999999992 -0.48354340076228 +0.73919999999992 -0.4838750030588 +0.73999999999992 -0.50821153024052 +0.74079999999992 -0.53257157888008 +0.74159999999992 -0.5329737429498 +0.74239999999992 -0.53180235506889 +0.74319999999992 -0.55159398945579 +0.74399999999992 -0.56880906657203 +0.74479999999992 -0.56015439528564 +0.74559999999992 -0.5488816358353 +0.74639999999992 -0.55848901119376 +0.74719999999992 -0.56639892446688 +0.74799999999992 -0.55018651072703 +0.74879999999992 -0.53379331325676 +0.74959999999992 -0.54116169242171 +0.75039999999992 -0.54986924188077 +0.75119999999992 -0.53734243918776 +0.75199999999992 -0.52708519028013 +0.75279999999992 -0.54235643137614 +0.75359999999992 -0.55987180435185 +0.75439999999992 -0.55610207762403 +0.75519999999992 -0.5535956542696 +0.75599999999992 -0.57475013852082 +0.75679999999992 -0.59559877009985 +0.75759999999992 -0.59217611791739 +0.75839999999992 -0.58688375792074 +0.75919999999992 -0.60227670758303 +0.75999999999992 -0.61483495730433 +0.76079999999992 -0.60128593501694 +0.76159999999992 -0.58490288735816 +0.76239999999992 -0.58920650539971 +0.76319999999992 -0.59164245294016 +0.76399999999992 -0.56980982617514 +0.76479999999992 -0.54767473492332 +0.76559999999992 -0.54920461412994 +0.76639999999992 -0.55200254060732 +0.76719999999992 -0.53352078274006 +0.76799999999992 -0.517289242711 +0.76879999999992 -0.52659295527543 +0.76959999999992 -0.53817365975555 +0.77039999999992 -0.52852811749564 +0.77119999999992 -0.52023051691881 +0.77199999999992 -0.53570393770224 +0.77279999999992 -0.55100668424077 +0.77359999999992 -0.54219787987841 +0.77439999999992 -0.53170304739991 +0.77519999999992 -0.54210044847602 +0.77599999999992 -0.5498925229311 +0.77679999999992 -0.53182826422874 +0.77759999999992 -0.51120151501023 +0.77839999999992 -0.51155251107521 +0.77919999999992 -0.51034533205616 +0.77999999999992 -0.48519628788774 +0.78079999999992 -0.46008743159569 +0.78159999999992 -0.45900080736615 +0.78239999999992 -0.45955270913585 +0.78319999999992 -0.43920717761109 +0.78399999999992 -0.42150439554026 +0.78479999999992 -0.42973814533831 +0.78559999999992 -0.4406573460962 +0.78639999999992 -0.43076434214122 +0.78719999999992 -0.42263728557397 +0.78799999999992 -0.43870158421124 +0.78879999999992 -0.45501622537307 +0.78959999999992 -0.44763936685911 +0.79039999999992 -0.43899392077357 +0.79119999999992 -0.45165390264855 +0.79199999999992 -0.46211588695587 +0.79279999999992 -0.44712140523804 +0.79359999999992 -0.42995527057364 +0.79439999999992 -0.43414715652097 +0.79519999999992 -0.4371490889975 +0.79599999999992 -0.41656387987667 +0.79679999999992 -0.39635869232467 +0.79759999999992 -0.40049934717928 +0.79839999999992 -0.40658464495956 +0.79919999999992 -0.39205993147041 +0.79999999999992 -0.38044556619 +0.80079999999992 -0.39501445756823 +0.80159999999992 -0.41249368192873 +0.80239999999992 -0.40936285770341 +0.80319999999992 -0.40817661697817 +0.80399999999992 -0.43133614572102 +0.80479999999993 -0.45487560272138 +0.80559999999993 -0.45482780788848 +0.80639999999993 -0.45358992551746 +0.80719999999993 -0.47370991444798 +0.80799999999993 -0.49165808592513 +0.80879999999993 -0.48414960480022 +0.80959999999993 -0.47444291739699 +0.81039999999993 -0.48604143401272 +0.81119999999993 -0.49637112394043 +0.81199999999993 -0.48300905127105 +0.81279999999993 -0.46989704125821 +0.81359999999993 -0.48097608617731 +0.81439999999993 -0.49382076477344 +0.81519999999993 -0.48585290287531 +0.81599999999993 -0.48057013402519 +0.81679999999993 -0.50122352393664 +0.81759999999993 -0.52451927501741 +0.81839999999993 -0.52691718247346 +0.81919999999993 -0.53095318347134 +0.81999999999993 -0.55901097061271 +0.82079999999993 -0.58710847936733 +0.82159999999993 -0.59126363986307 +0.82239999999993 -0.59386011831252 +0.82319999999993 -0.61743381989861 +0.82399999999993 -0.63844449369552 +0.82479999999993 -0.63359827502439 +0.82559999999993 -0.62614614832706 +0.82639999999993 -0.63958565859616 +0.82719999999993 -0.65133852904591 +0.82799999999993 -0.63897921316026 +0.82879999999993 -0.62644857068549 +0.82959999999993 -0.6376882768712 +0.83039999999993 -0.6502752386744 +0.83119999999993 -0.64163524569564 +0.83199999999993 -0.63527151450299 +0.83279999999993 -0.65444229061161 +0.83359999999993 -0.67586252421416 +0.83439999999993 -0.67600229116502 +0.83519999999993 -0.67740930099478 +0.83599999999993 -0.70248046348423 +0.83679999999993 -0.72724832346661 +0.83759999999993 -0.72774675438255 +0.83839999999993 -0.72637663622453 +0.83919999999993 -0.74569229008297 +0.83999999999993 -0.76217300989765 +0.84079999999993 -0.75254552709647 +0.84159999999993 -0.74008239169583 +0.84239999999993 -0.74830359820538 +0.84319999999993 -0.75465411420073 +0.84399999999993 -0.73673234006939 +0.84479999999993 -0.71850369009749 +0.84559999999993 -0.72393490428093 +0.84639999999993 -0.73062836520662 +0.84719999999993 -0.71603564789061 +0.84799999999993 -0.70368596191567 +0.84879999999993 -0.71686365037632 +0.84959999999993 -0.73230976216212 +0.85039999999993 -0.72652036945741 +0.85119999999993 -0.72206897272924 +0.85199999999993 -0.74137796507826 +0.85279999999993 -0.76050496602867 +0.85359999999993 -0.75550841568034 +0.85439999999993 -0.74881315528278 +0.85519999999993 -0.76299676675528 +0.85599999999993 -0.77456101229692 +0.85679999999993 -0.76025420984688 +0.85759999999993 -0.74336952863205 +0.85839999999993 -0.74744653324517 +0.85919999999993 -0.74994863467448 +0.85999999999993 -0.72849147677842 +0.86079999999993 -0.70705644893686 +0.86159999999993 -0.70962493442714 +0.86239999999993 -0.71381256922776 +0.86319999999993 -0.69708273905729 +0.86399999999993 -0.68297497453868 +0.86479999999993 -0.69478240911028 +0.86559999999993 -0.70925331626946 +0.86639999999993 -0.70288939810852 +0.86719999999993 -0.69826816776748 +0.86799999999993 -0.71781439768333 +0.86879999999993 -0.73758644357527 +0.86959999999993 -0.73364183539008 +0.87039999999993 -0.7284028610727 +0.87119999999993 -0.74444291597121 +0.87199999999993 -0.75825795856495 +0.87279999999993 -0.74658890851678 +0.87359999999993 -0.73271997111679 +0.87439999999993 -0.74018021652718 +0.87519999999993 -0.74642107184912 +0.87599999999993 -0.72904475456302 +0.87679999999993 -0.71201783802806 +0.87759999999993 -0.71930555797568 +0.87839999999993 -0.72850613477062 +0.87919999999993 -0.71706433889644 +0.87999999999993 -0.70849995941006 +0.88079999999993 -0.72608533949566 +0.88159999999993 -0.74654699544904 +0.88239999999993 -0.74636399089492 +0.88319999999993 -0.7480904083823 +0.88399999999993 -0.77412688983925 +0.88479999999993 -0.80050705557671 +0.88559999999993 -0.80326319265415 +0.88639999999993 -0.80479193808246 +0.88719999999993 -0.82764072926292 +0.88799999999993 -0.84827936194941 +0.88879999999993 -0.84342249137989 +0.88959999999993 -0.8363280602103 +0.89039999999993 -0.85049898124288 +0.89119999999993 -0.86336073253516 +0.89199999999993 -0.85248989311719 +0.89279999999993 -0.84182780951298 +0.89359999999993 -0.8553150016699 +0.89439999999993 -0.87052558260504 +0.89519999999993 -0.86488091891788 +0.89599999999993 -0.86187819147072 +0.89679999999993 -0.88476802010107 +0.89759999999993 -0.9102561681914 +0.89839999999993 -0.91480199865853 +0.89919999999993 -0.92094102325546 +0.89999999999993 -0.95105651629474 +0.90079999999993 -0.98116600194058 +0.90159999999993 -0.98728700616879 +0.90239999999993 -0.99180279811064 +0.90319999999993 -1.0172488932493 +0.90399999999993 -1.0400846582746 +0.90479999999993 -1.0370158533763 +0.90559999999993 -1.0312930953069 +0.90639999999993 -1.0464135689675 +0.90719999999993 -1.0597986449977 +0.90799999999993 -1.0490224317929 +0.90879999999993 -1.0380254517838 +0.90959999999993 -1.0507490505721 +0.91039999999993 -1.0647698132868 +0.91119999999993 -1.0575132154009 +0.91199999999993 -1.0524821672758 +0.91279999999993 -1.0729346161916 +0.91359999999993 -1.0955852220292 +0.91439999999993 -1.096903778274 +0.91519999999993 -1.0994377201869 +0.91599999999993 -1.125583691448 +0.91679999999993 -1.151373978827 +0.91759999999993 -1.1528422059 +0.91839999999993 -1.1523890110298 +0.91919999999993 -1.1725684819805 +0.91999999999993 -1.1898596876178 +0.92079999999993 -1.1809891425939 +0.92159999999993 -1.1692291885508 +0.92239999999993 -1.1780996200704 +0.92319999999993 -1.1850452131962 +0.92399999999993 -1.1676641851872 +0.92479999999993 -1.1499217757813 +0.92559999999993 -1.1557845589258 +0.92639999999993 -1.1628547597221 +0.92719999999993 -1.148583804187 +0.92799999999993 -1.1365007615677 +0.92879999999993 -1.149889843306 +0.92959999999993 -1.1654919752059 +0.93039999999993 -1.1598031149703 +0.93119999999993 -1.1553966573607 +0.93199999999993 -1.1746948985043 +0.93279999999993 -1.1937553695575 +0.93359999999993 -1.1886364309928 +0.93439999999993 -1.1817628532214 +0.93519999999993 -1.1957121561421 +0.93599999999993 -1.2069860485578 +0.93679999999993 -1.1923328038031 +0.93759999999993 -1.1750455553562 +0.93839999999993 -1.1786638408828 +0.93919999999993 -1.1806510531041 +0.93999999999993 -1.1586228264166 +0.94079999999993 -1.1365605496367 +0.94159999999993 -1.1384456142965 +0.94239999999993 -1.1418936732693 +0.94319999999993 -1.1243681380056 +0.94399999999993 -1.1094085737771 +0.94479999999993 -1.1203081573982 +0.94559999999993 -1.1338152144274 +0.94639999999993 -1.1264315078298 +0.94719999999993 -1.1207346204967 +0.94799999999993 -1.1391494032795 +0.94879999999993 -1.1577342990289 +0.94959999999993 -1.1525469335289 +0.95039999999993 -1.1460096994057 +0.95119999999993 -1.1606961053161 +0.95199999999993 -1.1731022316535 +0.95279999999993 -1.1599691287073 +0.95359999999993 -1.1445811411166 +0.95439999999993 -1.150467486957 +0.95519999999993 -1.1550797497472 +0.95599999999993 -1.1360203120635 +0.95679999999993 -1.1172559208959 +0.95759999999993 -1.1227519941641 +0.95839999999993 -1.1301069427797 +0.95919999999993 -1.1167657363281 +0.95999999999993 -1.1062483714446 +0.96079999999993 -1.1218274072453 +0.96159999999993 -1.14022958426 +0.96239999999993 -1.1379341987231 +0.96319999999993 -1.1374955741717 +0.96399999999993 -1.1613146017029 +0.96479999999993 -1.1854251589962 +0.96559999999993 -1.1858597986376 +0.96639999999993 -1.1850154314395 +0.96719999999993 -1.2054397766128 +0.96799999999993 -1.2236029196792 +0.96879999999993 -1.2162198137636 +0.96959999999993 -1.2065487074214 +0.97039999999993 -1.2180928271754 +0.97119999999993 -1.2282779725952 +0.97199999999993 -1.2146810521768 +0.97279999999993 -1.2012437496202 +0.97359999999993 -1.2119069297932 +0.97439999999993 -1.224245058154 +0.97519999999993 -1.215679861471 +0.97599999999993 -1.2097088883573 +0.97679999999993 -1.2295831337734 +0.97759999999993 -1.2520087436219 +0.97839999999993 -1.2534454708315 +0.97919999999993 -1.2564292244842 +0.97999999999993 -1.2833436833162 +0.98079999999993 -1.3102067832105 +0.98159999999993 -1.3130364689304 +0.98239999999993 -1.314216435531 +0.98319999999993 -1.3362826312873 +0.98399999999993 -1.3556948626113 +0.98479999999993 -1.349159336349 +0.98559999999993 -1.3399271226695 +0.98639999999993 -1.3514958665202 +0.98719999999993 -1.361287405239 +0.98799999999993 -1.3468763205658 +0.98879999999993 -1.3322036146852 +0.98959999999993 -1.3412111193984 +0.99039999999993 -1.3514759123204 +0.99119999999993 -1.3404239677353 +0.99199999999993 -1.3315587009931 +0.99279999999993 -1.3481385704159 +0.99359999999993 -1.3668787529396 +0.99439999999993 -1.3642495651042 +0.99519999999993 -1.3627989710948 +0.99599999999993 -1.3849241491979 +0.99679999999993 -1.4066579265597 +0.99759999999993 -1.4040344726997 +0.99839999999993 -1.3994549775059 +0.99919999999993 -1.4154740856328 +0.99999999999993 -1.4285714281769 +1.0007999999999 -1.4154740873441 +1.0015999999999 -1.3994549775064 +1.0023999999999 -1.4040344709877 +1.0031999999999 -1.4066579265637 +1.0039999999999 -1.3849241491998 +1.0047999999999 -1.3627989710967 +1.0055999999999 -1.3642495633926 +1.0063999999999 -1.3668787529347 +1.0071999999999 -1.3481385721264 +1.0079999999999 -1.3315587009931 +1.0087999999999 -1.3404239660249 +1.0095999999999 -1.3514759123237 +1.0103999999999 -1.3412111211143 +1.0111999999999 -1.332203614679 +1.0119999999999 -1.3468763205652 +1.0127999999999 -1.3612874052438 +1.0135999999999 -1.3514958682349 +1.0143999999999 -1.3399271226665 +1.0151999999999 -1.3491593346339 +1.0159999999999 -1.3556948626233 +1.0167999999999 -1.3362826330083 +1.0175999999999 -1.3142164355193 +1.0183999999999 -1.3130364672076 +1.0191999999999 -1.3102067832249 +1.0199999999999 -1.2833436833174 +1.0207999999999 -1.2564292244805 +1.0215999999999 -1.253445469109 +1.0223999999999 -1.2520087436275 +1.0231999999999 -1.2295831354982 +1.0239999999999 -1.2097088883548 +1.0247999999999 -1.215679859743 +1.0255999999999 -1.2242450581562 +1.0263999999999 -1.211906931523 +1.0271999999999 -1.2012437496275 +1.0279999999999 -1.2146810521765 +1.0287999999999 -1.2282779725859 +1.0295999999999 -1.2180928289016 +1.0303999999999 -1.2065487074357 +1.0311999999999 -1.2162198120388 +1.0319999999999 -1.2236029196669 +1.0327999999999 -1.2054397783397 +1.0335999999999 -1.1850154314608 +1.0343999999999 -1.1858597969125 +1.0351999999999 -1.1854251589769 +1.0359999999999 -1.1613146017052 +1.0367999999999 -1.1374955741986 +1.0375999999999 -1.1379341970028 +1.0383999999999 -1.1402295842392 +1.0391999999999 -1.121827408964 +1.0399999999999 -1.1062483714609 +1.0407999999999 -1.1167657346061 +1.0415999999999 -1.1301069427666 +1.0423999999999 -1.1227519958831 +1.0431999999999 -1.11725592091 +1.0439999999999 -1.1360203120621 +1.0447999999999 -1.1550797497322 +1.0455999999999 -1.1504674886696 +1.0463999999999 -1.1445811411204 +1.0471999999999 -1.1599691269932 +1.0479999999999 -1.1731022316512 +1.0487999999999 -1.1606961070342 +1.0495999999999 -1.1460096994028 +1.0503999999999 -1.1525469318099 +1.0511999999999 -1.1577342990317 +1.0519999999999 -1.1391494032808 +1.0527999999999 -1.1207346204922 +1.0535999999999 -1.1264315061142 +1.0543999999999 -1.1338152144361 +1.0551999999999 -1.1203081591231 +1.0559999999999 -1.1094085737644 +1.0567999999999 -1.1243681362788 +1.0575999999999 -1.1418936732759 +1.0583999999999 -1.1384456160307 +1.0591999999999 -1.1365605496292 +1.0599999999999 -1.1586228264162 +1.0607999999999 -1.180651053111 +1.0615999999999 -1.1786638426203 +1.0623999999999 -1.175045555343 +1.0631999999999 -1.1923328020592 +1.0639999999999 -1.2069860485693 +1.0647999999999 -1.1957121578931 +1.0655999999999 -1.1817628532163 +1.0663999999999 -1.1886364292419 +1.0671999999999 -1.1937553695622 +1.0679999999999 -1.1746948985058 +1.0687999999999 -1.155396657354 +1.0695999999999 -1.159803113224 +1.0703999999999 -1.1654919752174 +1.0711999999999 -1.1498898450594 +1.0719999999999 -1.1365007615567 +1.0727999999999 -1.148583802429 +1.0735999999999 -1.1628547597316 +1.0743999999999 -1.1557845606779 +1.0751999999999 -1.1499217757668 +1.0759999999999 -1.167664185186 +1.0767999999999 -1.1850452132157 +1.0775999999999 -1.1780996218166 +1.0783999999999 -1.1692291885247 +1.0791999999999 -1.1809891408435 +1.0799999999999 -1.1898596876482 +1.0807999999999 -1.1725684837303 +1.0815999999999 -1.1523890110009 +1.0823999999999 -1.1528422041532 +1.0831999999999 -1.1513739788631 +1.0839999999999 -1.1255836914507 +1.0847999999999 -1.099437720149 +1.0855999999999 -1.0969037765257 +1.0863999999999 -1.0955852220742 +1.0871999999999 -1.0729346179515 +1.0879999999999 -1.0524821672276 +1.0887999999999 -1.0575132136413 +1.0895999999999 -1.0647698133396 +1.0903999999999 -1.0507490523364 +1.0911999999999 -1.0380254517269 +1.0919999999999 -1.049022431793 +1.0927999999999 -1.0597986450617 +1.0935999999999 -1.0464135707423 +1.0943999999999 -1.0312930952419 +1.0951999999999 -1.0370158515946 +1.0959999999999 -1.0400846583428 +1.0967999999999 -1.0172488950437 +1.0975999999999 -0.99180279804583 +1.0983999999999 -0.98728700437701 +1.0991999999999 -0.98116600201558 +1.0999999999999 -0.95105651629561 +1.1007999999999 -0.92094102318398 +1.1015999999999 -0.91480199685553 +1.1023999999999 -0.91025616827224 +1.1031999999999 -0.88476802191721 +1.1039999999999 -0.86187819139775 +1.1047999999999 -0.86488091710744 +1.1055999999999 -0.87052558267861 +1.1063999999999 -0.85531500347971 +1.1071999999999 -0.84182780944052 +1.1079999999999 -0.85248989311732 +1.1087999999999 -0.86336073261558 +1.1095999999999 -0.85049898306087 +1.1103999999999 -0.83632806013111 +1.1111999999999 -0.84342248956143 +1.1119999999999 -0.84827936202716 +1.1127999999999 -0.82764073108144 +1.1135999999999 -0.80479193800732 +1.1143999999999 -0.80326319084318 +1.1151999999999 -0.80050705566231 +1.1159999999999 -0.77412688984211 +1.1167999999999 -0.74809040829484 +1.1175999999999 -0.74636398907634 +1.1183999999999 -0.74654699553967 +1.1191999999999 -0.72608534131924 +1.1199999999999 -0.70849995932273 +1.1207999999999 -0.71706433707261 +1.1215999999999 -0.72850613486262 +1.1223999999999 -0.71930555980064 +1.1231999999999 -0.7120178379272 +1.1239999999999 -0.72904475456189 +1.1247999999999 -0.74642107195036 +1.1255999999999 -0.74018021836897 +1.1263999999999 -0.73271997100986 +1.1271999999999 -0.74658890667209 +1.1279999999999 -0.75825795867145 +1.1287999999999 -0.74444291781794 +1.1295999999999 -0.72840286095918 +1.1303999999999 -0.73364183354122 +1.1311999999999 -0.73758644369458 +1.1319999999999 -0.71781439768494 +1.1327999999999 -0.69826816764767 +1.1335999999999 -0.70288939624448 +1.1343999999999 -0.70925331638678 +1.1351999999999 -0.69478241098452 +1.1359999999999 -0.68297497442308 +1.1367999999999 -0.69708273718196 +1.1375999999999 -0.71381256934127 +1.1383999999999 -0.70962493630575 +1.1391999999999 -0.7070564488175 +1.1399999999999 -0.72849147677812 +1.1407999999999 -0.74994863478606 +1.1415999999999 -0.74744653514049 +1.1423999999999 -0.74336952852359 +1.1431999999999 -0.7602542079568 +1.1439999999999 -0.77456101239411 +1.1447999999999 -0.76299676865306 +1.1455999999999 -0.74881315518395 +1.1463999999999 -0.75550841378792 +1.1471999999999 -0.760504966125 +1.1479999999999 -0.74137796507981 +1.1487999999999 -0.72206897263995 +1.1495999999999 -0.72652036755584 +1.1503999999999 -0.73230976224907 +1.1511999999999 -0.71686365227591 +1.1519999999999 -0.70368596183069 +1.1527999999999 -0.71603564599164 +1.1535999999999 -0.73062836529657 +1.1543999999999 -0.72393490618206 +1.1551999999999 -0.71850369000737 +1.1559999999999 -0.73673234006806 +1.1567999999999 -0.75465411428472 +1.1575999999999 -0.74830360011513 +1.1583999999999 -0.74008239161005 +1.1591999999999 -0.752545525185 +1.1599999999999 -0.76217300998849 +1.1607999999999 -0.74569229199563 +1.1615999999999 -0.72637663613213 +1.1623999999999 -0.72774675246635 +1.1631999999999 -0.72724832356805 +1.1639999999999 -0.70248046348696 +1.1647999999999 -0.67740930090695 +1.1655999999999 -0.67600228924054 +1.1663999999999 -0.67586252430794 +1.1671999999999 -0.65444229254042 +1.1679999999999 -0.63527151441158 +1.1687999999999 -0.64163524376516 +1.1695999999999 -0.6502752387684 +1.1703999999999 -0.63768827881033 +1.1711999999999 -0.62644857059614 +1.1719999999999 -0.63897921316006 +1.1727999999999 -0.65133852913025 +1.1735999999999 -0.63958566054554 +1.1743999999999 -0.62614614824936 +1.1751999999999 -0.63359827307462 +1.1759999999999 -0.63844449377418 +1.1767999999999 -0.61743382185963 +1.1775999999999 -0.59386011824251 +1.1783999999999 -0.5912636378998 +1.1791999999999 -0.58710847943394 +1.1799999999999 -0.55901097061438 +1.1807999999999 -0.53095318341766 +1.1815999999999 -0.52691718050483 +1.1823999999999 -0.52451927506858 +1.1831999999999 -0.50122352590922 +1.1839999999999 -0.48057013398189 +1.1847999999999 -0.48585290090295 +1.1855999999999 -0.49382076481844 +1.1863999999999 -0.48097608815725 +1.1871999999999 -0.46989704121643 +1.1879999999999 -0.48300905127068 +1.1887999999999 -0.49637112397608 +1.1895999999999 -0.48604143599104 +1.1903999999999 -0.47444291736006 +1.1911999999999 -0.48414960282527 +1.1919999999999 -0.49165808596203 +1.1927999999999 -0.47370991642551 +1.1935999999999 -0.45358992548059 +1.1943999999999 -0.4548278059121 +1.1951999999999 -0.45487560275658 +1.1959999999999 -0.43133614572349 +1.1967999999999 -0.40817661694976 +1.1975999999999 -0.40936285572939 +1.1983999999999 -0.41249368196566 +1.1991999999999 -0.3950144595464 +1.1999999999999 -0.38044556615083 +1.2007999999999 -0.39205992948558 +1.2015999999999 -0.4065846449947 +1.2023999999999 -0.40049934916666 +1.2031999999999 -0.39635869228659 +1.2039999999999 -0.4165638798748 +1.2047999999999 -0.43714908902368 +1.2055999999999 -0.43414715850777 +1.2063999999999 -0.42995527054249 +1.2071999999999 -0.44712140324432 +1.2079999999999 -0.46211588698438 +1.2087999999999 -0.45165390465528 +1.2095999999999 -0.43899392074748 +1.2103999999999 -0.4476393648476 +1.2111999999999 -0.4550162253991 +1.2119999999999 -0.43870158421224 +1.2127999999999 -0.42263728555351 +1.2135999999999 -0.43076434012669 +1.2143999999999 -0.44065734611785 +1.2151999999999 -0.42973814736248 +1.2159999999999 -0.42150439551877 +1.2167999999999 -0.4392071755815 +1.2175999999999 -0.45955270914575 +1.2183999999999 -0.45900080939722 +1.2191999999999 -0.46008743158047 +1.2199999999999 -0.48519628788663 +1.2207999999999 -0.51034533206204 +1.2215999999999 -0.51155251310328 +1.2223999999999 -0.51120151499956 +1.2231999999999 -0.53182826219271 +1.2239999999999 -0.54989252293642 +1.2247999999999 -0.54210045050768 +1.2255999999999 -0.53170304739999 +1.2263999999999 -0.5421978778486 +1.2271999999999 -0.55100668423889 +1.2279999999999 -0.5357039388558 +1.2287999999999 -0.52023051692114 +1.2295999999999 -0.52852811547351 +1.2303999999999 -0.53817365976074 +1.2311999999999 -0.52659295730036 +1.2319999999999 -0.51728924270413 +1.2327999999999 -0.53352078071207 +1.2335999999999 -0.55200254060665 +1.2343999999999 -0.54920461615117 +1.2351999999999 -0.54767473492041 +1.2359999999999 -0.56980982502466 +1.2367999999999 -0.59164245294446 +1.2375999999999 -0.58920650742697 +1.2383999999999 -0.58490288734555 +1.2391999999999 -0.60128593298525 +1.2399999999999 -0.61483495731922 +1.2407999999999 -0.60227670962091 +1.2415999999999 -0.58688375790802 +1.2423999999999 -0.59217611588258 +1.2431999999999 -0.59559877011773 +1.2439999999999 -0.5747501396814 +1.2447999999999 -0.55359565425 +1.2455999999999 -0.55610207557885 +1.2463999999999 -0.55987180438034 +1.2471999999999 -0.54235643343155 +1.2479999999999 -0.52708519025881 +1.2487999999999 -0.53734243712547 +1.2495999999999 -0.54986924190437 +1.2503999999999 -0.54116169448117 +1.2511999999999 -0.53379331322833 +1.2519999999999 -0.55018650954814 +1.2527999999999 -0.56639892449688 +1.2535999999999 -0.55848901326033 +1.2543999999999 -0.54888163580559 +1.2551999999999 -0.56015439321382 +1.2559999999999 -0.56880906659547 +1.2567999999999 -0.55159399152974 +1.2575999999999 -0.53180235505093 +1.2583999999999 -0.53297374087813 +1.2591999999999 -0.5325715789068 +1.2599999999999 -0.50821153024149 +1.2607999999999 -0.48387500304048 +1.2615999999999 -0.4835433986914 +1.2623999999999 -0.48483237235758 +1.2631999999999 -0.46520532730733 +1.2639999999999 -0.44820181192944 +1.2647999999999 -0.45711497869344 +1.2655999999999 -0.468693119924 +1.2663999999999 -0.45943795524501 +1.2671999999999 -0.45192701552085 +1.2679999999999 -0.46858509130428 +1.2687999999999 -0.4854705597204 +1.2695999999999 -0.47864096557961 +1.2703999999999 -0.4705186153839 +1.2711999999999 -0.48367692345764 +1.2719999999999 -0.49461186700963 +1.2727999999999 -0.48006438313613 +1.2735999999999 -0.46331869477905 +1.2743999999999 -0.46790389104113 +1.2751999999999 -0.47127141769814 +1.2759999999999 -0.45102351050056 +1.2767999999999 -0.43112675777791 +1.2775999999999 -0.43554641680479 +1.2783999999999 -0.44188072572148 +1.2791999999999 -0.42757447231728 +1.2799999999999 -0.41614746319801 +1.2807999999999 -0.43087206045138 +1.2815999999999 -0.44847479898238 +1.2823999999999 -0.44543475964497 +1.2831999999999 -0.44430604248633 +1.2839999999999 -0.46748930745251 +1.2847999999999 -0.49101819602906 +1.2855999999999 -0.49092500981896 +1.2863999999999 -0.48960640414478 +1.2871999999999 -0.5096098352601 +1.2879999999999 -0.52740511746546 +1.2887999999999 -0.51970692307056 +1.2895999999999 -0.50977321210546 +1.2903999999999 -0.52110691620394 +1.2911999999999 -0.5311335319219 +1.2919999999999 -0.51742965617377 +1.2927999999999 -0.50393665015796 +1.2935999999999 -0.51459505523246 +1.2943999999999 -0.5269790020268 +1.2951999999999 -0.51850987407612 +1.2959999999999 -0.5126848694692 +1.2967999999999 -0.53275462676411 +1.2975999999999 -0.55542492780437 +1.2983999999999 -0.55715515239174 +1.2991999999999 -0.56048082943189 +1.2999999999999 -0.58778525229225 +1.3007999999999 -0.61508596237658 +1.3015999999999 -0.61840050367272 +1.3023999999999 -0.62011216198608 +1.3031999999999 -0.64275647140556 +1.3039999999999 -0.66279281700463 +1.3047999999999 -0.65692697575121 +1.3055999999999 -0.64840958137832 +1.3063999999999 -0.66073783733675 +1.3071999999999 -0.67133313262308 +1.3079999999999 -0.65776959318861 +1.3087999999999 -0.64398775574458 +1.3095999999999 -0.65392898704606 +1.3103999999999 -0.6651698896372 +1.3111999999999 -0.65513595559475 +1.3119999999999 -0.64733011211362 +1.3127999999999 -0.66501032495885 +1.3135999999999 -0.68489127224044 +1.3143999999999 -0.68344276396554 +1.3151999999999 -0.68321225214565 +1.3159999999999 -0.70659639804113 +1.3167999999999 -0.72962750922224 +1.3175999999999 -0.72833922307106 +1.3183999999999 -0.72513219548199 +1.3191999999999 -0.74256053264266 +1.3199999999999 -0.75710332154464 +1.3207999999999 -0.74548709316285 +1.3215999999999 -0.73098420573201 +1.3223999999999 -0.73711447219805 +1.3231999999999 -0.74132268669227 +1.3239999999999 -0.72120708357145 +1.3247999999999 -0.700732916449 +1.3255999999999 -0.70386678020253 +1.3263999999999 -0.70821091710802 +1.3271999999999 -0.69121676933287 +1.3279999999999 -0.67641342249638 +1.3287999999999 -0.68708510630212 +1.3295999999999 -0.69997276456575 +1.3303999999999 -0.69157237105672 +1.3311999999999 -0.68445733677485 +1.3319999999999 -0.70104997519556 +1.3327999999999 -0.71740783806871 +1.3335999999999 -0.70958929922891 +1.3343999999999 -0.70001914609473 +1.3351999999999 -0.71127491668071 +1.3359999999999 -0.71985833776366 +1.3367999999999 -0.70251769856046 +1.3375999999999 -0.68254614857027 +1.3383999999999 -0.68348324351372 +1.3391999999999 -0.68279239403123 +1.3399999999999 -0.6580892497901 +1.3407999999999 -0.63335521710963 +1.3415999999999 -0.63257170390481 +1.3423999999999 -0.63335438145049 +1.3431999999999 -0.61316667692049 +1.3439999999999 -0.59554817138544 +1.3447999999999 -0.6037920595731 +1.3455999999999 -0.6146466848402 +1.3463999999999 -0.60461382577804 +1.3471999999999 -0.59627108097902 +1.3479999999999 -0.6120433182892 +1.3487999999999 -0.62798900086073 +1.3495999999999 -0.62016576742754 +1.3503999999999 -0.6109960270914 +1.3511999999999 -0.62305330628236 +1.3519999999999 -0.63283370303461 +1.3527999999999 -0.61707828308052 +1.3535999999999 -0.59907140657337 +1.3543999999999 -0.60234230928322 +1.3551999999999 -0.60434259231503 +1.3559999999999 -0.58267465444195 +1.3567999999999 -0.56130525547148 +1.3575999999999 -0.56419983352723 +1.3583999999999 -0.56895681618358 +1.3591999999999 -0.55302118825622 +1.3599999999999 -0.53991296167177 +1.3607999999999 -0.5529047130903 +1.3615999999999 -0.56872320050736 +1.3623999999999 -0.56384773529304 +1.3631999999999 -0.56083265612614 +1.3639999999999 -0.58207887072306 +1.3647999999999 -0.60362027675098 +1.3655999999999 -0.60148943925637 +1.3663999999999 -0.59808328491577 +1.3671999999999 -0.61594955034161 +1.3679999999999 -0.63155833841916 +1.3687999999999 -0.62162461718157 +1.3695999999999 -0.60940665008137 +1.3703999999999 -0.61840768094045 +1.3711999999999 -0.62605352664139 +1.3719999999999 -0.60992111134455 +1.3727999999999 -0.59395213096591 +1.3735999999999 -0.60208747011929 +1.3743999999999 -0.61190161066117 +1.3751999999999 -0.60081629408071 +1.3759999999999 -0.59232908363798 +1.3767999999999 -0.60969099138918 +1.3775999999999 -0.62960818040017 +1.3783999999999 -0.62854041824148 +1.3791999999999 -0.62902362851634 +1.3799999999999 -0.6534415075726 +1.3807999999999 -0.67781200649508 +1.3815999999999 -0.678153086468 +1.3823999999999 -0.67684845636262 +1.3831999999999 -0.69643408130545 +1.3839999999999 -0.71336978468681 +1.3847999999999 -0.7043617878193 +1.3855999999999 -0.69266117519543 +1.3863999999999 -0.70176560850527 +1.3871999999999 -0.70909694197422 +1.3879999999999 -0.69222977257602 +1.3887999999999 -0.67510511412154 +1.3895999999999 -0.68166481762976 +1.3903999999999 -0.68948597663462 +1.3911999999999 -0.67599457970569 +1.3919999999999 -0.66469405627441 +1.3927999999999 -0.67884288119363 +1.3935999999999 -0.695156248111 +1.3943999999999 -0.69010448772301 +1.3951999999999 -0.68623557816444 +1.3959999999999 -0.70594671331246 +1.3967999999999 -0.72527073949056 +1.3975999999999 -0.72024183769043 +1.3983999999999 -0.71326121249121 +1.3991999999999 -0.72688352489034 +1.3999999999999 -0.73758842250207 +1.4007999999999 -0.72210300146551 +1.4015999999999 -0.70370018983891 +1.4023999999999 -0.7059003761862 +1.4031999999999 -0.70614893571557 +1.4039999999999 -0.68204468808321 +1.4047999999999 -0.65755347645602 +1.4055999999999 -0.65664249068024 +1.4063999999999 -0.65691457309816 +1.4071999999999 -0.63582176980429 +1.4079999999999 -0.61689377425261 +1.4087999999999 -0.62341542893127 +1.4095999999999 -0.63212829521904 +1.4103999999999 -0.61952896793962 +1.4111999999999 -0.60819148265914 +1.4119999999999 -0.62053878192616 +1.4127999999999 -0.63262905096129 +1.4135999999999 -0.62052130022594 +1.4143999999999 -0.60664095684548 +1.4151999999999 -0.61356620265966 +1.4159999999999 -0.6177994122089 +1.4167999999999 -0.5960895252978 +1.4175999999999 -0.57173034467078 +1.4183999999999 -0.56826208296314 +1.4191999999999 -0.56314881128021 +1.4199999999999 -0.53400684205474 +1.4207999999999 -0.50481824711527 +1.4215999999999 -0.49956510238616 +1.4223999999999 -0.49586375075099 +1.4231999999999 -0.47117829288043 +1.4239999999999 -0.44904898521618 +1.4247999999999 -0.45276970063685 +1.4255999999999 -0.45908946330281 +1.4263999999999 -0.44451073424773 +1.4271999999999 -0.4316117959575 +1.4279999999999 -0.44281820247819 +1.4287999999999 -0.4541891053779 +1.4295999999999 -0.44178283303953 +1.4303999999999 -0.42802248524817 +1.4311999999999 -0.43548228095186 +1.4319999999999 -0.44065901252708 +1.4327999999999 -0.42029444080821 +1.4335999999999 -0.39767362165563 +1.4343999999999 -0.3963264879526 +1.4351999999999 -0.39370533928077 +1.4359999999999 -0.36741327322101 +1.4367999999999 -0.3414177485949 +1.4375999999999 -0.33968490346939 +1.4383999999999 -0.339813866259 +1.4391999999999 -0.31925032256255 +1.4399999999999 -0.30151498481457 +1.4407999999999 -0.30988113068772 +1.4415999999999 -0.32107621963143 +1.4423999999999 -0.31158026397935 +1.4431999999999 -0.30394830269698 +1.4439999999999 -0.32058194380177 +1.4447999999999 -0.3375157852485 +1.4455999999999 -0.33078309146262 +1.4463999999999 -0.32278148740232 +1.4471999999999 -0.33605940749293 +1.4479999999999 -0.34708765199642 +1.4487999999999 -0.33258188500123 +1.4495999999999 -0.31580106444722 +1.4503999999999 -0.32024912775415 +1.4511999999999 -0.32335258448266 +1.4519999999999 -0.30268904974205 +1.4527999999999 -0.28220090841172 +1.4535999999999 -0.2858297327491 +1.4543999999999 -0.29115069084711 +1.4551999999999 -0.27558620828852 +1.4559999999999 -0.26263453005345 +1.4567999999999 -0.2755473481214 +1.4575999999999 -0.29103150362403 +1.4583999999999 -0.28554743964406 +1.4591999999999 -0.28163175255508 +1.4599999999999 -0.30166880925203 +1.4607999999999 -0.32167722884203 +1.4615999999999 -0.31767563792271 +1.4623999999999 -0.3120484073497 +1.4631999999999 -0.32733216166975 +1.4639999999999 -0.33998738093203 +1.4647999999999 -0.32672093968785 +1.4655999999999 -0.31078457214421 +1.4663999999999 -0.31567658663237 +1.4671999999999 -0.31881948082735 +1.4679999999999 -0.29778849133775 +1.4687999999999 -0.27652526767478 +1.4695999999999 -0.27897229310227 +1.4703999999999 -0.28270728980558 +1.4711999999999 -0.26515687074225 +1.4719999999999 -0.24982508543692 +1.4727999999999 -0.25997102499852 +1.4735999999999 -0.272310495312 +1.4743999999999 -0.26331443466066 +1.4751999999999 -0.2555314241009 +1.4759999999999 -0.2713592562267 +1.4767999999999 -0.28683137164266 +1.4775999999999 -0.27798254061377 +1.4783999999999 -0.26721455191464 +1.4791999999999 -0.27708264618886 +1.4799999999999 -0.28406704591884 +1.4807999999999 -0.26489541666914 +1.4815999999999 -0.24284125054617 +1.4823999999999 -0.24142549523715 +1.4831999999999 -0.23809407991493 +1.4839999999999 -0.21044637239825 +1.4847999999999 -0.18244875830962 +1.4855999999999 -0.17806896468133 +1.4863999999999 -0.17491036551885 +1.4871999999999 -0.1504255324739 +1.4879999999999 -0.1281446784798 +1.4887999999999 -0.131353159906 +1.4895999999999 -0.13679304617168 +1.4903999999999 -0.12096143369131 +1.4911999999999 -0.1064328532128 +1.4919999999999 -0.11563073660794 +1.4927999999999 -0.12461375222754 +1.4935999999999 -0.10944138687192 +1.4943999999999 -0.092539537342923 +1.4951999999999 -0.096486848971411 +1.4959999999999 -0.097786153292706 +1.4967999999999 -0.073186840006708 +1.4975999999999 -0.045983154837854 +1.4983999999999 -0.039715746932136 +1.4991999999999 -0.031849117104361 +1.4999999999999 -3.9098220168793e-13 +1.5007999999999 0.031849117097805 +1.5015999999999 0.039715750158177 +1.5023999999999 0.045983154835748 +1.5031999999999 0.073186836774229 +1.5039999999999 0.097786153294101 +1.5047999999999 0.096486852198072 +1.5055999999999 0.092539537330574 +1.5063999999999 0.10944138362928 +1.5071999999999 0.12461375223207 +1.5079999999999 0.1156307398557 +1.5087999999999 0.10643285321421 +1.5095999999999 0.12096143044171 +1.5103999999999 0.13679304616585 +1.5111999999999 0.13135316315067 +1.5119999999999 0.1281446784774 +1.5127999999999 0.15042552921651 +1.5135999999999 0.17491036550904 +1.5143999999999 0.17806896793229 +1.5151999999999 0.18244875831941 +1.5159999999999 0.21044636912968 +1.5167999999999 0.2380940798812 +1.5175999999999 0.24142549849792 +1.5183999999999 0.24284125057801 +1.5191999999999 0.26489541340526 +1.5199999999999 0.2840670458829 +1.5207999999999 0.27708264945645 +1.5215999999999 0.26721455195729 +1.5223999999999 0.27798253734248 +1.5231999999999 0.2868313715942 +1.5239999999999 0.27135925948863 +1.5247999999999 0.25553142415832 +1.5255999999999 0.26331443140299 +1.5263999999999 0.27231049525255 +1.5271999999999 0.25997102825227 +1.5279999999999 0.24982508549575 +1.5287999999999 0.26515686748373 +1.5295999999999 0.28270728973685 +1.5303999999999 0.27897229635406 +1.5311999999999 0.2765252677451 +1.5319999999999 0.29778848808793 +1.5327999999999 0.31881948075465 +1.5335999999999 0.31567658987066 +1.5343999999999 0.31078457221338 +1.5351999999999 0.32672093644768 +1.5359999999999 0.3399873808616 +1.5367999999999 0.32733216491453 +1.5375999999999 0.31204840742245 +1.5383999999999 0.31767563467921 +1.5391999999999 0.32167722877514 +1.5399999999999 0.30166880925206 +1.5407999999999 0.28163175263211 +1.5415999999999 0.28554743640392 +1.5423999999999 0.29103150355586 +1.5431999999999 0.27554735136846 +1.5439999999999 0.26263453012172 +1.5447999999999 0.27558620502918 +1.5455999999999 0.29115069076716 +1.5463999999999 0.28582973600882 +1.5471999999999 0.28220090849099 +1.5479999999999 0.30268904647027 +1.5487999999999 0.32335258439385 +1.5495999999999 0.32024913102204 +1.5503999999999 0.31580106452945 +1.5511999999999 0.33258188172473 +1.5519999999999 0.34708765190738 +1.5527999999999 0.33605941077663 +1.5535999999999 0.32278148750391 +1.5543999999999 0.3307830881799 +1.5551999999999 0.33751578513351 +1.5559999999999 0.32058194708677 +1.5567999999999 0.30394830281939 +1.5575999999999 0.31158026070401 +1.5583999999999 0.32107621949432 +1.5591999999999 0.30988113397363 +1.5599999999999 0.30151498495167 +1.5607999999999 0.31925031927073 +1.5615999999999 0.33981386611446 +1.5623999999999 0.33968490674425 +1.5631999999999 0.34141774873804 +1.5639999999999 0.36741326994081 +1.5647999999999 0.3937053391165 +1.5655999999999 0.39632649121932 +1.5663999999999 0.39767362180968 +1.5671999999999 0.42029443753211 +1.5679999999999 0.44065901235407 +1.5687999999999 0.43548228422071 +1.5695999999999 0.42802248542167 +1.5703999999999 0.44178282977953 +1.5711999999999 0.45418910520125 +1.5719999999999 0.44281820572911 +1.5727999999999 0.43161179613566 +1.5735999999999 0.44451073099072 +1.5743999999999 0.45908946312605 +1.5751999999999 0.45276970389266 +1.5759999999999 0.44904898539781 +1.5767999999999 0.47117828961837 +1.5775999999999 0.4958637505616 +1.5783999999999 0.49956510563852 +1.5791999999999 0.50481824729505 +1.5799999999999 0.53400684205186 +1.5807999999999 0.56314881109556 +1.5815999999999 0.56826208622094 +1.5823999999999 0.5717303448462 +1.5831999999999 0.59608952202514 +1.5839999999999 0.61779941201518 +1.5847999999999 0.61356620592558 +1.5855999999999 0.60664095704307 +1.5863999999999 0.62052129695417 +1.5871999999999 0.63262905075917 +1.5879999999999 0.62053878519636 +1.5887999999999 0.60819148286721 +1.5895999999999 0.61952896466421 +1.5903999999999 0.63212829500125 +1.5911999999999 0.62341543220846 +1.5919999999999 0.61689377447607 +1.5927999999999 0.63582176652694 +1.5935999999999 0.65691457285626 +1.5943999999999 0.65664249395077 +1.5951999999999 0.65755347669847 +1.5959999999999 0.68204468480849 +1.5967999999999 0.70614893546117 +1.5975999999999 0.70590037945733 +1.5983999999999 0.70370019009967 +1.5991999999999 0.72210299818962 +1.5999999999999 0.7375884222278 +1.6007999999999 0.726883528152 +1.6015999999999 0.71326121277739 +1.6023999999999 0.72024183443738 +1.6031999999999 0.72527073920187 +1.6039999999999 0.70594671656601 +1.6047999999999 0.6862355784534 +1.6055999999999 0.69010448447335 +1.6063999999999 0.6951562478134 +1.6071999999999 0.67884288444109 +1.6079999999999 0.66469405658092 +1.6087999999999 0.67599457647279 +1.6095999999999 0.68948597632973 +1.6103999999999 0.6816648208511 +1.6111999999999 0.67510511442371 +1.6119999999999 0.6922297693526 +1.6127999999999 0.70909694167198 +1.6135999999999 0.70176561172558 +1.6143999999999 0.69266117550474 +1.6151999999999 0.70436178460445 +1.6159999999999 0.71336978437786 +1.6167999999999 0.69643408452177 +1.6175999999999 0.67684845667397 +1.6183999999999 0.67815308326054 +1.6191999999999 0.67781200619603 +1.6199999999999 0.65344150757399 +1.6207999999999 0.62902362883053 +1.6215999999999 0.62854041502298 +1.6223999999999 0.62960818008464 +1.6231999999999 0.60969099460699 +1.6239999999999 0.59232908396274 +1.6247999999999 0.60081629086626 +1.6255999999999 0.6119016103345 +1.6263999999999 0.6020874733368 +1.6271999999999 0.59395213129219 +1.6279999999999 0.60992110812552 +1.6287999999999 0.6260535263012 +1.6295999999999 0.61840768416062 +1.6303999999999 0.60940665042564 +1.6311999999999 0.62162461396561 +1.6319999999999 0.63155833806155 +1.6327999999999 0.61594955355388 +1.6335999999999 0.59808328528403 +1.6343999999999 0.60148943605252 +1.6351999999999 0.60362027638526 +1.6359999999999 0.58207887393276 +1.6367999999999 0.56083265650431 +1.6375999999999 0.56384773209342 +1.6383999999999 0.56872320012786 +1.6391999999999 0.55290471628537 +1.6399999999999 0.53991296206079 +1.6407999999999 0.55302118507359 +1.6415999999999 0.56895681578861 +1.6423999999999 0.56419983669747 +1.6431999999999 0.56130525586166 +1.6439999999999 0.58267465126567 +1.6447999999999 0.6043425919085 +1.6455999999999 0.60234231244293 +1.6463999999999 0.59907140697953 +1.6471999999999 0.61707827993027 +1.6479999999999 0.63283370263182 +1.6487999999999 0.6230533094237 +1.6495999999999 0.6109960274895 +1.6503999999999 0.62016576429181 +1.6511999999999 0.62798900046737 +1.6519999999999 0.61204332143378 +1.6527999999999 0.59627108138062 +1.6535999999999 0.60461382264448 +1.6543999999999 0.61464668443637 +1.6551999999999 0.60379206270109 +1.6559999999999 0.59554817177876 +1.6567999999999 0.61316667379203 +1.6575999999999 0.63335438105113 +1.6583999999999 0.63257170703309 +1.6591999999999 0.63335521749625 +1.6599999999999 0.65808924804315 +1.6607999999999 0.68279239362742 +1.6615999999999 0.68348324664058 +1.6623999999999 0.68254614896698 +1.6631999999999 0.70251769543216 +1.6639999999999 0.71985833735987 +1.6647999999999 0.71127491981179 +1.6655999999999 0.70001914649461 +1.6663999999999 0.70958929609473 +1.6671999999999 0.71740783765587 +1.6679999999999 0.70104997832944 +1.6687999999999 0.68445733719807 +1.6695999999999 0.69157236793456 +1.6703999999999 0.69997276414553 +1.6711999999999 0.68708510942133 +1.6719999999999 0.67641342292135 +1.6727999999999 0.69121676621326 +1.6735999999999 0.70821091667552 +1.6743999999999 0.70386678332095 +1.6751999999999 0.70073291688413 +1.6759999999999 0.72120708046026 +1.6767999999999 0.74132268624297 +1.6775999999999 0.7371144753003 +1.6783999999999 0.73098420617579 +1.6791999999999 0.74548709006998 +1.6799999999999 0.7571033210963 +1.6807999999999 0.74256053572942 +1.6815999999999 0.72513219593006 +1.6823999999999 0.72833921998972 +1.6831999999999 0.72962750877369 +1.6839999999999 0.70659640112496 +1.6847999999999 0.68321225260211 +1.6855999999999 0.6834427608937 +1.6863999999999 0.68489127179699 +1.6871999999999 0.66501032802412 +1.6879999999999 0.64733011255662 +1.6887999999999 0.65513595253596 +1.6895999999999 0.66516988919779 +1.6903999999999 0.6539289901081 +1.6911999999999 0.64398775618477 +1.6919999999999 0.65776959013534 +1.6927999999999 0.67133313218439 +1.6935999999999 0.66073784038781 +1.6943999999999 0.64840958180777 +1.6951999999999 0.65692697270059 +1.6959999999999 0.66279281658387 +1.6967999999999 0.64275647446749 +1.6975999999999 0.62011216241346 +1.6983999999999 0.61840050061298 +1.6991999999999 0.61508596194682 +1.6999999999999 0.58778525229279 +1.7007999999999 0.56048082986827 +1.7015999999999 0.55715514934145 +1.7023999999999 0.55542492737625 +1.7031999999999 0.53275462983202 +1.7039999999999 0.51268486990215 +1.7047999999999 0.51850987101448 +1.7055999999999 0.5269790015847 +1.7063999999999 0.51459505830083 +1.7071999999999 0.50393665060797 +1.7079999999999 0.51742965311113 +1.7087999999999 0.53113353147024 +1.7095999999999 0.52110691926291 +1.7103999999999 0.50977321255991 +1.7111999999999 0.51970692001177 +1.7119999999999 0.52740511700818 +1.7127999999999 0.50960983832409 +1.7135999999999 0.48960640461565 +1.7143999999999 0.49092500677006 +1.7151999999999 0.49101819556656 +1.7159999999999 0.46748931050149 +1.7167999999999 0.44430604295634 +1.7175999999999 0.44543475660662 +1.7183999999999 0.44847479851547 +1.7191999999999 0.43087206349105 +1.7199999999999 0.41614746367058 +1.7207999999999 0.42757446928082 +1.7215999999999 0.44188072524126 +1.7223999999999 0.43554641983125 +1.7231999999999 0.43112675825606 +1.7239999999999 0.45102350747782 +1.7247999999999 0.47127141722545 +1.7255999999999 0.46790389405483 +1.7263999999999 0.46331869524454 +1.7271999999999 0.4800643801191 +1.7279999999999 0.49461186654387 +1.7287999999999 0.48367692647618 +1.7295999999999 0.47051861585091 +1.7303999999999 0.47864096257029 +1.7311999999999 0.48547055925531 +1.7319999999999 0.46858509431818 +1.7327999999999 0.45192701597997 +1.7335999999998 0.45943795223116 +1.7343999999998 0.46869311946857 +1.7351999999998 0.4571149817128 +1.7359999999998 0.44820181238512 +1.7367999999998 0.46520532428134 +1.7375999999998 0.48483237189294 +1.7383999999998 0.48354340171032 +1.7391999999998 0.48387500350066 +1.7399999999998 0.50821152840436 +1.7407999999998 0.5325715784352 +1.7415999999998 0.53297374390661 +1.7423999999998 0.53180235551685 +1.7431999999998 0.55159398849002 +1.7439999999998 0.56880906611625 +1.7447999999998 0.56015439625344 +1.7455999999998 0.54888163629751 +1.7463999999998 0.55848901022951 +1.7471999999998 0.56639892401226 +1.7479999999998 0.55018651257562 +1.7487999999998 0.5337933137199 +1.7495999999998 0.5411616914548 +1.7503999999998 0.54986924140695 +1.7511999999998 0.53734244015576 +1.7519999999998 0.52708519076381 +1.7527999999998 0.54235643040803 +1.7535999999998 0.55987180386201 +1.7543999999998 0.55610207858899 +1.7551999999998 0.55359565476132 +1.7559999999998 0.57475013666769 +1.7567999999998 0.59559876959911 +1.7575999999998 0.59217611888737 +1.7583999999998 0.5868837584293 +1.7591999999998 0.60227670661769 +1.7599999999998 0.6148349567932 +1.7607999999998 0.6012859359789 +1.7615999999998 0.58490288787414 +1.7623999999998 0.58920650444617 +1.7631999999998 0.59164245242728 +1.7639999999998 0.56980982801508 +1.7647999999998 0.54767473544251 +1.7655999999998 0.54920461317016 +1.7663999999998 0.55200254008921 +1.7671999999998 0.53352078369907 +1.7679999999998 0.5172892432288 +1.7687999999998 0.52659295432223 +1.7695999999998 0.53817365924011 +1.7703999999998 0.52852811844969 +1.7711999999998 0.52023051743162 +1.7719999999998 0.53570393586959 +1.7727999999998 0.55100668372614 +1.7735999999998 0.5421978808353 +1.7743999999998 0.53170304791477 +1.7751999999998 0.54210044751746 +1.7759999999998 0.54989252241767 +1.7767999999998 0.53182826518021 +1.7775999999998 0.5112015155254 +1.7783999999998 0.51155251012711 +1.7791999999998 0.51034533153894 +1.7799999999998 0.48519628972059 +1.7807999999998 0.46008743212165 +1.7815999999998 0.45900080640728 +1.7823999999998 0.45955270860683 +1.7831999999998 0.43920717857646 +1.7839999999998 0.42150439607247 +1.7847999999998 0.42973814437728 +1.7855999999998 0.44065734556443 +1.7863999999998 0.43076434311021 +1.7871999999998 0.42263728610826 +1.7879999999998 0.43870158237238 +1.7887999999998 0.45501622482909 +1.7895999999998 0.44763936782731 +1.7903999999998 0.43899392132334 +1.7911999999998 0.45165390168723 +1.7919999999998 0.46211588640098 +1.7927999999998 0.44712140620209 +1.7935999999998 0.42995527112654 +1.7943999999998 0.43414715555315 +1.7951999999998 0.43714908844595 +1.7959999999998 0.41656388170405 +1.7967999999998 0.3963586928787 +1.7975999999998 0.40049934622879 +1.7983999999998 0.40658464440095 +1.7991999999998 0.39205993242401 +1.7999999999998 0.38044556674278 +1.8007999999998 0.39501445662393 +1.8015999999998 0.41249368137604 +1.8023999999998 0.40936285865083 +1.8031999999998 0.40817661752782 +1.8039999999998 0.43133614391781 +1.8047999999998 0.45487560216814 +1.8055999999998 0.45482780882496 +1.8063999999998 0.45358992606279 +1.8071999999998 0.47370991351655 +1.8079999999998 0.49165808538068 +1.8087999999998 0.48414960572834 +1.8095999999998 0.47444291793237 +1.8103999999998 0.48604143307784 +1.8111999999998 0.49637112339573 +1.8119999999998 0.48300905306471 +1.8127999999998 0.46989704180043 +1.8135999999998 0.48097608524639 +1.8143999999998 0.49382076423175 +1.8151999999998 0.48585290380806 +1.8159999999998 0.48057013455772 +1.8167999999998 0.50122352299853 +1.8175999999998 0.52451927448442 +1.8183999999998 0.52691718340946 +1.8191999999998 0.53095318400705 +1.8199999999998 0.55901096881374 +1.8207999999998 0.58710847883288 +1.8215999999998 0.59126364080153 +1.8223999999998 0.59386011884534 +1.8231999999998 0.61743381895403 +1.8239999999998 0.63844449316618 +1.8247999999998 0.63359827597014 +1.8255999999998 0.62614614886165 +1.8263999999998 0.63958565765017 +1.8271999999998 0.65133852851875 +1.8279999999998 0.63897921495756 +1.8287999999998 0.62644857121682 +1.8295999999998 0.63768827593086 +1.8303999999998 0.65027523814101 +1.8311999999998 0.64163524662991 +1.8319999999998 0.63527151503342 +1.8327999999998 0.65444228967315 +1.8335999999998 0.6758625236823 +1.8343999999998 0.67600229209391 +1.8351999999998 0.67740930152693 +1.8359999999998 0.70248046170341 +1.8367999999998 0.7272483229344 +1.8375999999998 0.72774675529602 +1.8383999999998 0.726376636752 +1.8391999999998 0.7456922891705 +1.8399999999998 0.76217300937105 +1.8407999999998 0.75254552801098 +1.8415999999998 0.74008239222072 +1.8423999999998 0.74830359729033 +1.8431999999998 0.75465411367236 +1.8439999999998 0.73673234184263 +1.8447999999998 0.71850369061904 +1.8455999999998 0.7239349033749 +1.8463999999998 0.73062836469332 +1.8471999999998 0.71603564880002 +1.8479999999998 0.7036859624283 +1.8487999999998 0.71686364946192 +1.8495999999998 0.73230976165532 +1.8503999999998 0.72652037036996 +1.8511999999998 0.72206897323233 +1.8519999999998 0.74137796330287 +1.8527999999998 0.76050496552651 +1.8535999999998 0.75550841659757 +1.8543999999998 0.74881315577308 +1.8551999999998 0.762996765839 +1.8559999999998 0.77456101180932 +1.8567999999998 0.76025421077649 +1.8575999999998 0.74336952912625 +1.8583999999998 0.74744653232655 +1.8591999999998 0.74994863418746 +1.8599999999998 0.72849147856707 +1.8607999999998 0.7070564494238 +1.8615999999998 0.70962493350084 +1.8623999999998 0.7138125687448 +1.8631999999998 0.69708273998683 +1.8639999999998 0.68297497502581 +1.8647999999998 0.69478240818034 +1.8655999999998 0.70925331577636 +1.8663999999998 0.70288939903289 +1.8671999999998 0.69826816826188 +1.8679999999998 0.71781439588558 +1.8687999999998 0.73758644307618 +1.8695999999998 0.73364183631416 +1.8703999999998 0.72840286157045 +1.8711999999998 0.74444291504167 +1.8719999999998 0.75825795806319 +1.8727999999998 0.74658890944454 +1.8735999999998 0.73271997162014 +1.8743999999998 0.74018021560624 +1.8751999999998 0.74642107134541 +1.8759999999998 0.72904475636315 +1.8767999999998 0.71201783853267 +1.8775999999998 0.71930555705776 +1.8783999999998 0.72850613427106 +1.8791999999998 0.71706433981881 +1.8799999999998 0.70849995991106 +1.8807999999998 0.72608533857087 +1.8815999999998 0.74654699494876 +1.8823999999998 0.74636399181896 +1.8831999999998 0.74809040886811 +1.8839999999998 0.77412688804236 +1.8847999999998 0.80050705508884 +1.8855999999998 0.80326319357582 +1.8863999999998 0.80479193856267 +1.8871999999998 0.82764072832955 +1.8879999999998 0.84827936146336 +1.8887999999998 0.84342249231139 +1.8895999999998 0.83632806069555 +1.8903999999998 0.85049898031204 +1.8911999999998 0.86336073204998 +1.8919999999998 0.85248989492638 +1.8927999999998 0.841827809995 +1.8935999999998 0.85531500072667 +1.8943999999998 0.870525582125 +1.8951999999998 0.86488091985956 +1.8959999999998 0.86187819195942 +1.8967999999998 0.88476801915771 +1.8975999999998 0.91025616769945 +1.8983999999998 0.91480199960561 +1.8991999999998 0.92094102374845 +1.8999999999998 0.9510565162942 +1.9007999999998 0.98116600144506 +1.9015999999998 0.98728700712703 +1.9023999999998 0.99180279861231 +1.9031999999998 1.0172488922804 +1.9039999999998 1.040084657765 +1.9047999999998 1.0370158543385 +1.9055999999998 1.0312930958157 +1.9063999999998 1.0464135680008 +1.9071999999998 1.0597986444876 +1.9079999999998 1.049022433639 +1.9087999999998 1.0380254522992 +1.9095999999998 1.0507490495952 +1.9103999999998 1.0647698127675 +1.9111999999998 1.0575132163762 +1.9119999999998 1.0524821677997 +1.9127999999998 1.0729346152181 +1.9135999999998 1.0955852215065 +1.9143999999998 1.0969037792404 +1.9151999999998 1.0994377207068 +1.9159999999998 1.1255836896065 +1.9167999999998 1.1513739783074 +1.9175999999998 1.1528422068717 +1.9183999999998 1.1523890115544 +1.9191999999998 1.1725684810081 +1.9199999999998 1.1898596870947 +1.9207999999998 1.1809891435599 +1.9215999999998 1.1692291890681 +1.9223999999998 1.1780996191003 +1.9231999999998 1.1850452126789 +1.9239999999998 1.1676641870338 +1.9247999999998 1.1499217762976 +1.9255999999998 1.1557845579545 +1.9263999999998 1.1628547591984 +1.9271999999998 1.1485838051623 +1.9279999999998 1.1365007620921 +1.9287999999998 1.1498898423259 +1.9295999999998 1.1654919746798 +1.9303999999998 1.1598031159607 +1.9311999999998 1.1553966578811 +1.9319999999998 1.1746948966414 +1.9327999999998 1.1937553690286 +1.9335999999998 1.1886364319936 +1.9343999999998 1.1817628537567 +1.9351999999998 1.1957121551402 +1.9359999999998 1.2069860480238 +1.9367999999998 1.1923328048074 +1.9375999999998 1.1750455558935 +1.9383999999998 1.1786638398807 +1.9391999999998 1.1806510525685 +1.9399999999998 1.1586228282965 +1.9407999999998 1.1365605501824 +1.9415999999998 1.1384456132795 +1.9423999999998 1.141893672719 +1.9431999999998 1.1243681390233 +1.9439999999998 1.1094085743293 +1.9447999999998 1.1203081563861 +1.9455999999998 1.1338152138731 +1.9463999999998 1.1264315088448 +1.9471999999998 1.1207346210511 +1.9479999999998 1.1391494014025 +1.9487999999998 1.1577342984641 +1.9495999999998 1.1525469345403 +1.9503999999998 1.146009699969 +1.9511999999998 1.160696104309 +1.9519999999998 1.1731022310909 +1.9527999999998 1.1599691297068 +1.9535999999998 1.144581141682 +1.9543999999998 1.1504674859533 +1.9551999999998 1.1550797491822 +1.9559999999998 1.1360203139274 +1.9567999999998 1.1172559214661 +1.9575999999998 1.1227519931648 +1.9583999999998 1.1301069422093 +1.9591999999998 1.1167657373236 +1.9599999999998 1.1062483720058 +1.9607999999998 1.1218274062469 +1.9615999999998 1.140229583698 +1.9623999999998 1.137934199723 +1.9631999999998 1.1374955747311 +1.9639999999998 1.161314599841 +1.9647999999998 1.1854251584326 +1.9655999999998 1.1858597996396 +1.9663999999998 1.1850154319991 +1.9671999999998 1.2054397756035 +1.9679999999998 1.22360291912 +1.9687999999998 1.2162198147702 +1.9695999999998 1.2065487079775 +1.9703999999998 1.2180928261625 +1.9711999999998 1.2282779720385 +1.9719999999998 1.214681054046 +1.9727999999998 1.2012437501826 +1.9735999999998 1.2119069287829 +1.9743999999998 1.2242450575936 +1.9751999999998 1.2156798624824 +1.9759999999998 1.2097088889154 +1.9767999999998 1.2295831327568 +1.9775999999998 1.2520087430549 +1.9783999999998 1.253445471844 +1.9791999999998 1.2564292250487 +1.9799999999998 1.283343681444 +1.9807999999998 1.3102067826387 +1.9815999999998 1.3130364699339 +1.9823999999998 1.3142164361022 +1.9831999999998 1.336282630285 +1.9839999999998 1.3556948620373 +1.9847999999998 1.3491593373513 +1.9855999999998 1.3399271232493 +1.9863999999998 1.3514958655143 +1.9871999999998 1.361287404657 +1.9879999999998 1.3468763224152 +1.9887999999998 1.3322036152713 +1.9895999999998 1.3412111184074 +1.9903999999998 1.3514759117392 +1.9911999999998 1.3404239687259 +1.9919999999998 1.331558701571 +1.9927999999998 1.3481385694293 +1.9935999999998 1.3668787523617 +1.9943999999998 1.3642495660843 +1.9951999999998 1.3627989716714 +1.9959999999998 1.3849241473605 +1.9967999999998 1.4066579259842 +1.9975999999998 1.4040344736716 +1.9983999999998 1.3994549780705 +1.9991999999998 1.4154740846527 +1.9999999999998 1.4285714276176 diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/utf8char.bib b/Master/texmf-dist/doc/latex/einfuehrung2/utf8char.bib new file mode 100644 index 00000000000..0c9783c89d4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/utf8char.bib @@ -0,0 +1,10 @@ +@online{SIOC, + author = {Diego Berrueta and Dan Brickley and Stefan Decker and Sergio Fern{\'a}ndez + and Christoph G{\"o}rn and Andreas Harth and Tom Heath and Kingsley Idehen + and Kjetil Kjernsmo and Alistair Miles and Alexandre Passant + and Axel Polleres and Luis Polo}, + editor = {Uldis Boj{\=a}rs and John Br{\'e}slin}, + title = {SIOC Core Ontology Specification}, + url = {http://rdfs.org/sioc/spec/}, + urldate= {2015-11-21}, + year = {2010}} diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index a8360fb738a..c39fa636bc1 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -207,7 +207,7 @@ my @TLP_working = qw( ebezier ebgaramond ebgaramond-maths ebong ebook ebproof ebsthesis ec ecc ecclesiastic ecltree eco economic ecv ed edfnotes edmac edmargin ednotes eemeir eepic efbox egameps - egplot eiad eiad-ltx eijkhout einfuehrung ejpecp ekaia + egplot eiad eiad-ltx eijkhout einfuehrung einfuehrung2 ejpecp ekaia elbioimp electrum eledform eledmac elements ellipse ellipsis elmath elocalloc elpres elsarticle elteikthesis eltex elvish elzcards diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 271c811f819..5ef11a38136 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1486,6 +1486,7 @@ $standardtex='\.(.bx|code\.tex|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; 'exsheets', 'dicts|' . $standardtex, 'eijkhout', '\.tex', 'einfuehrung', 'NULL', # doc package + 'einfuehrung2','NULL', # doc package 'eltex', 'eltex.*tex', 'elsarticle', 'elsarticle.cls', # no rvdtx, pdfwidgets 'enigma', 'NULL', @@ -2364,6 +2365,7 @@ $standardinsrunner="latex -interaction=nonstopmode"; 'apprends-latex' => 'NULL', # doc 'bigints' => 'NULL', # doc 'einfuehrung' => 'NULL', # doc + 'einfuehrung2' => 'NULL', # doc 'labyrinth' => 'NULL', # doc 'luaintro' => 'NULL', # doc 'minitoc' => 'NULL', # doc @@ -2388,6 +2390,7 @@ $standardmp = '\.mp$'; 'chemarrow', 'NULL', # don't install arrow.mp 'dviincl', 'fix.*mp', # skip test-bop.mp 'einfuehrung', 'NULL', # doc package + 'einfuehrung2','NULL', # doc package 'epsincl', 'eps.*mp', # skip testincl.mp 'feynmp', 'feynmp.mp', 'hatching', '[^e].mp', # no htchuse.mp @@ -2416,6 +2419,7 @@ $standardcsf='\.csf'; $standardbst='\.bst$'; %specialbst = ( 'einfuehrung' => 'NULL', + 'einfuehrung2' => 'NULL', 'feupphdteses' => 'NULL', 'latex-bib-ex' => 'NULL', 'latex-referenz' => 'NULL', diff --git a/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc b/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc index 53630a1652c..69387a3cb80 100644 --- a/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc @@ -11,6 +11,7 @@ depend csquotes-de depend dehyph-exptl depend dhua depend einfuehrung +depend einfuehrung2 depend etdipa depend etoolbox-de depend fifinddo-info diff --git a/Master/tlpkg/tlpsrc/einfuehrung2.tlpsrc b/Master/tlpkg/tlpsrc/einfuehrung2.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/einfuehrung2.tlpsrc |