diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tlc2')
869 files changed, 32552 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tlc2/1-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/1-3-1.ltx new file mode 100644 index 00000000000..7816c1516b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/1-3-1.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 1-3-1 on page 12. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{ragged2e} +\StopShownPreambleCommands +\begin{document} +The right column shows the input text to be treated by +\LaTeX{} with preamble material shown in blue. In the +left column one sees the result after typesetting. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/1-3-2.ltx2 b/Master/texmf-dist/doc/latex/tlc2/1-3-2.ltx2 new file mode 100644 index 00000000000..b769a8d500a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/1-3-2.ltx2 @@ -0,0 +1,50 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 1-3-2 on page 12. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{4.5\baselineskip} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\Large\bfseries}} +\renewcommand\subsection{\@startsection{subsection}{2}{\z@}% + {-2.25ex\@plus -1ex \@minus -.2ex}% + {0.5ex \@plus .2ex}% + {\normalfont\large\bfseries}} +\makeatother +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\newcommand\sample{ Some text for our page + which might get reused over and over again.} +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage{fancyhdr,lastpage} +\pagestyle{fancy} +\fancyhf{} % --- clear all fields +\fancyhead[RO,LE]{\leftmark} +\fancyfoot[C]{Page \thepage\ + of \pageref{LastPage}} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\section{A test} +\sample \par \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/1-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/1-3-3.ltx new file mode 100644 index 00000000000..391575985e9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/1-3-3.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 1-3-3 on page 13. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{303.0pt} +\StartShownPreambleCommands + \usepackage{ragged2e} +\StopShownPreambleCommands +\begin{document} + This is a wide line, whose input commands and output result cannot + be shown nicely in two columns. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/1-3-4.ltx b/Master/texmf-dist/doc/latex/tlc2/1-3-4.ltx new file mode 100644 index 00000000000..bbb2275ab69 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/1-3-4.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 1-3-4 on page 13. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[leqno]{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} (a+b)^2 = a^2+2ab+b^2 \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/1-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/1-3-5.ltx new file mode 100644 index 00000000000..379896a4682 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/1-3-5.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 1-3-5 on page 14. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\makeatletter % `@' now normal "letter" +\@addtoreset{equation}{section} +\makeatother % `@' is restored as "non-letter" +\renewcommand\theequation{\oldstylenums{\thesection}% + .\oldstylenums{\arabic{equation}}} +\StopShownPreambleCommands +\begin{document} +\section{Equations\ldots} +\begin{equation} (a+b)^2 = a^2 + 2ab + b^2\end{equation} +\begin{equation} (a-b)^2 = a^2 - 2ab + b^2\end{equation} + +\section{\ldots per section} +\begin{equation} (a+b)(a-b) = a^2 - b^2 \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-1.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-1.ltx new file mode 100644 index 00000000000..b114c834e2e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-1.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-1 on page 595. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{boxedminipage} +\StopShownPreambleCommands +\begin{document} +\begin{boxedminipage}[t]{5cm} + This is an example of a small boxed minipage + sporting a footnote\footnote{Very simple example} + and a \verb=\verb= command. +\end{boxedminipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-10.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-10.ltx new file mode 100644 index 00000000000..d6ba7f60cab --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-10.ltx @@ -0,0 +1,46 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-10 on page 599. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\setlength\textheight{8\baselineskip} +\newcommand\sample{ Some text for our + page that is reused over and over again.} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\Large\bfseries}} +\makeatother +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-6pt} % shortened for the book +\addtolength\textwidth{-46pt} % space for frame in example +\sloppy % since the measure is ridiculous + % in the example + +\StartShownPreambleCommands +\usepackage{color,fancybox} +\fancyput(2in,-1.2in) + {\Huge\bfseries + \textcolor{blue}{DRAFT}} +% \sample as before +\StopShownPreambleCommands +\begin{document} +\sample\sample +\section{A Test} \sample \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-11.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-11.ltx new file mode 100644 index 00000000000..ba93c8a13a4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-11.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-11 on page 600. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{fancybox} +\newcommand\HR{\rule{.5em}{0.4pt}} +\StopShownPreambleCommands +\begin{document} +\HR\begin{Bflushleft}[b] + \begin{Bflushleft}[t] A A A\\ A A A\\ A A + \end{Bflushleft} \HR + \begin{Bflushright}[t] B\\ B B B\\ B B B\\ B B + \end{Bflushright} \par\vspace{0pt} +\end{Bflushleft} \HR +\begin{Bcenter} C C C\\ C\\ C C\end{Bcenter} \HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-12.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-12.ltx new file mode 100644 index 00000000000..3e22ba93f7d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-12.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-12 on page 600. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{fancybox} +\StopShownPreambleCommands +\begin{document} +Test: \fbox{\begin{Bitemize}[t] + \item First item + \item A second one\\ on two lines + \item(2pt) A third with extra space + \end{Bitemize}} + \par\bigskip +Test: \fbox{\begin{Beqnarray} + y & = & x^2 \\ + a^2 + 2ab + b^2 & = & (a + b)^2 \\ + \int_0^\infty e^{-ax} dx & = & \frac{1}{a} + \end{Beqnarray}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-13.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-13.ltx new file mode 100644 index 00000000000..5f43bf86222 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-13.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-13 on page 602. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{epic}\setlength{\unitlength}{1pt} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(150,80)(0,0) + \dottedline{2}(0,00)(50,20)(100,80)(150,0) + \thicklines + \dottedline{5}(0,0)(30,50)(70,50)(90,30)(150,20) +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-14.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-14.ltx new file mode 100644 index 00000000000..c740b9e4b9b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-14.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-14 on page 602. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{epic} +\setlength{\unitlength}{1pt} \thicklines +\StopShownPreambleCommands +\begin{document} +\begin{picture}(140,110)(0,0) + \dottedline {2}(0,110)(140,110) + \dottedline[$\diamond$]{10}(0,110)(140,110) + \dottedline {2}(20,0)(40,0)(50,40)(120,0) + \dottedline[*]{10}(20,0)(40,0)(50,40)(120,0) + \dottedline {2}(0,0)(30,90)(70,50)(140,0) + \dottedline[\LaTeX]{20}(0,0)(30,90)(70,50)(140,0) +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-15.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-15.ltx new file mode 100644 index 00000000000..70dac275762 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-15.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-15 on page 603. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{epic} +\setlength{\unitlength}{1mm} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(70,22)(0,-2) +\dashline{3}[0.7](0,20)(63,20) +\thicklines +\dashline{3}(0,16)(63,16) +\dashline[-30]{3}(0,12)(63,12) +\dashline[+15]{3}(0,8)(63,8) +\dashline[+30]{3}(0,4)(63,4) +\dashline[+30]{3}[0.7](0,0)(63,0) +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-16.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-16.ltx new file mode 100644 index 00000000000..238222986af --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-16.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-16 on page 604. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{epic} \setlength{\unitlength}{2mm} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(25,14) + \drawline(0,0)(0,7)(5,14)(10,7) + (0,7)(10,0)(0,0)(10,7)(10,0) + + \thicklines + \drawline[70](15,0)(15,7)(20,14)(25,7) + (15,7)(25,0)(15,0)(25,7)(25,0) +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-17.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-17.ltx new file mode 100644 index 00000000000..7803e83755d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-17.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-17 on page 605. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} +\StartShownPreambleCommands +\usepackage{epic} \setlength{\unitlength}{1pt} +\newcommand\cb{\makebox(0,0){$\bullet$}} +\newcommand\cd{\makebox(0,0){$\diamond$}} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(80,80) + \begin{dashjoin}[30]{10} + \jput(0,0){\cb}\jput(30,70){\cb}\jput(70,50){\cb}\jput(80,60){\cb} + \end{dashjoin} + \begin{dottedjoin}{5} + \jput(0,30){\cd}\jput(20,30){\cd}\jput(45,0){\cd}\jput(60,80){\cd} + \jput(80,50){\cd} + \end{dottedjoin} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-18.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-18.ltx new file mode 100644 index 00000000000..57416dcd137 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-18.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-18 on page 606. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} +\StartShownPreambleCommands +\usepackage{epic} \renewcommand\put{\jput} % <- always use \jput +\begin{filecontents}{test.put} +0 0 % sample data in external file +30 70 % note that coordinates are +70 50 % separated by a space +80 60 +\end{filecontents} +\newcommand\cd{\makebox(0,0){$\diamond$}} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(80,80) + \begin{dashjoin}{6}[2] \putfile{test.put}{\cd} \end{dashjoin} + \put(30,75){\makebox(0,0)[b]{\scriptsize maximum}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-19.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-19.ltx new file mode 100644 index 00000000000..9c6be789bc6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-19.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-19 on page 607. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{epic} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(100,60) + \put(0,45){\grid(100,30)(20,5)} + \scriptsize % used to influence the size of the numbers + \multiputlist(0,40)(20,0){1.00,1.25,1.50,1.75,2.00,2.25} + + \put(0,0){\tiny\grid(60,20)(10,10)[-50,0]} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-2.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-2.ltx new file mode 100644 index 00000000000..9d8558ab83f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-2.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-2 on page 595. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{shadow} +\setlength\sdim{10pt} +\StopShownPreambleCommands +\begin{document} +\shabox{\parbox{6cm}{A complete + paragraph can be highlighted by + putting it in a parbox, + nested inside a \texttt{shabox}.}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-20.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-20.ltx new file mode 100644 index 00000000000..aa5031f4f1e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-20.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-20 on page 607. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{epic} \setlength{\unitlength}{2pt} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(62,32) \thicklines + \matrixput(0,0)(10,0){7}(0,10){4}{\circle{2}} + \matrixput(10,0)(20,0){3}(0,20){2}{\circle*{2}} + \matrixput(0,10)(20,0){4}(0,20){2}{\circle*{2}} + \matrixput(1,0)(10,0){6}(0,10){4}{\line(1,0){8}} + \matrixput(0,1)(10,0){7}(0,10){3}{\line(0,1){8}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-21.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-21.ltx new file mode 100644 index 00000000000..95aa1720ad8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-21.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-21 on page 608. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\makeatletter + \def\@badlinearg{\typeout{Normally this gives an error, but + for the example in the book we carry on}} +\makeatother + +\StartShownPreambleCommands +\usepackage{epic} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(0,0) + \put(0,0) {\circle{80}} \put(0,0) {\circle*{24}} + \put(30,0){\circle{40}} \put(30,0){\circle*{16}} + \put(15,0){\oval(90,60)} + \put(0,12){\line(15,-2){30}}\put(0,-12){\line(15,2){30}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-22.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-22.ltx new file mode 100644 index 00000000000..a0bee068900 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-22.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-22 on page 609. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{eepic} \setlength\maxovaldiam{60pt} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(0,0) + \put(0,0) {\circle{80}} \put(0,0) {\circle*{24}} + \put(30,0){\circle{40}} \put(30,0){\circle*{16}} + \put(15,0){\oval(90,60)} + \put(0,12){\line(15,-2){30}}\put(0,-12){\line(15,2){30}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-23.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-23.ltx new file mode 100644 index 00000000000..31298292f12 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-23.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-23 on page 609. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{epic,eepic} \setlength{\unitlength}{2mm} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(25,14) + \drawline(0,0)(0,7)(5,14)(10,7) + (0,7)(10,0)(0,0)(10,7)(10,0) + \thicklines + \drawline[70](15,0)(15,7)(20,14)(25,7) + (15,7)(25,0)(15,0)(25,7)(25,0) +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-24.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-24.ltx new file mode 100644 index 00000000000..dcb01300816 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-24.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-24 on page 612. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{curves} +\StopShownPreambleCommands +\begin{document} +\setlength{\unitlength}{0.4pt} +\linethickness{0.7mm} +\begin{picture}(400,110)(-10,0) + \curve(0,0, 40,100, 80,0) + \closecurve(150,0, 190,100, 230,0) + \tagcurve(380,0, 300,0, 340,100, 380,0, 300,0) +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-25.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-25.ltx new file mode 100644 index 00000000000..472c628db85 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-25.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-25 on page 612. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{epic,eepic,ecltree} +\StopShownPreambleCommands +\begin{document} +\begin{bundle}{grandfather} + \chunk{\begin{bundle}{uncle\strut} + \chunk{cousin}\drawwith{\dottedline{3}} + \end{bundle}} + \chunk{\begin{bundle}{father\strut} + \chunk[\footnotesize older]{% + \begin{bundle}{brother} + \chunk{nephew} + \end{bundle}} + \chunk{\begin{bundle}{\textbf{Me}\strut} + \chunk{\begin{bundle}{son} + \chunk{grandson} + \end{bundle}} + \chunk{daughter}\chunk{son}\chunk{son} + \end{bundle}} + \chunk[\footnotesize younger]{sister} + \end{bundle}} +\end{bundle} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-26.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-26.ltx new file mode 100644 index 00000000000..b55bae81533 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-26.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-26 on page 613. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{epic,eepic,bar} +\StopShownPreambleCommands +\begin{document} +\begin{barenv} +\setdepth{10}% 3-D effect +\setstretch{1.4}% stretch y-dimension +\setnumberpos{up}% numbers above bars +\setxvaluetyp{month}% (German) months on x-axis +\setxaxis{2}{12}{3}\setxname{Trimester} +\setyaxis{0}{40}{10}\setyname{Anzahl Studenten} +\bar{10}{1} \bar{30}{4} +\bar{15}{6} \bar{5}{7} +\end{barenv} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-27.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-27.ltx new file mode 100644 index 00000000000..40b16a2ced7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-27.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-27 on page 613. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{eepic,hetarom} +\StopShownPreambleCommands +\begin{document} +\decaheterov[af]{4==O} + {1==CH$_3$;6==H$_3$C;9A==H;% + {{10}A}==\lmoiety{HOCH$_2$}} +\hspace*{-15mm} +\nonaheterov[bjge]{1==S;2==N}{3==Cl} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-3.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-3.ltx new file mode 100644 index 00000000000..26c0a0d7928 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-3.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-3 on page 596. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{fancybox} +\usepackage{shadow} +\StopShownPreambleCommands +\begin{document} +X \shadowbox{This is a shadowbox} +Y \shabox{This is a shabox} Z +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-4.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-4.ltx new file mode 100644 index 00000000000..dac326a94e7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-4.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-4 on page 596. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{fancybox} +\StopShownPreambleCommands +\begin{document} +\centering + \ovalbox{This is an ovalbox} +\cornersize{1} \ovalbox{This is an ovalbox} +\\[8pt] +\setlength\fboxsep{6pt} \cornersize*{7mm} +\Ovalbox{\shortstack{This is an\\Ovalbox}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-5.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-5.ltx new file mode 100644 index 00000000000..39bc1eb8ee2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-5.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-5 on page 597. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{fancybox,color} +\StopShownPreambleCommands +\begin{document} +\cornersize{0.7} +\begin{picture}(110,40) + \put(25,20){\oval(50,40)} +\color{blue} + \put(85,20){\makebox(0,0){Test}} + \put(85,20){\fancyoval(50,40)} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-6.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-6.ltx new file mode 100644 index 00000000000..86a0dd74e74 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-6.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-6 on page 597. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{fancybox} +\StopShownPreambleCommands +\begin{document} +\centering +\doublebox{This is a doublebox} \\[5pt] +\setlength\fboxsep {6pt} % default 3pt +\setlength\fboxrule{2pt} +\doublebox{This is a doublebox} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-7.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-7.ltx new file mode 100644 index 00000000000..30f8a71d17a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-7.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-7 on page 597. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{fancybox} +\StopShownPreambleCommands +\begin{document} +\centering +\cornersize{0.8} +\ovalbox{\makebox[6cm][l] + {This is an ovalbox}} \\[8pt] +\shadowbox{\makebox[5cm] + {This is a shadowbox}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-8.ltx b/Master/texmf-dist/doc/latex/tlc2/10-1-8.ltx new file mode 100644 index 00000000000..16546f4c78d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-8.ltx @@ -0,0 +1,50 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-8 on page 598. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\setlength\textheight{8\baselineskip} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\Large\bfseries}} +\makeatother +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-6pt} % shortened for the book + +\StartShownPreambleCommands +\setlength\textwidth{180pt} +\setlength\textheight{7\baselineskip} +\pagestyle{headings} + +\usepackage{fancybox} + +\newcommand\sample{ Some text for our + page that is reused over and over again.} +\StopShownPreambleCommands +\begin{document} +\fancypage + {\setlength\fboxsep{10pt}\ovalbox} + {\setlength{\fboxsep}{8pt}% + \setlength{\shadowsize}{8pt}% + \shadowbox} +\sample \section{A Test} +\sample\sample + +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-1-9.ltx2 b/Master/texmf-dist/doc/latex/tlc2/10-1-9.ltx2 new file mode 100644 index 00000000000..9870bbd894c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-1-9.ltx2 @@ -0,0 +1,57 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-1-9 on page 598. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} +\setlength\textheight{8\baselineskip} +\newcommand\sample{ Some text for our + page that is reused over and over again.} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\Large\bfseries}} +\makeatother +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-6pt} % shortened for the book +\addtolength\textwidth{-46pt} % space for frame in example +\sloppy % since the measure is ridiculous + % in the example +\pagestyle{origplain} + +\StartShownPreambleCommands +\usepackage{fancyhdr} +\pagestyle{fancy} +\cfoot{\thepage} +\lhead{ABC} \rhead{XYZ} +% Uncomment next line for +% proper header alignment: +% \fancyhfoffset[R]{20.8pt} +\usepackage{fancybox} +% \sample as before +\StopShownPreambleCommands +\begin{document} +\fancypage + {\setlength\fboxsep{10pt}% + \ovalbox} + {\setlength{\fboxsep}{8pt}% + \setlength{\shadowsize}{8pt}% + \shadowbox} +\sample\sample +\section{A Test} \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-1.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-1.ltx new file mode 100644 index 00000000000..02380aeb6c2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-1.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-1 on page 617. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{graphics,color} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{% + \setlength\fboxsep{0pt}\fbox{\textcolor{black}{#1}}}} +\StopShownPreambleCommands +\begin{document} +left\HR \bluefbox{\includegraphics{w.eps}}\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-10.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-10.ltx new file mode 100644 index 00000000000..e09a118af23 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-10.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-10 on page 621. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphicx,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR \bluefbox{\includegraphics + [width=15mm]{w.eps}}% +\HR middle\HR + \bluefbox{\includegraphics + [height=15mm,width=25mm]{w.eps}}% +\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-11.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-11.ltx new file mode 100644 index 00000000000..16e5fe1b4f4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-11.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-11 on page 622. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphicx,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR \bluefbox{\includegraphics + [height=15mm,width=25mm]{w.eps}}% +\HR middle\HR + \bluefbox{\includegraphics[height=15mm, + width=25mm,keepaspectratio]{w.eps}}% +\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-12.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-12.ltx new file mode 100644 index 00000000000..e4b8a2fc908 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-12.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-12 on page 622. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphicx,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR + \bluefbox{\includegraphics + [angle=10]{w.eps}}% +\HR middle\HR + \bluefbox{\includegraphics + [angle=125]{w.eps}}% +\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-13.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-13.ltx new file mode 100644 index 00000000000..b81b7033891 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-13.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-13 on page 622. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphicx,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR\bluefbox{\includegraphics + [angle=45,width=10mm]{w.eps}}% +\HR middle\HR +\bluefbox{\includegraphics + [width=10mm,angle=45]{w.eps}}% +\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-14.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-14.ltx new file mode 100644 index 00000000000..9d2e5f643a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-14.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-14 on page 623. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphicx,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR\bluefbox{% + \includegraphics[angle=-60,% + height=15mm]% + {w.eps}}\HR +\bluefbox{% + \includegraphics[angle=-60,% + totalheight=15mm]% + {w.eps}}\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-15.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-15.ltx new file mode 100644 index 00000000000..761acbb5224 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-15.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-15 on page 623. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphicx,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR\bluefbox{\includegraphics + [angle=-60,totalheight=20mm,% + width=30mm]{w.eps}}\HR +\bluefbox{\includegraphics + [angle=-60,totalheight=20mm,% + width=30mm,keepaspectratio]% + {w.eps}}\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-2.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-2.ltx new file mode 100644 index 00000000000..335f79fd575 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-2.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-2 on page 617. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphics,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR + \bluefbox{\includegraphics + [120,120][150,180]{w.eps}} +\HR middle\HR + \bluefbox{\includegraphics* + [120,120][150,180]{w.eps}} +\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-3.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-3.ltx new file mode 100644 index 00000000000..0c871de63fa --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-3.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-3 on page 617. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphics,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR + \bluefbox{\scalebox{.5}{% + \includegraphics{w.eps}}}% +\HR middle\HR + \bluefbox{\scalebox{.5}[1.5]{% + \includegraphics{w.eps}}}% +\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-4.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-4.ltx new file mode 100644 index 00000000000..ba39c9d622b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-4.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-4 on page 618. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphics,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR + \bluefbox{\resizebox{10mm}{!}{% + \includegraphics{w.eps}}}% +\HR middle\HR + \bluefbox{\resizebox{20mm}{10mm}{% + \includegraphics{w.eps}}}% +\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-5.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-5.ltx new file mode 100644 index 00000000000..b41585db096 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-5.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-5 on page 618. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphics,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR + \bluefbox{\rotatebox{25}{% + \includegraphics{w.eps}}}% +\HR right + +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-6.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-6.ltx new file mode 100644 index 00000000000..3e287a14dc8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-6.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-6 on page 620. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\StartShownPreambleCommands +\usepackage{graphicx} +% \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR + \includegraphics[draft]{w.eps}% +\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-7.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-7.ltx new file mode 100644 index 00000000000..c41a4eaca43 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-7.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-7 on page 621. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphicx,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR\bluefbox{\includegraphics + [bb=120 120 150 180]{w.eps}}% +\HR middle\HR + \bluefbox{\includegraphics + [bb=120 120 150 180,clip]{w.eps}}% +\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-8.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-8.ltx new file mode 100644 index 00000000000..d3e17010e22 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-8.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-8 on page 621. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphicx,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR\bluefbox{\includegraphics + [viewport=20 20 50 80]% + {w.eps}} +\HR middle\HR +\bluefbox{\includegraphics + [trim= 20 20 0 -30,clip]{w.eps}}% +\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-2-9.ltx b/Master/texmf-dist/doc/latex/tlc2/10-2-9.ltx new file mode 100644 index 00000000000..62b2d16a38f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-2-9.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-2-9 on page 621. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{graphicx,color} +% \bluefbox and \HR as before +\StopShownPreambleCommands +\begin{document} +left\HR \bluefbox{\includegraphics[scale=.5]{w.eps}}\HR right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-1.ltx new file mode 100644 index 00000000000..98ca09c7225 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-1.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-1 on page 628. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{graphics} % or graphicx +\StopShownPreambleCommands +\begin{document} +\noindent This text is normal. \\ +\scalebox{2}{This text is large.}\\ +\scalebox{0.5}{This text is tiny.} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-10.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-10.ltx new file mode 100644 index 00000000000..4c0767f25b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-10.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-10 on page 631. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\newcommand\bluefbox[1]{\textcolor{blue}{\setlength\fboxsep{0pt}% + \fbox{\textcolor{black}{#1}}}} +\StartShownPreambleCommands +\usepackage{color,graphics} % or graphicx +\StopShownPreambleCommands +\begin{document} +\HR\bluefbox{\rotatebox{45}{% + \fbox{\parbox{3em}{Red\\Green\\Blue}}}}% +\HR\bluefbox{\rotatebox{45}{% + \fbox{\parbox[t]{3em}{Red\\Green\\Blue}}}}% +\HR\bluefbox{\rotatebox{45}{% + \fbox{\parbox[b]{3em}{Red\\Green\\Blue}}}}\HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-11.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-11.ltx new file mode 100644 index 00000000000..b338f5ab39a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-11.ltx @@ -0,0 +1,87 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-11 on page 632. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{epic,pspicture,graphicx} +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +\small +\setlength{\unitlength}{0.75mm} %FMi was 1mm + \begin{picture}(100,100) +%\graphpaper[5](0,0)(100,100) + \thicklines + \put(20,10){\framebox(50,80){}} +%% label points in bounding box + \put(20,10){\makebox(-1,-1)[tr]{\texttt{[lb]}}} + \put(20,35){\makebox(-1,-1)[tr]{\texttt{[lB]}}} + \put(20,35){\makebox(0,0){{\Large$\bullet$}}} + \put(20,51){\makebox(-1,+2)[br]{\texttt{[lc]} or \texttt{[l]}}} + \put(20,91){\makebox(-1,+2)[br]{\texttt{[lt]}}} + \put(45,10){\makebox(0,-1)[tc]{\texttt{[cb]} or \texttt{[b]}}} + \put(45,35){\makebox(0,-1)[tl]{\texttt{[cB]} or \texttt{[B]}}} + \put(45,51){\makebox(0,+3)[bl]{\texttt{[c]}}} + \put(45,50){\makebox(0,0){{\Large$\diamond$}}} + \put(45,91){\makebox(0,+9)[bc]{\texttt{[ct]} or \texttt{[t]}}} + \put(70,10){\makebox(1,-1)[tl]{\texttt{[rb]}}} + \put(70,35){\makebox(1,-1)[tl]{\texttt{[rB]}}} + \put(70,51){\makebox(1,+2)[bl]{\texttt{[rc]} or \texttt{[r]}}} + \put(70,91){\makebox(1,+2)[bl]{\texttt{[rt]}}} + \thinlines +%% centerlines + \dashline[+30]{3}(20,50)(70,50) + \dashline[+30]{3}(45,10)(45,90) +%% baseline + \dottedline{1}(20,35)(85,35) +%% material for vertical dimensions + \dottedline{1}(70,10)(92,10) % bottom extension to right + \dottedline{1}(70,90)(92,90) % top extension to right + \put(79,60){\Vector(0,-25)} + \put(79,65){\Vector(0,25)} + \put(79,62.5){\makebox(0,0){\texttt{height}}} + \put(79,20){\Vector(0,-10)} + \put(79,25){\Vector(0,10)} + \put(79,22.5){\makebox(0,0){\texttt{depth}}} + \put(91,44){\Vector(0,-34)} + \put(91,48){\Vector(0,42)} + \put(91,46){\makebox(0,0){\texttt{ totalheight}}} +%% material for horizontal dimension + \put(20,10){\Line(0,-8)} + \put(70,10){\Line(0,-8)} + \put(35,4){\Vector(-15,0)} + \put(55,4){\Vector(15,0)} + \put(45,4){\makebox(0,0){\texttt{width}}} +%% material for labeling center and reference points + \put(52.5,46){\Vector(-6,3.5)} + \put(52.5,45){\makebox(0,0)[tc]{\shortstack{center\\point}}} + \put(10,40){\Vector(9,-4)} + \put(10,40){\makebox(0,0)[bc]{\shortstack{reference\\point}}} +%% material for labels of axes and baseline + \put(32.5,60){\Vector(5,-9)} + \put(32.5,65){\Vector(12.,9)} + \put(32.5,61){\makebox(0,0)[bc]{centerline}} + \put(32.5,25){\Vector(5,9)} + \put(32.5,24){\makebox(0,0)[tc]{baseline}} + \end{picture} + +\begin{tabular}{l*3{>{\ttfamily}ll}} +\emph{Horizontal alignment} & l & left & r & right & c & center \\ +\emph{Vertical alignment} & t & top & b & bottom & B & baseline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-12.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-12.ltx new file mode 100644 index 00000000000..91855d69a8f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-12.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-12 on page 634. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{rotating} +\StopShownPreambleCommands +\begin{document} +Turning \begin{rotate}{-20}\Large\LaTeX\end{rotate}% + \begin{turn}{20}\verb=\LaTeX=\end{turn} a bit. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-2.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-2.ltx new file mode 100644 index 00000000000..8fc655ac36c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-2.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-2 on page 629. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{graphics} % or graphicx +\StopShownPreambleCommands +\begin{document} +\fbox{\scalebox{1.5}{% + \parbox{.5in}{America \&\\Europe}}} +\fbox{\scalebox{1.5}[1]{% + \parbox{.5in}{America \&\\Europe}}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-3.ltx new file mode 100644 index 00000000000..9f910f2981b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-3.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-3 on page 629. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{graphics} % or graphicx +\StopShownPreambleCommands +\begin{document} +\noindent America?\reflectbox{America?} \\ + America?\scalebox{-1}[1]{America?} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-4.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-4.ltx new file mode 100644 index 00000000000..22444f07e5c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-4.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-4 on page 629. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{graphics} % or graphicx +\StopShownPreambleCommands +\begin{document} +\noindent America?\scalebox{-1}{America?} \\ + America?\scalebox{1}[-1]{America?}\\ + America?\makebox[0mm][r]{% + \scalebox{-1}{America?}}\\ + \makebox[0mm][l]{America?}% + \scalebox{1}[-1]{America?} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-5.ltx new file mode 100644 index 00000000000..133642142fe --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-5.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-5 on page 629. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{graphics} % or graphicx +\StopShownPreambleCommands +\begin{document} +\fbox{\resizebox{5mm}{!}{% + \parbox{14mm}{London,\\ Berlin \&\\ Paris}}} +\fbox{\resizebox{!}{10mm}{% + \parbox{14mm}{London,\\ Berlin \&\\ Paris}}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-6.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-6.ltx new file mode 100644 index 00000000000..36dd9406b7b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-6.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-6 on page 630. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\StartShownPreambleCommands +\usepackage{graphics} % or graphicx +\StopShownPreambleCommands +\begin{document} +\HR\begin{tabular}{lll} + K\"oln & Lyon & Oxford \\ + Rhein & Rh\^one & Thames + \end{tabular}\HR\par\bigskip +\HR\resizebox{2cm}{.5cm}{% + \begin{tabular}{lll} + K\"oln & Lyon & Oxford \\ + Rhein & Rh\^one & Thames + \end{tabular}}\HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-7.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-7.ltx new file mode 100644 index 00000000000..438c5236be2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-7.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-7 on page 630. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\StartShownPreambleCommands +\usepackage{graphics} % or graphicx +\StopShownPreambleCommands +\begin{document} +\HR\fbox{\resizebox{\width}{.7\height}{% + \parbox{14mm}{London,\\ Berlin \&\\Paris}}}\HR +\fbox{\resizebox{\width}{.7\totalheight}{% + \parbox{14mm}{London,\\ Berlin \&\\Paris}}}\HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-8.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-8.ltx new file mode 100644 index 00000000000..559e3b189ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-8.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-8 on page 630. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\newcommand\HR{\rule{1em}{0.4pt}} +\StartShownPreambleCommands +\usepackage{graphicx} +\StopShownPreambleCommands +\begin{document} +\HR\resizebox{20mm}{30mm}{% + \begin{tabular}{lll} + K\"oln & Lyon & Oxford \\ + Rhein & Rh\^one & Thames + \end{tabular}}\HR +\HR\resizebox*{20mm}{30mm}{% + \begin{tabular}{lll} + K\"oln & Lyon & Oxford \\ + Rhein & Rh\^one & Thames + \end{tabular}}\HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-3-9.ltx b/Master/texmf-dist/doc/latex/tlc2/10-3-9.ltx new file mode 100644 index 00000000000..bd626411a20 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-3-9.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-3-9 on page 631. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{graphics} % or graphicx +\newcommand\MyRot[1]{\frame + {\rotatebox{#1}{rotation + $#1^\circ$}}} +\StopShownPreambleCommands +\begin{document} +\MyRot{0} \MyRot{45} \MyRot{90} +\MyRot{135}\MyRot{180}\MyRot{225} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/10-4-1.ltx new file mode 100644 index 00000000000..5a65c2ed9d6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-4-1.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-4-1 on page 639. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{pspicture} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(200,120) + \put(90,40) {\oval (180,60)} + \put(110,20){\oval[10](180,60)} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/10-4-2.ltx new file mode 100644 index 00000000000..7a2cd3acb11 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-4-2.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-4-2 on page 640. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{pspicture}\usepackage{graphpap} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(140,90) +\graphpaper(0,0)(140,90) +\put(0,50){\vector(1,2){15}} +\put(0,50){\vector(2,-6){15}} +\put(40,20){\oval(50,20)[t]} +\put(40,70){\oval(30,30)[bl]} +\put(100,50){\circle{70}} +\put(100,50){\circle*{50}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-4-3.ltx b/Master/texmf-dist/doc/latex/tlc2/10-4-3.ltx new file mode 100644 index 00000000000..3b4e3fbff58 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-4-3.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-4-3 on page 640. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{texpicture}\usepackage{graphpap} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(140,90) +\graphpaper(0,0)(140,90) +\put(0,50){\vector(1,2){15}} +\put(0,50){\vector(2,-6){15}} +\put(40,20){\oval(50,20)[t]} +\put(40,70){\oval(30,30)[bl]} +\put(100,50){\circle{70}} +\put(100,50){\circle*{50}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/10-4-4.ltx b/Master/texmf-dist/doc/latex/tlc2/10-4-4.ltx new file mode 100644 index 00000000000..b03478ede42 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/10-4-4.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 10-4-4 on page 641. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{pspicture}\usepackage{graphpap} +\StopShownPreambleCommands +\begin{document} +\begin{picture}(150,120) +\graphpaper(0,0)(150,120) +\arrowlength{4pt} \put(150,00){\vector(-8,1){60}} +\arrowlength{8pt} \put(150,50){\Vector(-30,50)} +\put(60,20){\Line(90,20)} +\put(60,20){\Curve(90,20){2}} +\put(60,20){\Curve(90,20){-2}} +\thicklines \put(50,80){\oval(100,70)} +\thinlines \put(50,80){\oval[10](100,70)} +\linethickness{3pt} + \put(10,20){\circle{20}} + \put(10,20){\line(10,1){30}} +\end{picture} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-1-1.ltx b/Master/texmf-dist/doc/latex/tlc2/12-1-1.ltx new file mode 100644 index 00000000000..02066b29865 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-1-1.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-1-1 on page 685. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{330.59894pt} +% small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.5ex}% + {\normalfont\normalsize\bfseries}} +\makeatother +\StartShownPreambleCommands +\usepackage{chicago} \bibliographystyle{chicago} +\StopShownPreambleCommands +\begin{document} +Entries with multiple authors can be problematical, e.g., \shortcite{LGC97} +and \shortcite{test97} or worse \shortcite{LGC97,test97}. \bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-1-2.ltx b/Master/texmf-dist/doc/latex/tlc2/12-1-2.ltx new file mode 100644 index 00000000000..cb0ca6f6e76 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-1-2.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-1-2 on page 685. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{303.0pt} +% small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.5ex}% + {\normalfont\normalsize\bfseries}} +\makeatother +\StartShownPreambleCommands +\usepackage{natbib} +\bibliographystyle + {abbrvnat} +\StopShownPreambleCommands +\begin{document} +Entries with multiple +authors might +be problematical, +e.g., \cite{LGC97} and +\cite{test97} or even +\cite{LGC97,test97}. +But then they might not. + +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-1-3.ltx b/Master/texmf-dist/doc/latex/tlc2/12-1-3.ltx new file mode 100644 index 00000000000..7c6e8f54f49 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-1-3.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-1-3 on page 687. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +% small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\normalsize\bfseries}} +\makeatother +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{thebibliography}{2} +\bibitem{LGC97} Goossens, M., S.~Rahtz, + and F.~Mittelbach (1997). + \newblock \emph{The \LaTeX{} Graphics Companion: + Illustrating Documents with \TeX{} and + PostScript}. \newblock Reading, MA, USA: + Ad\-di\-son-Wes\-ley Longman. +\bibitem{GUD97} Goossens, M., B.~User, J.~Doe + (1997). \newblock Ambiguous citations. +\end{thebibliography} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-1.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-1.ltx new file mode 100644 index 00000000000..031eac30ab3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-1.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-1 on page 691. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +Color support for \LaTeX{} is described in +\cite[chap.~9]{LGC97} and the \texttt{hyperref} +package in \cite[pp.\,35--67]{LWC99}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-10.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-10.ltx new file mode 100644 index 00000000000..a949a5d0d13 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-10.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-10 on page 696. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\sloppy +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[superscript]{cite} \bibliographystyle{plain} +\usepackage{color} +\renewcommand\citeform[1]{\textcolor{blue}{#1}} +\renewcommand\citeleft{(} \renewcommand\citeright{)} +\StopShownPreambleCommands +\begin{document} +Good information about \TeX{} and \LaTeX{} can be found in +\cite{LGC97,LWC99,Knuth-CT-a,Knuth:ct-b,Knuth:TB10-1-31}. +For \texttt{hyperref} see \cite[pp.\,35--67]{LWC99}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-11.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-11.ltx new file mode 100644 index 00000000000..2ef103f39b4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-11.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-11 on page 696. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} + +%% Some settings for the look of the example in the book: +\sloppy +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[superscript]{cite} \bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +\ldots\ book~\cite{Knuth-CT-a}; see also Goossens et al.~\cite{LGC97}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-12.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-12.ltx new file mode 100644 index 00000000000..2e046dd687a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-12.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-12 on page 697. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +%% Some settings for the look of the example in the book: +\sloppy +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[super]{cite} \bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +et al.\@ \cite{LGC97}. \hfil et al.\ \cite{LGC97}.\par +U.S.A. \cite{unknown}. \hfil U.S.A\@. \cite{unknown}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-13.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-13.ltx new file mode 100644 index 00000000000..9c282dcb1fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-13.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-13 on page 697. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +%% Some settings for the look of the example in the book: +\sloppy +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[super]{cite} \bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +For details see ``The \TeX book'' \cite{Knuth-CT-a}. +But wanted is ``The \TeX book.'' \cite{Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-14.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-14.ltx new file mode 100644 index 00000000000..5782eb211f8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-14.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-14 on page 697. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +%% Some settings for the look of the example in the book: +\sloppy +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[super,ref]{cite} \bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +Color support is described in ``LGC'' \cite{LGC97} and the +\texttt{hyperref} package in ``LWC'' \cite[pp.\,35--67]{LWC99}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-2.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-2.ltx new file mode 100644 index 00000000000..d8c9c71fd69 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-2.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-2 on page 692. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\bibliographystyle{plain} \usepackage{ifthen} +\makeatletter +\renewcommand\@cite[2]{({#1\ifthenelse{\boolean{@tempswa}} + {,\nolinebreak[3] #2}{}})} +\makeatother +\StopShownPreambleCommands +\begin{document} +Color support for \LaTeX{} is described in \cite{LGC97} and +the \texttt{hyperref} package in \cite[pp.\,35--67]{LWC99}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-3.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-3.ltx new file mode 100644 index 00000000000..c0f4f225a39 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-3.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-3 on page 692. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +% small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\normalsize\bfseries}} +\makeatother + +\StartShownPreambleCommands +\bibliographystyle{abbrv} +\makeatletter +\renewcommand\@biblabel[1]{#1.} +\makeatother +\StopShownPreambleCommands +\begin{document} +\nocite{Knuth-CT-a,Knuth:TB10-1-31} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-4.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-4.ltx new file mode 100644 index 00000000000..909437f7eef --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-4.ltx @@ -0,0 +1,61 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-4 on page 693. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +% small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\normalsize\bfseries}} +% +% This example is one of the few that are slightly faked: +% +% Since we want to show the use of the openbib class option +% we pretend that this is what we call by showing a faked +% document class line that we gobble up with this: +% +\renewcommand\documentclass[2][]{} +% +% The work of the openbib option is to redefine \@openbib@code +% so we just do that manually here: +% +\renewcommand\@openbib@code{% + \advance\leftmargin\bibindent + \itemindent -\bibindent + \listparindent \itemindent + \parsep \z@ + }% + \renewcommand\newblock{\par} +\makeatother + +\StartShownPreambleCommands +\documentclass[openbib]{article} +\bibliographystyle{abbrv} +\setlength\bibindent{24pt} + +\makeatletter +\renewcommand\@biblabel[1] + {\textsuperscript{#1}} +\makeatother +\StopShownPreambleCommands +\begin{document} +\nocite{LWC99,Knuth:TB10-1-31} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-5.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-5.ltx new file mode 100644 index 00000000000..6bdda455288 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-5.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-5 on page 693. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +Good information about \TeX{} and \LaTeX{} can be found in +\cite{LGC97,LWC99,Knuth-CT-a,Knuth:ct-b,Knuth:TB10-1-31}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-6.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-6.ltx new file mode 100644 index 00000000000..5af333292ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-6.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-6 on page 693. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{cite} \bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +Good information about \TeX{} and \LaTeX{} can be found in +\cite{LGC97,LWC99,Knuth-CT-a,Knuth:ct-b,Knuth:TB10-1-31}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-7.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-7.ltx new file mode 100644 index 00000000000..23e420c96d7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-7.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-7 on page 694. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{cite} \bibliographystyle{plain} +\renewcommand\citeleft{(} \renewcommand\citeright{)} +\renewcommand\citemid{;\nolinebreak[3] } +\StopShownPreambleCommands +\begin{document} +Color support for \LaTeX{} is described in \cite{LGC97} and +the \texttt{hyperref} package in \cite[pp.\,35--67]{LWC99}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-8.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-8.ltx new file mode 100644 index 00000000000..dcb4e06cf1e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-8.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-8 on page 695. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{cite,color} \bibliographystyle{plain} +\renewcommand\citeform[1]{\textcolor{blue}{#1}} +\StopShownPreambleCommands +\begin{document} +Color support for \LaTeX{} is described in \cite{LGC97} and +the \texttt{hyperref} package in \cite[pp.\,35--67]{LWC99}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-2-9.ltx b/Master/texmf-dist/doc/latex/tlc2/12-2-9.ltx new file mode 100644 index 00000000000..efa57e7515c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-2-9.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-2-9 on page 695. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} + +%% For the example in the book: +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[nospace]{cite} \bibliographystyle{plain} +\renewcommand\citeform[1]{(#1)} +\StopShownPreambleCommands +\begin{document} +\citen{LGC97,LWC99,test97,vLeunen:92} but \cite[\S5]{Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-1.ltx new file mode 100644 index 00000000000..d2d83a329b3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-1.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-1 on page 698. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} +\StopShownPreambleCommands +\begin{document} +\citet{Knuth:TB10-1-31} shows \ldots\ This is explained +in the authoritative manual on \TeX{}~\citep{Knuth-CT-a}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-10.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-10.ltx new file mode 100644 index 00000000000..e0ac9f867a9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-10.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-10 on page 703. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{natbib} +\StopShownPreambleCommands +\begin{document} +Normal citation: \citet{vLeunen:92} \\ +\Citet{vLeunen:92} or \Citealt{vLeunen:92} \\ +\Citep{vLeunen:92} or \Citealp{vLeunen:92} \\ +\Citeauthor{vLeunen:92} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-11.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-11.ltx new file mode 100644 index 00000000000..8b54b83eb6b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-11.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-11 on page 703. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{natbib} \defcitealias{LGC97}{Dogbook~II} +\StopShownPreambleCommands +\begin{document} +\citet{LGC97} = \citetalias{LGC97} \\ +\citep{LGC97} = \citepalias{LGC97} \par +\defcitealias{LGC97}{Dogbook~II~2ed} +Alias changed: \citepalias[see][]{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-12.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-12.ltx new file mode 100644 index 00000000000..1e8a0612293 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-12.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-12 on page 703. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} \bibliographystyle{agsm} +\newcommand\possessivecite[1]{\citeauthor{#1}'s \citeyearpar{#1}} +\StopShownPreambleCommands +\begin{document} +\citeauthor{Knuth-CT-a}'s \citeyearpar{Knuth-CT-a} \\ +\possessivecite{Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-13.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-13.ltx new file mode 100644 index 00000000000..46e8ad08d47 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-13.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-13 on page 704. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} +\StopShownPreambleCommands +\begin{document} +\citet{LGC97,LWC99} \\ +\citep{LGC97,LWC99} \\ +\citep{Knuth:TB10-1-31,Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-14.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-14.ltx new file mode 100644 index 00000000000..fab79a28234 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-14.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-14 on page 704. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage[sort]{natbib} +\StopShownPreambleCommands +\begin{document} +\citep{Knuth:TB10-1-31,Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-15.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-15.ltx new file mode 100644 index 00000000000..3622a8341e0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-15.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-15 on page 704. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} +\StopShownPreambleCommands +\begin{document} +\citep[see][p.~55]{vLeunen:92,Knuth-CT-a} \\ +\citep[see][p.~55]{Knuth-CT-a,Knuth:TB10-1-31} \\ +\citet[see][p.~55]{vLeunen:92,Knuth-CT-a} \\ +\citet[see][p.~55]{Knuth-CT-a,Knuth:TB10-1-31} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-16.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-16.ltx new file mode 100644 index 00000000000..8150ff4d1c2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-16.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-16 on page 704. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage[longnamesfirst]{natbib} +\bibliographystyle{agsm} +\StopShownPreambleCommands +\begin{document} +\citep{LGC97} \hfill first citation \\ +\citep{LGC97} \hfill second \\ +\citep*{LGC97}\hfill names forced \\ +\citet{LGC97} \\ +\citep[e.g.,][]{LGC97} \\ +\citeauthor{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-17.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-17.ltx new file mode 100644 index 00000000000..63e5377b0e0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-17.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-17 on page 705. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage[longnamesfirst]{natbib} +\bibliographystyle{agsm} +\StopShownPreambleCommands +\begin{document} +\citep{LGC97} \hfill first citation \\ +\citep{LGC97} \hfill second \\ +\citep{test97}\hfill first citation \\ +\citep{test97}\hfill second citation +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-18.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-18.ltx new file mode 100644 index 00000000000..eab9d867002 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-18.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-18 on page 705. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage[longnamesfirst]{natbib} +\bibliographystyle{chicago} +\shortcites{LGC97} +\StopShownPreambleCommands +\begin{document} +\citep{LGC97} \hfill first citation \\ +\citep{LGC97} \hfill second citation \\ +\citep*{LGC97}\hfill forced \\ +\citep{test97}\hfill first citation \\ +\citep{test97}\hfill second citation +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-19.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-19.ltx new file mode 100644 index 00000000000..98fff987a00 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-19.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-19 on page 705. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} \bibliographystyle{agu} +\StopShownPreambleCommands +\begin{document} +\citet{LGC97} \\ \citep{Knuth-CT-a,LWC99} \\ +\citep[see][chap.~2]{Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-2.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-2.ltx new file mode 100644 index 00000000000..54f573f393e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-2.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-2 on page 699. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{chicago} \bibliographystyle{chicago} +\StopShownPreambleCommands +\begin{document} +\cite{LGC97} \\ +\citeA{LGC97} \\ +\citeN{LGC97} \\ +\shortcite{LWC99} \\ +\shortciteA{LWC99} \\ +\shortciteN{LWC99} \\ +\citeyear{LWC99}, \citeyearNP{LWC99} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-20.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-20.ltx new file mode 100644 index 00000000000..219ac5b1aa7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-20.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-20 on page 706. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} \bibliographystyle{agu} +\citestyle{agsm} +\StopShownPreambleCommands +\begin{document} +\citet{LGC97} \\ \citep{Knuth-CT-a,LWC99} \\ +\citep[see][chap.~2]{Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-21.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-21.ltx new file mode 100644 index 00000000000..59848863d86 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-21.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-21 on page 706. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage[curly,comma]{natbib} +\bibliographystyle{agu} +\StopShownPreambleCommands +\begin{document} +\citet{LGC97} \\ \citep{Knuth-CT-a,LWC99} \\ +\citep[see][chap.~2]{Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-22.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-22.ltx new file mode 100644 index 00000000000..6055c9edbd6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-22.ltx @@ -0,0 +1,44 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-22 on page 707. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +% small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.5ex}% + {\normalfont\normalsize\bfseries}} +\makeatother +\StartShownPreambleCommands +\usepackage{natbib} +\bibliographystyle{abbrvnat} +\renewcommand\bibsection{\section{\refname}} +\newcommand\bibpreamble{Some material + inserted between heading and list.\par} +\newcommand\bibfont + {\footnotesize\raggedright} +\setlength\bibhang{30pt} +\setlength\bibsep{1pt plus 1pt} +\StopShownPreambleCommands +\begin{document} +Entries with multiple authors might be +problematical, e.g., \cite{LGC97} and +\cite{test97} or even \cite{LGC97,test97}. +But then they might not. +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-23.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-23.ltx new file mode 100644 index 00000000000..94dfa8d33d7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-23.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-23 on page 708. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} \bibliographystyle{agsm} +\StopShownPreambleCommands +\begin{document} +\citet{G-G} / \citet{oddity} / \citet{GNUMake} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-24.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-24.ltx new file mode 100644 index 00000000000..141de0ce374 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-24.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-24 on page 708. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} \bibliographystyle{unsrtnat} +\StopShownPreambleCommands +\begin{document} +\citet{G-G} / \citet{oddity} / \citet{GNUMake} \\ +\citep{G-G} / \citep{oddity} / \citep{GNUMake} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-25.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-25.ltx new file mode 100644 index 00000000000..eff31ca7067 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-25.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-25 on page 708. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} \bibliographystyle{chicago} +\StopShownPreambleCommands +\begin{document} +\citet{G-G} / \citet{oddity} / \citet{GNUMake} \\ +\citep{G-G} / \citep{oddity} / \citep{GNUMake} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-26.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-26.ltx new file mode 100644 index 00000000000..49cd5520799 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-26.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-26 on page 709. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} \bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +\citet{G-G} / \citet{oddity} / \citet{GNUMake} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-27.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-27.ltx new file mode 100644 index 00000000000..e41c4a8f46a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-27.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-27 on page 711. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{bibentry,natbib} +\bibliographystyle{agu} + +\raggedright \setlength\parindent{12pt} +\StopShownPreambleCommands +\begin{document} +\nobibliography{tex} +For details see \bibentry{Knuth:TB10-1-31}. +General information can be found in +\bibentry{Knuth-CT-a}. + +As shown by \citet{Knuth:TB10-1-31} \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-3.ltx new file mode 100644 index 00000000000..0b273db624a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-3.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-3 on page 700. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{authordate1-4} +\bibliographystyle{authordate2} +\StopShownPreambleCommands +\begin{document} +\cite{LGC97} or \shortcite{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-4.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-4.ltx new file mode 100644 index 00000000000..09f89ea43e1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-4.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-4 on page 700. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{harvard} +\bibliographystyle{agsm} +\StopShownPreambleCommands +\begin{document} +\cite{LGC97} \\ +\cite{LGC97} \hfill second citation \\ +\cite*{LGC97}\hfill long names forced\\ +\citeasnoun{LGC97} \\ +\citeaffixed{LGC97}{e.g.,} \\ +\citename{LGC97} \\ +\possessivecite{Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-5.ltx new file mode 100644 index 00000000000..c141592d856 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-5.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-5 on page 701. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} +\StopShownPreambleCommands +\begin{document} +\citet{LGC97} \\ +\citet[chap.~2]{LGC97} \\ +\citet[see][chap.~2]{LGC97} \\ +pre-note only: \citet[see][]{LGC97} \\[5pt] +\citep{LGC97} \\ +\citep[chap.~2]{LGC97} \\ +\citep[see][chap.~2]{LGC97} \\ +pre-note only: \citep[see][]{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-6.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-6.ltx new file mode 100644 index 00000000000..01efc61c269 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-6.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-6 on page 702. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} +\StopShownPreambleCommands +\begin{document} +\citet*{LGC97} \\ +\citep*[see][]{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-7.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-7.ltx new file mode 100644 index 00000000000..cc4b0c0e8d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-7.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-7 on page 702. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} +\StopShownPreambleCommands +\begin{document} +\citealt{LGC97} \\ +\citealp{LGC97} \\ +\citealt*{LGC97} \\ +\citealp*{LGC97} \\ +\citealp[p.~236]{LWC99} etc. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-8.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-8.ltx new file mode 100644 index 00000000000..7fdc7f22747 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-8.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-8 on page 702. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage{natbib} +\StopShownPreambleCommands +\begin{document} +\citeauthor{LGC97} \\ +\citeauthor*{LGC97} \\ +\citeyear{LGC97} or \citeyearpar{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-3-9.ltx b/Master/texmf-dist/doc/latex/tlc2/12-3-9.ltx new file mode 100644 index 00000000000..d9d1473bc67 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-3-9.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-3-9 on page 702. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} +\setlength\parindent{0pt} + +\StartShownPreambleCommands + \usepackage{natbib} +\StopShownPreambleCommands +\begin{document} + \citetext{see \citealp{LGC97} or \citealp{Knuth-CT-a}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/12-4-1.ltx new file mode 100644 index 00000000000..989aed019b6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-4-1.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-4-1 on page 712. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{chicago} + \bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[numbers]{natbib} +\StopShownPreambleCommands +\begin{document} +\citet{LGC97} \\ +\citet[chap.~2]{LGC97} \\ +\citet[see][chap.~2]{LGC97} \\ +pre-note only: \citet[see][]{LGC97} \\[5pt] +\citep{LGC97} \\ +\citep[chap.~2]{LGC97} \\ +\citep[see][chap.~2]{LGC97} \\ +pre-note only: \citep[see][]{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/12-4-2.ltx new file mode 100644 index 00000000000..87cd2abe2d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-4-2.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-4-2 on page 713. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{plainnat} + \bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[numbers]{natbib} +\StopShownPreambleCommands +\begin{document} +\citet*{LGC97} \\ +\citeauthor{LGC97} \\ +\citeauthor*{LGC97} \\ +\citeyear{LGC97} or \citeyearpar{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-4-3.ltx b/Master/texmf-dist/doc/latex/tlc2/12-4-3.ltx new file mode 100644 index 00000000000..35091c24f2d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-4-3.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-4-3 on page 713. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{plainnat} + \bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[numbers]{natbib} +\StopShownPreambleCommands +\begin{document} +\citealt{LGC97} \\ +\citealt*{LGC97} \\ +\citealp{LGC97} \\ +\citealp[p.~236]{LGC97} etc. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-4-4.ltx b/Master/texmf-dist/doc/latex/tlc2/12-4-4.ltx new file mode 100644 index 00000000000..3d8594f8cfd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-4-4.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-4-4 on page 713. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{plainnat} + \bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[super]{natbib} +\StopShownPreambleCommands +\begin{document} +\citet{LGC97} \\ +\citet[chap.~2]{LGC97} \\ +\citet[see][chap.~2]{LGC97} \\ +pre-note only: \citet[see][]{LGC97} \\[5pt] +\citep{LGC97} \\ +\citep[chap.~2]{LGC97} \\ +\citep[see][chap.~2]{LGC97} \\ +pre-note only: \citep[see][]{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-4-5.ltx b/Master/texmf-dist/doc/latex/tlc2/12-4-5.ltx new file mode 100644 index 00000000000..56115b10c1e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-4-5.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-4-5 on page 713. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliographystyle{plainnat} + \bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[super]{natbib} +\StopShownPreambleCommands +\begin{document} +\ldots Knuth's book~\citep{Knuth-CT-a}; see also \citet{LGC97}. +\par %%% Manually corrected in two places: +\ldots Knuth's book;\citep{Knuth-CT-a} see also \citet{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-4-6.ltx b/Master/texmf-dist/doc/latex/tlc2/12-4-6.ltx new file mode 100644 index 00000000000..8accbe53873 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-4-6.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-4-6 on page 714. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[sort]{natbib} \bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +Good information about \TeX{} and \LaTeX{} can be found in +\citep{LGC97,LWC99,Knuth-CT-a,Knuth:TB10-1-31}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-4-7.ltx b/Master/texmf-dist/doc/latex/tlc2/12-4-7.ltx new file mode 100644 index 00000000000..498ea51977a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-4-7.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-4-7 on page 714. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[sort&compress]{natbib}\bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +Good information about \TeX{} and \LaTeX{} can be found in +\citep{LGC97,LWC99,Knuth-CT-a,Knuth:TB10-1-31}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-4-8.ltx b/Master/texmf-dist/doc/latex/tlc2/12-4-8.ltx new file mode 100644 index 00000000000..c0d01bf3e78 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-4-8.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-4-8 on page 715. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +% small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.5ex}% + {\normalfont\normalsize\bfseries}} +\makeatother +\StartShownPreambleCommands +\usepackage[numbers,round]{natbib} +\bibliographystyle{abbrvnat} +\newcommand\bibfont{\small\raggedright} +\setlength\bibhang{30pt} % ignored! +\setlength\bibsep{1pt plus 1pt} +\newcommand\citenumfont[1]{\textbf{#1}} +\renewcommand\bibnumfmt[1]{\textbf{#1.}} +\StopShownPreambleCommands +\begin{document} +Images are discussed elsewhere, +see \citep{LGC97,Knuth-CT-a}. + +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-1.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-1.ltx new file mode 100644 index 00000000000..6850d5b7d1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-1.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-1 on page 717. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\cite{aschur} \\ +\cite[\S\,123]{aschur} \\ +\cite[Heinrichs][]{bgb} \\ +\cite[Heinrichs][\S\,26]{bgb} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-10.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-10.ltx new file mode 100644 index 00000000000..94ccf221700 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-10.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-10 on page 720. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{titleformat={all,commasep,italic}} +\StopShownPreambleCommands +\begin{document} +\cite[\S\,123]{aschur} \\ \cite{bschur} \\ +\cite[Heinrichs][]{bgb} \\ \cite{Knuth:TB10-1-31} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-11.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-11.ltx new file mode 100644 index 00000000000..68910ad6d2d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-11.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-11 on page 720. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{titleformat=all} \citenotitlefortype{book} +\StopShownPreambleCommands +\begin{document} +\cite{bschur} \\ \cite{LWC99} \\ +\cite{Knuth-CT-a} \\ \cite{Knuth:TB10-1-31} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-12.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-12.ltx new file mode 100644 index 00000000000..a3c4460212d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-12.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-12 on page 721. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[see,round]{jurabib} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\cite{LGC97} \\ +\cite[chap.~2]{LGC97} \\[3pt] +\cite[compare][]{LGC97} \\ +\cite[see][chap.~2]{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-13.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-13.ltx new file mode 100644 index 00000000000..ae84696f152 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-13.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-13 on page 722. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + +% page 6 will appear in book so citations are not shown, only +% bibliography: +\setcounter{page}{5} +\renewcommand\refname{} % suppress heading in example + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{titleformat={all,commasep,italic},howcited={all}} +\StopShownPreambleCommands +\begin{document} +\cite[\S\,123]{aschur} \\ \cite{bschur} \\ +\cite[Heinrichs][]{bgb} \\ \cite{Knuth:TB10-1-31} +\newpage +\bibliography{tex,jura} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-14.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-14.ltx new file mode 100644 index 00000000000..8f249adace7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-14.ltx @@ -0,0 +1,47 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-14 on page 723. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex}% + {\normalfont\large\bfseries}} +\makeatother +% +\usepackage[ngerman,english]{babel} + +\StartShownPreambleCommands +\usepackage{jurabib} +\bibliographystyle{jurabib} +\jurabibsetup{howcited=all} +\AddTo\bibsall{% + \renewcommand\howcitedprefix + { (cited as }% + \renewcommand\howcitedsuffix{).}% + \renewcommand\bibnotcited + { (not cited).}} +\StopShownPreambleCommands +\begin{document} +\nocite{aschur} +\ldots \cite{bschur} \ldots +\cite{Knuth:TB10-1-31} \ldots +\bibliography{jura,tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-15.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-15.ltx new file mode 100644 index 00000000000..73777000e05 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-15.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-15 on page 724. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\sloppy +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{jurabib} +\bibliographystyle{jurabib} +\jurabibsetup{authorformat=citationreversed} + +\raggedright \setlength\parindent{12pt} +\StopShownPreambleCommands +\begin{document} +For details see \fullcite{Knuth:TB10-1-31}. +General information can be found in +\fullcite{Knuth-CT-a}. + +As shown by \citet{Knuth:TB10-1-31} \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-16.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-16.ltx new file mode 100644 index 00000000000..cfa065cc447 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-16.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-16 on page 724. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\sloppy +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} +\bibliographystyle{jurabib} +\jurabibsetup{citefull=first} +\StopShownPreambleCommands +\begin{document} +See \cite{zpo} \ldots + +As shown by \cite[Heinrichs][\S\,216]{zpo} +the interpretation \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-17.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-17.ltx new file mode 100644 index 00000000000..d5268690e56 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-17.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-17 on page 724. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\sloppy +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{citefull=first} +\citefullfirstfortype{article} +\StopShownPreambleCommands +\begin{document} +For details see \cite{Knuth:TB10-1-31}. General +information can be found in \cite{Knuth-CT-a}. + +As shown by \cite{Knuth:TB10-1-31} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-18.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-18.ltx new file mode 100644 index 00000000000..93c467d68b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-18.ltx @@ -0,0 +1,45 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-18 on page 725. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\setlength\parindent{0pt} +\sloppy +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[citefull=first]{jurabib} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\nextciteshort{Knuth-CT-a,Knuth:TB10-1-31} +A) \cite{Knuth-CT-a} \\ +B) \cite{Knuth:TB10-1-31} \\ +\nextcitereset{Knuth-CT-a} +C) \cite{Knuth-CT-a} \\ +D) \cite{Knuth:TB10-1-31} \\ +\nextcitereset{Knuth-CT-a,Knuth:TB10-1-31} +E) \cite{Knuth-CT-a} \\ +F) \cite{Knuth:TB10-1-31} \\ +\nextcitefull{Knuth-CT-a} +\nextcitenotitle{Knuth:TB10-1-31} +G) \cite{Knuth-CT-a} \\ +H) \cite{Knuth:TB10-1-31} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-19.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-19.ltx new file mode 100644 index 00000000000..69598b13bac --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-19.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-19 on page 726. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex}% + {\normalfont\large\bfseries}} +\makeatother + +\StartShownPreambleCommands +\usepackage{jurabib} +\renewcommand\refname + {Selected further reading} +\bibliographystyle{jurabib} +\citeswithoutentry{aschur} +\jurabibsetup{citefull=first} +\StopShownPreambleCommands +\begin{document} +This is explained in \cite{aschur}. +\par As shown in \cite{aschur}\ldots +\nocite{zpo} +\bibliography{jura} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-2.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-2.ltx new file mode 100644 index 00000000000..14bf8306d53 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-2.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-2 on page 717. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{annotatorformat=italic,annotatorlastsep=divis} +\StopShownPreambleCommands +\begin{document} +\cite{aschur} \\ \cite[Heinrichs][\S\,26]{bgb} \\ +\jurabibsetup{annotatorfirstsep=comma} +\cite[Heinrichs][\S\,26]{bgb} \\ +\jurabibsetup{annotatorfirstsep=in,annotatorformat=normal} +\cite[Heinrichs][\S\,26]{bgb} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-20.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-20.ltx new file mode 100644 index 00000000000..33a7942b1e5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-20.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-20 on page 726. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +\setlength\textheight{6\baselineskip} +\sloppy +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[ragged,symbol]{footmisc} +\usepackage{jurabib} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\ldots to use \LaTeX{} on the +web.\footfullcite{LWC99} +Also discussed by \cite{LWC99} +is generating PDF and HTML. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-21.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-21.ltx new file mode 100644 index 00000000000..1b52601b163 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-21.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-21 on page 727. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setcounter{page}{5} +\setlength\textheight{5\baselineskip} +\sloppy +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtBeginDocument{\enlargethispage*{\baselineskip}} +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{super,citefull=first,ibidem,lookat} +\StopShownPreambleCommands +\begin{document} +\ldots to use \LaTeX{} on the web.\cite{LWC99} + \newpage % Next page shown on the left: +Also discussed is generating PDF\cite[chap.~2] + {LWC99} and HTML.\cite[chap.~3--4]{LWC99} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-22.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-22.ltx new file mode 100644 index 00000000000..ee7f64984ae --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-22.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-22 on page 727. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setcounter{page}{5} +\setlength\textheight{5.5\baselineskip} +\sloppy +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtBeginDocument{\enlargethispage*{\baselineskip}} +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{super,citefull=first,lookat} +\AddTo\bibsall{\renewcommand\lookatprefix + {, \emph{supra} note } + \renewcommand\lookatsuffix{}} +\StopShownPreambleCommands +\begin{document} +\ldots to use \LaTeX{} on the web.\cite{LWC99} + \newpage % Next page shown on the left: +Also discussed is generating PDF\cite[chap.~2] + {LWC99} and HTML.\cite[chap.~3--4]{LWC99} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-23.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-23.ltx new file mode 100644 index 00000000000..9fbd14ff736 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-23.ltx @@ -0,0 +1,47 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-23 on page 728. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +\setlength\textheight{10\baselineskip} +\sloppy +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex}% + {\normalfont\large\bfseries}} +\makeatother +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{jurabib,endnotes} +\bibliographystyle{jurabib} +\jurabibsetup{citefull=first,% + super,lookat} +\StopShownPreambleCommands +\begin{document} +\ldots to typeset with +graphics.\cite{LGC97} Also +discussed is typesetting +music\cite[chap.~7]{LGC97} and +games.\cite[chap.~8]{LGC97} +\theendnotes +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-24.ltx2 b/Master/texmf-dist/doc/latex/tlc2/12-5-24.ltx2 new file mode 100644 index 00000000000..ccb38854faf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-24.ltx2 @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-24 on page 728. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} + +\setlength\textheight{8\baselineskip} +\addtolength\textwidth{-8pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{jura}} + +\StartShownPreambleCommands +\usepackage[marginal,multiple]{footmisc} +\usepackage[super,ibidem]{jurabib} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +text \cite[\S\,7]{bschur} +text \cite[\S\,7]{bschur} + \cite[\S\,16]{bschur} +text \cite[\S\,7]{bschur} +\cite{aschur} \newpage % <--- +text \cite[\S\,3]{aschur} + \cite{bschur} +text \cite[\S\,15]{bschur} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-25.ltx2 b/Master/texmf-dist/doc/latex/tlc2/12-5-25.ltx2 new file mode 100644 index 00000000000..d6842d27ca9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-25.ltx2 @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-25 on page 729. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} + +\setlength\textheight{6.5\baselineskip} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{jura}} + +\StartShownPreambleCommands +\usepackage[para,multiple,perpage]{footmisc} +\usepackage{jurabib} +\bibliographystyle{jurabib} +\jurabibsetup{super,ibidem=strictdoublepage} +\StopShownPreambleCommands +\begin{document} +text \cite[\S\,7]{bschur} text +\cite[\S\,7]{bschur} \cite[\S\,16]{bschur} +text \cite[\S\,7]{bschur} \cite{aschur} +\newpage text \cite[\S\,3]{aschur} +\cite{bschur} text \cite[\S\,15]{bschur} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-26.ltx2 b/Master/texmf-dist/doc/latex/tlc2/12-5-26.ltx2 new file mode 100644 index 00000000000..b758838b3ac --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-26.ltx2 @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-26 on page 729. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{81.00082pt} + +\setcounter{page}{5} % start on a page not shown +\setlength\textheight{6\baselineskip} +\sloppy +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{super,ibidem=nostrict} +\StopShownPreambleCommands +\begin{document} + \ldots \fullcite{bschur} \ldots +\newpage % page above not shown on the left + A page without a citation. +\newpage This page has references.\cite{bschur} + Or like this? \noibidem\cite{bschur} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-27.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-27.ltx new file mode 100644 index 00000000000..79940c03baf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-27.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-27 on page 730. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\textheight{9\baselineskip} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{jura}} + +\StartShownPreambleCommands +\usepackage[marginal,ragged,multiple]{footmisc} +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{super,ibidem=name} +\jurabibsetup{authorformat=reducedifibidem} +\StopShownPreambleCommands +\begin{document} +text \cite[\S\,7]{bschur} text +\cite[\S\,8]{bschur} \cite[\S\,16]{zpo} +text \cite[\S\,7]{bschur} \cite{zpo} +text \cite[\S\,3]{zpo} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-28.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-28.ltx new file mode 100644 index 00000000000..00d2ab2fc15 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-28.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-28 on page 730. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setcounter{page}{5} +\setlength\textheight{9\baselineskip} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{jura}} + +\StartShownPreambleCommands +\usepackage[marginal,ragged,multiple]{footmisc} +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{super,ibidem=name&title&auto} +\StopShownPreambleCommands +\begin{document} + Full citations: \cite{aschur} \cite{bschur} + not shown on the left! +\newpage + text \cite[\S\,7]{aschur} text + \cite[\S\,8]{aschur} \cite[\S\,16]{zpo} + text \cite[\S\,7]{bschur} \cite{aschur} + text \cite[\S\,3]{zpo} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-29.ltx2 b/Master/texmf-dist/doc/latex/tlc2/12-5-29.ltx2 new file mode 100644 index 00000000000..57aa5c1bf8e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-29.ltx2 @@ -0,0 +1,45 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-29 on page 731. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} + +\setlength\textheight{12\baselineskip} +\addtolength\textwidth{-0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[flushmargin,% + multiple]{footmisc} +\usepackage[super,idem=strict,% + ibidem=name]{jurabib} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\ldots text \cite{Knuth-CT-a} +text \cite[p.~22]{Knuth-CT-a} +text \cite{vLeunen:92} +\cite{vLeunen:92}\ldots +\newpage % <-- +\ldots text \cite{vLeunen:92} +text \cite[p.~16]{vLeunen:92} +text \cite[p.~308]{Knuth-CT-a} +text \cite{Knuth:TB10-1-31} +\cite[p.~80]{Knuth-CT-a}\ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-3.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-3.ltx new file mode 100644 index 00000000000..9e8e9497c6d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-3.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-3 on page 718. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{authorformat={and,smallcaps}} +\StopShownPreambleCommands +\begin{document} +\cite{aschur} \\ \cite[Heinrichs][\S\,26]{bgb} \par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-30.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-30.ltx new file mode 100644 index 00000000000..7251ca391a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-30.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-30 on page 731. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +\setlength\textheight{7.5\baselineskip} +\addtolength\textwidth{-0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[multiple]{footmisc} +\usepackage[super,idem=strict,% + citefull=first,opcit]{jurabib} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\ldots text \cite{Knuth-CT-a} text +\cite[p.~22]{Knuth-CT-a} text +\cite{GNUMake} some more text +\cite{Knuth-CT-a}\cite{GNUMake} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-31.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-31.ltx new file mode 100644 index 00000000000..58a90ae4643 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-31.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-31 on page 732. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{279.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{jurabib} +\jurabibsetup{citefull=first, + crossref=normal} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\cite{MR-PQ} \par +\cite{Southall} \par +\cite{MR-PQ} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-32.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-32.ltx new file mode 100644 index 00000000000..1b7f993ec97 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-32.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-32 on page 732. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{279.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{jurabib} +\jurabibsetup{citefull=first, + authorformat= + citationreversed, + crossref={dynamic,long}} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\cite{MR-PQ} \par +\cite{Southall} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-33.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-33.ltx new file mode 100644 index 00000000000..7888301b010 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-33.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-33 on page 733. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage{jurabib} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\citet{LWC99} \\ +\citet[chap.~2]{LWC99} \\ +\citet[see][chap.~2]{LWC99} \\ +pre-note only: \citet[see][]{LWC99} \\[5pt] +\citep{LWC99} \\ +\citep[chap.~2]{LWC99} \\ +\citep[see][chap.~2]{LWC99} \\ +pre-note only: \citep[see][]{LWC99} \\[5pt] +\citealp{Knuth-CT-a} \\ +\citeauthor{Knuth-CT-a} \\ +\citeyearpar{Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-34.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-34.ltx new file mode 100644 index 00000000000..07504d60082 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-34.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-34 on page 733. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{authorformat=year,annotatorformat=italic} +\renewcommand\jbcitationyearformat[1]{\oldstylenums{#1}} +\jbyearaftertitle +\StopShownPreambleCommands +\begin{document} +\cite{aschur} \\ \cite[Heinrichs][\S\,26]{bgb} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-35.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-35.ltx new file mode 100644 index 00000000000..116f6ba17b3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-35.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-35 on page 734. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\setlength\textheight{6.5\baselineskip} +\addtolength\textheight{4pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[super,ibidem,titleformat=all]{jurabib} +\AddTo\bibsenglish{\renewcommand\ibidemname{Ib.}% + \renewcommand\ibidemmidname{ib.}} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +Some text\cite{vLeunen:92} and\cite{vLeunen:92} +\jurabibsetup{ibidem=name} % <-- change convention +or\cite{Knuth-CT-a} and more text.\cite{Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-36.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-36.ltx new file mode 100644 index 00000000000..8e663ae39c8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-36.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-36 on page 734. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage[ngerman,english]{babel} +\usepackage{jurabib} \bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\citefield{title}{aschur,bschur} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-37.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-37.ltx new file mode 100644 index 00000000000..2a4e41e28c3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-37.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-37 on page 735. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\setlength\textheight{5\baselineskip} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex}} + +\StartShownPreambleCommands +\usepackage[super,idem=strict,titleformat=all, + lookforgender=true]{jurabib} +\AddTo\bibsenglish{\renewcommand\idemSfname{Eadem}% + \renewcommand\idemsfname{eadem}} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +Some text\cite{vLeunen:92} and\cite{vLeunen:92} +or\cite{Knuth-CT-a} and more text.\cite{Knuth-CT-a} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-38.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-38.ltx new file mode 100644 index 00000000000..361ad2d5a3e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-38.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-38 on page 735. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{square,superscriptedition={all}} +\StopShownPreambleCommands +\begin{document} +\citetitle{zpo}\\ \cite[\S\,3]{bschur}\\ \cite[Heinrichs][]{bgb} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-39.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-39.ltx new file mode 100644 index 00000000000..a0d91380761 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-39.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-39 on page 736. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage[round]{jurabib} +\renewcommand\jbbtasep{ and } \renewcommand\jbbfsasep{, } +\renewcommand\jbbstasep{, and } \bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\cite{aschur} \\ \cite{LGC97} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-4.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-4.ltx new file mode 100644 index 00000000000..f9cf9534f4b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-4.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-4 on page 718. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{authorformat=dynamic} +\StopShownPreambleCommands +\begin{document} +\cite{aschur} \\ \cite[Heinrichs][\S\,26]{bgb} \par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-40.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-40.ltx new file mode 100644 index 00000000000..3f83d802693 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-40.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-40 on page 737. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\renewcommand\refname{} % suppress heading in example + +\StartShownPreambleCommands +\usepackage{jurabib} +\bibliographystyle{jurabib} +\renewcommand\biblnfont{\MakeUppercase} +\renewcommand\bibfnfont{\textsc} +\renewcommand\bibtfont {\textsf} +\renewcommand\bibapifont[1]{\textit{``#1''}} +\StopShownPreambleCommands +\begin{document} +\nocite{Knuth-CT-a,Knuth:TB10-1-31} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-41.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-41.ltx new file mode 100644 index 00000000000..1904b4830db --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-41.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-41 on page 738. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{279.0pt} + +\renewcommand\refname{} % suppress heading in example + +\StartShownPreambleCommands + +\usepackage[dotafter=bibentry] + {jurabib} +\bibliographystyle{jurabib} +\renewcommand\bibjtsep{in } +\renewcommand\bibansep{ } +\renewcommand\bibatsep{;} +\renewcommand\bibbdsep{} +\StopShownPreambleCommands +\begin{document} +\nocite{Knuth:TB10-1-31,MR-PQ} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-42.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-42.ltx new file mode 100644 index 00000000000..1c5d9545e14 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-42.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-42 on page 738. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +% Get the hyphenation right: +\usepackage[ngerman,english]{babel} +% Suppress heading in example: +\AtBeginDocument{\renewcommand\refname{}} + +\StartShownPreambleCommands +\usepackage[authorformat=allreversed] + {jurabib} +\bibliographystyle{jurabib} +\renewcommand\bibbtasep{ and } +\renewcommand\bibbfsasep{, } +\renewcommand\bibbstasep{, and } +\StopShownPreambleCommands +\begin{document} +\nocite{aschur,LGC97} +\bibliography{tex,jura} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-43.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-43.ltx new file mode 100644 index 00000000000..c73ba97c0ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-43.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-43 on page 739. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +\renewcommand\refname{} % suppress heading in example + +\StartShownPreambleCommands + +\usepackage[newcommands]{ragged2e} +\usepackage[bibformat={compress,% + raggedright}] + {jurabib} +\bibliographystyle{jurunsrt} +\setlength\jbbibhang{1pc} +\StopShownPreambleCommands +\begin{document} +\nocite{aschur,zpo,bschur} +\bibliography{jura} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-44.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-44.ltx new file mode 100644 index 00000000000..0a09a73d6b6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-44.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-44 on page 739. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\renewcommand\refname{} % suppress heading in example + +\StartShownPreambleCommands +\usepackage[bibformat=tabular]{jurabib} +\bibliographystyle{jurabib} +\renewcommand\bibleftcolumn{6.5pc} +\renewcommand\bibcolumnsep{1pc} +\renewcommand\bibleftcolumnadjust + {\raggedright} +\renewcommand\bibrightcolumnadjust{} +\StopShownPreambleCommands +\begin{document} +\nocite{aschur,Knuth:TB10-1-31} +\nocite{GNUmake} +\bibliography{tex,jura} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-45.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-45.ltx new file mode 100644 index 00000000000..560c2c400f0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-45.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-45 on page 740. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +\renewcommand\refname{} % suppress heading in example + +\StartShownPreambleCommands +\usepackage[bibformat=ibidem] + {jurabib} +\bibliographystyle{jurabib} +\jbuseidemhrule % use default rule +% Alternative generic redefinition +% instead of the default rule: +%\renewcommand\bibauthormultiple +% {[same name symbol]} +\StopShownPreambleCommands +\begin{document} +\nocite{aschur,bschur} +\nocite{Knuth-CT-a,Knuth:TB10-1-31} +\bibliography{tex,jura} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-46.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-46.ltx new file mode 100644 index 00000000000..0baedb42f41 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-46.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-46 on page 740. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +\renewcommand\refname{} % suppress heading in example + +\StartShownPreambleCommands +\usepackage{jurabib} +\jurabibsetup{bibformat=ibidemalt} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\nocite{aschur,bschur,zpo,bgb} +\bibliography{jura} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-47.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-47.ltx new file mode 100644 index 00000000000..07ee3828dbd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-47.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-47 on page 741. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\renewcommand\refname{} % suppress heading in example + +\StartShownPreambleCommands +\begin{filecontents}{Knuth-CT-a.tex} + The authoritative user manual on the program \TeX{} + by its creator. +\end{filecontents} +\usepackage[annote]{jurabib}\bibliographystyle{jurabib} +\renewcommand\jbannoteformat[1] + {{\footnotesize\begin{quote}#1\end{quote}}} +\StopShownPreambleCommands +\begin{document} +\nocite{Knuth-CT-a} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-48.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-48.ltx new file mode 100644 index 00000000000..d741b054285 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-48.ltx @@ -0,0 +1,79 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-48 on page 744. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\makeatletter +%Fix for overword.sty reported to Frank Bennett +\AtBeginDocument{\long\def\@ifowd{% + \ifx\@let@token\@sptoken% + \gdef\@preoverwordspace{ }% + \let\reserved@e\@xifowd% + \else% + \gdef\@preoverwordspace{}% + \ifx\@let@token\end% + \let\reserved@e\reserved@d% + \else% + \ifx\@let@token\par% + \let\reserved@e\@xifpargobble% + \else% + \long\def\reserved@e##1 {\long\gdef\@overword{##1}\@@ifowd}% + \fi% + \fi% + \fi% + \reserved@e}} + +%Fix for camel.sty reported to Frank Bennett +\AtBeginDocument{\def\@realcite#1#2#3{% + \ifcat$#1$\else% + \setkeys{cameloptions}{#1}% %<--- missing percent + \fi% + \if@law@requiresubjects% + \@law@confirmsubject% + \fi% + \global\@ltok@argtwo{}% + \ifcat$#3$\else% + {\let\@law@parse=\@law@alparseplain\@law@parse #3,,}% + \fi% + {\let\@law@parse=\@law@clparseplain\@law@parse #2,,}% + }} + +% small headings for the example +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\normalsize\bfseries}} +\makeatother +\setlength\textheight{11\baselineskip} + +\StartShownPreambleCommands +\usepackage{camel} +\forcefootnotes +\StopShownPreambleCommands +\begin{document} +\citationstyle{law} +\citationdata{jura,tex} + +\ldots text \source[t]{Knuth-CT-a} +see-also \source[f]{Knuth:TB10-1-31} +\ldots\ somewhat later \ldots +\source[f]{bschur}[24,130,216] +cited-in \source[a]{zpo} + +\printbibliography[labels=false]{all} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-49.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-49.ltx new file mode 100644 index 00000000000..bbe9b649f1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-49.ltx @@ -0,0 +1,136 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-49 on page 744. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{279.0pt} + +\makeatletter +%Fix for overword.sty reported to Frank Bennett +\AtBeginDocument{\long\def\@ifowd{% + \ifx\@let@token\@sptoken% + \gdef\@preoverwordspace{ }% + \let\reserved@e\@xifowd% + \else% + \gdef\@preoverwordspace{}% + \ifx\@let@token\end% + \let\reserved@e\reserved@d% + \else% + \ifx\@let@token\par% + \let\reserved@e\@xifpargobble% + \else% + \long\def\reserved@e##1 {\long\gdef\@overword{##1}\@@ifowd}% + \fi% + \fi% + \fi% + \reserved@e}} + +%Fix for camel.sty reported to Frank Bennett +\AtBeginDocument{\def\@realcite#1#2#3{% + \ifcat$#1$\else% + \setkeys{cameloptions}{#1}% %<--- missing percent + \fi% + \if@law@requiresubjects% + \@law@confirmsubject% + \fi% + \global\@ltok@argtwo{}% + \ifcat$#3$\else% + {\let\@law@parse=\@law@alparseplain\@law@parse #3,,}% + \fi% + {\let\@law@parse=\@law@clparseplain\@law@parse #2,,}% + }} + +\AtBeginDocument{\def\@printbibliography[#1]#2{% + \global\@law@forcefootnotesfalse% + \gdef\@law@temp{#1}\gdef\@law@temptwo{labels=false}% + \let\camelrefname\refname% + \expandafter\ifx\csname#2inputext\endcsname\relax% + \global\@law@tablefalse% + \else% + \global\@law@tabletrue% + \fi% + \begingroup% + \def\refname{\@law@getsubjectheader{#2}}% + \@law@usepagesfalse% + \@law@getbibformat{#2}% %<--- missing percent + \let\maybe\@gobble% + \let\camelfill\relax% + \let\camelarrow\relax% + \ifx\@law@temp\@law@temptwo% + \advance\@totalleftmargin -\labelsep% + \advance\linewidth \labelsep% + \def\@biblabel##1{}% + \fi% + \if@law@table% + \if@law@usepages% + \let\maybe\relax% + \let\camelfill\dotfill% + \let\camelarrow\rightarrow% + \fi% + \else% + \longestlabelfor{#2}% + \ifdim\lawlengthtwo=0pt% + \advance\@totalleftmargin -\labelsep% + \advance\linewidth \labelsep% + \def\@biblabel##1{}% + \fi% + \fi% + \if@law@requiresubjects% + \@law@dobibliography{#2}% + \else% + \gdef\@law@temp{#2}\gdef\@law@temptwo{all}% + \ifx\@law@temp\@law@temptwo% + \@law@dobibliography{#2}% + \else% + \message{^^J===================================================^^J% + Camel bibliography ^^J + Document type: without-subjects ^^J + Bibliography type: subject-specific (#2) ^^J + Action: impossible task, ignoring ...^^J% + ===================================================^^J}% % missing percent + \fi% + \fi% + \endgroup}} + +% small headings for the example +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\normalsize\bfseries}} +\makeatother +\setlength\textheight{15\baselineskip} + +\StartShownPreambleCommands +\usepackage{camel} +\citationsubject[o=tts,i=ttb] + {tex}{\TeX{} literature} +\citationsubject[o=lts,i=ltb] + {jur}{Law} +\forcefootnotes +\StopShownPreambleCommands +\begin{document} +\citationstyle{law} +\citationdata{jura,tex} + +\ldots text +\source[a,s=tex]{Knuth-CT-a} +see-also \source[f,s=tex] + {Knuth:TB10-1-31} +\ldots later\ldots +\source[t,s=jur]{bschur} +\printbibliography{jur} +\printbibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-5.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-5.ltx new file mode 100644 index 00000000000..609980665bb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-5.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-5 on page 718. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{authorformat={and,smallcaps,year,italic}} +\StopShownPreambleCommands +\begin{document} +\cite{aschur} \\ \cite[Heinrichs][\S\,26]{bgb} \par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-6.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-6.ltx new file mode 100644 index 00000000000..0ee975c81a1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-6.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-6 on page 719. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\jurabibsetup{authorformat=smallcaps} +\StopShownPreambleCommands +\begin{document} +\citefield{author}{aschur} \\ +\citefield[\S\,53]{shorttitle}{bschur} \\ +\citefield{apy}{LGC97} \\ +\citefield{title}{aschur,bschur} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-7.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-7.ltx new file mode 100644 index 00000000000..d808312ab4e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-7.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-7 on page 719. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\cite{aschur} \\ \cite{bschur} \\[2pt] +\cite{Knuth-CT-a} \\ \cite{Knuth:TB10-1-31} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-8.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-8.ltx new file mode 100644 index 00000000000..85da69bda09 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-8.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-8 on page 719. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\citetitle{zpo}, \cite*{aschur}, and \cite*{bschur} +are three different books, or not? +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-5-9.ltx b/Master/texmf-dist/doc/latex/tlc2/12-5-9.ltx new file mode 100644 index 00000000000..d8b5d07a5c6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-5-9.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-5-9 on page 720. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setlength\parindent{0pt} +%% Do not show the bibliography itself in the example, +%% so put it on a separate page: +\AtEndDocument{\newpage\bibliography{tex,jura}} + +\StartShownPreambleCommands +\usepackage{jurabib} \bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +\citetitleonly[\S\,13]{zpo} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-6-1.ltx2 b/Master/texmf-dist/doc/latex/tlc2/12-6-1.ltx2 new file mode 100644 index 00000000000..2d1965d228a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-6-1.ltx2 @@ -0,0 +1,60 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-6-1 on page 748. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexareport} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} + +% Small headings for the example +\makeatletter +\renewcommand\@makechapterhead[1]{% + \vspace*{20pt}% + {\setlength\parindent{0pt}\raggedright\normalfont + \large\bfseries \@chapapp\space \thechapter + \par\nobreak + \vspace{5pt}% + \interlinepenalty\@M + \LARGE \bfseries #1\par\nobreak + \vspace{20pt}% + }} +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\large\bfseries}} +\makeatother +% Process article-1 and article-2 with BibTeX + +\StartShownPreambleCommands +\begin{filecontents}{article-1.tex} + \stepcounter{chapter} + \ldots\ see \cite{Knuth-CT-a} \ldots + \bibliographystyle{alpha} + \bibliography{tex} +\end{filecontents} +\begin{filecontents}{article-2.tex} + \stepcounter{chapter} + \ldots see \cite{Knuth-CT-a} + and \cite{bschur} \ldots + \bibliographystyle{plain} + \bibliography{tex,jura} +\end{filecontents} + +\usepackage[sectionbib]{chapterbib} +\StopShownPreambleCommands +\begin{document} +\include{article-1} +\include{article-2} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-6-10.ltx b/Master/texmf-dist/doc/latex/tlc2/12-6-10.ltx new file mode 100644 index 00000000000..06becf813ce --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-6-10.ltx @@ -0,0 +1,47 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-6-10 on page 756. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +% Small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\normalsize\bfseries}} +\makeatother + +\StartShownPreambleCommands +\usepackage[super]{cite} +\usepackage{multibib} +\newcites{latex}{\LaTeX{} references} +\StopShownPreambleCommands +\begin{document} +\LaTeX{} offers an interface to include +graphics \citelatex{LGC97}. \LaTeX's +default citation scheme is +number-only \cite{vLeunen:92}. + +\bibliographystylelatex{plain} +\bibliographylatex{tex} + +\renewcommand\refname + {General references} +\bibliographystyle{plain} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-6-2.ltx b/Master/texmf-dist/doc/latex/tlc2/12-6-2.ltx new file mode 100644 index 00000000000..97b0951a08b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-6-2.ltx @@ -0,0 +1,56 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-6-2 on page 749. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexareport} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{279.0pt} + +\setcounter{page}{4} % thus page 6 will contain biblio +% Small headings for the example +\makeatletter +\renewcommand\@makeschapterhead[1]{% + \vspace*{30pt}% + {\setlength\parindent{0pt}% + \LARGE \bfseries #1\par}% + \nobreak + \vspace{20pt}} +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\large\bfseries}} +\makeatother +% Do not process top-level aux file with BibTeX +% Process article-1 and article-2 with BibTeX + +\StartShownPreambleCommands +% included files as in +% previous example +\usepackage + [gather,sectionbib] + {chapterbib} +\renewcommand\StartFinalBibs + {\chapter* + {References by article}% + \chaptermark + {References by article}% + \renewcommand\bibname + {Article~\thechapter}} +\StopShownPreambleCommands +\begin{document} +\include{article-1} +\include{article-2} +\bibliography{} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-6-3.ltx2 b/Master/texmf-dist/doc/latex/tlc2/12-6-3.ltx2 new file mode 100644 index 00000000000..249778025fc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-6-3.ltx2 @@ -0,0 +1,48 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-6-3 on page 750. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} + +\setlength\textheight{12\baselineskip} +% Small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\large\bfseries}} +\makeatother +% Do not process top-level aux file with BibTeX + +\StartShownPreambleCommands +\usepackage{bibunits} +\defaultbibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} +\section{First one} +\begin{bibunit}[plain] + \cite{GNUMake} was used to + produce \cite{Knuth:TB10-1-31}. + \putbib[tex] +\end{bibunit} +\section{Another one} +\begin{bibunit}[plain] + \putbib[jura] + As described by \cite{aschur} + \ldots +\end{bibunit} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-6-4.ltx2 b/Master/texmf-dist/doc/latex/tlc2/12-6-4.ltx2 new file mode 100644 index 00000000000..33dff678b47 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-6-4.ltx2 @@ -0,0 +1,50 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-6-4 on page 751. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} + +\setlength\textheight{15\baselineskip} +% Small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\large\bfseries}} +\makeatother + +\StartShownPreambleCommands +\usepackage{bibunits} +\StopShownPreambleCommands +\begin{document} +\section{First one} +\begin{bibunit}[plain] + \cite{GNUMake} was used to + produce \cite*{Knuth:TB10-1-31}. + \putbib[tex] +\end{bibunit} +\section{Another one} +\begin{bibunit}[plain] + As described by + \cite*{Knuth:TB10-1-31} + \ldots \putbib[tex] +\end{bibunit} +\renewcommand\refname + {Global References} +\bibliographystyle{plain} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-6-5.ltx2 b/Master/texmf-dist/doc/latex/tlc2/12-6-5.ltx2 new file mode 100644 index 00000000000..641016a1f3d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-6-5.ltx2 @@ -0,0 +1,47 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-6-5 on page 752. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} + +\setlength\textheight{11.5\baselineskip} +% Small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\large\bfseries}} +\makeatother +% Do not process top-level aux file with BibTeX + +\StartShownPreambleCommands +\usepackage{bibunits} +\StopShownPreambleCommands +\begin{document} +\bibliographyunit[\section] +\bibliographystyle*{plain} +\bibliography*{tex,jura} +\section{First one} + \cite{GNUMake} was + used to produce + \cite{Knuth:TB10-1-31}. + \putbib +\section{Another one} + As described by + \cite{aschur} \ldots + \putbib +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-6-6.ltx2 b/Master/texmf-dist/doc/latex/tlc2/12-6-6.ltx2 new file mode 100644 index 00000000000..53147372e14 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-6-6.ltx2 @@ -0,0 +1,52 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-6-6 on page 752. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} + +\setlength\textheight{11.5\baselineskip} +% Small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\large\bfseries}} +\renewcommand\subsection{\@startsection{section}{2}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.5ex}% + {\normalsize\bfseries}} +\makeatother +% Do not process top-level aux file with BibTeX + +\StartShownPreambleCommands +\usepackage[subsectionbib] + {bibunits} +\StopShownPreambleCommands +\begin{document} +\bibliographyunit[\section] +\bibliographystyle*{plain} +\bibliography*{tex,jura} +\section{First one} + \cite{GNUMake} was + used to produce + \cite{Knuth:TB10-1-31}. + \putbib +\section{Another one} + As described by + \cite{aschur} \ldots + \putbib +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-6-7.ltx b/Master/texmf-dist/doc/latex/tlc2/12-6-7.ltx new file mode 100644 index 00000000000..103141d0d67 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-6-7.ltx @@ -0,0 +1,46 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-6-7 on page 754. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +% Use a special naming convention for aux files (for the book): +% +\AtBeginDocument{\renewcommand\thebtauxfile{\jobname+\arabic{btauxfile}}} +% Small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\normalsize\bfseries}} +\makeatother + +\StartShownPreambleCommands +\usepackage{bibtopic} +\StopShownPreambleCommands +\begin{document} +We saw the citations \cite{Knuth-CT-a}, +\cite{aschur}, and \cite{bschur}. +\begin{btSect}{jura} + \section*{Juridical literature} + \btPrintCited +\end{btSect} +\begin{btSect}[abbrv]{tex} + \section*{\TeX{} literature} + \btPrintCited +\end{btSect} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-6-8.ltx b/Master/texmf-dist/doc/latex/tlc2/12-6-8.ltx new file mode 100644 index 00000000000..5b3ec5c0387 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-6-8.ltx @@ -0,0 +1,47 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-6-8 on page 755. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +% Use a special naming convention for aux files (for the book): +% +\AtBeginDocument{\renewcommand\thebtauxfile{\jobname+\arabic{btauxfile}}} +% Small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\normalsize\bfseries}} +\makeatother + +\StartShownPreambleCommands +\usepackage{bibtopic,jurabib} +\bibliographystyle{jurabib} +\StopShownPreambleCommands +\begin{document} +We saw the citations \cite{Knuth-CT-a} +and \cite{aschur}. +\begin{btSect}{tex} + \section*{\TeX{} literature} + \btPrintCited +\end{btSect} +\begin{btSect}{jura} + \section*{Juridical literature} + \btPrintCited +\end{btSect} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/12-6-9.ltx b/Master/texmf-dist/doc/latex/tlc2/12-6-9.ltx new file mode 100644 index 00000000000..26756b1b5fe --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/12-6-9.ltx @@ -0,0 +1,47 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 12-6-9 on page 756. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +% Small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.8ex}% + {\normalsize\bfseries}} +\makeatother + +\StartShownPreambleCommands +\usepackage{multibib} +\newcites{latex} + {\LaTeX{} references} +\StopShownPreambleCommands +\begin{document} +A book on graphics in \LaTeX{} is +\citelatex{LGC97}; suggestions on +citations can be found in +\cite{vLeunen:92}. + +\bibliographystylelatex{plain} +\bibliographylatex{tex} + +\renewcommand\refname + {General references} +\bibliographystyle{alpha} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/13-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/13-4-1.ltx new file mode 100644 index 00000000000..67fa25d6082 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/13-4-1.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 13-4-1 on page 775. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{303.0pt} + +\setlength\headsep{8pt} +% small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.5ex}% + {\normalfont\normalsize\bfseries}} +\makeatother +\StartShownPreambleCommands +\usepackage{biblist} +\bibliographystyle + {alpha} +\StopShownPreambleCommands +\begin{document} +\nocite{MR-PQ} +\footnotesize +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/13-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/13-4-2.ltx new file mode 100644 index 00000000000..b7b0cdb75d5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/13-4-2.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 13-4-2 on page 778. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{303.0pt} + +\setlength\headsep{8pt} +% small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {1.25ex \@plus1ex \@minus.2ex}% + {.5ex}% + {\normalfont\normalsize\bfseries}} +\makeatother +\StartShownPreambleCommands +\usepackage + {showtags} +\bibliographystyle + {is-alpha} +\StopShownPreambleCommands +\begin{document} +\nocite{MR-PQ} +\footnotesize +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/13-5-1.ltx b/Master/texmf-dist/doc/latex/tlc2/13-5-1.ltx new file mode 100644 index 00000000000..db897b0f610 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/13-5-1.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 13-5-1 on page 794. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{390.0pt} +%\renewcommand\refname{} % suppress heading in example +% Use BibTeX without --minref + +\StartShownPreambleCommands + \bibliographystyle{plain} +\StopShownPreambleCommands +\begin{document} + \nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a,test97} + \bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/13-5-2.ltx b/Master/texmf-dist/doc/latex/tlc2/13-5-2.ltx new file mode 100644 index 00000000000..77353e21e9a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/13-5-2.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 13-5-2 on page 794. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{390.0pt} + +\renewcommand\refname{} % suppress heading in example +% Use BibTeX without --minref + +\StartShownPreambleCommands +\bibliographystyle{abbrv} +\StopShownPreambleCommands +\begin{document} + \nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a,test97} +\nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/13-5-3.ltx b/Master/texmf-dist/doc/latex/tlc2/13-5-3.ltx new file mode 100644 index 00000000000..e04792ffd68 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/13-5-3.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 13-5-3 on page 795. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{390.0pt} + +\renewcommand\refname{} % suppress heading in example +% Use BibTeX without --minref + +\StartShownPreambleCommands +\bibliographystyle{unsrt} +\StopShownPreambleCommands +\begin{document} + \nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a,test97} +\nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/13-5-4.ltx b/Master/texmf-dist/doc/latex/tlc2/13-5-4.ltx new file mode 100644 index 00000000000..762076c8fef --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/13-5-4.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 13-5-4 on page 795. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{390.0pt} + +\renewcommand\refname{} % suppress heading in example +% Use BibTeX without --minref + +\StartShownPreambleCommands +\bibliographystyle{alpha} +\StopShownPreambleCommands +\begin{document} + \nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a,test97} +\nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/13-5-5.ltx b/Master/texmf-dist/doc/latex/tlc2/13-5-5.ltx new file mode 100644 index 00000000000..8cfc130c823 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/13-5-5.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 13-5-5 on page 796. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{390.0pt} + +\renewcommand\refname{} % suppress heading in example +% Use BibTeX without --minref + +\StartShownPreambleCommands +\bibliographystyle{phaip} +\StopShownPreambleCommands +\begin{document} + \nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a,test97} +\nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/13-5-6.ltx b/Master/texmf-dist/doc/latex/tlc2/13-5-6.ltx new file mode 100644 index 00000000000..db6999f5906 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/13-5-6.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 13-5-6 on page 796. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{390.0pt} + +\renewcommand\refname{} % suppress heading in example +% Use BibTeX without --minref + +\StartShownPreambleCommands +\usepackage{natbib}\bibliographystyle{chicago} +\StopShownPreambleCommands +\begin{document} + \nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a,test97} +\nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a} +\bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/13-5-7.ltx b/Master/texmf-dist/doc/latex/tlc2/13-5-7.ltx new file mode 100644 index 00000000000..49ea45040b5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/13-5-7.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 13-5-7 on page 797. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{390.0pt} + +% Use BibTeX without --minref + +\StartShownPreambleCommands + \usepackage[bibformat=ibidem]{jurabib} + \bibliographystyle{jurabib} \jbuseidemhrule % use default rule + \renewcommand\refname{} % suppress heading for the example +\StopShownPreambleCommands +\begin{document} + \nocite{Knuth:TB10-1-31,GNUMake,MR-PQ,Knuth-CT-a,test97,LGC97} + \bibliography{tex} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/14-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/14-4-1.ltx new file mode 100644 index 00000000000..49bb29370be --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/14-4-1.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 14-4-1 on page 837. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\hyphenation{Sep-tem-ber} % TeX doesn't know how to hyphenate this properly +\setlength\parindent{8pt} % make it smaller for this example + +\StartShownPreambleCommands +\usepackage{rcs} +\RCS $Date: 2004/08/04 21:57:14 $ \RCS $Author: frank $ +\RCS $RCSfile: ch-ldoc.tex,v $ \RCS $Revision: 1.69 $ +\StopShownPreambleCommands +\begin{document} +The file \RCSRCSfile{} has the revision number +\RCSRevision. Last check-in was done by \RCSAuthor{} +on \RCSDate{} at \RCSTime\,\textsc{utc}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/14-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/14-4-2.ltx new file mode 100644 index 00000000000..a994277833b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/14-4-2.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 14-4-2 on page 839. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\sloppy % to avoid overfull boxes + +\StartShownPreambleCommands +\usepackage[italian]{babel} \usepackage{rcsinfo} +\rcsInfo $Id: ch-ldoc.tex,v 1.69 2004/08/04 21:57:14 frank Exp $ +\StopShownPreambleCommands +\begin{document} +\rcsInfoFile \quad \rcsInfoRevision \par +\rcsInfoDate \quad \rcsInfoTime \par +\rcsInfoLongDate \par +\rcsInfoYear, \rcsInfoMonth, \rcsInfoDay \quad \rcsInfoOwner\par +\rcsInfoStatus \quad \rcsInfoLocker +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-1-1.ltx b/Master/texmf-dist/doc/latex/tlc2/2-1-1.ltx new file mode 100644 index 00000000000..ef85fa42a97 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-1-1.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-1-1 on page 21. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[code]{optional} +\StopShownPreambleCommands +\begin{document} +\opt{doc}{Typeset this if option doc was declared.} +\opt{code}{Typeset this if option code was declared.} +\opt{doc,code}{Typeset this for either doc or code.} +Typeset this always. \opt{}{and this never!} +\opt{doc}{\input{examples}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-1.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-1.ltx new file mode 100644 index 00000000000..8928086fe56 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-1.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-1 on page 25. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\renewcommand\thesection{\Alph{section}} + +\StopShownPreambleCommands +\begin{document} +\section{Different-looking section} +\subsection{Different-looking subsection} +Due to the default definitions not only the +numbers on sections change, but lower-level +sectioning commands also show this +representation of the section number. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-10.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-10.ltx new file mode 100644 index 00000000000..672c48f6a75 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-10.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-10 on page 31. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\makeatletter +\renewcommand\section{\@startsection{section}% + {1}{0pt}{-\baselineskip}{.2\baselineskip}% + {\normalfont\Large\bfseries\raggedright}} +\makeatother +\StopShownPreambleCommands +\begin{document} +\section{A very long heading that shows + the default behavior of \LaTeX's + sectioning commands} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-11.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-11.ltx new file mode 100644 index 00000000000..59d5a3fe3d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-11.ltx @@ -0,0 +1,48 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-11 on page 33. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\makeatletter +\renewcommand\appendix{% + \renewcommand\section{% Redefinition of \section... + \newpage\thispagestyle{plain}% new page, folio bottom + \suppressfloats[t]\@afterindentfalse% no top floats, no indent + \secdef\Appendix\sAppendix}% + \setcounter{section}{0}\renewcommand\thesection{\Alph{section}}} +\newcommand\Appendix[2][?]{% Complex form + \refstepcounter{section}% + \addcontentsline{toc}{appendix}{\protect\numberline{\appendixname~\thesection}#1}% + {\raggedleft\large\bfseries\appendixname\ \thesection\par \centering#2\par}% + \@afterheading\sectionmark{#1}\addvspace{\baselineskip}} +\newcommand\sAppendix[1]{% Simplified (starred) form + {\raggedleft\large\bfseries\appendixname\par \centering#1\par}% + \@afterheading\addvspace{\baselineskip}} +\makeatother + +\StartShownPreambleCommands +% Example needs commands introduced above! +\StopShownPreambleCommands +\begin{document} +\appendix +\section{The list of all commands} + +Then follows the text of the first section in +the appendix. Some more text in the appendix. +Some more text in the appendix. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-12.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-12.ltx new file mode 100644 index 00000000000..f7f57cddff6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-12.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-12 on page 34. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\renewcommand\abstractname{Summary} +\StopShownPreambleCommands +\begin{document} +\begin{abstract} + This book describes how to modify the + appearance of documents produced with + the \LaTeX{} typesetting system. +\end{abstract} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-13.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-13.ltx new file mode 100644 index 00000000000..a6b2441ee67 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-13.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-13 on page 35. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexareport} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage[Lenny]{fncychap} +\StopShownPreambleCommands +\begin{document} +\chapter{A Package Test} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-14.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-14.ltx new file mode 100644 index 00000000000..62f96c9be8b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-14.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-14 on page 36. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexareport} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage[avantgarde]{quotchap} +\renewcommand\chapterheadstartvskip + {\vspace*{-5\baselineskip}} +% select Helvetica for title and quote +\usepackage{helvet} +\renewcommand\sectfont{\sffamily\bfseries} +\StopShownPreambleCommands +\begin{document} +\begin{savequote}[10pc] + \sffamily + Cookies! Give me some cookies! + \qauthor{Cookie Monster} +\end{savequote} +\chapter{A Package Test} + +Adding this package changes the +chapter heading dramatically. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-15.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-15.ltx new file mode 100644 index 00000000000..ed831f2d974 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-15.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-15 on page 37. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage[sf,bf,tiny,center]{titlesec} +\titlelabel{\thetitle.\enspace} +\StopShownPreambleCommands +\begin{document} +\section{A section} +\subsection{A subsection} +\subsubsection{A subsubsection} +Three headings following each other, a situation you +will not see often \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-16.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-16.ltx new file mode 100644 index 00000000000..8086b92b684 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-16.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-16 on page 37. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage[rm,it,raggedleft,tiny,compact]{titlesec} +\titleformat*{\subsubsection}{\scshape\MakeLowercase} +\StopShownPreambleCommands +\begin{document} +\section{A section} +\subsection{A subsection} +\subsubsection{A subsubsection} +Three headings following each other, a situation you +will not see often \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-17.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-17.ltx new file mode 100644 index 00000000000..9a798ca5bff --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-17.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-17 on page 39. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +% the book normally uses Times fonts in the examples: +\renewcommand\rmdefault{cmr} + +\StartShownPreambleCommands +\usepackage{titlesec} +\titleformat{\section}[runin]{\normalfont\scshape} + {\S\,\oldstylenums{\thesection}.}{.5em}{}[.\quad] +\StopShownPreambleCommands +\begin{document} +\section{The Title} +The heading is separated from the section text by +a dot and a space of one quad. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-18.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-18.ltx new file mode 100644 index 00000000000..a2a77f40949 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-18.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-18 on page 40. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{titlesec} +\titleformat{\section}[frame]{\normalfont} + {\footnotesize \enspace SECTION \thesection + \enspace}{6pt}{\large\bfseries\filcenter} +\titlespacing*{\section}{1pc}{*4}{*2.3}[1pc] +\StopShownPreambleCommands +\begin{document} +\ldots some text before \ldots +\section{A Title Test} +Some text to prove that this paragraph is not indented +and that the title has a margin of 1pc on either side. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-19.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-19.ltx new file mode 100644 index 00000000000..0c846728572 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-19.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-19 on page 41. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{titlesec} +\newcommand\secformat[1]{% + \parbox[b]{.5\textwidth}{\filleft\bfseries #1}% + \quad\rule[-12pt]{2pt}{70pt}\quad + {\fontsize{60}{60}\selectfont\thesection}} +\titleformat{\section}[block] + {\filleft\normalfont\sffamily}{}{0pt}{\secformat} +\titlespacing*{\section}{0pt}{*3}{*2}[1pc] +\StopShownPreambleCommands +\begin{document} +\section{A Title\\ on Two Lines} +In this example the heading number appears to +the right of the heading text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-2.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-2.ltx new file mode 100644 index 00000000000..d046a46b788 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-2.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-2 on page 26. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\renewcommand\thesubsection + {\fbox{\thesection.\arabic{subsection}}} +\StopShownPreambleCommands +\begin{document} +\setcounter{section}{3} +\subsection{A mistake}\label{wrong} +Referencing a subsection in this format +produces a funny result as we can see +looking at subsection~\ref{wrong}. +We get a boxed reference. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-20.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-20.ltx new file mode 100644 index 00000000000..b23b3965c02 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-20.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-20 on page 42. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\sloppy +\StartShownPreambleCommands +\usepackage[noindentafter,calcwidth]{titlesec} +\titleformat{\section}[display] + {\filright\normalfont\bfseries\sffamily} + {\titleline[r]{Section \Huge\thesection}}{1ex} + {\titleline*[l]{\titlerule[1pt]}\vspace{1pt}% + \titleline*[l]{\titlerule[2pt]}\vspace{2pt}} + [{\titleline*[l]{\titlerule*{\tiny\LaTeX}}}] +\titlespacing{\section}{1pc}{*3}{*2} +\StopShownPreambleCommands +\begin{document} +\section{Rules and Leaders} +Note that the last \verb=\titleline*= is +surrounded by braces. Without them its +optional argument would prematurely end the +outer optional argument of \verb=\titleformat=. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-21.ltx2 b/Master/texmf-dist/doc/latex/tlc2/2-2-21.ltx2 new file mode 100644 index 00000000000..07ac9990c00 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-21.ltx2 @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-21 on page 43. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{66.60068pt} + +% For the book example: +\setlength\textheight{8\baselineskip} +\sloppy + +\StartShownPreambleCommands +\usepackage{titlesec} +\titleformat{name=\section,page=odd}[block] + {\normalfont}{\thesection.}{6pt}{\bfseries\filleft} +\titleformat{name=\section,page=even}[block] + {\normalfont}{\thesection.}{6pt}{\bfseries\filright} +\StopShownPreambleCommands +\begin{document} +\section{A Head} +Some text to fill the page. Some text to fill the page. +\newpage +Some text to fill the page. +\section{Another} +Some text to fill the page. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-22.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-22.ltx new file mode 100644 index 00000000000..7e95236ee33 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-22.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-22 on page 44. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +% For the book example: +\setlength\textheight{8\baselineskip} +\sloppy + +\StartShownPreambleCommands +\usepackage{titlesec} +\titleformat{name=\section}[block] + {\normalfont}{\thesection.}{6pt}{\bfseries\filright} +\titleformat{name=\section,numberless=true}[block] + {\normalfont}{***}{12pt}{\itshape\filcenter} +\StopShownPreambleCommands +\begin{document} +\section{A Head} +Some text to fill the page. Some text to fill the page. +\section*{Another} +Some text to fill this line. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-3.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-3.ltx new file mode 100644 index 00000000000..bbf05966969 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-3.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-3 on page 26. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\makeatletter +\renewcommand\@seccntformat[1]{\fbox + {\csname the#1\endcsname}\hspace{0.5em}} +\makeatother +\StopShownPreambleCommands +\begin{document} +\section{This is correct}\label{sec:OK} +Referencing a section using this +definition generates the correct result +for the section reference~\ref{sec:OK}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-4.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-4.ltx new file mode 100644 index 00000000000..c13b1d1b2bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-4.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-4 on page 27. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\paragraph{Run-in headings.} +This example shows how a run-in heading +looks like. Text in the paragraph +following the heading continues on the +same line as the heading. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-5.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-5.ltx new file mode 100644 index 00000000000..eb92b860cbe --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-5.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-5 on page 28. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{layouts} +\renewcommand\Huge{\LARGE % for the book we + % cheat ... + \renewcommand\Huge{\LARGE\sffamily\bfseries}} % not recommended + +\StopShownPreambleCommands +\begin{document} +\setlayoutscale{0.95} +\runinheadfalse +\headingdiagram{\LARGE} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-6.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-6.ltx new file mode 100644 index 00000000000..2c19ba811f7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-6.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-6 on page 29. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{layouts} +\renewcommand\Huge{\normalfont % for the book we cheat + \renewcommand\Huge{\normalfont\sffamily\bfseries}} % not recommended + +\StopShownPreambleCommands +\begin{document} +\setlayoutscale{1} +\runinheadtrue +\headingdiagram{ } +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-7.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-7.ltx new file mode 100644 index 00000000000..e183b55740c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-7.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-7 on page 29. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\makeatletter +\renewcommand\subsection{\@startsection + {subsection}{2}{0mm}%name, level, indent + {-\baselineskip}% beforeskip + {0.5\baselineskip}% afterskip + {\normalfont\normalsize\itshape}}% style +\makeatother + +\StartShownPreambleCommands +% redefinition of \subsection shown below +\setcounter{section}{4} % simulate previous + % sections +\StopShownPreambleCommands +\begin{document} +\ldots\ some text above. +\subsection{Example of a Section Heading} +The heading is set in normal-sized italic +and the separation from the preceding text +is exactly one baseline. The separation +from the text following is one-half +baseline and this text is not indented. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-8.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-8.ltx new file mode 100644 index 00000000000..135fe8a7c6f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-8.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-8 on page 30. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\makeatletter +\renewcommand\section{\@startsection + {section}{1}{1em}% % name, level, indent + {\baselineskip}% % beforeskip + {-\fontdimen2\font % afterskip + plus -\fontdimen3\font + minus -\fontdimen4\font}% + {\normalfont\normalsize\scshape}}% % style +\makeatother + +\StartShownPreambleCommands +% redefinition of \section shown above +\setcounter{secnumdepth}{-2} +\StopShownPreambleCommands +\begin{document} +\ldots\ some text above. +\section{The man} +started to run away from the truck. He +saw that he was followed by +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-2-9.ltx b/Master/texmf-dist/doc/latex/tlc2/2-2-9.ltx new file mode 100644 index 00000000000..25938e639d6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-2-9.ltx @@ -0,0 +1,51 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-2-9 on page 31. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\makeatletter +\newcommand\Csub{\@startsection{subsection}{2}% + {0pt}{-\baselineskip}{.2\baselineskip}% + {\centering\itshape}} +\newcommand\Lsub{\@startsection{subsection}{2}% + {0pt}{-\baselineskip}{.2\baselineskip}% + {\raggedright\sffamily}} +\newcommand\Rsub{\@startsection{subsection}{2}% + {0pt}{-\baselineskip}{.2\baselineskip}% + {\raggedleft\MakeUppercase}} +\newcommand\Hsub{\@startsection{subsection}{2}% + {0pt}{-\baselineskip}{.2\baselineskip}% + {\hrule\medskip\itshape}} +\makeatother +\StopShownPreambleCommands +\begin{document} +\section{A very long heading that shows + the default behavior of \LaTeX's + sectioning commands} +\Csub{A subsection heading} +The heading is centered using an italic font. +\Lsub{A subsection heading} +The heading is left-justified using a sans +serif font. +\Rsub{A subsection heading} +The heading is right-justified and uses +uppercase letters. +\Hsub{A subsection heading} +This heading has a horizontal rule above +the text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-1.ltx2 b/Master/texmf-dist/doc/latex/tlc2/2-3-1.ltx2 new file mode 100644 index 00000000000..37f0918778c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-1.ltx2 @@ -0,0 +1,48 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-1 on page 47. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} +\setlength\textheight{15\baselineskip} +\setcounter{page}{1} +\setlength\footskip{18pt} +\pagestyle{origplain} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\tableofcontents +\section*{Foreword} +\addcontentsline{toc}{section} + {\protect\numberline{}Foreword} +A starred heading with the TOC +entry manually added. Compare +this to the form used for the +bibliography. +\section{Thoughts} +We find all in \cite{k1}. +\subsection{Contact info} +E-mail Ben at \cite{k2}. +\begin{thebibliography}{9} +\addcontentsline{toc} + {section}{\refname} +\bibitem{k1} Ben User, Some + day will never come, 2010 +\bibitem{k2} BUser@earth.info +\end{thebibliography} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-10.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-10.ltx new file mode 100644 index 00000000000..8cf4e740e5d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-10.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-10 on page 61. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{titletoc} +\titlecontents{section}[0pt]{\addvspace{2pt}\filright} + {\contentspush{\thecontentslabel\ }} + {}{\titlerule*[8pt]{.}\contentspage} +\StopShownPreambleCommands +\begin{document} +\contentsline{section}{\numberline{12.8}Some section that + is wrapped in the TOC}{87} +\contentsline{section}{\numberline{12.9}Another section}{88} +\contentsline{section}{\numberline{12.10}And yet another + wrapping section}{90} +\contentsline{section}{\numberline{12.11}Final section}{92} +\contentsfinish +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-11.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-11.ltx new file mode 100644 index 00000000000..ddec6a7c099 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-11.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-11 on page 63. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexareport} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{titletoc} +\contentsmargin{0pt} +\titlecontents*{chapter}[0pt]{\sffamily} + {}{}{, \thecontentspage}[ \textbullet\ ][~\P] +\titlecontents*{section}[0pt]{\footnotesize\slshape} + {}{}{}[ \{][; ][\}] +\StopShownPreambleCommands +\begin{document} +\contentsline{chapter}{\numberline{1}A first}{1} +\contentsline{chapter}{\numberline{2}A second}{4} +\contentsline{section}{\numberline{2.1}sec-A}{5} +\contentsline{section}{\numberline{2.2}sec-B}{6} +\contentsline{chapter}{\numberline{3}A third}{8} +\contentsline{section}{\numberline{3.1}sec-C}{8} +\contentsfinish +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-12.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-12.ltx new file mode 100644 index 00000000000..006c9b5241d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-12.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-12 on page 63. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexareport} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{titletoc} +\contentsmargin{0pt} +\titlecontents{chapter}[0pt] + {\addvspace{1.4pc}\bfseries} + {{\Huge\thecontentspage\quad}}{}{} +\newcommand\xquad + {\hspace{1em plus.4em minus.4em}} +\titlecontents*{section}[0pt] + {\filright\small}{}{} + {,~\thecontentspage} + [\xquad\textbullet\xquad][.] +\setcounter{tocdepth}{1} +\StopShownPreambleCommands +\begin{document} +\input{partial.toc}\contentsfinish +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-13.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-13.ltx new file mode 100644 index 00000000000..346ccdeb257 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-13.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-13 on page 64. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexareport} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} +\StartShownPreambleCommands +\usepackage{eco,titletoc} +\contentsmargin{0pt} +\titlecontents{chapter}[1.5pc] + {\addvspace{2pc}\large} + {\contentslabel{2pc}% + \scshape\MakeLowercase} + {\scshape\MakeLowercase} + {\hfill\thecontentspage} + [\vspace{2pt}] +\titlecontents*{section}[1.5pc] + {\small}{\S\thecontentslabel\ }{} + {,~\thecontentspage}[. ][.] +\setcounter{tocdepth}{1} +\StopShownPreambleCommands +\begin{document} +\input{partial.toc} +\contentsfinish +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-14.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-14.ltx new file mode 100644 index 00000000000..abfcc926e77 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-14.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-14 on page 65. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{titlesec,titletoc} +\titleformat{\section}[frame]{\normalfont} + {\footnotesize \enspace SECTION \thesection + \enspace}{6pt}{\large\bfseries\filcenter} + [\vspace*{5pt}\startcontents + \printcontents{p-}{2}{\contentsmargin{0pt}}] +\titlespacing*{\section}{1pc}{*4}{*2.3}[1pc] +\titlecontents*{p-subsection}[0pt] + {\small\itshape\fillast}{}{}{}[ --- ][.] +\StopShownPreambleCommands +\begin{document} +\section{A Title Test} +Some text to prove that this paragraph is not indented. +\subsection{A first} Some text \ldots \newpage +\subsection{A longer second} Some more text. +\stopcontents \subsection{A third} \resumecontents +\subsection{An even longer fourth} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-2.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-2.ltx new file mode 100644 index 00000000000..78b358144f7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-2.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-2 on page 50. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexareport} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\setcounter{tocdepth}{3} +\StopShownPreambleCommands +\begin{document} +\contentsline {part}{I\hspace{1em}Part}{2} +\contentsline{chapter}{\numberline{1}A-Head}{2} +\contentsline{section}{\numberline{1.1}B-Head}{3} +\contentsline{subsection}% + {\numberline{1.1.1}C-Head}{4} +\contentsline{subsection}% + {\numberline{}With Empty Number}{5} +\contentsline{subsection}{Unnumbered C-Head}{6} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-3.ltx new file mode 100644 index 00000000000..eeea831ba0f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-3.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-3 on page 51. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\contentsline{section}{\numberline{10}A-Head}{3} +\contentsline{subsection}{\numberline{10.9}B-Head}{4} +\contentsline{subsection}{\numberline{10.10}B-Head}{4} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-4.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-4.ltx new file mode 100644 index 00000000000..cd80ce21579 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-4.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-4 on page 52. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\makeatletter +\renewcommand\l@subsection{\@dottedtocline{2}{1.5em}{3em}} +\makeatother +\StopShownPreambleCommands +\begin{document} +\contentsline{section}{\numberline{10}A-Head}{3} +\contentsline{subsection}{\numberline{10.9}B-Head}{4} +\contentsline{subsection}{\numberline{10.10}B-Head}{4} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-5.ltx new file mode 100644 index 00000000000..49e88133a17 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-5.ltx @@ -0,0 +1,53 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-5 on page 53. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{17\baselineskip} +% For the book examples we shorten the vertical spaces +% and make the headings smaller: +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex}% + {\normalfont\large\bfseries}} +\makeatother +\setcounter{page}{1} +\StartShownPreambleCommands +\makeatletter +\renewcommand\ext@table{lof} +\makeatother +\renewcommand\listfigurename + {Figures and Tables} +\StopShownPreambleCommands +\begin{document} +\listoffigures +\section{A Section} +Some text \ldots +\begin{table}[b] + \centering + \fbox{\scriptsize A table} + \caption{Table-Caption} +\end{table} +Some text referencing +figure~\ref{fig} \ldots +\begin{figure} + \centering + \fbox{\scriptsize A figure} + \caption{Figure-Caption}\label{fig} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-6.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-6.ltx new file mode 100644 index 00000000000..d3aa9ec76b7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-6.ltx @@ -0,0 +1,54 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-6 on page 54. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{18\baselineskip} +% For the book examples we shorten the vertical spaces +% and use a smaller heading size: +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex}% + {\normalfont\large\bfseries}} +\makeatother +\setcounter{page}{1} +\StartShownPreambleCommands +\makeatletter +\renewcommand\ext@figure{toc} +\renewcommand\ext@table{toc} +\renewcommand\l@figure[2]{\@dottedtocline + {1}{1.5em}{2.3em}{#1~(figure)}{#2}} +\renewcommand\l@table [2]{\@dottedtocline + {1}{1.5em}{2.3em}{#1~(table)}{#2}} +\makeatother +\StopShownPreambleCommands +\begin{document} +\tableofcontents +\section{A Section} +Some text \ldots +\begin{table}[b] + \centering \fbox{\scriptsize A table} + \caption{Table-Caption} +\end{table} +Some text referencing +figure~\ref{fig} \ldots +\begin{figure} + \centering \fbox{\scriptsize A figure} + \caption{Figure-Caption}\label{fig} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-7.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-7.ltx new file mode 100644 index 00000000000..1ff3b9891bb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-7.ltx @@ -0,0 +1,46 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-7 on page 55. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +% example pages normally start with page 6 but not here: +\setcounter{page}{1} +% small headings for the example +\makeatletter +\renewcommand\section{\@startsection{section}{1}{\z@}% + {-1.25ex \@plus-1ex \@minus-.2ex}% + {.5ex}% + {\normalfont\large\bfseries}} +\makeatother +\StartShownPreambleCommands +\newcommand\ecaption[1] + {\addcontentsline{xmp}{example}{#1}} +\makeatletter \newcommand\listofexamples + {\section*{Comments}\@starttoc{xmp}} + \newcommand\l@example[2] + {\par\noindent#1,~\textit{#2}\par} \makeatother +\StopShownPreambleCommands +\begin{document} +\section{Selection of recordings} +Ravel's Bol\'ero by Jacques Loussier +Trio.\ecaption{Loussier: A strange experience} + +Davis' Blue in Green by Cassandra +Wilson.\ecaption{Wilson: A wonderful version} +\listofexamples +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-8.ltx2 b/Master/texmf-dist/doc/latex/tlc2/2-3-8.ltx2 new file mode 100644 index 00000000000..428d532a20b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-8.ltx2 @@ -0,0 +1,50 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-8 on page 58. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} +\setlength\textheight{19\baselineskip} +\setcounter{page}{1} +\pagestyle{origplain} + +\StartShownPreambleCommands +\usepackage{minitoc} +\setlength\stcindent{0pt} +\renewcommand\stctitle{} +\renewcommand\stcfont + {\footnotesize} +\setcounter{secttocdepth}{3} +\StopShownPreambleCommands +\begin{document} +\dosecttoc \faketableofcontents + +\section{Afghanistan}\secttoc +\subsection{Geography} +\subsubsection{Total area} + 647,500 km\textsuperscript{2} +\subsubsection{Land area} + 647,500 km\textsuperscript{2} +\subsection{History} \ldots + +\section{Albania} \secttoc +\subsection{Geography} +\subsubsection{Total area} + 28,750 km\textsuperscript{2} +\subsubsection{Land area} + 27,400 km\textsuperscript{2} +\subsection{History} \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-3-9.ltx b/Master/texmf-dist/doc/latex/tlc2/2-3-9.ltx new file mode 100644 index 00000000000..6ed1070df51 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-3-9.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-3-9 on page 61. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexareport} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} +\StartShownPreambleCommands +\usepackage[dotinlabels]{titletoc} +\titlecontents{chapter} [6pc] + {\addvspace{1pc}\bfseries + \titlerule[2pt]\filright} + {\contentslabel + [\textsc{\chaptername}\ + \thecontentslabel]{6pc}} + {}{\hfill\contentspage} + [\addvspace{2pt}] +% Show only chapter/section entries: +\setcounter{tocdepth}{1} +\StopShownPreambleCommands +\begin{document} +\input{partial.toc} +\contentsfinish +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/2-4-1.ltx new file mode 100644 index 00000000000..8a45e6d1abe --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-4-1.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-4-1 on page 66. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setcounter{section}{3} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\section{A Section} \label{sec:this} + +A reference to this section looks +like this: ``see section~\ref{sec:this} +on page~\pageref{sec:this}''. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/2-4-2.ltx new file mode 100644 index 00000000000..1153cdb88be --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-4-2.ltx @@ -0,0 +1,46 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-4-2 on page 67. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{section}{2} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\section{A section} +\subsection{A subsection}\label{sec:before} +Text before is referenced as `\ref{sec:before}'. + +\begin{figure}[ht] \label{fig:in1} + \begin{center} + \fbox{\ldots{} figure body \ldots} + \caption{First caption} \label{fig:in2} + \bigskip + \fbox{\ldots{} figure body \ldots} + \caption{Second caption} \label{fig:in3} + \end{center} \label{fig:in4} +\end{figure} +\label{sec:after} + +\raggedright +The labels are: `before' (\ref{sec:before}), +`fig:in1' (\ref{fig:in1}), `fig:in2' +(\ref{fig:in2}), `fig:in3' (\ref{fig:in3}), +`fig:in4' (\ref{fig:in4}), `after' +(\ref{sec:after}). +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-4-3.ltx b/Master/texmf-dist/doc/latex/tlc2/2-4-3.ltx new file mode 100644 index 00000000000..a56b916aca0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-4-3.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-4-3 on page 68. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\addtolength\textwidth{-60pt} +\StartShownPreambleCommands +\usepackage{showkeys} +\StopShownPreambleCommands +\begin{document} +\section{An example}\label{sec} +Section~\ref{sec} shows the use of the +\texttt{showkeys} package with a +reference to equation~(\ref{eq}). +\begin{equation} + a = b \label{eq} +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-4-4.ltx2 b/Master/texmf-dist/doc/latex/tlc2/2-4-4.ltx2 new file mode 100644 index 00000000000..df592f9ac1a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-4-4.ltx2 @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-4-4 on page 71. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{8.5\baselineskip} +\sloppy +\pagestyle{origplain} + +\StartShownPreambleCommands +\usepackage{varioref} +\renewcommand\theequation + {\thesection.\arabic{equation}} +\StopShownPreambleCommands +\begin{document} +\section{Test} +Observe equations~\vrefrange{A}{C} and +in particular equations~\vrefrange{B}{C}. +\begin{equation} + a=b+c\label{A} \end{equation} +Here is a second equation\ldots +\begin{equation} + b=a+c\label{B} \end{equation} +\ldots and finally one more equation: +\begin{equation} + c=a+b\label{C} \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-4-5.ltx b/Master/texmf-dist/doc/latex/tlc2/2-4-5.ltx new file mode 100644 index 00000000000..76d658c604f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-4-5.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-4-5 on page 72. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{180.0pt} +\StartShownPreambleCommands +\usepackage{varioref} +\labelformat{section}{section~#1} +\labelformat{equation}{equation~(#1)} +\StopShownPreambleCommands +\begin{document} +\section{An example}\label{sec} +\Ref{sec} shows the use of the \verb=\labelformat= +declaration with a reference to \ref{eq}. +\begin{equation} a = b \label{eq} \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-4-6.ltx2 b/Master/texmf-dist/doc/latex/tlc2/2-4-6.ltx2 new file mode 100644 index 00000000000..e4e1e35ce55 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-4-6.ltx2 @@ -0,0 +1,45 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-4-6 on page 73. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{81.00082pt} +\setlength\textheight{11\baselineskip} +\sloppy +\pagestyle{origplain} + +\StartShownPreambleCommands +\usepackage{varioref,ifthen} +\newcommand\veqns[2]{% + \vrefpagenum\firstnum{#1}% + \vrefpagenum\secondnum{#2}% + the equation% + \ifthenelse + {\equal\firstnum\secondnum}% + {s \ref{#1}}% + { \ref{#1}\vpageref{#1}}% + \space and \ref{#2}\vpageref{#2}% +} +\StopShownPreambleCommands +\begin{document} +Test: \veqns{A}{B} \par Test: \veqns{A}{C} +\begin{equation} a=b+c \label{A}\end{equation} +\begin{equation} b=a+c \label{B}\end{equation} +\newpage +Test: \veqns{A}{B} \par Test: \veqns{A}{C} +\newpage +\begin{equation} c=a+b \label{C}\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-4-7.ltx b/Master/texmf-dist/doc/latex/tlc2/2-4-7.ltx new file mode 100644 index 00000000000..3dbff237b54 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-4-7.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-4-7 on page 76. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setcounter{section}{3} +\StartShownPreambleCommands +\usepackage{prettyref} +\newrefformat{sec}{Section~\ref{#1}} +\StopShownPreambleCommands +\begin{document} +\section{A Section}\label{sec:this} +A reference to the equation in this section looks like: +``see \prettyref{eq:a} in \prettyref{sec:this}''. +\begin{equation} a = b \label{eq:a} \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-4-8.ltx b/Master/texmf-dist/doc/latex/tlc2/2-4-8.ltx new file mode 100644 index 00000000000..79d5fdab673 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-4-8.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-4-8 on page 77. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{titleref} +\setcounter{secnumdepth}{1} +\StopShownPreambleCommands +\begin{document} +\section{Textual References}\label{num} +In section ``\currenttitle{}'' we prove that +it is possible to reference unnumbered sections +by referencing section ``\titleref{ex}''. + +\subsection[Example]{A Small Example}\label{ex} +The current section is referenced in +section~\ref{num}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/2-4-9.ltx b/Master/texmf-dist/doc/latex/tlc2/2-4-9.ltx new file mode 100644 index 00000000000..78ef9152260 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/2-4-9.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 2-4-9 on page 77. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{titleref} +\renewcommand\theTitleReference[2]{\emph{#1\ #2}} +\setcounter{secnumdepth}{1} +\StopShownPreambleCommands +\begin{document} +\section{Textual References}\label{num} +In section \currenttitle{} we prove that +it is possible to reference unnumbered +sections by referencing section \titleref{ex}. + +\subsection[Example]{A Small Example}\label{ex} +The current section is referenced in +section~\ref{num}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-1.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-1.ltx new file mode 100644 index 00000000000..bdd6710c2c4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-1.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-1 on page 81. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\sloppy % to avoid overfull boxes + +\StartShownPreambleCommands +\usepackage{xspace} +\newcommand\USA{United States of America\xspace} +\newcommand\GB {Great Britain\xspace} +\StopShownPreambleCommands +\begin{document} +\GB was unified in 1707.\\ \GB, the \USA, and +Canada have close cultural links. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-10.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-10.ltx new file mode 100644 index 00000000000..c8b9c9e33ae --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-10.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-10 on page 85. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{exscale,relsize} +\StopShownPreambleCommands +\begin{document} +\[ a \times b \neq a \mathlarger{\times} b \neq + a \mathbin{\mathlarger\times} b \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-11.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-11.ltx new file mode 100644 index 00000000000..73d7060754c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-11.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-11 on page 86. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{textcase} +\StopShownPreambleCommands +\begin{document} +\section{Textcase example}\label{exa} +\MakeTextUppercase{Text in section~\ref{exa}, + about $a=b$ and \(\alpha \neq a \) } +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-12.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-12.ltx new file mode 100644 index 00000000000..e90c6bd714b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-12.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-12 on page 86. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{textcase} +\StopShownPreambleCommands +\begin{document} +\MakeTextUppercase{Some text + \NoCaseChange{Some More} text} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-13.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-13.ltx new file mode 100644 index 00000000000..1825027a5dc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-13.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-13 on page 86. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{textcase} +\StopShownPreambleCommands +\begin{document} +\MakeTextUppercase{Both of these will + \textbf{fail $a+b=c$} + \emph{\NoCaseChange{unfortunately}}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-14.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-14.ltx new file mode 100644 index 00000000000..683ed487ef1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-14.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-14 on page 86. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\newcommand\mymath{$a+b=c$} +\MakeUppercase{But this will + \textbf{work \protect\mymath} always} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-15.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-15.ltx new file mode 100644 index 00000000000..7dd45391d3a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-15.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-15 on page 87. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\sloppy +\StartShownPreambleCommands +\usepackage{ulem} +\StopShownPreambleCommands +\begin{document} +No, I did \emph{not} act in the movie +\emph{\emph{The} \emph{Persecution} \emph{and} +\emph{Assassination} \emph{of} \emph{Jean-Paul} +\emph{Marat}, as performed by the Inmates of +the Asylum of Charenton under the direc\-tion of +the Marquis de~Sade!} But I \emph{did} see it. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-16.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-16.ltx new file mode 100644 index 00000000000..4e7e5d4a763 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-16.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-16 on page 87. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{ulem} +\StopShownPreambleCommands +\begin{document} +Double underlining (\uuline{under-line}),\\ +a wavy underline (\uwave{under-wave}), \\ +a line through text (\sout{strike out}), \\ +crossing out text (\xout{cross out, X out}), +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-17.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-17.ltx new file mode 100644 index 00000000000..dc49c59b855 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-17.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-17 on page 88. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{soul,color} +\StopShownPreambleCommands +\begin{document} +With the \texttt{soul} package you can +\so{letter\-space words and phrases}. Capitals +are \caps{LETTERSPACED} with a different +command. Interfaces for \ul{underlining}, +\st{strikeouts}, and \hl{highlighting} are +also provided. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-18.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-18.ltx new file mode 100644 index 00000000000..2e7aadff029 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-18.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-18 on page 89. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\renewcommand\rmdefault{cmr} +\StartShownPreambleCommands +\usepackage{soul} \usepackage{textcomp} +\soulaccent{\capitalgrave} +\StopShownPreambleCommands +\begin{document} +\Huge \st{\"a \`u \~O \capitalgrave X {\capitalbreve Y}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-19.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-19.ltx new file mode 100644 index 00000000000..76d0e122448 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-19.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-19 on page 89. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage{soul} +\StopShownPreambleCommands +\begin{document} +\so{``So there,''} he said. \caps{{!`}Hola---my \textbf{friend}!} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-2.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-2.ltx new file mode 100644 index 00000000000..688b7e31706 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-2.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-2 on page 81. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\newcommand\lips{\dots\unkern} +\StopShownPreambleCommands +\begin{document} +Compare the following:\\ + Du E\dots\ du! Scher dich zum \dots!\\ + Du E\lips\ du! Scher dich zum \lips! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-20.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-20.ltx new file mode 100644 index 00000000000..1237a556d00 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-20.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-20 on page 89. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\newcommand\textsfbf[1]{\textsf{\bfseries#1}} +\usepackage{soul} \soulregister{\textsfbf}{1} +\StopShownPreambleCommands +\begin{document} +\so{Here we see \textsfbf{soul} in \emph{action}: $x\neq y$ OK?} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-21.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-21.ltx new file mode 100644 index 00000000000..5abdd510b0c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-21.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-21 on page 89. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{soul} +\StopShownPreambleCommands +\begin{document} +\so{bl\textbf{oo}dy viz. bl\>\textbf{oo}\>dy} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-22.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-22.ltx new file mode 100644 index 00000000000..e4aba988b2e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-22.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-22 on page 90. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{soul,yfonts} \usepackage[latin1]{inputenc} +\StopShownPreambleCommands +\begin{document} +\textfrak{\so{S{ch}u{tz}vorri{ch}tung}} \par +\so{Gödel, E\mbox{sch}er, Bach} \par +\ul{Temporarily dis\soulomit{abl}ing the scanner} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-23.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-23.ltx new file mode 100644 index 00000000000..c1eb7895090 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-23.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-23 on page 90. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{soul} \newsavebox\soulbox +\StopShownPreambleCommands +\begin{document} +\sbox\soulbox{\so{ is hell }} +\ul{This\mbox{\usebox{\soulbox}}for all of us!} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-24.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-24.ltx new file mode 100644 index 00000000000..2cce1781dfb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-24.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-24 on page 90. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{soul} +\StopShownPreambleCommands +\begin{document} +\so{``\<So there\<'' he said. Let's\\ + produce a spaced out line\>,\linebreak OK?} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-25.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-25.ltx new file mode 100644 index 00000000000..4588c284b30 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-25.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-25 on page 91. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{soul} +\StopShownPreambleCommands +\begin{document} +\sodef\sobf{\bfseries}{.3em}{1em plus .1em} + {1.3em plus.1em minus.2em} +Here we \sobf{emphasize words} a lot. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-26.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-26.ltx new file mode 100644 index 00000000000..b771a0998c4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-26.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-26 on page 91. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\sloppy % as the example columns are so small + +\StartShownPreambleCommands +\usepackage{titlesec,soul} +\newcommand\allcaps[1]{\MakeUppercase{\caps{#1}}} +\titleformat{\section}[block]{\centering\sffamily} + {\thesection.}{.5em}{\allcaps} +\titlespacing*{\section}{0pt}{8pt}{3pt} +\capsdef{/phv///}{\scshape}{.17em}{.55em}{.4em} +\StopShownPreambleCommands +\begin{document} +\section*{A Sample Heading} +The \verb=\capsdef= declaration applies here, because the +heading definition specifies sans serif and our examples +are typeset with Times and Helvetica (\texttt{phv}). +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-27.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-27.ltx new file mode 100644 index 00000000000..41ac170e284 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-27.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-27 on page 92. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\sloppy % as the example columns are so small + +\StartShownPreambleCommands +\usepackage{titlesec} \usepackage[capsdefault]{soul} +\capsdef{/phv///}{\scshape}{.17em}{.55em}{.4em} +\capssave{display} \capsreset +\capsdef{/phv///}{\scshape}{.04em}{.35em}{.35em} +\titlespacing*{\section}{0pt}{8pt}{3pt} +\titleformat{\section}[block]{\centering\sffamily} + {\thesection.}{.5em}{\capsselect{display}\caps} +\StopShownPreambleCommands +\begin{document} +\section*{A Sample Heading} +Notice the different letterspacing in the heading and +\textsf{\caps{Running Text}}. For Times we have no +definition above so that the \caps{default} will match. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-28.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-28.ltx new file mode 100644 index 00000000000..5941c869158 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-28.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-28 on page 92. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{soul} +\StopShownPreambleCommands +\begin{document} +\setul{0pt}{.4pt} \ul{Here we test} \par +\setul{-.6ex}{.3ex} \ul{a number of} \par +\setuldepth{g} \ul{different settings.} \par +\resetul \ul{And back to normal!} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-29.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-29.ltx new file mode 100644 index 00000000000..9c5a1ea4117 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-29.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-29 on page 92. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{soul,color} +\sethlcolor{green} \setulcolor{blue} \setstcolor{red} +\StopShownPreambleCommands +\begin{document} +Rules \hl{can} be in \st{black} \ul{blue}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-3.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-3.ltx new file mode 100644 index 00000000000..b582eb073b2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-3.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-3 on page 82. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{ellipsis} +\StopShownPreambleCommands +\begin{document} +Compare the following:\\ + Du E\dots\ du! Scher dich zum \dots!\\ +\renewcommand\ellipsisgap{1.5\fontdimen3\font} + Du E\dots\ du! Scher dich zum \dots!\\ +\renewcommand\ellipsisgap{0.3em} + Du E\dots\ du! Scher dich zum \dots! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-30.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-30.ltx new file mode 100644 index 00000000000..3fe3a224d72 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-30.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-30 on page 93. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + + +\StartShownPreambleCommands +\usepackage{url} +\StopShownPreambleCommands +\begin{document} +The \LaTeX{} project web pages are at +\url{http://www . latex-project . org} and my +home directory is \path+~frank+ (sometimes). +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-31.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-31.ltx new file mode 100644 index 00000000000..2839eeb5e6c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-31.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-31 on page 93. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + + +\StartShownPreambleCommands +\usepackage{url} +\StopShownPreambleCommands +\begin{document} +\url{^frank} and \mbox{\url{^frank}} (OK)\par +\url{^^frank} but \mbox{\url{^^frank}} (bad) +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-32.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-32.ltx new file mode 100644 index 00000000000..06b9ac00d50 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-32.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-32 on page 94. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{url} +\urldef\test\path{^^frank~#$\} +\StopShownPreambleCommands +\begin{document} +\section{\test{} works?} +It does---in contrast to the earlier example. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-33.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-33.ltx new file mode 100644 index 00000000000..49640249590 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-33.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-33 on page 95. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\renewcommand\ttdefault{pcr} % example class uses times package + % but changes tt fonts +\renewcommand\rmdefault{cmr} +\renewcommand\sfdefault{cmss} +\renewcommand\ttdefault{cmtt} +\setlength\emergencystretch{10mm} % columns so small in example + +\StartShownPreambleCommands +\usepackage[hyphens]{url} +\urldef\lproject\url{http://www.latex-project.org} +\StopShownPreambleCommands +\begin{document} +\fontfamily{pzc}\selectfont Zapf Chancery! + \lproject\ (default set-up) \quad +\urlstyle{rm}\lproject\ (CM Roman) \quad +\urlstyle{sf}\lproject\ (CM Sans Serif) \quad +\urlstyle{tt}\lproject\ (CM Typewriter) \quad +\urlstyle{same}\lproject\ (Zapf Chancery) +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-34.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-34.ltx new file mode 100644 index 00000000000..93c272b0e14 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-34.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-34 on page 96. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{url} +\renewcommand\UrlLeft{<url: } +\renewcommand\UrlRight{>} +\DeclareUrlCommand\email{\urlstyle{rm}% + \renewcommand\UrlLeft{e-mail:\ }% + \renewcommand\UrlRight{}} +\StopShownPreambleCommands +\begin{document} +\url{http://www.latex-project.org} \par +\email{frank.mittelbach@latex-project.org} \par +\path{$HOME/figures} oops, wrong! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-35.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-35.ltx new file mode 100644 index 00000000000..dd191735288 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-35.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-35 on page 96. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{euro} +\StopShownPreambleCommands +\begin{document} +\EURO{DEM}[FRF]{7}\quad \EURO{FRF}[DEM]{23.48} +\\ +\EURO{EUR}[DEM]{10.00}\quad \EURO{DEM}{20} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-36.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-36.ltx new file mode 100644 index 00000000000..4391a630cd5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-36.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-36 on page 97. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage[eco,table,endash]{euro} +\StopShownPreambleCommands +\begin{document} +\EURO{DEM}[FRF]{7}\quad \EURO{FRF}[DEM]{23.48} +\\ \EURO{EUR}[DEM]{10.00}\quad \EURO{DEM}{20} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-37.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-37.ltx new file mode 100644 index 00000000000..64459b15154 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-37.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-37 on page 97. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\renewcommand\rmdefault{cmr} + +\StartShownPreambleCommands +\usepackage{textcomp}\usepackage[dots]{euro} +\EUROSYM{ITL}{\textlira}\EUROSYM{EUR}{\texteuro} +\StopShownPreambleCommands +\begin{document} +\EURO{ITL}{10000}\quad \EURO{DEM}[ITL]{1000} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-38.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-38.ltx new file mode 100644 index 00000000000..14607f4544d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-38.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-38 on page 98. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{eurosans,euro} +\EUROADD{GBP}{\textsterling}{0.6397} % 2002/12/21 +\newcommand*\GBP{\EURO{GBP}} \EUROSYM{EUR}{\euro} +\StopShownPreambleCommands +\begin{document} +\noindent \GBP{14.9}\\ \GBP[FRF]{10}\\ \EURO{EUR}[GBP]{10} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-39.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-39.ltx new file mode 100644 index 00000000000..6475283bc05 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-39.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-39 on page 98. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{euro} +\StopShownPreambleCommands +\begin{document} +\EUROFORMAT{main}{\in\ (=\,\out)} \EURO{DEM}[FRF]{1000}\par +\EUROFORMAT{main}{\out} \EURO{DEM}[FRF]{1000}\par +\EUROFORMAT{main}{\in} \EURO{DEM} {1000} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-4.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-4.ltx new file mode 100644 index 00000000000..9ef27306b5c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-4.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-4 on page 82. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{moredefs,lips} +\StopShownPreambleCommands +\begin{document} +Elsewhere \lips the dots are normally set with +full word spaces between them \lips. An example +would be this paragraph. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-40.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-40.ltx new file mode 100644 index 00000000000..21bfd9317dc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-40.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-40 on page 98. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{euro} +\EUROFORMAT{in}{\sym~\val} \EUROFORMAT{out}{\iso~\val} +\StopShownPreambleCommands +\begin{document} +\EURO{DEM}[FRF]{1000} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-41.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-41.ltx new file mode 100644 index 00000000000..e2ad3a2a96c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-41.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-41 on page 99. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{euro} \EUROFORMAT{main}{\out} +\EUROFORMAT{all}{\round{-4}\form{,}{\textperiodcentered}{}} +\EUROFORMAT{ITL}{\round{2}} +\StopShownPreambleCommands +\begin{document} +\noindent \EURO{DEM}{2000}\\ \EURO{DEM}[FRF]{-100}\\ +\EURO{DEM}[ITL]{10000} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-42.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-42.ltx new file mode 100644 index 00000000000..18a3be8c52f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-42.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-42 on page 99. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{color,euro} \EUROFORMAT{main}{\out} +\EUROFORMAT{all}{\plus{$+$}{}\minus{\color{blue}$-$}{}} +\StopShownPreambleCommands +\begin{document} +\EURO{DEM}{2000}\quad \EURO{DEM}[FRF]{-100} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-43.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-43.ltx new file mode 100644 index 00000000000..9ce8580136d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-43.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-43 on page 99. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{eurosans,euro} +\EUROFORMAT{main}{\out} \EUROSYM{EUR}{\euro} +\EUROFORMAT{all}{\zero{0,00}{0}{,--}} +\StopShownPreambleCommands +\begin{document} +\EURO{DEM}{0}\quad \EURO{DEM}{1}\quad \EURO{EUR}{1} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-44.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-44.ltx new file mode 100644 index 00000000000..78f0e7ef425 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-44.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-44 on page 100. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy % to fit in small book columns +\StartShownPreambleCommands +\usepackage{lettrine} \usepackage[latin1]{inputenc} +\usepackage[french]{babel} +\StopShownPreambleCommands +\begin{document} +\lettrine{L}{a moitié des passagers,} affaiblis, +expirants de ces angoisses inconcevables que le +roulis d'un vaisseau porte dans les nerfs et +dans toutes les humeurs du corps agitées en sens +contraire, \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-45.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-45.ltx new file mode 100644 index 00000000000..0a718ffdfb6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-45.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-45 on page 100. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy % to fit in small book columns +\StartShownPreambleCommands +\usepackage{lettrine} \usepackage[latin1]{inputenc} +\usepackage[french]{babel} +\renewcommand\LettrineFontHook{\sffamily\bfseries} +\renewcommand\LettrineTextFont{\sffamily\scshape} +\StopShownPreambleCommands +\begin{document} +\lettrine{L}{a moitié des passagers,} affaiblis, +expirants de ces angoisses inconcevables que le +roulis d'un vaisseau porte dans les nerfs et +dans toutes les humeurs du corps agitées en sens +contraire, \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-46.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-46.ltx new file mode 100644 index 00000000000..fff3adb448a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-46.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-46 on page 101. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy % to fit in small book columns +\StartShownPreambleCommands +\usepackage{palatino,lettrine} +\usepackage[latin1]{inputenc} +\usepackage[french]{babel} +\StopShownPreambleCommands +\begin{document} +\lettrine[lines=3, loversize=-0.1, lraise=0.1, + lhang=.2]{Q}{uand ils furent} revenus un peu à eux, +ils marchèrent vers Lisbonne ; il leur restait quelque +argent, avec lequel ils espéraient se sauver de la +faim après avoir échappé à la tempête \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-47.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-47.ltx new file mode 100644 index 00000000000..560be722e89 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-47.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-47 on page 101. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy % to fit in small book columns +\StartShownPreambleCommands +\usepackage{palatino,lettrine} +\usepackage[latin1]{inputenc} +\usepackage[french]{babel} +\StopShownPreambleCommands +\begin{document} +\lettrine[lines=4, slope=0.6em, findent=-1em, + nindent=0.6em]{À} { peine ont-ils mis} le pied dans +la ville en pleurant la mort de leur bienfaiteur, +qu'ils sentent la terre trembler sous leurs pas; \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-48.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-48.ltx new file mode 100644 index 00000000000..06a45f6ce35 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-48.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-48 on page 104. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{flushleft} +``The \LaTeX{} document preparation system is a special +version of Donald Knuth's \TeX{} program. \TeX{} is a +sophisticated program designed to produce high-quality +typesetting, especially for mathematical text.'' +\end{flushleft} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-49.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-49.ltx new file mode 100644 index 00000000000..649bdfedced --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-49.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-49 on page 106. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[document]{ragged2e} +\setlength\RaggedRightRightskip{0pt plus 1cm} +\setlength\RaggedRightParindent{12pt} +\StopShownPreambleCommands +\begin{document} +``The \LaTeX{} document preparation system is a special +version of Donald Knuth's \TeX{} program. \TeX{} is a +sophisticated program designed to produce high-quality +typesetting, especially for mathematical text.'' +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-5.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-5.ltx new file mode 100644 index 00000000000..5bbc760b32b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-5.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-5 on page 83. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{moredefs}\usepackage[mla]{lips} +\StopShownPreambleCommands +\begin{document} +Elsewhere \olips the dots are normally set with +full word spaces between them \lips. An example +would be this paragraph. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-50.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-50.ltx new file mode 100644 index 00000000000..571265f7460 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-50.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-50 on page 107. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{setspace} +\StopShownPreambleCommands +\begin{document} +\begin{doublespace} + In the beginning God created the heaven + and the earth. Now the earth was unformed + and void, and darkness was upon the face + of the deep; and the spirit of God + hovered over the face of the waters. +\end{doublespace} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-51.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-51.ltx new file mode 100644 index 00000000000..64f1ea05f0e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-51.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-51 on page 107. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{setspace} +\StopShownPreambleCommands +\begin{document} +\begin{spacing}{2.0} + In the beginning God created the heaven + and the earth. Now the earth was unformed + and void, and darkness was upon the face + of the deep; and the spirit of God + hovered over the face of the waters. +\end{spacing} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-52.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-52.ltx new file mode 100644 index 00000000000..9f90561d16d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-52.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-52 on page 108. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{picinpar} +\StopShownPreambleCommands +\begin{document} +\begin{window}[1,c,% + \fbox{\shortstack{H\\e\\l\\l\\o}},] + In this case we center a word printed + vertically inside the paragraph. It is not + difficult to understand that tables can also + be easily included with the \texttt{tabwindow} + environment.\par When a paragraph ends, like + here, and the window is not yet finished, + then it just continues past the paragraph + boundary, right into the next one(s). +\end{window} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-53.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-53.ltx new file mode 100644 index 00000000000..59dfc5710f9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-53.ltx @@ -0,0 +1,996 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-53 on page 109. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\begin{filecontents*}{ukmap.eps} +%!PS-Adobe-2.0 EPSF-1.2 +%%BoundingBox: 0 0 560 720 +%%Pages: 1 +%%Creator: reid (Brian Reid) with netmap-2.1 +%%CreationDate: Wed Oct 2 00:10:50 1991 +%%DocumentFonts: Helvetica-Bold Helvetica Courier Symbol +%%EndComments +/Pwid 595 def % page width +/Pht 792 def % page height +/Margin 23 def % border margin +/CaptionMargin 25 def % caption margin (at the bottom) +/Clw 15 def % max-traffic line width +Pht 792 gt + {statusdict /11x17tray known { + statusdict begin 11x17tray end + }{ + statusdict /setpageparams known { + 11 72 mul 17 72 mul 36 1 % w h offs. orientation + statusdict begin setpageparams end + }{ + 11 17 div dup scale % for laserwriter + } ifelse + } ifelse + } if +/TitleSize 10 def +/SubtitleSize 7.5 def +/CaptionSize 8 def +/GridLblSize 5 def +/CityDotFontSize 12 def +/CaptionFont /Helvetica findfont def +/TitleFont /Helvetica-Bold findfont def +/CityDotFont /Courier findfont def +/HostNameFont /Courier findfont def +/ArrowFont /Symbol findfont def +/Nlw 0.25 def /Mlw 0.5 def /Wlw 1 def /Xlw 1.5 def /Zlw 2.5 def +/Colors 20 dict def +/cdef {exch dup 3 1 roll exch def} def +/Cmap [ 0 +Colors begin +/Red [1 0 0] cdef +/Green [0 1 0] cdef +/Blue [0 0 1] cdef +/White [1 1 1] cdef +/Black [0 0 0] cdef +/Magenta [1 0 1] cdef +/Cyan [0 1 1] cdef +/Yellow [1 1 0] cdef +/Orange [1 .75 0] cdef +/Purple [.75 0 1] cdef +/Chartreuse [.75 1 0] cdef +/Fuschia [1 0 .75] cdef +/Azure [0 .75 1] cdef +/Mint [0 1 .75] cdef +/Brown [.7 .5 0] cdef +end + ] def +/CMX {0 1 2 {dup + 4 -1 roll dup 5 1 roll exch get exch + 3 -1 roll dup 4 1 roll exch get exch + dup 3 1 roll sub 5 -1 roll dup 6 1 roll + mul add 4 1 roll + } for pop pop pop setrgbcolor + } def +/BGcolor {1 setgray} def % background color +/FGcolor {0 setgray} def % foreground color +/MFcolor {0 setgray} def % map feature color +/CRcolor {0 setgray} def % circle color +/CLcolor {0 setgray} def % circle label color +/DTcolor {0 setgray} def % dot color +/PHcolor {0 setgray} def % path color +/LGcolor {0 setgray} def % legend color +/DMX matrix defaultmatrix def +/MMX matrix def +/DAR [1] def +/DSR [5 1 1 1 1 1] def +/CF {scalefont setfont} bind def +/CL {curveto stroke} bind def +/DV {scf div} bind def +/L /lineto load def +/LX {currentpoint exch pop lineto} bind def +/LY {currentpoint pop exch lineto} bind def +/MP {moveto gsave currentpoint translate} bind def +/MB {lineto stroke grestore} bind def +/MI {currentpoint stroke newpath moveto} bind def +/MT /moveto load def +/NP /newpath load def +/PL {lineto stroke} bind def +/R /rlineto load def +/ST {stroke grestore} bind def +/SCF {DV scalefont setfont} bind def +/SDW {DV setlinewidth DAR 0 setdash} bind def +/SFW {DV setlinewidth DSR 0 setdash} bind def +/SLW {[] 0 setdash DV setlinewidth} bind def +/SLC {Cmap exch get Colors begin load end aload pop setrgbcolor} def +/SPW {Clw mul [] 0 setdash DV setlinewidth 1 setlinecap} bind def +/X {0 rlineto} bind def +/Y {0 exch rlineto} bind def +/ntbl [ [/M /x /w /v /X /X /Z] + [/y /s /m /U /i /J /X] + [/z /q /h /u /e /n /V] + [/A /W /l /X /r /E /T] + [/B /p /g /d /f /o /S] + [/C /t /k /D /j /K /Q] + [/F /G /H /I /N /O /P] ] def +0 1 6 {/rx exch def 0 1 6 {/cx exch def ntbl rx get cx get dup + /X ne {[ cx 3 sub 3 rx sub /rlineto load] cvx bind def} {pop} ifelse + } for } for +/GMCT {gsave moveto currentpoint transform + DMX setmatrix itransform translate CaptionFont + GridLblSize CF} bind def +/RSG {rotate 0 0.5 rmoveto show grestore} bind def +/GMT {gsave transform 0 0 moveto 1 scf div dup scale} bind def +/BA {gsave translate rotate 1 DV dup scale newpath 0.2 setlinewidth + dup newpath dup 4 mul exch moveto 0 0 lineto dup 4 mul exch neg lineto + closepath fill grestore} bind def +/WA {gsave translate rotate BGcolor 1 DV dup scale newpath 0.2 setlinewidth + 5 2 moveto 0 0 lineto 5 -2 lineto 0 0 moveto 10 0 lineto + BGcolor stroke grestore} bind def +/SWA {gsave translate rotate 1 DV dup scale 0.2 setlinewidth 0.6 dup scale + 5 2 moveto 0 0 lineto 5 -2 lineto 0 0 moveto 10 0 lineto + BGcolor stroke grestore} bind def +/HST {gsave translate rotate 0 0 moveto 0 0 CxD DV 0 360 newpath arc + gsave BGcolor fill grestore .25 SLW stroke + dup length dup /HSTln exch def 4 le + {dup stringwidth pop -2 div -1.5 DV moveto CLcolor show} + {/HSTln HSTln 1 add 2 div cvi def + dup 0 HSTln getinterval dup stringwidth pop -2 div 0.5 DV moveto + show + dup length HSTln sub HSTln exch getinterval + dup stringwidth pop -2 div -3.7 DV moveto show + } ifelse + grestore} bind def +/HTT {gsave translate gsave rotate 0 0 moveto 0 0 CxD DV 0 360 newpath arc + gsave BGcolor fill grestore .25 SLW stroke + dup stringwidth pop -2 div -1.5 DV moveto CLcolor show + grestore rotate moveto HFn setfont show + grestore} bind def +/Hd {/HDyy exch def /HDxx exch def HDxx HDyy + gsave translate CityDotFontSize DV dup -.3 mul exch -.3058 mul + exch moveto (\267) show grestore} bind def +/Hr {HDxx HDyy moveto rmoveto currentpoint Hd} bind def +/Hx {0 exch Hr} bind def +/Id {gsave translate gsave CityDotFontSize DV dup -.3 mul exch -.3058 mul + exch moveto (\267) DTcolor show grestore + rotate moveto HFn setfont show + grestore} bind def +/HF {HostNameFont [4 DV 0 0 6 DV 0 0] makefont} def +/IF {HostNameFont [4.5 DV 0 0 7 DV 0 0] makefont} def +/Mpath {newpath 0 0 moveto Pwid Margin 2 mul sub 0 rlineto 0 Pht + Margin 2 mul CaptionMargin add sub rlineto Pwid Margin 2 mul sub neg 0 + rlineto closepath} bind def +/lctr {gsave zf setfont 10 mul 0 exch rmoveto dup + stringwidth pop -2 div 0 rmoveto show grestore} bind def +/ldsp {/dr exch def gsave zf setfont dup stringwidth pop dr mul 0 rmoveto + show grestore} bind def +/T1 {gsave MMX setmatrix + 0 -3 TitleSize sub MT TitleFont TitleSize CF show + grestore} bind def +/T2 {gsave MMX setmatrix + 0 -5 TitleSize sub SubtitleSize sub MT TitleFont SubtitleSize CF show + grestore} bind def +/MLB {290 -4 MT CaptionFont CaptionSize CF CaptionSize 1 add + mul neg 0 exch rmoveto show} bind def +/HSH {HSHx HSHy MT show /HSHy HSHy HSHdy sub def} def +/HSHmt {/HSHy exch def /HSHx exch def} def +/HSHdxy {/HSHdy exch def /HSHdx exch def} def +/INIT {Margin dup CaptionMargin add translate + MMX currentmatrix pop + Mpath 1 setlinewidth + gsave BGcolor fill grestore FGcolor stroke} def + %%Endprofile +gsave +%INIT +/CxD 11 2 div def +LGcolor +%(DECWRL netmap-2.1 by Brian Reid at Wed Oct 2 00:11:52 1991) 1 MLB +%(Lambert Conformal Projection [65\312N,55\312N], Map center: [53\312 15\302N, 2\312 30\302W]) 2 MLB +%(Image resolution 300/in., stroke limit 3 pixels) 3 MLB +274 360 translate +0.240000 dup dup scale /scf exch def +/DAR [ DAR {DV} forall ] def +/DSR [ DSR {DV} forall ] def +/AFont ArrowFont 10 DV scalefont def +%%Endinit +MFcolor +% Britain +Mlw SLW 173 -1501 MP M -9 4 R -6 1 R -5 1 R -1 4 R 2 5 R -1 4 R -1 5 R +2 4 R V 4 -1 R 4 -2 R O Q V 3 2 R 5 -2 R O N 6 -3 R +6 -2 R 9 -1 R 10 -2 R S 6 -2 R 3 -4 R 8 1 R Q 4 -3 R +5 4 R 22 2 R 9 11 R 3 4 R 6 2 R 6 1 R V 15 -1 R +5 -1 R 7 -1 R 4 -1 R 8 -2 R H N 3 -4 R 3 -4 R 1 -5 R +166 0 MB +708 -1501 MP 2 5 R 1 5 R 1 3 R 1 9 R 1 6 R 3 5 R 2 4 R +8 7 R 4 1 R 11 7 R 9 3 R 5 2 R 5 2 R 4 5 R +8 7 R 25 14 R 6 5 R 5 3 R 8 7 R 4 3 R 7 3 R +5 2 R 4 2 R 4 1 R 5 2 R 5 2 R 24 1 R 9 5 R +7 3 R 6 1 R 7 3 R 4 1 R 7 4 R 5 3 R 7 2 R +14 1 R 4 1 R 5 1 R 7 5 R 5 4 R 4 2 R 23 12 R +12 13 R 9 10 R 9 10 R 10 9 R 7 5 R 5 6 R 5 7 R +5 11 R 1 8 R 1 5 R 1 5 R 2 4 R 2 4 R 3 4 R +7 5 R 7 X 7 -4 R 5 -2 R 5 -3 R 5 -2 R 6 2 R M 1 7 R +z -8 2 R -4 4 R -2 4 R -3 4 R M -4 1 R B -4 5 R -2 5 R +1 10 R 1 13 R 1 10 R V 5 2 R V 5 Y -7 2 R -4 5 R +1 8 R 1 5 R 3 47 R 4 2 R -3 4 R -4 5 R -2 4 R +-1 13 R -1 10 R -1 7 R -1 4 R -1 5 R -1 6 R 1 12 R +2 4 R 2 5 R 1 5 R 1 5 R 1 4 R -1 10 R -1 6 R +-1 4 R -2 5 R -1 4 R -2 4 R -1 4 R 3 6 R 5 1 R +4 1 R 4 2 R 9 10 R 4 7 R 16 15 R 13 5 R 5 3 R +5 3 R 7 2 R 4 1 R J 434 598 MB +-1133 916 MP 7 -2 R 5 -2 R 5 -1 R 5 -1 R +5 -3 R 6 -3 R 5 -3 R 6 -10 R 5 -7 R 3 -5 R 9 -5 R +9 -5 R 6 -3 R 5 -3 R Q 4 -1 R 8 -3 R 4 -4 R -1 -4 R +F F -4 -1 R B C -4 -1 R -4 -2 R B -4 -3 R -4 -3 R -4 -2 R +-4 -2 R -4 -2 R -4 -1 R B -4 -3 R -4 -4 R -3 -5 R -4 -5 R +-4 -5 R -2 -4 R -4 -4 R 3 -10 R 5 2 R 15 -3 R 5 -4 R +4 -1 R 4 -1 R 8 2 R 4 3 R 3 4 R 4 4 R w 1 4 R +2 4 R 3 2 R 2 4 R 2 4 R 2 3 R 2 4 R 1 3 R +1 7 R 3 10 R 4 -3 R 6 -4 R 5 -3 R S 28 -1 R 5 2 R +2 3 R Z 7 1 R 5 2 R 5 2 R 9 1 R 7 2 R 7 1 R +2 4 R 4 2 R 3 2 R 5 3 R 5 -3 R 5 -2 R 5 -1 R +4 -1 R 4 2 R 11 -2 R 5 -3 R 6 -1 R 5 -4 R 4 -2 R +4 -4 R 4 1 R 4 1 R 5 1 R 12 X 4 -1 R 4 -4 R 5 -3 R +3 -6 R 2 -4 R 3 -9 R -2 -4 R -1 -7 R -2 -13 R -1 -5 R +H 3 -7 R V 6 -1 R 5 -1 R 3 -6 R -1 -12 R -3 -5 R -3 -5 R +O 6 -3 R 5 -1 R 5 -7 R 8 -17 R 1 -4 R 5 -3 R 2 -7 R +5 -6 R 1 -4 R -1 -7 R -1 -5 R 1 -4 R 7 -5 R 8 -3 R +4 -6 R S -2 4 R x -2 4 R -7 8 R M -1 4 R 6 3 R 6 -1 R +7 -8 R 3 -7 R 2 -5 R -1 -5 R 1 -8 R -2 -7 R -2 -4 R +-4 -4 R -4 -3 R -4 -3 R -11 -2 R -4 -1 R -4 -3 R C -4 -2 R +-4 -3 R -4 -4 R -2 -4 R -3 -5 R -3 -5 R -2 -4 R 4 -6 R +3 -6 R 4 2 R 1 3 R 2 4 R 2 4 R 7 5 R 5 3 R +9 4 R 3 2 R 7 1 R 5 -2 R 7 -2 R 4 2 R 4 -1 R +8 3 R 10 -3 R 5 -6 R 4 -6 R 1 -15 R 3 -7 R 4 -5 R +4 -9 R -1 -5 R -1 -11 R 2 -5 R 1 -4 R 5 -3 R P -2 -4 R +-2 -9 R -2 -4 R G -2 -5 R 3 -5 R H -1 -5 R -2 -4 R B -3 -5 R +2 -5 R MI -4 -9 R -6 2 R w -2 4 R -1 4 R -2 5 R -2 4 R +-3 4 R 1 9 R 2 4 R 3 4 R 2 4 R 1 3 R -1 13 R +-1 9 R w w y -4 2 R -1 4 R -3 4 R -5 4 R y -4 3 R y +-4 1 R -1 -4 R N -2 -6 R -4 Y 3 -4 R 4 -5 R -3 -4 R Q +5 -3 R -1 -5 R 1 -7 R 3 -5 R -4 Y -2 -5 R -4 Y -1 -4 R +-2 -5 R -3 -4 R -2 -4 R C -4 -2 R -3 -5 R 4 X 12 4 R 7 4 R +4 2 R 6 -2 R 3 -5 R 2 -7 R 2 -13 R -3 -4 R -3 -5 R +-1 -4 R -4 -4 R -4 -4 R -3 -5 R -7 -3 R -3 -5 R -4 X M x +z -8 1 R -9 -1 R -4 X -8 -1 R -5 -2 R C -4 -3 R -2 -5 R +1 -9 R -1 -13 R -2 -5 R -2 -4 R -1 -5 R -1 -5 R -4 -6 R +-4 -3 R -4 -2 R -4 -3 R -4 -4 R -4 -1 R -4 -2 R -4 -5 R +-5 -2 R -4 -2 R B -6 2 R -4 2 R -1 4 R 5 1 R 1 3 R +-4 3 R -7 1 R z -5 1 R -5 1 R -2 7 R -4 2 R z -9 -3 R +4 -5 R 5 -3 R 5 -7 R 4 -5 R 4 -4 R 8 -2 R 2 -5 R +2 -4 R -3 -5 R -4 -2 R -4 -2 R -11 1 R z y -4 2 R -4 2 R +y -4 2 R -4 2 R z z -5 -3 R 2 -6 R -4 -3 R -2 -5 R -1 -5 R +-2 -4 R -1 -15 R 1 -4 R 8 -13 R 5 -2 R 6 -2 R 4 -1 R +4 -2 R P -2 -7 R -1 -5 R 2 -10 R 5 -2 R G -3 -7 R -1 -6 R +-1 -4 R -1 -7 R 2 -7 R -1 -9 R 1 -6 R 2 -4 R 1 -4 R +1 -6 R 5 -5 R Q 1 -6 R 4 -3 R 5 -8 R 5 -1 R 4 -4 R +5 -7 R -2 -16 R -4 -4 R -1 -5 R -2 -5 R -3 -5 R -2 -5 R +-9 Y 1 -12 R -5 Y P 5 -1 R 5 -1 R P ST +-1143 881 MP 6 5 R 4 2 R 4 -2 R +4 -3 R G P 8 -3 R 6 2 R -1 4 R z -4 2 R -4 2 R -2 4 R +-3 4 R -3 4 R 2 3 R 4 -2 R -1 5 R -4 2 R -4 2 R +y -3 4 R 2 3 R T ST +-975 -377 MP 4 -6 R 5 -1 R 2 -4 R 1 -5 R -2 -6 R +-4 -3 R -1 -5 R -2 -5 R -3 -4 R -8 2 R 2 4 R 3 5 R +-5 -1 R -5 -2 R -6 -1 R -6 2 R 6 2 R -4 2 R -4 1 R +-10 -7 R -5 -1 R -7 -3 R -4 -1 R -4 1 R -3 4 R y -6 5 R +-4 2 R -5 2 R -4 2 R -5 1 R -9 -1 R -4 -1 R -5 -1 R +-3 4 R 4 3 R 2 3 R 3 4 R 2 4 R z -6 -5 R -2 -4 R +-5 2 R -3 -5 R O S -3 -5 R -5 Y -1 -4 R -6 -3 R -4 -1 R +-4 -2 R -5 -4 R -5 -7 R -7 -2 R 2 5 R 3 4 R 4 2 R +2 4 R -1 5 R w 1 5 R -1 7 R -4 4 R -2 4 R -3 4 R +-4 4 R -3 13 R C O N 2 -9 R 1 -5 R H -1 -6 R -3 -5 R O +4 -1 R -1 -4 R -6 -7 R -5 -7 R -5 -1 R -167 -46 MB +-869 77 MP -5 -7 R -4 2 R +-3 4 R -5 4 R -10 -2 R -4 -4 R -5 -3 R -6 -1 R 2 -8 R +3 -4 R 2 -4 R 2 -5 R 4 -3 R P 6 -1 R 4 -3 R 1 -9 R +-2 -7 R 1 -5 R 1 -10 R 3 -5 R 3 -5 R -1 -5 R 2 -10 R +2 -4 R 2 -5 R 2 -5 R 1 -5 R -1 -5 R -1 -14 R -2 -5 R +-1 -8 R -1 -4 R 1 -11 R 1 -4 R 4 -3 R 5 -8 R -4 -3 R +-1 -5 R -2 -4 R -2 -4 R -2 -4 R -5 -6 R -2 -4 R -1 -5 R +-2 -6 R -5 -4 R -4 -3 R -4 -6 R -2 -4 R -4 -9 R -1 -4 R +-1 -4 R 1 -6 R -1 -5 R -1 -5 R -3 -5 R -5 -6 R -3 -4 R +-8 -17 R -1 -4 R 1 -13 R 2 -5 R 1 -8 R -1 -14 R -3 -4 R +-3 -5 R -2 -4 R -4 -6 R -10 -11 R -4 -6 R -5 -6 R -7 -9 R +-4 -6 R -2 -4 R -1 -6 R -3 -13 R x -8 2 R -6 -3 R H 2 -15 R +4 -2 R P 3 2 R 1 4 R 1 3 R 1 -5 R -2 -4 R 1 -8 R +I ST +69 1501 MP -6 -13 R -3 -7 R -4 -5 R F -2 -5 R -4 -5 R -4 -5 R -5 -4 R +-4 -2 R -3 -4 R -10 -2 R -1 -6 R -2 -5 R H -1 -5 R -2 -5 R +1 -5 R 1 -6 R -4 -4 R -10 -7 R -2 -4 R 2 -7 R Q -2 -6 R +-4 -4 R -10 -16 R -5 -2 R -4 -1 R -5 -3 R -1 -4 R -12 -11 R +-5 -2 R -5 -3 R -3 -4 R -2 -10 R -4 2 R -4 2 R -4 1 R +-11 -2 R -6 -4 R -5 2 R -16 -3 R -6 -3 R -6 1 R -5 1 R +-6 -1 R -5 -4 R -6 -4 R -8 -6 R -7 -6 R -9 -8 R -9 -6 R +-9 -3 R -5 2 R -4 Y 4 -2 R S 5 1 R 4 1 R 4 1 R V +4 1 R 4 3 R V 4 3 R 5 4 R 4 1 R 4 2 R V 4 3 R +5 2 R V V 5 2 R 4 3 R V 4 5 R 5 4 R V 5 -1 R 4 -2 R +P 4 1 R 5 -2 R 1 -4 R 1 -4 R -1 -5 R H -3 -10 R -4 -5 R +4 1 R P 2 -4 R 4 -3 R 4 -3 R 7 -2 R S 12 -1 R Q 4 -1 R +2 -5 R 4 -3 R 4 -3 R 3 -5 R -3 -5 R -5 -4 R -8 -9 R +-9 -7 R -7 -1 R -5 -4 R -8 -3 R -6 -3 R -4 -1 R -7 2 R +-5 3 R -5 3 R -7 1 R -6 -1 R -7 -5 R -4 -5 R -4 -5 R +-4 -2 R -5 -4 R -6 -7 R -5 -3 R -4 -5 R -5 -3 R -1 -4 R +-2 -5 R 1 -4 R -2 -6 R C -13 -1 R -4 2 R -5 -2 R -6 -4 R +-6 -3 R -8 -5 R -7 -3 R -4 -1 R -5 2 R -5 1 R -11 5 R +-5 1 R -5 2 R -4 4 R -8 2 R -5 -1 R -18 -3 R 3 -4 R +2 -8 R 4 -3 R 4 1 R 4 2 R 6 1 R S S 4 -2 R S 9 -2 R +P 8 1 R 4 -2 R S 8 -1 R 6 2 R 8 -2 R 4 -4 R S 10 1 R +19 -1 R 5 -1 R 4 -2 R 4 -4 R 4 -3 R Q S 6 1 R 5 -1 R +4 X 9 10 R 7 -1 R V 4 1 R 3 4 R 1 4 R 2 7 R 4 1 R +-1 4 R 4 Y 4 1 R 2 3 R 2 3 R Z 3 2 R V 4 -2 R +8 1 R 6 -1 R 8 1 R 6 -1 R MI S 4 -3 R P 4 -7 R 2 -5 R +-6 Y 5 2 R Q 4 2 R 7 -2 R 4 -2 R 4 -3 R S 4 -2 R +4 -4 R S 4 -3 R 4 -5 R Q S 5 -4 R 4 -1 R 4 -1 R Q 5 2 R +11 -2 R 4 -2 R 5 -1 R 5 -2 R -1 -7 R 4 -3 R 7 -5 R +3 -5 R 1 -5 R 4 -5 R 4 -5 R 2 -4 R 2 -5 R 12 -21 R +5 -4 R 2 -4 R 4 -5 R 4 -4 R 6 -7 R 4 -9 R 5 -7 R +3 -5 R 5 -2 R 2 4 R Z 6 -9 R -2 -4 R 3 -5 R 3 4 R +7 -2 R 5 -2 R 3 -4 R 9 -6 R -1 -5 R 3 -5 R -4 Y 3 -7 R +2 -4 R H 1 -6 R 6 -9 R -1 -5 R 1 -12 R 2 -7 R -2 -5 R +-2 -4 R -2 -5 R 3 -7 R 1 -4 R 1 -6 R 4 -2 R 3 -9 R +-2 -4 R -1 -5 R -1 -5 R 1 -7 R 6 -9 R 3 -4 R 3 -13 R +2 -4 R -1 -5 R -2 -5 R 1 -6 R 4 -5 R 1 -6 R 1 -4 R +1 -5 R 1 -7 R 5 -3 R O 2 -9 R 3 -4 R 1 -4 R 1 -5 R +5 -9 R 6 -7 R 5 -7 R -1 -7 R 3 -13 R 1 -14 R 3 -7 R +2 -5 R 1 -6 R 2 -5 R 3 -9 R 1 -13 R 4 -5 R 5 -6 R +3 -5 R 5 -4 R 15 -9 R -4 -2 R -1 -4 R 1 -4 R 1 -5 R +4 -5 R -2 -4 R -4 -3 R -1 -5 R 1 -4 R 4 -4 R 8 2 R +1 4 R x 1 4 R 6 1 R 8 -3 R 5 -2 R 4 -1 R 7 -6 R +8 -5 R 5 -1 R 12 -1 R 6 -4 R 7 1 R 4 -2 R 5 -3 R +8 -1 R 5 -3 R 4 -5 R 5 -4 R 5 -2 R S 4 -1 R 4 -4 R +9 -7 R S 8 -2 R 4 -3 R 4 -5 R 4 -2 R 4 -6 R -1 -5 R +3 -8 R 9 -7 R 5 -9 R 2 -5 R 2 -4 R 3 -6 R N 1 -7 R +1 -5 R 5 -9 R 2 -6 R 4 -5 R 8 -6 R 6 -1 R 4 -2 R +4 -2 R 2 -6 R 1 -9 R 2 -4 R 5 -4 R 5 -2 R 4 -1 R +5 -2 R 4 -1 R 9 -4 R 5 -2 R 5 -3 R 3 -4 R ST +582 366 MP F -7 -3 R +-4 -1 R -9 -6 R -2 -4 R -4 -7 R -2 -5 R H 1 -11 R 1 -4 R +2 -5 R 2 -5 R 2 -5 R 1 -4 R 1 -4 R 1 -4 R 1 -5 R +2 -5 R 5 -8 R 2 -5 R 3 -5 R 3 -5 R O 3 -5 R 9 -11 R +5 -7 R 4 -5 R 7 -8 R 7 -13 R 9 -10 R 2 -5 R 7 -9 R +4 -5 R 5 -9 R 3 -7 R 1 -4 R -2 -7 R -3 -4 R -4 -2 R +Z 2 4 R -1 8 R -4 3 R -5 3 R -5 3 R z -4 2 R z -6 -1 R +-4 -2 R B -4 -3 R -4 -1 R -11 2 R -4 3 R -5 4 R -4 4 R +-5 3 R -3 4 R -4 4 R -4 2 R -3 4 R -2 4 R x -9 4 R +z -9 -1 R -9 -4 R -6 -4 R -4 -1 R -5 -1 R -9 1 R -10 -1 R +-5 -2 R -10 2 R -5 3 R -4 1 R -5 1 R -6 -1 R -9 -8 R +-4 -1 R G 5 -5 R 7 6 R 4 1 R 4 1 R 4 2 R 6 -2 R +2 -5 R 4 -4 R S 8 1 R 5 1 R 4 3 R 4 2 R V 5 -1 R +6 1 R 5 1 R V 4 1 R 4 1 R 4 2 R 4 1 R 8 -2 R +4 -5 R 2 -4 R 4 -5 R 2 -5 R 2 -4 R 4 -4 R 4 -3 R +4 -4 R 4 -2 R 4 -4 R 3 -4 R 5 -5 R 4 -2 R 4 -1 R +4 2 R 4 -3 R 5 -6 R 3 -5 R 9 -11 R 5 -1 R 8 -6 R +5 -3 R 4 -2 R 5 -1 R 5 -3 R 5 -4 R 2 -10 R 8 -6 R +1 -5 R 7 -5 R 1 -5 R 2 -4 R 1 -4 R 3 -5 R 4 -9 R +2 -5 R 1 -4 R 1 -4 R 2 -4 R 7 -15 R 3 -9 R 1 -10 R +3 -5 R 1 -5 R -1 -19 R -1 -4 R -2 -14 R C B -4 -3 R -4 -4 R +-4 -5 R -4 -4 R -4 -3 R -4 -4 R -4 -3 R -3 -5 R -5 -5 R +-4 -5 R -3 -5 R -4 -5 R -4 -5 R -3 -4 R -2 -5 R -2 -4 R +B -5 -2 R -1 -5 R -4 -5 R 2 -5 R 4 2 R 5 2 R 5 2 R +5 -2 R 19 -11 R 6 -9 R 5 -9 R 4 -4 R 6 -3 R 5 2 R +4 1 R 5 1 R 5 -1 R 8 -6 R 3 -5 R 3 2 R 1 8 R +3 4 R 6 6 R 2 4 R 1 3 R 1 9 R 1 5 R 1 3 R +2 4 R 1 3 R MI 1 4 R 1 4 R 2 4 R 1 4 R 3 4 R +5 3 R 2 3 R 2 4 R 4 1 R 5 -1 R 6 -3 R 7 1 R +5 2 R 5 1 R 8 -1 R 4 -1 R 10 2 R V 18 -2 R 4 1 R +2 4 R 7 -3 R 4 -3 R 19 1 R 6 1 R w -9 1 R 2 3 R +5 1 R 5 -1 R 4 -2 R 5 -3 R 5 -2 R 5 -2 R 6 -1 R +16 -1 R 7 -1 R 5 -1 R 5 -1 R 12 -1 R 4 -2 R 5 -2 R +4 -1 R 4 -2 R 5 -3 R 5 -4 R 5 -4 R 7 -5 R 5 -4 R +4 -3 R 9 -6 R 7 -4 R 8 -6 R 7 -6 R 7 -4 R 5 -4 R +6 -7 R 3 -5 R 3 -4 R 3 -7 R 1 -5 R 4 -11 R 2 -4 R +1 -4 R 2 -7 R 2 -5 R 1 -13 R 1 -5 R -1 -5 R 1 -10 R +1 -5 R 2 -5 R 1 -4 R 4 -11 R -1 -6 R -4 -5 R -2 -5 R +-1 -5 R -2 -22 R -2 -4 R -2 -5 R -1 -6 R -2 -5 R -1 -4 R +-2 -5 R -3 -5 R -3 -5 R -1 -4 R -1 -5 R -1 -4 R -1 -9 R +1 -8 R 1 -5 R -1 -15 R -2 -4 R -1 -9 R -1 -5 R -1 -7 R +-1 -5 R -2 -7 R G -4 -1 R B -4 -1 R -4 -3 R F -4 -2 R z -2 -4 R +-5 Y -3 -5 R -3 -4 R -3 -5 R -4 -6 R -3 -5 R -4 -5 R -4 -4 R +-4 -6 R -3 -4 R -2 4 R -2 4 R -4 3 R -3 4 R -2 4 R +-3 4 R -4 2 R y 1 -5 R 5 -2 R 2 -4 R -2 -8 R -4 2 R +-5 -1 R B -4 1 R -4 2 R z -4 -2 R -4 -2 R B H S 5 1 R +6 1 R 5 -1 R 9 2 R 7 -2 R 5 1 R -5 Y -3 -5 R -1 -4 R +-4 -1 R -5 -2 R -5 Y -4 -3 R -2 -4 R 4 -2 R 5 -3 R 5 -1 R +Z 2 7 R 5 -5 R -2 -6 R -3 -4 R -2 -4 R -4 -4 R -4 -5 R +-4 -6 R -4 -3 R -4 -3 R -4 -2 R C -4 -2 R -4 -1 R B B -6 -1 R +-10 2 R w -2 4 R -3 4 R z -7 -1 R -9 -1 R -4 -3 R -4 -3 R +-4 -3 R -2 -6 R -2 -4 R C -3 -4 R -4 -1 R -10 -1 R -4 -2 R +B C -4 1 R -6 -3 R 5 -2 R 9 -7 R 4 2 R MI 1 3 R 4 3 R +5 -2 R 5 1 R 4 4 R 4 3 R 5 2 R 4 2 R 9 -2 R +3 -5 R 1 -5 R -1 -16 R -1 -4 R -1 -5 R -2 -5 R -4 -4 R +B C -8 -1 R -9 1 R O 7 -3 R 1 -4 R 4 -1 R 1 3 R 13 5 R +5 -3 R -4 -4 R -4 -5 R -4 -4 R -4 -4 R -4 -5 R -4 -2 R +-4 -4 R -4 -3 R -4 -4 R C -4 -2 R -7 1 R z -12 1 R -5 1 R +-5 1 R F -2 -5 R -12 -2 R -4 -3 R -4 2 R -6 -1 R B -4 -1 R +B -4 -1 R -5 -1 R -3 -8 R -1 -6 R F -4 -2 R B -4 -1 R O 5 1 R +5 1 R 4 2 R 3 4 R 2 3 R 1 4 R 4 2 R 8 1 R +4 1 R 8 -1 R 5 2 R 5 -2 R 4 -2 R 13 -1 R 5 -1 R +5 -1 R 5 -7 R -2 -5 R -4 -2 R -8 1 R -5 1 R -4 -2 R +-4 -5 R -4 -4 R -4 -1 R B -4 -3 R 4 -5 R 5 -2 R 7 -2 R +Z 5 1 R 4 -3 R 4 X 5 2 R 2 3 R -1 4 R -1 4 R 1 4 R +4 -2 R 4 X 1 6 R 3 6 R 5 -2 R 7 -2 R 7 -1 R 5 -1 R +5 -1 R 4 -1 R 5 -1 R 5 -6 R 6 -8 R 1 -5 R B -4 -3 R +-4 -2 R B z z -6 1 R -10 1 R G 4 -2 R 4 -1 R 5 -1 R 11 -2 R +4 -1 R 8 1 R 5 2 R 13 1 R 4 3 R 4 3 R 5 3 R +11 1 R 8 1 R 7 2 R 4 1 R 5 2 R 5 1 R V 5 -1 R +9 2 R 5 1 R 10 1 R 4 1 R 5 1 R 4 1 R 5 1 R +6 1 R 4 -2 R ST +1016 -741 MP -1 -17 R -2 -6 R -3 -4 R -10 -2 R H 2 -5 R +2 -9 R 2 -5 R 1 -4 R 2 -4 R 1 -6 R 1 -8 R -1 -20 R +-9 -15 R -4 -4 R -5 -2 R -9 -5 R -7 -4 R -5 -1 R -8 -3 R +-5 -6 R -9 -3 R -5 -1 R -5 1 R -5 -1 R -6 -5 R -7 -6 R +-11 -12 R -3 -5 R -2 -5 R -1 -4 R -1 -5 R -1 -4 R 1 -5 R +1 -7 R 2 -4 R -3 -7 R -4 -1 R -4 1 R -9 1 R -7 1 R +-5 2 R -6 1 R -5 2 R -11 -3 R -5 -4 R -7 -5 R -5 -6 R +-3 -4 R -4 -5 R -4 -3 R -4 -1 R -7 -3 R -4 -1 R -4 -2 R +-9 -3 R -4 -1 R -5 -1 R -11 -4 R -5 -1 R -6 -1 R -9 -4 R +-11 -7 R -2 -4 R -3 -4 R -7 -5 R -4 -5 R -2 -5 R -5 -6 R +-4 -1 R -7 1 R -4 2 R -5 3 R -4 2 R -17 2 R -4 2 R +-6 4 R -6 -1 R -8 2 R -4 1 R -4 2 R -5 2 R -4 1 R +-5 2 R -5 1 R z -5 1 R -5 2 R -6 1 R -6 1 R -12 -2 R +-5 2 R -6 -1 R -4 -1 R -5 -2 R -9 -4 R -5 -2 R -6 -1 R +-8 -2 R -5 -3 R -7 1 R -11 -1 R -5 -2 R -4 -1 R -4 -1 R +-9 -1 R -5 -2 R -7 -1 R -4 -1 R -4 -1 R -5 -1 R -6 -1 R +-5 -3 R -4 -2 R -5 1 R 4 -4 R -1 -7 R -4 -4 R B -5 3 R +-5 3 R -4 3 R -4 3 R -4 1 R -4 2 R -5 2 R -4 3 R +4 Y 3 2 R 2 4 R V 3 2 R -3 5 R -3 4 R -4 2 R -1 -4 R +-2 -4 R M 1 4 R -2 6 R -8 -2 R 1 -4 R 4 -3 R -2 -4 R +-5 Y -3 -10 R -7 1 R -6 -3 R -2 4 R 3 4 R 5 7 R 1 6 R +1 3 R w -5 3 R -6 -3 R -2 -5 R -3 -15 R -8 -5 R -5 2 R +x 2 7 R 2 3 R w 2 3 R 4 2 R -2 5 R -10 -1 R -5 X +-5 1 R F S 5 -5 R 4 -3 R -1 -9 R -2 -6 R -5 X -6 1 R +-4 4 R -4 4 R -3 4 R -5 3 R -5 3 R -4 2 R -4 1 R +-4 3 R -4 4 R -4 4 R -4 3 R -4 4 R -4 3 R z -4 2 R +-3 4 R -4 2 R -5 2 R -4 1 R F 4 -2 R S 4 -2 R MI S 4 -3 R +2 -4 R 4 -4 R 4 -2 R 4 -3 R 4 -4 R 4 -7 R P -3 -9 R +-4 -5 R -6 -4 R -5 -2 R -9 -1 R -6 -1 R -4 -2 R -9 -6 R +-5 -3 R -9 -11 R F -4 2 R -4 3 R -4 2 R -5 1 R -4 2 R +-7 1 R -5 1 R -5 -1 R -4 -2 R -9 -3 R N 4 -3 R -4 -1 R +-7 1 R -5 2 R -13 -2 R -5 -1 R -5 -1 R -10 -11 R -5 -1 R +w 1 3 R w -3 4 R -10 -1 R -5 -1 R -6 2 R -8 -2 R -2 -7 R +-2 -4 R 5 2 R 5 4 R 4 -3 R 1 -6 R 5 2 R 4 1 R +Q 6 -1 R 5 -1 R -1 -5 R -1 -4 R S S 3 -5 R -9 -6 R 1 -4 R +-2 -6 R -4 -3 R -5 1 R -12 -1 R -5 -4 R -4 2 R -3 4 R +z -7 1 R -11 4 R -7 2 R -11 1 R -5 1 R -7 1 R -6 1 R +-10 1 R y -11 1 R -8 -1 R -6 -2 R -2 -5 R -2 -8 R -3 -5 R +3 -4 R 4 -1 R 4 -5 R 1 -5 R -3 -5 R -3 -4 R -1 -4 R +-4 -5 R ST +11 -1143 MP -1 4 R 1 5 R 1 5 R w -3 10 R -5 4 R -11 9 R +-11 10 R -11 10 R -5 3 R -15 7 R -4 2 R -9 6 R -8 6 R +-4 2 R -4 1 R -6 1 R -5 1 R -5 1 R -4 2 R -4 1 R +-9 -1 R -4 -4 R -5 -2 R -4 -2 R -5 -3 R -5 -1 R -9 1 R +-7 -1 R -5 -3 R -5 -2 R -14 1 R -8 -1 R -6 -1 R -4 -1 R +-5 -3 R C F -3 -4 R H -3 -4 R -4 -2 R -4 -3 R -5 -4 R -5 -1 R +-9 1 R -3 4 R -2 10 R -3 5 R -7 8 R -1 -4 R 4 -5 R +N N -1 -7 R 2 -7 R -1 -7 R G -1 -5 R -3 -4 R G -3 -4 R F +-2 -4 R H -1 -4 R 1 -8 R 3 -5 R 3 -5 R -4 -3 R -12 -3 R +G 1 -5 R 1 -9 R S 4 -2 R 4 -2 R 4 -3 R -7 -9 R -1 -5 R +-3 -7 R -7 2 R -3 4 R -2 -5 R 3 -5 R F -5 -1 R -10 -7 R +-2 -4 R -2 -4 R -2 -4 R -1 -5 R -1 -4 R 1 -8 R -2 -4 R +-9 -1 R -7 -4 R -6 2 R -5 2 R -5 -1 R -5 X -4 2 R -5 3 R +-4 4 R w -1 6 R -3 4 R -3 4 R -5 4 R -4 1 R -5 2 R +-1 4 R -4 1 R -5 -1 R -13 -2 R -5 X -6 1 R -2 4 R -4 2 R +-5 1 R y -2 12 R -3 4 R -5 1 R -5 X -6 3 R G 4 -3 R +4 -3 R -5 -7 R -3 -5 R -5 X -3 6 R -4 3 R -3 4 R -4 2 R +-4 2 R -5 1 R -26 1 R -5 -1 R -5 -4 R -8 -7 R -10 -1 R +-10 1 R -7 1 R -10 -1 R -12 -3 R -5 2 R -1 5 R -3 4 R +-5 -3 R B -8 -2 R -2 -4 R 2 -5 R F -3 -4 R -2 -4 R 2 -6 R +-2 -7 R -6 -9 R -4 3 R -4 2 R -6 -2 R -5 -3 R -4 -3 R +-3 -4 R -2 -4 R -5 2 R -8 -3 R -4 -6 R H -1 -5 R -8 -6 R +2 3 R x z 2 4 R -2 7 R w 1 3 R 1 3 R 1 3 R z -2 -4 R +-7 -5 R 2 -6 R -2 -7 R C P S -3 -4 R -5 -3 R -3 -5 R -3 -7 R +-6 -3 R S 4 -3 R 4 -1 R 2 -5 R 3 -4 R MI -1 -7 R -9 -11 R +-3 -5 R -8 1 R -5 -1 R -4 -3 R -4 -6 R -2 -5 R H -3 -4 R +x -7 6 R -2 4 R -2 4 R -2 4 R 1 3 R 1 3 R -1 5 R +x -2 4 R -1 5 R -3 4 R -3 4 R -6 4 R -4 4 R -8 2 R +-5 3 R -7 1 R -5 2 R -4 3 R -4 3 R z -12 -1 R -6 -8 R +1 -5 R -1 -8 R -3 -5 R -6 -4 R -6 -1 R -11 -1 R -5 -2 R +-7 2 R -5 4 R -4 3 R 1 7 R 5 7 R -1 6 R w -1 4 R +1 4 R 2 4 R 1 4 R Z 4 1 R V 4 1 R 3 2 R 4 1 R +4 2 R 5 3 R 4 3 R 4 2 R 4 3 R 7 2 R V 8 -2 R +1 -5 R 4 -2 R S 6 2 R 6 7 R 1 4 R 1 3 R 3 2 R +S V 4 -1 R 8 7 R 4 3 R 4 2 R V 9 10 R 4 6 R 1 3 R +4 2 R 5 2 R 6 5 R 4 1 R 2 3 R 1 5 R -1 7 R +1 7 R 1 4 R 8 2 R V V 5 1 R 5 2 R 3 4 R 1 4 R +1 4 R 1 3 R 2 3 R -1 6 R -2 4 R 2 6 R 3 5 R +2 11 R 5 -2 R S 5 5 R 4 4 R 3 -5 R 4 3 R 2 4 R +-2 8 R 4 -1 R Q 4 -1 R V 4 3 R 16 1 R 4 1 R 3 5 R +3 5 R 1 7 R 1 4 R -1 4 R 1 5 R 5 3 R 5 3 R +V 4 3 R 3 2 R Z 4 4 R 3 7 R 2 3 R Z 3 2 R Z 4 4 R +4 1 R 4 4 R 2 4 R 1 7 R 1 16 R -2 9 R -1 5 R +1 7 R 1 10 R 3 5 R 1 5 R 2 4 R 1 3 R 1 5 R +1 17 R ST +-526 -922 MP 5 X 14 -2 R 6 -2 R 5 -3 R 6 -4 R 5 -2 R 4 -1 R +6 1 R 5 4 R 4 4 R 5 3 R 10 8 R 3 5 R 5 7 R +5 Y -2 5 R -2 12 R y -2 5 R 2 4 R 7 2 R 1 5 R -2 7 R +2 3 R 7 4 R 6 2 R 5 1 R 4 1 R 5 1 R 13 -1 R +4 -2 R 5 2 R 5 3 R 9 -1 R 6 2 R 6 2 R 5 -1 R +9 2 R 12 -2 R 6 3 R V 5 -1 R 9 -1 R 5 -1 R 5 -2 R +11 -1 R 5 -2 R 6 -1 R 8 3 R Z 5 -2 R 6 -1 R 5 -2 R +S 5 -2 R 5 -2 R 4 -2 R 4 -4 R 3 -4 R S 14 -1 R 9 -1 R +13 1 R 5 2 R 6 4 R 7 1 R 8 2 R 5 1 R V 5 -2 R +8 -1 R 7 3 R 4 2 R 8 2 R 1 5 R -2 10 R -2 5 R +1 11 R 1 6 R -2 6 R 4 1 R 4 3 R -1 8 R Z 3 5 R +1 5 R -1 5 R 5 2 R S 5 3 R 5 4 R 2 4 R 4 5 R +3 4 R 4 5 R 3 4 R 9 7 R 4 3 R 6 3 R 12 2 R +3 5 R 3 4 R 4 5 R 2 4 R 1 4 R 2 5 R 3 5 R +3 5 R 3 4 R 4 4 R 7 9 R 1 4 R 8 13 R 8 7 R +4 4 R 3 8 R 6 8 R 6 2 R 5 1 R 4 2 R 5 4 R +-1 9 R z -1 -10 R -4 -1 R -11 -1 R B -5 -6 R -2 -4 R -3 -4 R +-4 -3 R -9 -8 R -4 -3 R C F -6 -7 R G -2 -4 R -8 -9 R -5 -6 R +F -6 -4 R B -6 -1 R -4 -1 R C -4 -2 R -5 -4 R -4 -2 R B -4 -1 R +B -7 -1 R -7 1 R -9 2 R -1 6 R -4 -3 R -2 -4 R B -2 -4 R +-4 -3 R -4 -2 R C -4 -3 R -4 -3 R -4 -2 R -4 -2 R G -2 -4 R +-1 -4 R -2 -4 R z -4 -2 R 2 -4 R N -1 -8 R -2 -4 R G -14 -1 R +-4 -2 R -4 -3 R B -5 1 R -4 2 R B C -10 1 R -12 1 R z -10 1 R +z z -4 2 R -9 1 R -4 3 R -2 5 R -4 4 R -4 2 R x -4 4 R +-4 5 R MI -4 4 R z -5 -1 R -4 1 R -5 2 R -2 5 R -4 6 R +-1 11 R -2 4 R -1 4 R -4 7 R -4 4 R -2 4 R M -4 5 R +-1 4 R -1 4 R -5 -1 R -7 -1 R -4 -1 R C z z -6 -1 R -4 -1 R +-4 -3 R -3 -4 R 2 -5 R 5 -4 R -1 -4 R -5 1 R -4 -1 R +F -4 5 R -5 -2 R B -5 2 R -4 2 R -5 -1 R -4 -2 R F -2 -5 R +z z z -2 -4 R -6 1 R -4 2 R -4 4 R y -4 1 R x 4 7 R +-2 5 R -1 4 R 3 4 R 5 4 R 5 6 R Q 2 -4 R 7 2 R +5 -3 R 5 1 R 9 4 R 13 9 R 1 7 R z -2 -4 R C -9 -1 R +B -4 4 R M -4 3 R -21 -1 R -4 -2 R -5 1 R -4 3 R -4 4 R +-3 4 R -4 4 R -1 8 R 5 -1 R 5 -2 R 5 3 R y z -5 1 R +-3 4 R 2 6 R 1 5 R -2 5 R F -3 -4 R -3 -4 R -5 2 R +x -2 4 R F G 4 -4 R O -1 -4 R -14 -1 R B -7 1 R -6 1 R +-9 -2 R -15 -1 R -5 -1 R -4 -4 R H N -2 -5 R -1 -4 R N -3 -4 R +-3 -4 R -8 1 R -4 -2 R -4 -2 R G -6 3 R -6 2 R -5 -1 R +-6 -2 R -4 -3 R -3 -4 R -3 -6 R -4 -1 R -6 -2 R -5 3 R +-5 2 R -9 3 R z -4 2 R 3 4 R -1 7 R -4 5 R -7 2 R +-5 3 R -3 4 R Z S 4 -2 R Q 7 3 R 2 3 R S 4 -2 R 11 1 R +4 1 R 4 2 R 7 2 R 5 1 R 2 5 R -6 -2 R -8 -1 R +-8 -2 R -5 -1 R -4 1 R -5 3 R -6 -1 R -8 -1 R -4 4 R +-5 1 R -13 -2 R 1 -6 R -2 -4 R -6 3 R 1 4 R -2 5 R +-6 4 R -5 5 R 6 -1 R 4 2 R 2 6 R 6 3 R Z 14 2 R +-1 16 R -1 4 R -1 10 R -1 4 R -6 2 R -6 4 R -5 2 R +-7 1 R -4 -1 R -6 1 R -5 -2 R -7 -1 R 2 4 R -1 5 R +V -1 6 R 2 5 R 13 1 R 4 4 R 5 2 R 3 4 R MI 4 2 R +7 2 R 3 2 R 4 -1 R 4 1 R Z 4 5 R 2 10 R -2 6 R +3 2 R 5 1 R 5 -1 R 4 -2 R 6 -1 R 4 -2 R N 2 -4 R +3 2 R 4 2 R V 4 7 R 7 -6 R 4 1 R 9 2 R -2 5 R +2 6 R V V 6 2 R 3 2 R 4 4 R 2 5 R 2 4 R 1 4 R +4 2 R 4 -2 R 4 -1 R -1 9 R Z S 5 1 R 4 1 R 5 -1 R +11 2 R 5 -2 R 5 -1 R 6 2 R 4 3 R Z 4 3 R 5 2 R +5 3 R 5 4 R 6 7 R 2 4 R 8 -1 R 5 2 R 5 2 R +4 2 R 8 7 R 5 2 R 12 13 R 4 6 R 4 6 R 4 4 R +3 5 R 3 5 R 1 5 R 2 4 R 2 4 R 2 4 R 2 5 R +1 5 R 1 7 R 1 9 R 4 9 R 1 4 R 1 5 R 1 13 R +5 X 9 2 R 5 2 R 5 3 R 4 3 R w -7 -1 R B -4 -1 R +B B -8 1 R -4 4 R -2 5 R -2 5 R -5 8 R -3 5 R 2 4 R +1 5 R 2 5 R 1 4 R 4 6 R 5 3 R 3 8 R 2 5 R +9 3 R 6 9 R -4 -1 R -9 -7 R -5 6 R -4 5 R -3 5 R +-2 4 R -3 5 R -4 3 R -2 5 R -2 4 R 3 7 R 4 3 R +1 5 R -1 8 R -4 9 R -3 6 R -3 4 R -7 1 R z z B -6 -2 R +B -12 -1 R -4 -3 R -7 1 R -9 -2 R -5 -4 R -4 -1 R -4 -2 R +-4 -5 R H -3 -4 R -3 -4 R H 1 -4 R 3 -4 R -1 -4 R B -4 -2 R +G -4 2 R w -2 4 R -4 4 R -4 2 R z z -4 -2 R -3 -4 R -12 -2 R +-4 1 R -5 -1 R G -4 -2 R -5 3 R ST +-561 -181 MP 2 7 R 5 7 R 3 5 R +3 5 R 4 3 R 3 4 R 4 2 R 3 5 R 2 4 R 6 5 R +3 4 R 5 2 R 8 4 R 9 2 R 4 3 R 4 4 R 5 4 R +5 4 R 21 19 R 4 5 R 2 5 R 1 5 R 3 22 R O 4 -2 R +2 5 R 3 6 R 6 7 R 12 11 R 4 6 R 1 7 R 6 5 R +7 4 R 4 1 R 5 -1 R 4 2 R 4 -2 R 8 2 R 4 1 R +4 2 R 5 2 R 5 4 R 13 6 R 6 2 R 4 2 R 7 2 R +S Z -2 4 R -1 4 R -4 4 R -4 3 R Z 7 -3 R 4 -3 R 4 -1 R +8 -2 R 4 -3 R 4 -4 R O 5 -1 R 5 -1 R 5 -1 R 11 -1 R +11 2 R 4 2 R 5 4 R 5 2 R 13 5 R 4 2 R 5 2 R +9 5 R 5 2 R 17 -2 R 4 -4 R 4 -4 R 5 -4 R 5 -4 R +5 -3 R 4 -3 R 5 -3 R 3 -4 R 5 -3 R 4 -4 R 4 -3 R +N 3 -4 R 5 2 R 1 13 R -2 4 R -4 4 R 7 Y -4 5 R -3 4 R +-4 3 R -4 5 R -4 5 R -3 5 R 11 Y 5 4 R 4 1 R 5 1 R +4 2 R 9 5 R 5 1 R 7 -2 R 2 -4 R 1 -5 R O 2 -4 R +1 -7 R 2 -4 R O O 2 -4 R 1 -4 R 3 -4 R 3 -4 R 4 -4 R +4 -2 R 4 -2 R 4 -2 R 5 -1 R S 6 1 R 5 4 R 7 5 R +1 5 R 2 6 R 3 4 R -4 1 R C -6 -4 R -6 1 R -13 2 R +y M -4 2 R -4 2 R -4 4 R -4 2 R -4 3 R -4 7 R -2 4 R +-2 5 R -1 6 R -2 5 R w -2 5 R -4 5 R -1 4 R -1 5 R +-1 4 R -4 5 R -4 4 R -2 5 R -2 4 R 2 8 R 2 4 R +5 8 R 9 15 R 2 4 R 3 5 R 4 5 R 10 7 R 6 3 R +4 5 R 7 6 R 5 2 R 5 3 R z -4 -1 R -9 1 R z -5 -1 R +C -8 1 R B -4 1 R -4 4 R -4 5 R -1 5 R -1 5 R 1 13 R +1 4 R 1 12 R 1 9 R 2 23 R 4 2 R 14 2 R 4 1 R +7 3 R 6 -2 R 6 3 R 3 4 R 4 2 R x -4 3 R 1 4 R +3 6 R z MI -6 -3 R -1 5 R -2 5 R -2 4 R 1 6 R 3 5 R +3 4 R 4 3 R 4 2 R 4 3 R 4 3 R 2 8 R 1 5 R +-4 9 R -4 6 R -2 4 R 2 7 R 4 3 R -4 2 R -5 -2 R +-7 -2 R F -4 -3 R H H -5 -4 R -5 -1 R -5 1 R -3 4 R -2 7 R +y -3 5 R -4 -5 R H -1 -7 R -3 -5 R -1 -5 R G -3 -4 R -4 -3 R +-2 -4 R -4 -2 R -4 -2 R H 3 -4 R N -4 1 R -4 3 R -2 5 R +-4 4 R -7 1 R -3 5 R 2 13 R -2 8 R 1 4 R 5 3 R +1 9 R 2 4 R 1 5 R -1 4 R -2 4 R -2 8 R H H H -1 -7 R +H 2 -4 R -2 -4 R -4 -1 R -5 1 R -4 -2 R B -4 4 R -5 9 R +-2 4 R -3 4 R -5 7 R -2 5 R -4 5 R 1 7 R 1 5 R +-1 7 R -1 5 R x -6 6 R -3 5 R -2 4 R -3 5 R -3 5 R +-3 4 R -3 4 R -4 5 R -4 4 R -2 4 R -3 4 R -5 8 R +-4 3 R -3 5 R -1 4 R 4 4 R 2 3 R 2 6 R 2 5 R +2 6 R 2 7 R 1 6 R 2 17 R 3 5 R 2 4 R 2 4 R +4 7 R 1 5 R 5 7 R 4 3 R 8 9 R 3 8 R -1 8 R +3 9 R 3 4 R 7 15 R 3 5 R 5 6 R 5 3 R 1 -4 R +5 -1 R 4 -4 R 4 1 R 3 6 R Z y -7 3 R 1 3 R 3 4 R +4 3 R 5 3 R 6 3 R 5 -1 R P 4 -2 R 4 -2 R 5 -1 R +5 -2 R 5 3 R 5 3 R 7 3 R M -4 -1 R B 5 Y 4 2 R +S 6 3 R 1 3 R -2 4 R -6 -1 R -4 -2 R -4 -2 R B -7 -1 R +-4 -2 R -5 2 R -8 1 R -5 -1 R B -4 -1 R -7 2 R z -4 1 R +-4 2 R -4 -1 R B -8 1 R -4 2 R -4 2 R -4 2 R C C -4 1 R +y y -2 -4 R -6 -4 R -3 5 R -4 3 R G -2 -4 R 2 -4 R N H +-1 -4 R H O N -2 -11 R -4 -5 R C -4 2 R -13 1 R -9 -2 R -7 -6 R MI +B -4 1 R z z -1 -4 R -4 -1 R -2 5 R 2 4 R -6 -5 R 1 -4 R +-3 -4 R N 4 -2 R O -4 -3 R -6 -2 R -4 -2 R -5 -4 R -4 -3 R +-4 -3 R F -4 -2 R -6 1 R z -5 -1 R -6 2 R -1 4 R 1 9 R +1 3 R 1 5 R -2 5 R F H H -1 -4 R -1 -5 R -3 -4 R 2 -4 R +-4 -2 R -4 5 R C -4 3 R -4 3 R -1 4 R -2 5 R -5 2 R +-1 5 R -1 7 R 2 4 R -1 5 R C -2 -4 R -6 -5 R -8 2 R +M -7 2 R -4 2 R -3 4 R -2 5 R 1 5 R -2 4 R -4 3 R +H N -7 -6 R -2 -4 R 2 -5 R 1 -4 R 3 -9 R 4 -3 R 4 -3 R +5 -3 R N -2 -5 R C 3 -10 R H H H H N 3 -4 R -1 -5 R H -4 -4 R +ST +-443 595 MP -10 3 R -11 5 R -5 1 R -5 2 R -2 5 R -4 4 R -6 7 R +-2 7 R -4 3 R -2 5 R -4 2 R -7 3 R -4 1 R -4 4 R +-11 8 R -4 2 R -5 1 R -5 3 R -2 5 R -2 5 R M -5 -2 R +-4 -2 R -5 -2 R -4 -3 R -4 -2 R -5 -2 R -2 -4 R -4 -3 R +-2 -4 R 2 -5 R N 2 -9 R O N 1 -6 R 1 -4 R 2 -4 R N 2 -5 R +4 -1 R 2 -4 R -1 -6 R -2 -4 R -1 -4 R Q -6 Y -4 3 R -4 1 R +-6 4 R -4 3 R -2 4 R -2 5 R 5 Y 3 4 R -1 6 R 5 Y +-5 3 R M -3 7 R 5 Y -3 5 R -4 2 R -3 4 R -3 4 R -11 10 R +-3 5 R -4 10 R -1 6 R -7 15 R -1 5 R 1 9 R 1 5 R +1 3 R 2 8 R 1 5 R 2 3 R 9 2 R S 4 -2 R 3 -4 R +N 1 -4 R N -2 -4 R 1 -4 R -1 -4 R 1 -5 R 1 -4 R Q 4 -2 R +5 -4 R 5 3 R 1 4 R -2 5 R -7 9 R -3 9 R -2 5 R +-1 5 R -3 7 R 1 8 R 2 5 R 2 4 R 1 5 R 2 4 R +3 5 R 1 3 R 1 5 R 1 9 R 3 4 R 4 2 R 4 4 R +4 3 R 3 2 R 3 5 R 3 5 R Z Z 4 3 R 2 5 R 1 4 R +1 5 R 2 4 R 2 4 R 1 4 R 1 4 R -1 8 R 1 5 R +4 3 R 4 6 R 4 3 R 3 5 R 1 3 R 1 7 R 3 5 R +2 4 R 3 2 R 4 2 R V 4 3 R 4 1 R 6 1 R 3 7 R +1 4 R 4 8 R -1 8 R -3 6 R -6 7 R z x 4 2 R 2 5 R +-4 5 R -1 4 R -1 5 R -4 5 R -6 4 R -5 1 R -7 4 R +-8 3 R 1 5 R -4 5 R -4 4 R -4 3 R -4 4 R -7 5 R +2 6 R 4 4 R 5 5 R 3 5 R -1 9 R -3 5 R -1 5 R +-3 5 R -1 6 R 1 8 R -1 19 R 2 4 R 3 7 R 2 4 R +2 7 R 4 1 R 4 3 R 3 2 R 8 1 R 4 -1 R 5 -4 R +5 -1 R 3 -4 R 6 -1 R 11 -1 R Q 8 -1 R 4 -1 R 6 -1 R +12 1 R -4 2 R -4 1 R -5 1 R -5 1 R -4 2 R MI -4 2 R +-5 1 R -7 5 R -6 5 R -3 4 R -5 7 R -5 4 R -8 6 R +-4 5 R -2 5 R -2 5 R y H 1 -5 R 1 -4 R O 2 -4 R 5 -4 R +4 -5 R -3 -6 R B -5 1 R -4 1 R -4 4 R -3 6 R -1 4 R +-1 6 R -1 4 R 1 6 R 3 5 R 2 5 R 2 5 R 2 5 R +4 4 R -4 X -3 -4 R -8 X 1 11 R -1 6 R -4 X 1 -6 R -1 -5 R +H N 1 -4 R 4 -5 R -1 -6 R H H -1 -4 R -1 -13 R 1 -8 R -4 -2 R +y -4 -2 R 4 -3 R 3 -5 R H H H -2 -4 R G H H -1 -4 R H -2 -4 R +-4 -4 R N -5 -4 R -8 1 R -4 6 R -2 17 R -2 15 R -2 5 R +-4 3 R H 1 -4 R 2 -4 R N 1 -5 R 1 -5 R -2 -4 R -5 2 R +-5 4 R -5 4 R -4 2 R -2 5 R -3 11 R H -1 -4 R -2 -11 R +F H -3 -4 R H 2 -4 R 2 -8 R N N N -3 -5 R M -5 3 R -5 3 R +-6 3 R -4 1 R -1 4 R -3 5 R -3 9 R 1 8 R 1 10 R +-2 9 R 1 3 R 1 6 R 3 4 R 3 5 R 3 4 R 1 5 R +1 5 R 2 4 R Z 4 4 R 4 3 R 3 2 R 7 11 R 2 4 R +3 2 R 4 1 R V 5 2 R 3 2 R 4 3 R 4 3 R Z 1 7 R +2 4 R 2 4 R 4 3 R 4 2 R 4 2 R 4 3 R 4 3 R +4 2 R 4 3 R 3 5 R -7 -2 R -5 -3 R -4 -4 R -4 -3 R +-4 -1 R -4 2 R -6 -2 R H H H H H H G -2 -4 R -5 -3 R -5 -2 R +-6 -1 R -5 -4 R -4 -4 R -5 -4 R -4 -4 R H -3 -4 R -4 -4 R +H H -5 -4 R -4 -1 R -1 -4 R -1 -7 R -5 -4 R -3 -4 R -4 -2 R +-8 6 R M H 1 -11 R -1 -5 R H 2 -7 R 3 -5 R 1 -4 R 1 -10 R +2 -5 R 2 -8 R -2 -4 R 3 -4 R 5 -6 R O 2 -4 R 2 -4 R +2 -4 R 1 -4 R N MI -1 -8 R -6 -3 R -5 -1 R -4 -3 R -4 -4 R +F -3 -4 R -4 -4 R H -2 -6 R -2 -4 R G -3 -9 R -1 -4 R 1 -4 R +-2 -4 R H 1 -4 R Q 4 -5 R -2 -5 R -6 -2 R H 1 -4 R -1 -8 R +-4 -4 R -1 -8 R H -2 -6 R -4 -2 R H -1 -7 R -2 -6 R -8 -5 R +4 -2 R Q O 3 -4 R 1 -4 R 1 -7 R N -2 -4 R -3 -4 R -5 -4 R +-3 -4 R -3 -4 R -4 -1 R -5 -1 R -4 -1 R -4 -1 R -10 -2 R +-4 -3 R -19 1 R -6 9 R 2 10 R -1 5 R 1 7 R 2 5 R +1 5 R 2 4 R 4 3 R 5 6 R 4 2 R 4 3 R 2 4 R +1 5 R -1 11 R 1 7 R 1 4 R 1 8 R 2 4 R -1 6 R +-2 5 R 2 6 R 3 4 R 1 5 R 3 5 R 2 5 R 1 6 R +2 5 R -1 8 R Z 4 2 R 3 4 R 4 7 R 1 4 R 2 4 R +4 3 R 2 4 R 3 4 R 4 2 R 4 3 R 4 5 R V 2 3 R +Z 4 6 R 2 4 R 2 5 R C -4 -2 R H -6 -5 R -3 -4 R -2 -4 R +-6 -6 R -5 -2 R -5 -4 R y -3 7 R -6 3 R -2 4 R -2 6 R +1 7 R 2 8 R 3 6 R 3 5 R 3 4 R 1 4 R 4 4 R +4 4 R 4 5 R -6 -2 R -4 -3 R G -5 -4 R -4 -1 R -3 -4 R +-4 3 R 1 10 R 1 7 R 4 3 R 4 4 R 4 5 R 4 5 R +2 5 R 2 4 R 4 3 R 3 5 R 5 Y -5 X -5 -3 R -2 -7 R +-3 -4 R -7 -6 R H H -2 -7 R H F -1 5 R 1 13 R 3 4 R 3 4 R +3 4 R 4 4 R 3 11 R 3 4 R 4 5 R 3 4 R 4 3 R +Q Q S 1 4 R -2 8 R -3 4 R 2 6 R 3 4 R 2 4 R 4 6 R +3 5 R -3 4 R G -7 -5 R -2 -4 R F G F -1 -4 R -4 3 R 1 5 R +3 4 R 2 5 R 2 4 R 2 4 R 1 5 R Z 4 4 R -3 6 R +-5 1 R -3 6 R 1 5 R 1 4 R 1 5 R 1 9 R 1 5 R +1 6 R 2 5 R 3 2 R 6 3 R MI 2 8 R 4 5 R 4 5 R +3 5 R 1 3 R 2 6 R 3 5 R V 4 -1 R V 17 -1 R V 4 -1 R +4 -1 R 6 -2 R -3 5 R -10 1 R -6 3 R -5 -2 R -8 3 R +-3 8 R -1 4 R B -1 -4 R -3 -4 R -2 7 R 4 5 R 1 6 R +4 2 R 5 -2 R 6 -4 R 3 2 R 7 2 R 4 3 R 3 4 R +4 2 R V 5 1 R -4 2 R -5 -1 R -4 -1 R -5 -3 R -5 -4 R +-5 -2 R -4 4 R -3 4 R -1 4 R 1 5 R S 2 5 R 1 6 R +4 5 R 3 4 R 4 3 R 5 5 R 1 5 R 5 Y 4 2 R 4 2 R +4 1 R 4 3 R 4 2 R 11 -1 R 4 -2 R 11 2 R 3 2 R +V 4 1 R -4 2 R -5 -1 R -5 -4 R -8 1 R -11 5 R -6 3 R +2 5 R 3 4 R 3 5 R 3 4 R 4 5 R 3 5 R 3 4 R +Z 3 4 R 2 5 R -4 -2 R -4 -3 R -3 -4 R -4 -4 R -3 -4 R +-5 -3 R -4 -1 R N -2 -5 R G -1 -5 R -4 -4 R -4 -3 R -5 1 R +-3 -4 R -5 -2 R F -1 -6 R -5 -4 R -3 -4 R -5 -2 R -5 -1 R +-2 -4 R H -5 -1 R -3 -4 R G -3 -4 R H -4 -4 R -3 -4 R -4 -4 R +-3 -4 R -4 -4 R -5 -4 R -5 -2 R -4 -2 R -5 -2 R -4 -4 R +-4 2 R -3 5 R -8 2 R -6 4 R x -7 2 R -5 2 R -6 2 R +-4 1 R -5 3 R -4 5 R -5 4 R -4 7 R -8 17 R 1 6 R +12 2 R V Q 9 -2 R 4 3 R 3 2 R 7 2 R 4 3 R V 3 4 R +4 2 R V 8 -2 R O S 4 -2 R 6 -1 R 8 1 R 4 1 R 9 3 R +z -9 -1 R -5 -1 R -7 1 R -6 3 R -8 5 R -5 1 R -5 1 R +F -5 -4 R -5 -4 R -4 -2 R -13 1 R -6 1 R -6 2 R -5 -2 R +-9 3 R -5 -1 R -5 3 R -9 1 R -9 -1 R -8 1 R -6 2 R +-3 5 R -3 8 R 2 4 R ST +-836 1452 MP 8 3 R 2 6 R 8 3 R 5 -1 R +12 -1 R 5 2 R 5 X 5 X 7 3 R 5 X 3 -4 R 4 -3 R 6 -1 R +5 3 R -3 4 R 5 1 R 6 -3 R 11 4 R 4 3 R -4 3 R +-4 2 R -4 2 R -4 2 R -3 5 R 2 4 R 5 1 R 5 1 R +8 3 R 10 -2 R 4 2 R 3 4 R Z 125 49 MB +-718 1500 MP C -5 1 R -4 1 R W -15 1 MB +373 -1066 MP -11 -4 R +-5 -3 R -4 -5 R -2 -4 R H -3 -14 R -5 -3 R -9 -3 R -4 -1 R +-5 -1 R -4 -1 R -8 2 R -4 4 R -8 7 R -5 4 R -5 3 R +-5 2 R -4 2 R -5 3 R -4 2 R w -5 3 R -4 2 R -6 -1 R +-4 -2 R -5 -1 R 1 4 R 3 4 R 4 4 R 1 5 R 7 1 R +4 1 R 3 2 R 4 2 R 4 3 R 4 2 R 1 -6 R 4 1 R +6 7 R 4 4 R 4 3 R 4 4 R 6 5 R V S 4 -1 R 4 -3 R +4 -3 R 4 -2 R 4 -2 R S S S S 7 1 R 4 1 R 4 -3 R 3 -5 R +N 4 -2 R N 3 -4 R -3 -4 R ST +-1011 -1353 MP 2 -4 R -2 -4 R -4 2 R 1 3 R +2 3 R r ST +-1021 -1340 MP 4 -3 R 1 -5 R -4 -1 R w -2 4 R J ST +-531 37 MP 5 -1 R 7 -3 R +7 -8 R 2 -11 R 4 -6 R -3 -5 R -4 1 R -3 5 R -3 4 R +-2 4 R -4 3 R -9 2 R w -2 4 R 2 4 R 3 4 R r ST +-467 78 MP 6 -2 R +7 -2 R 9 -1 R 5 -2 R 5 -3 R 2 -9 R 2 -6 R 3 -5 R +P 1 -5 R 6 -9 R 2 -9 R 6 1 R 4 2 R 5 2 R 7 4 R +4 -2 R 5 -1 R 8 -2 R -2 -5 R F -4 -5 R -3 -5 R -4 -3 R +-4 -2 R -4 -2 R -4 -3 R B -4 -2 R -4 -3 R -5 -6 R -2 -4 R +-2 -7 R -4 -1 R -4 -4 R -4 -4 R -4 -3 R -4 -2 R -4 -2 R +z -1 -6 R -5 1 R y -4 2 R -4 X -3 5 R y -2 4 R w y -8 2 R +w 1 4 R -2 6 R x -2 4 R -2 4 R -3 4 R w -2 5 R M 1 6 R +1 3 R w -1 7 R 4 Y 1 3 R 1 4 R 1 3 R -1 14 R 4 Y +3 2 R 8 2 R 7 2 R Z 6 -2 R 4 2 R 4 2 R E ST +-441 484 MP -2 -9 R +-1 -4 R G -1 -5 R 1 -8 R 2 -7 R P 5 -3 R 4 -4 R -2 -4 R +-2 -4 R -3 -4 R -2 -5 R -2 -4 R -2 -6 R -5 -3 R -4 -4 R +3 -4 R -1 -6 R -8 -7 R -12 -8 R -3 -8 R -5 -2 R -5 -3 R +-3 -4 R -8 -5 R -5 -3 R -3 -4 R -1 -4 R -3 -4 R -2 4 R +-7 -2 R -4 X w -7 4 R -5 -3 R -6 -4 R -5 -2 R -4 2 R 1 5 R +4 2 R -2 4 R 3 4 R 2 3 R 2 3 R 1 4 R 4 6 R +-1 8 R 2 8 R 2 3 R 1 3 R 1 4 R 2 7 R V 4 3 R +4 2 R 4 3 R 10 11 R 2 3 R 2 3 R 1 3 R 2 4 R +1 3 R 1 4 R 2 3 R 2 4 R 1 5 R 2 4 R 3 4 R +4 2 R 5 4 R 4 3 R 4 2 R V 4 1 R V 4 1 R 4 1 R +4 3 R P ST +-610 1109 MP 7 -8 R 4 -4 R 4 -2 R 4 -7 R 2 -9 R 5 -2 R +2 -4 R 1 -6 R 1 -7 R 3 -7 R 1 -4 R -2 -4 R -4 -5 R +4 -7 R -2 -5 R z -3 4 R -1 4 R w -1 4 R -4 2 R M z -4 3 R +-1 9 R -2 4 R w 1 7 R -2 4 R -4 2 R -2 4 R -3 4 R +-1 4 R w 2 7 R 4 5 R T ST +-636 1029 MP 6 -1 R 6 -5 R 4 -2 R 4 -5 R +5 -7 R 2 -10 R 2 -8 R -2 -12 R H 3 -4 R 7 -5 R 2 -5 R +-2 -5 R C -4 -2 R 3 -6 R S 5 -4 R -2 -4 R -2 -9 R 3 -5 R +-2 -7 R F -8 -1 R -7 -2 R -12 1 R B -4 3 R -4 3 R -5 3 R +-4 4 R -3 4 R -5 4 R 1 5 R -3 4 R -2 4 R 1 3 R +2 8 R -1 9 R w -3 4 R w -3 4 R w w 1 3 R 1 7 R 1 3 R +1 3 R 1 3 R 1 5 R 2 4 R 4 3 R 3 2 R 2 3 R +2 3 R 8 2 R 1 3 R 5 X ST +-833 1121 MP -2 -7 R H 2 -5 R 1 -5 R 3 -10 R +1 -21 R 1 -4 R 9 -10 R 1 -4 R -1 -5 R 2 -5 R 3 -6 R +-5 Y -2 -12 R -5 -2 R C -2 -7 R -4 X C -13 -4 R -4 1 R -5 1 R +-5 -2 R -3 -7 R -2 -4 R -2 -4 R -5 -3 R -5 -1 R -5 3 R +-6 6 R 2 3 R w 1 4 R 3 4 R 1 3 R 2 3 R V 7 2 R +-1 6 R -1 6 R -2 4 R -2 4 R -4 4 R -4 2 R x 2 4 R +6 5 R 4 3 R V 4 2 R -3 5 R -14 1 R -4 -2 R -2 -4 R +-2 -4 R -1 -5 R -3 -5 R -2 -4 R -4 -5 R -8 -7 R -5 -3 R +-9 -2 R -4 1 R 1 4 R -2 4 R 2 4 R 3 4 R 2 8 R +6 5 R 3 2 R 2 4 R 1 4 R -2 4 R -4 3 R 1 5 R +5 2 R -1 6 R 1 6 R 1 5 R 3 4 R 4 1 R S 5 1 R +6 4 R 5 4 R Q -2 -5 R H -1 -7 R 2 -7 R 3 2 R 2 11 R +2 3 R 1 4 R 4 2 R 2 4 R 4 2 R 4 1 R 4 3 R +6 6 R 4 2 R 7 1 R 4 2 R 4 -1 R -2 -4 R d ST +-767 1134 MP -2 -11 R +-1 -5 R -2 -4 R -2 -4 R -3 -4 R -3 -4 R F -5 -3 R -1 -4 R +-3 -5 R 1 -5 R -2 -6 R -3 -9 R -4 X -4 1 R -5 1 R -4 2 R +-8 5 R -2 4 R -1 4 R w -1 4 R 1 8 R w 1 9 R 3 4 R +3 4 R 2 3 R 2 4 R 3 4 R V 4 1 R 14 -1 R 10 1 R +4 2 R 8 2 R K ST +-730 1207 MP 1 -5 R 1 -8 R -3 -4 R -3 -4 R -2 -4 R +-3 -5 R -4 -11 R -2 -4 R -2 -4 R -7 -8 R -2 -5 R -1 -6 R +-6 -2 R -7 4 R -5 -2 R -6 -1 R -4 -3 R -5 X -5 2 R -5 4 R +-1 4 R 5 6 R 2 4 R 2 3 R 2 6 R 4 3 R 3 2 R +4 3 R 2 3 R Z 4 2 R 4 3 R 4 2 R 3 2 R Z 1 4 R +8 2 R 5 4 R 2 4 R 6 2 R V r ST +-830 1202 MP -8 -17 R -5 -6 R -3 -12 R +-5 2 R -5 2 R -5 -1 R 4 Y 3 4 R 1 3 R 2 7 R 7 6 R +1 3 R 4 -1 R 4 2 R 1 3 R 4 3 R 4 X D ST +-713 1329 MP -3 -8 R C +3 -4 R -1 -6 R G -9 1 R 1 6 R -5 -3 R -5 -7 R 4 X 4 1 R +7 -2 R -1 -5 R -7 -6 R -5 -4 R -7 -3 R -11 -5 R -5 -2 R +-10 2 R 2 4 R 4 3 R 3 4 R M -8 -2 R F -11 -8 R -7 -1 R +-5 -2 R -13 -5 R -4 2 R -4 -1 R -6 -1 R -6 -3 R -4 1 R +-11 1 R -9 -3 R H F -9 3 R z -2 6 R -3 9 R -4 2 R 1 3 R +2 4 R 1 3 R 5 3 R 4 -1 R P 5 -3 R -5 Y 7 -1 R V +-2 4 R x 4 2 R P 5 -1 R 4 2 R 4 -1 R V 4 2 R 6 1 R +4 2 R 4 1 R 4 1 R 4 2 R 4 2 R 4 3 R -1 4 R +-7 -1 R -5 -2 R -6 -3 R -4 -1 R -12 -2 R -4 -1 R -6 2 R +x 1 3 R 2 4 R 3 4 R V 7 8 R 2 4 R 2 5 R V S 7 2 R +4 2 R 4 3 R 4 1 R 4 3 R 3 5 R -4 3 R -6 -2 R +-5 -1 R -5 -2 R -6 -2 R -7 3 R -1 4 R x -4 4 R z -4 3 R +-7 5 R -13 2 R -7 1 R -2 6 R 2 4 R 4 1 R 6 5 R +M -4 2 R 1 5 R 1 3 R V 7 3 R 6 -2 R 7 -6 R -1 6 R +-2 6 R 4 X 3 7 R 4 1 R 5 2 R S 4 1 R 6 -4 R S +Q N 1 -5 R 4 -1 R 4 -5 R 1 -4 R 2 -4 R 3 -4 R N 2 -5 R +O N 1 -4 R N S 4 -3 R 5 2 R 8 -1 R 4 -1 R N 4 -1 R +3 2 R 4 -2 R 4 -5 R N 4 -3 R S 5 -2 R 3 -4 R 4 -2 R +N 4 -1 R N ST +-952 1379 MP -3 -4 R -5 -1 R -4 1 R -5 -1 R -2 -5 R -1 -5 R +-5 -2 R -5 1 R -8 -2 R -3 -4 R H -2 -8 R -5 X -5 4 R -8 2 R +2 4 R 1 16 R 4 2 R 5 4 R S V 5 -1 R 8 2 R 6 2 R +V S S 4 1 R Z Z 5 -6 R j ST +-888 1434 MP -3 -5 R -4 -9 R -3 -5 R -5 -6 R +-5 -4 R -6 -5 R -5 -1 R -5 -1 R -5 -3 R -7 2 R -4 1 R +F H y 2 5 R 5 2 R 4 2 R 2 4 R 2 3 R 3 2 R 3 2 R +1 6 R 4 1 R 4 2 R 4 3 R 5 4 R 5 3 R 4 2 R +4 X 4 1 R S d ST +-884 624 MP -3 -4 R -4 -5 R -1 -5 R -9 -11 R -2 -5 R +-2 -4 R 1 -4 R Q 5 -2 R 2 -5 R -3 -6 R -9 -3 R -5 -4 R +1 -4 R -2 -5 R -5 -1 R 1 -5 R 2 -5 R F -5 -4 R -5 1 R +-5 -2 R x -3 6 R -5 2 R -5 3 R -7 -3 R -4 -1 R -5 -2 R +-4 3 R -3 4 R -4 3 R -2 4 R 1 8 R 1 3 R 4 1 R +V 4 3 R 1 4 R Z 4 3 R 1 3 R 3 4 R 1 8 R -1 5 R +x -1 13 R 2 12 R 2 5 R 2 3 R 4 2 R 6 -1 R H H 2 -6 R +6 -1 R 3 -4 R 4 1 R S 10 2 R V 3 2 R 9 1 R V 6 -1 R +4 -5 R d ST +-494 1245 MP 1 -14 R 1 -5 R -1 -4 R 3 -11 R 1 -4 R 2 -5 R +1 -5 R 4 -5 R 4 -5 R 5 -2 R 1 -4 R 3 -5 R 7 -5 R +1 -4 R -2 -8 R -8 -1 R -4 -4 R -2 -4 R 2 -4 R -1 -5 R +-6 7 R -5 6 R 2 4 R 1 3 R -2 7 R 1 8 R w -1 5 R +-1 4 R w -1 4 R -1 4 R -1 4 R -2 7 R -1 4 R w w 1 4 R +-1 11 R 1 10 R 2 3 R ST +Nlw SLW -904 373 MP -5 4 R -5 -3 R -4 -1 R -8 -2 R +-3 -6 R -9 -2 R -4 -1 R -5 2 R -3 4 R -8 -3 R -5 -4 R +z -7 -1 R -5 -1 R -4 -3 R -6 1 R -3 4 R -1 4 R -3 4 R +-2 4 R 1 11 R 3 5 R 2 4 R 1 5 R -1 6 R -1 4 R +-5 7 R -5 3 R -4 2 R -6 -2 R -4 -2 R -13 12 R -2 4 R +-3 9 R -2 10 R -4 6 R 1 9 R -2 5 R -1 7 R -4 6 R +-4 3 R -2 5 R -3 5 R -4 5 R -4 5 R -7 3 R -4 3 R +-5 2 R -4 -3 R -2 -4 R -4 -4 R -4 -4 R -3 -4 R -2 -4 R +F -4 -3 R -9 -4 R G -2 -4 R -5 -3 R G 4 -3 R 4 -3 R -1 -4 R +5 -6 R -1 -6 R 1 -6 R -2 -4 R -5 -1 R -4 -2 R -7 -1 R +-1 -4 R -3 -4 R -4 -2 R 1 -6 R -2 -7 R H H -238 32 MB +-1143 775 MP 4 5 R 7 -1 R +5 2 R 7 X 4 1 R E ST +-1141 3 MP 14 -2 R 1 -4 R 2 -16 R 2 -5 R 1 -18 R +-2 -4 R 3 -7 R 5 -7 R 5 -11 R 2 -5 R 4 -6 R 1 -8 R +3 -8 R 1 -5 R 1 -6 R -1 -7 R -1 -19 R H -2 -6 R -4 -9 R +-1 -11 R -2 -7 R -2 -5 R -1 -5 R 2 -5 R -2 -4 R -2 -12 R +-3 -5 R 1 -16 R N 2 -6 R 4 -6 R 1 -4 R 4 -7 R -2 -5 R +-4 -3 R H 2 -6 R 1 -7 R -1 -5 R -1 -13 R 3 -5 R -2 -10 R +-4 -1 R -2 -6 R -2 -7 R -3 -5 R -1 -4 R -5 -5 R -1 -14 R +-2 -5 R -3 -4 R 2 -6 R ST +130 -666 MP 4 1 R 7 1 R 5 -2 R 6 -3 R +5 3 R 14 2 R 3 4 R 9 3 R 6 4 R 9 3 R 9 4 R +4 -1 R 4 1 R 5 1 R 5 2 R 10 2 R 10 2 R 5 -1 R +4 1 R 18 10 R 9 14 R 4 6 R 3 6 R 11 -2 R O 1 -5 R +3 -4 R 7 -4 R 5 -2 R N 1 -5 R 1 -4 R 1 -5 R 1 -4 R +H -3 -4 R B -7 -2 R 3 -6 R 6 -2 R 4 -2 R 5 3 R 4 3 R +P 6 -4 R 4 -2 R 7 -11 R -1 -5 R -1 -12 R -3 -5 R 1 -9 R +3 -8 R 11 -10 R 10 -2 R 6 -5 R 5 -1 R 4 -5 R 4 -2 R +5 1 R 4 3 R 5 5 R 2 3 R 2 4 R 4 4 R 1 3 R +-2 9 R w 2 8 R 5 X 4 -3 R 4 2 R 5 X 5 2 R 4 2 R +5 2 R 5 3 R 4 3 R 4 -3 R 4 -7 R -1 -10 R 1 -5 R +8 -9 R 5 X 8 -2 R 6 2 R 2 -4 R 2 -5 R 4 -3 R -1 -4 R +3 -5 R 4 -1 R 6 -2 R 3 -5 R 6 -9 R 5 -5 R 8 1 R +4 2 R 4 3 R 5 3 R 5 2 R 4 -2 R 7 -4 R 4 3 R +-1 9 R -2 4 R 3 4 R -2 5 R 2 5 R 5 4 R 7 -2 R +5 2 R 5 3 R 6 -7 R 4 1 R 4 3 R 5 3 R 4 3 R +2 3 R 3 4 R 5 3 R 8 -2 R 5 -1 R 4 -3 R 3 -4 R +Z 5 3 R 4 -1 R 15 1 R 4 4 R 5 2 R 10 -1 R 5 -1 R +2 -4 R 2 -5 R 9 -1 R 4 -2 R 5 -3 R 7 -5 R 5 3 R +7 -1 R 7 -3 R 4 1 R ST +-303 -315 MP 10 -7 R 6 -4 R 6 -5 R 5 X 8 -2 R +5 2 R 11 3 R 8 1 R 4 2 R 3 2 R 1 3 R 1 4 R +1 5 R 3 5 R 8 5 R 4 -2 R 4 -2 R 5 -1 R 5 1 R +5 2 R 9 6 R 5 3 R 5 4 R 5 3 R 6 6 R 3 5 R +2 6 R Z 2 5 R 1 4 R 2 5 R 1 4 R 4 9 R 2 4 R +3 5 R 4 5 R 3 5 R 9 7 R 4 -1 R 5 -2 R S 4 3 R +6 2 R N 4 -2 R 5 -1 R 6 2 R 4 2 R 5 4 R 2 3 R +2 4 R 5 -1 R 2 -4 R 2 -8 R 4 -2 R 4 -1 R 4 3 R +S N 2 -7 R 4 -4 R 3 -4 R 5 X 1 -4 R 3 -8 R 9 -2 R +4 -1 R 5 -2 R 4 1 R 13 -2 R 5 -2 R 4 -2 R 4 -2 R +4 -2 R N H H 2 -4 R 4 -3 R 2 -4 R -1 -4 R H 2 -12 R 4 -4 R +-1 -4 R 2 -4 R 2 -4 R 2 -10 R 2 -4 R 2 -8 R 4 -6 R +2 -5 R 2 -4 R 3 -4 R 2 -4 R 3 -10 R 5 -4 R 1 -4 R +-1 -8 R 2 -8 R -1 -5 R 4 -4 R 3 -9 R -2 -9 R 1 -4 R +2 -7 R 3 -9 R -2 -26 R 3 -7 R 1 -5 R 3 -9 R 2 -5 R +-1 -5 R 2 -5 R 1 -5 R 7 -9 R -4 -6 R -3 -4 R -3 -5 R +-4 -4 R -2 -4 R -3 -4 R -4 -3 R -1 -7 R 1 -5 R 2 -7 R +-3 -4 R -4 -8 R -2 -4 R -4 -1 R -6 4 R B -4 -9 R -2 -12 R +-6 1 R -4 2 R -6 4 R -3 -4 R 3 -7 R 4 -2 R Q ST +88 -63 MP -2 -5 R +1 -8 R -2 -4 R -1 -8 R -2 -5 R -1 -4 R -2 -6 R -5 -7 R +2 -11 R 3 -4 R 3 -4 R 2 -7 R 2 -5 R 4 -5 R 3 -4 R +6 -9 R 8 -3 R P 5 -2 R P 3 -7 R 1 -4 R 2 -4 R 4 -5 R +7 -6 R 7 -1 R 8 -2 R 5 -4 R 7 -3 R 9 1 R 10 -1 R +5 -4 R 4 -3 R 4 -1 R 6 1 R 2 8 R 3 4 R 2 3 R +2 4 R 4 3 R 3 2 R 2 4 R 2 3 R 2 4 R 2 4 R +1 3 R 4 4 R 5 2 R 7 1 R 4 1 R 5 1 R 5 -1 R +3 2 R 7 -2 R 5 -1 R 5 X 5 2 R Z 3 4 R 4 4 R 19 1 R +5 4 R Z 4 4 R 4 4 R 3 4 R 5 4 R 9 5 R 7 2 R +4 2 R 9 2 R 2 4 R 1 3 R 2 4 R 4 1 R 4 1 R +Z 2 4 R 4 4 R 2 3 R 2 3 R 1 3 R 3 4 R 2 3 R +4 3 R 6 1 R 2 4 R 3 8 R 5 2 R 4 3 R 5 Y 2 9 R +-1 8 R 1 5 R 2 6 R 1 5 R -1 7 R 1 14 R 1 5 R +-1 5 R 3 7 R 2 6 R -2 5 R -1 4 R -1 4 R -1 6 R +-4 2 R -2 20 R -2 7 R z -3 6 R 2 6 R 4 5 R 1 3 R +2 6 R 3 4 R 2 6 R 6 3 R 1 4 R -1 8 R -1 7 R +1 7 R 1 11 R 4 6 R 2 18 R 2 5 R v ST +-6 838 MP -3 -5 R -3 -4 R +-3 -4 R -4 -6 R -1 -4 R 2 -4 R 4 -5 R 4 -2 R 4 -5 R +Q 14 -3 R 4 -2 R 5 -1 R 5 -2 R 12 -2 R 5 -2 R 8 -3 R +5 -3 R 4 -3 R 5 -4 R -1 -5 R -5 Y 2 -4 R 2 -5 R P 4 -3 R +4 -2 R 5 -3 R 6 -2 R 1 -5 R -3 -4 R -2 -6 R 2 -5 R +3 -4 R 4 -2 R 4 -2 R S 12 -1 R 6 -2 R 5 -4 R 4 -2 R +8 1 R 5 2 R 5 2 R 5 4 R 6 1 R 11 4 R 9 -1 R +9 -4 R 9 -3 R 6 1 R 5 1 R 5 2 R 7 -3 R 4 -1 R +4 -1 R Z 2 4 R 9 4 R 7 2 R 3 4 R 3 4 R ST +-231 896 MP 1 6 R +1 5 R 1 5 R 1 5 R 3 5 R 4 2 R 5 4 R 6 7 R +1 5 R 2 10 R 1 5 R 1 4 R 1 5 R 4 4 R 4 1 R +5 1 R 10 11 R 5 4 R 5 -1 R 7 X 3 4 R 5 -1 R 5 -3 R +5 -2 R 8 -2 R 3 -4 R 4 -3 R 7 1 R 16 -1 R 12 -2 R +Q 5 -1 R 4 -3 R 1 -4 R 8 -5 R 8 3 R 5 4 R 5 2 R +7 1 R 5 2 R 7 -2 R 2 -8 R 8 -2 R 4 -1 R 5 2 R +15 2 R 5 6 R 5 1 R 13 3 R 11 9 R 4 5 R 5 1 R +5 2 R 12 1 R 4 3 R 5 7 R 2 4 R 5 7 R 2 5 R +3 5 R 9 7 R 11 8 R 9 3 R 5 2 R 6 X ST +-566 1501 MP -4 -6 R -5 -7 R +-5 -4 R -5 -6 R ST +CityDotFont CityDotFontSize SCF +LGcolor +showpage +grestore +\end{filecontents*} + +\StartShownPreambleCommands +\usepackage{picinpar,graphicx} +\StopShownPreambleCommands +\begin{document} +\begin{figwindow}[3,l,% + \fbox{\includegraphics[width=30mm]{ukmap}},% + {United Kingdom}] + Is this a dagger which I see before me, The + handle toward my hand? Come, let me clutch + thee. I have thee not, and yet I see thee + still. Art thou not, fatal vision, + sensible To feeling as to sight? or art + thou but A dagger of the mind, a false + creation, Proceeding from the + heat-oppressed brain? I see thee yet, in + form as palpable As this which now I draw. + Thou marshall'st me the way that I was + going; And such an instrument I was to use. + Mine eyes are made the fools o' the other + senses, Or else worth all the rest; I see + thee still, And on thy blade and dudgeon + gouts of blood, Which was not so before. + (\emph{Macbeth}, Act II, Scene 1). +\end{figwindow} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-6.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-6.ltx new file mode 100644 index 00000000000..513927d261e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-6.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-6 on page 83. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands + \usepackage{amsmath} + \newcommand\p{$p$\nobreakdash}% "\p-adic" + \newcommand\Ndash{\nobreakdash--}% "3\Ndash 9" + \newcommand\n[1]{$n$\nobreakdash-\hspace{0pt}} + % "\n-dimensional" +\StopShownPreambleCommands +\begin{document} + \noindent The generalization to the \n-dimensional + case (using the standard \p-adic topology) can be found + on Pages 3\Ndash 9 of Volume IV. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-7.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-7.ltx new file mode 100644 index 00000000000..8d2852dd246 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-7.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-7 on page 84. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +% To show real and faked capitals we use +% the commercial Lucida fonts in the example: +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\IfFileExists{lucidabr.sty}{}{\typeout{The lucidabr package is not available}\stop} + \usepackage[lucidasmallscale]{lucidabr} + +\StartShownPreambleCommands +\usepackage{relsize} +\StopShownPreambleCommands +\begin{document} +\Large Some large text with a few + {\relsize{-2}small words} inside. +\par\medskip +\normalsize\noindent +S\textsmaller[2]{MALL} C\textsmaller[2]{APS} (faked)\\ +\textsc{Small Caps} (real; compare the running length + and stem thickness to previous line). +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-8.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-8.ltx new file mode 100644 index 00000000000..94e91c8f2da --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-8.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-8 on page 85. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{exscale,relsize} +\StopShownPreambleCommands +\begin{document} +\[ \sum \neq \mathlarger{\sum} \] +and $\frac{1}{2} \neq \frac{\mathlarger 1} +{2}$ but $N = \mathlarger {N}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-1-9.ltx b/Master/texmf-dist/doc/latex/tlc2/3-1-9.ltx new file mode 100644 index 00000000000..edfcecd4214 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-1-9.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-1-9 on page 85. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{exscale,relsize} +\StopShownPreambleCommands +\begin{document} +\[ \mathsmaller\sum_{i=1}^n \neq + \sum_{i=1}^n \neq \mathlarger\sum_{i=1}^n +\qquad \mathsmaller\int_0^\infty \neq + \int_0^\infty \neq \mathlarger\int_0^\infty +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-1.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-1.ltx new file mode 100644 index 00000000000..4379e7b6c2e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-1.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-1 on page 110. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{4\baselineskip} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\renewcommand\thefootnote + {\fnsymbol{footnote}} +text text text\footnote{The first} +text text\footnote{The second} text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-10.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-10.ltx new file mode 100644 index 00000000000..eccfc45d82b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-10.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-10 on page 118. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{6.5\baselineskip} +\addtolength\textwidth{-50pt} +\setlength\marginparwidth{40pt} + +\StartShownPreambleCommands +\usepackage[side,flushmargin]{footmisc} +\StopShownPreambleCommands +\begin{document} +Some text with a footnote.\footnote{A first.} +A lot of additional text here with a +footnote.\footnote{A second.} +Even more text and then another +footnote.\footnote{A third.} +Some more text.\footnote{A fourth.} A lot of +additional lines of text here to fill up the +space on the left. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-11.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-11.ltx new file mode 100644 index 00000000000..872212c9e0a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-11.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-11 on page 118. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{5\baselineskip} +\addtolength\textwidth{-10pt} %account for marginal space in example +\StartShownPreambleCommands +\usepackage[marginal]{footmisc} +\StopShownPreambleCommands +\begin{document} +Some text\footnote{A first.} with a +footnote. More text.\footnote{A second.} +Even more text.\footnote{A third.} Some +final text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-12.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-12.ltx new file mode 100644 index 00000000000..81fe9f145c8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-12.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-12 on page 119. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{5\baselineskip} +\StartShownPreambleCommands +\usepackage{footmisc} +\setlength\footnotemargin{10pt} +\StopShownPreambleCommands +\begin{document} +Some text\footnote{A first.} with a +footnote. More text.\footnote{A second.} +Even more text.\footnote{A third.} Some +final text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-13.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-13.ltx new file mode 100644 index 00000000000..71a33dfc316 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-13.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-13 on page 119. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{6.5\baselineskip} +\addtolength\textwidth{-80pt} +\setlength\marginparwidth{72pt} + +\StartShownPreambleCommands +\usepackage[side,ragged]{footmisc} +\StopShownPreambleCommands +\begin{document} +Some text\footnote{In the margin ragged +right often looks better.} with a footnote +A lot of additional text here to fill +up the space in the example. A lot of +additional text here to fill up the space +in the example. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-14.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-14.ltx new file mode 100644 index 00000000000..6a4e081ec6d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-14.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-14 on page 119. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{3.5\baselineskip} +\StartShownPreambleCommands +\usepackage[norule,para]{footmisc} +\StopShownPreambleCommands +\begin{document} +Some text with a footnote.\footnote{A first.} +More text.\footnote{A second.} Even more +text.\footnote{A third.} Some final text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-15.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-15.ltx new file mode 100644 index 00000000000..0f77302bad0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-15.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-15 on page 120. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\textheight{3\baselineskip} +\StartShownPreambleCommands +\usepackage[para]{footmisc} +\StopShownPreambleCommands +\begin{document} +Some text\footnote{A first.}\footnote{A second.} with +two footnotes. Even more text.\footnote{A third.} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-16.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-16.ltx new file mode 100644 index 00000000000..fd44654f4d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-16.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-16 on page 120. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\textheight{3\baselineskip} +\StartShownPreambleCommands +\usepackage[multiple,para]{footmisc} +\StopShownPreambleCommands +\begin{document} +Some text\footnote{A first.}\footnote{A second.} with +two footnotes. Even more text.\footnote{A third.} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-17.ltx2 b/Master/texmf-dist/doc/latex/tlc2/3-2-17.ltx2 new file mode 100644 index 00000000000..0120a253c61 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-17.ltx2 @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-17 on page 121. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{5\baselineskip} +\sloppy % since the examples are so small ... +\StartShownPreambleCommands +\usepackage[symbol]{footmisc} +\usepackage{perpage} +\MakePerPage[2]{footnote} +\StopShownPreambleCommands +\begin{document} +Some text\footnote{First.} with a footnote. +More\footnote{Second.} text. Even more +text.\footnote{Third.} And even\footnote + {Fourth.} more text. Some final text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-18.ltx2 b/Master/texmf-dist/doc/latex/tlc2/3-2-18.ltx2 new file mode 100644 index 00000000000..b40d4d610e2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-18.ltx2 @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-18 on page 121. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} +\setlength\textheight{5\baselineskip} +\newcounter{mnote} +\newcommand\mnote[1]{{\refstepcounter{mnote}% + \marginpar[\itshape\small\raggedleft\themnote.\ #1]% + {\itshape\small\raggedright\themnote.\ #1}}} +\usepackage{perpage} \MakePerPage{mnote} +\addtolength\textwidth{-38pt} +\setlength\marginparwidth{36pt} +\setlength\marginparsep{5pt} +\sloppy % since the examples are so small ... +\StartShownPreambleCommands +% code as above +\StopShownPreambleCommands +\begin{document} +Some text\mnote{First.} with a +footnote. More\footnote{Second +as footnote.} text. Even more +text.\mnote{Third!} And even +more\mnote {Fourth.} text. Some +final text.\footnote{Fifth!} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-19.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-19.ltx new file mode 100644 index 00000000000..6311ad475c7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-19.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-19 on page 123. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\textheight{7.5\baselineskip} + +\StartShownPreambleCommands +\usepackage[multiple]{footmisc} +\usepackage[para]{manyfoot} +\DeclareNewFootnote[para]{B}[alph] +\StopShownPreambleCommands +\begin{document} +Some text\footnote{A first.}\footnoteB{B-level.} +with footnotes. Even more text.\footnoteB{A second.} +Some text\footnote{Another main note.}% +\FootnoteB{*}{A manual marker.} with footnotes. +Even more text.\footnoteB{Another B note.} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-2.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-2.ltx new file mode 100644 index 00000000000..98c389c023f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-2.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-2 on page 110. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{10\baselineskip} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\noindent\ldots{} main text \ldots +\begin{center} + \begin{minipage}{.7\linewidth} + Footnotes in a minipage are numbered using + lowercase letters.\footnote{Inside minipage} + \par This text references a footnote at the + bottom of the page.\footnotemark{} + And another\footnote{Inside again} note. + \end{minipage}\footnotetext{At bottom of page} +\end{center} +\ldots{} main text \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-20.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-20.ltx new file mode 100644 index 00000000000..5439f72bb25 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-20.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-20 on page 123. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\sloppy % since the example measure is soooo small +\setlength\textheight{7.8\baselineskip} +\addtolength\textwidth{-44pt} +\setlength\marginparwidth{34pt} + +\StartShownPreambleCommands +\usepackage[side,flushmargin,ragged,multiple] + {footmisc} +\usepackage[para*]{manyfoot} +\DeclareNewFootnote[para]{B}[roman] +\StopShownPreambleCommands +\begin{document} +Some text\footnote{A first.}\footnoteB{B-level.} +with footnotes. Even more text.\footnoteB{A +second.} Some text\footnote{Another main note.}% +\FootnoteB{*}{A manual marker.} with footnotes. +Even more text.\footnoteB{Another B note.} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-21.ltx2 b/Master/texmf-dist/doc/latex/tlc2/3-2-21.ltx2 new file mode 100644 index 00000000000..1d83f9aeb2c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-21.ltx2 @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-21 on page 123. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{7\baselineskip} +\newcommand\sample{Some text for + this block to fill the page. } +\sloppy % since the examples are so small + +\StartShownPreambleCommands +\usepackage[para]{manyfoot} +\DeclareNewFootnote[para]{B}[roman] +\StopShownPreambleCommands +\begin{document} +Some\footnote{A first.} text with two +footnotes.\footnoteB{A second.} More +text.\footnoteB{This is a very very long +footnote that\SplitNote} Even more text. + +Some\FootnotetextB{}{is continued here.} +text here and\footnote{Another first.} +even more there. \sample % as elsewhere +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-22.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-22.ltx new file mode 100644 index 00000000000..496effd07b7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-22.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-22 on page 124. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\setlength\textheight{8\baselineskip} +\newcommand\sample{Some text for + this block to fill the page. } +\sloppy % since the examples are so small + +\StartShownPreambleCommands +\usepackage[para]{manyfoot} +\DeclareNewFootnote[para]{B}[roman] +\StopShownPreambleCommands +\begin{document} +Some\footnote{A first.} text with two +footnotes.\footnoteB{A second.} More +text.\footnoteB{This is a very very long +footnote that\SplitNote} Even more text. + +Some\FootnotetextB{}{is continued here.} +text here and\footnote{Another first.} +even more there. \sample % as elsewhere +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-23.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-23.ltx new file mode 100644 index 00000000000..6cffee581fc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-23.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-23 on page 124. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setlength\textheight{8.5\baselineskip} +\addtolength\textwidth{-4pt} + +\StartShownPreambleCommands +\usepackage[marginal,multiple]{footmisc} +\usepackage[ruled]{manyfoot} +\DeclareNewFootnote{B}[fnsymbol] +\DeclareNewFootnote{C}[Alph] +\setlength{\skip\footinsB}{5pt minus 1pt} +\setlength{\skip\footinsC}{5pt minus 1pt} +\StopShownPreambleCommands +\begin{document} +Some text\footnote{A first.}\footnoteB{A second.} +with a footnote. Even more text.\footnoteC{A third.} +Some text\footnoteB{A sample.} with a +footnote.\footnoteC{Another sample.} Some more +text for the example. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-24.ltx2 b/Master/texmf-dist/doc/latex/tlc2/3-2-24.ltx2 new file mode 100644 index 00000000000..913ade857c3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-24.ltx2 @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-24 on page 125. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{81.00082pt} +\setlength\textheight{8.3\baselineskip} +\sloppy % since the examples are so small +\raggedbottom + +\StartShownPreambleCommands +\usepackage[multiple]{footmisc} +\usepackage{manyfoot,perpage} +\DeclareNewFootnote{B}[fnsymbol] +\DeclareNewFootnote{C}[Alph] +\MakePerPage{footnoteB}\MakePerPage{footnoteC} +\StopShownPreambleCommands +\begin{document} +Some text\footnote{A first.} with a footnote. +Even more\footnoteB{Second.}\footnoteC{Third.} +text. Some text\footnoteC{A sample.} with a +footnote here.\footnoteC{Another sample.} Some +more text. And\footnote{Again.}\footnoteB{A + last.} a last note. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-25.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-25.ltx new file mode 100644 index 00000000000..ace31191320 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-25.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-25 on page 125. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex}% + {\normalfont\large\bfseries}} +\makeatother + +\StartShownPreambleCommands +\usepackage{endnotes} +\StopShownPreambleCommands +\begin{document} +This is simple text.\endnote{The first endnote.} +This is simple text.\endnote{The second endnote.} +Some more text with a mark.\endnotemark[1] + +\theendnotes % output endnotes here +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-26.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-26.ltx new file mode 100644 index 00000000000..dd7e19cda52 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-26.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-26 on page 126. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\addtolength\textwidth{-10pt} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex}% + {\normalfont\large\bfseries}} +\makeatother + +\StartShownPreambleCommands +\usepackage{endnotes} +\renewcommand\theendnote{\alph{endnote}} +\renewcommand\makeenmark{\textsuperscript{\theenmark)}} +\renewcommand\notesname {Chapter Notes} +\StopShownPreambleCommands +\begin{document} +This is simple text.\endnote{The first endnote.} +This is simple text.\endnote{The second endnote.} +Some more text with a mark.\endnotemark[1] +\theendnotes +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-27.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-27.ltx new file mode 100644 index 00000000000..8a39e0bce42 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-27.ltx @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-27 on page 126. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\addtolength\textwidth{-10pt} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex}% + {\normalfont\large\bfseries}} +\makeatother + +\StartShownPreambleCommands +\usepackage{endnotes} +\renewcommand\enoteformat{\noindent\raggedright + \setlength\parindent{12pt}\makebox[0pt][r]{\theenmark.\,}} +\renewcommand\enotesize{\scriptsize} +\StopShownPreambleCommands +\begin{document} +This is simple text.\endnote{The first endnote with a lot + of text to produce two lines.\par And even a second + paragraph.} +This is simple text.\endnote{The second endnote.} +Some more text with a mark.\endnotemark[1] +\theendnotes +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-28.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-28.ltx new file mode 100644 index 00000000000..011a7b44a1d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-28.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-28 on page 127. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy +\setcounter{page}{1} +\addtolength\textwidth{-70pt} +\setlength\marginparwidth{58pt} +\StartShownPreambleCommands + \newcommand\marginlabel[1]{\mbox{}\marginpar + {\raggedright\hspace{0pt}#1}} +\StopShownPreambleCommands +\begin{document} + Some\marginpar{ASuperLongFirstWord with problems} + text with a marginal note. Some more text. + Another\marginlabel{ASuperLongFirstword without + problems} text with a marginal note. Some more + text. A lot of additional text here to fill + up the space in the example on the left. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-3.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-3.ltx new file mode 100644 index 00000000000..8633e5492ce --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-3.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-3 on page 111. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{8\baselineskip} +\StartShownPreambleCommands +\usepackage{footmisc} +\StopShownPreambleCommands +\begin{document} +\noindent Main text \ldots \begin{center} + \begin{minipage}{.7\linewidth} + Footnotes in a minipage are numbered using + lowercase letters.\footnote{Inside minipage} + \par This text references the previous + footnote.\addtocounter{mpfootnote}{-1}% + \mpfootnotemark{} + And another\footnote{Inside as well} note. + \end{minipage} +\end{center} \ldots{} main text \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-4.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-4.ltx new file mode 100644 index 00000000000..adbdafd8d4a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-4.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-4 on page 111. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{4\baselineskip} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +Some\footnote{A sample\footnotemark{} +footnote.}\footnotetext{A subfootnote.} +text and some more text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-5.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-5.ltx new file mode 100644 index 00000000000..306faf91ace --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-5.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-5 on page 111. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{4\baselineskip} +\StartShownPreambleCommands +\newcommand\fnref[1]{\unskip~(\ref{#1})} +\StopShownPreambleCommands +\begin{document} +This is some text.\footnote{Text inside +referenced footnote\label{fn:myfoot}.}\par +\ldots as shown in footnote\fnref{fn:myfoot} +on page~\pageref{fn:myfoot},\ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-6.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-6.ltx new file mode 100644 index 00000000000..2c4aa1abcfa --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-6.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-6 on page 114. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\textheight{4\baselineskip} +\StartShownPreambleCommands +\makeatletter +\renewcommand\@makefntext[1]% + {\noindent\makebox[0pt][r]{\@thefnmark.\,}#1} +\makeatother +\StopShownPreambleCommands +\begin{document} +text text text\footnote{The first} +text text\footnote{The second} text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-7.ltx2 b/Master/texmf-dist/doc/latex/tlc2/3-2-7.ltx2 new file mode 100644 index 00000000000..7414e52098c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-7.ltx2 @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-7 on page 116. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{5\baselineskip} +\sloppy % examples are so small ... +\StartShownPreambleCommands +\usepackage[perpage,symbol]{footmisc} +\StopShownPreambleCommands +\begin{document} +Some text\footnote{First.} with a footnote. +More\footnote{Second.} text. Even more +text.\footnote{Third.} And even\footnote + {Fourth.} more text. Some final text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-8.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-8.ltx new file mode 100644 index 00000000000..04b08187d5b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-8.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-8 on page 117. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setlength\textheight{7\baselineskip} +\sloppy % examples are so small ... +\StartShownPreambleCommands +\usepackage[symbol]{footmisc} +\DefineFNsymbols{stars}[text]{* {**} {***} {****}} +\setfnsymbol{stars} +\StopShownPreambleCommands +\begin{document} +Some text\footnote{First.} with a footnote. +More\footnote{Second.} text. Even more +text.\footnote{Third.} And even\footnote{Fourth.} +more text. Some more text to finish up. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-2-9.ltx b/Master/texmf-dist/doc/latex/tlc2/3-2-9.ltx new file mode 100644 index 00000000000..84c9c638cfe --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-2-9.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-2-9 on page 118. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setlength\textheight{3.5\baselineskip} +\StartShownPreambleCommands +\usepackage[para]{footmisc} +\StopShownPreambleCommands +\begin{document} +Some text with a footnote.\footnote{A first.} +More text.\footnote{A second.} Even more +text.\footnote{A third.} Some final text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-1.ltx new file mode 100644 index 00000000000..c42bd32c32c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-1.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-1 on page 128. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands + \usepackage{pifont} + \newenvironment{MYitemize}{\renewcommand\labelitemi + {\ding{43}}\begin{itemize}}{\end{itemize}} +\StopShownPreambleCommands +\begin{document} + \begin{MYitemize} + \item Text of the first item in the list. + \item Text of the first sentence in the second + item of the list. And the second sentence. + \end{MYitemize} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-10.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-10.ltx new file mode 100644 index 00000000000..f9a90f24f12 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-10.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-10 on page 134. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage[pointedenum]{paralist} +\StopShownPreambleCommands +\begin{document} +\begin{compactenum} +\item First level. + \begin{compactenum} + \item Second level. + \begin{compactenum} \item Third level. \end{compactenum} + \item Second level again. + \end{compactenum} +\end{compactenum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-11.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-11.ltx new file mode 100644 index 00000000000..883b75ebab6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-11.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-11 on page 134. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{paralist} +\StopShownPreambleCommands +\begin{document} +The left margin may vary if we are not careful. +\begin{enumerate} +\item An item in a normal \texttt{enumerate}. +\end{enumerate} +\begin{compactenum} +\item Same left margin in \item this case. +\end{compactenum} +\begin{compactenum}[i)] +\item But a different one \item here. +\end{compactenum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-12.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-12.ltx new file mode 100644 index 00000000000..3865ef2fe35 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-12.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-12 on page 135. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage[alwaysadjust]{paralist} +\StopShownPreambleCommands +\begin{document} +Here we force the shortest possible indentation always: +\begin{enumerate} +\item An item in a normal \texttt{enumerate}. +\end{enumerate} +\begin{compactenum}[i)] +\item But a different \item indentation \item here. +\end{compactenum} +\begin{compactenum}[1.] +\item Same left margin as \item in the first case. +\end{compactenum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-13.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-13.ltx new file mode 100644 index 00000000000..0b9b3012941 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-13.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-13 on page 135. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy %as the column in the book is so + %small +\addtolength\textwidth{-24pt} + +\StartShownPreambleCommands +\usepackage[neveradjust]{paralist} +\StopShownPreambleCommands +\begin{document} +With this option the label is pushed into the margin. +\begin{enumerate} +\item An item in a normal\\ \texttt{enumerate}. +\end{enumerate} +\begin{compactenum}[{Task} A)] +\item Same left indentation in \item this case. +\end{compactenum} +\begin{compactenum}[1)] +\item And the same indentation \item here. +\end{compactenum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-14.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-14.ltx new file mode 100644 index 00000000000..e4445f3ebfb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-14.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-14 on page 135. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage[neverdecrease]{paralist} +\StopShownPreambleCommands +\begin{document} +Producing itemized lists with special labels is easy. +\begin{compactitem}[$\star$] +\item This example uses the package option + \texttt{neverdecrease}. +\item Without it the left margin would be smaller. +\end{compactitem} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-15.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-15.ltx new file mode 100644 index 00000000000..defc2994f60 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-15.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-15 on page 136. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy % as the column in the book is so small +\StartShownPreambleCommands +\usepackage{paralist} +\StopShownPreambleCommands +\begin{document} +Do you like inline description lists? Try them out! +\begin{compactdesc} +\item[paralist] A useful package as it supports + \begin{inparadesc} \item[compact\ldots] environments + that have zero vertical space, \item[aspara\ldots] + environments formatted as paragraphs, and + \item[inpara\ldots] environments as inline lists. + \end{inparadesc} +\item[enumerate] A package that is superseded now. +\end{compactdesc} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-16.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-16.ltx new file mode 100644 index 00000000000..47060a2fc14 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-16.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-16 on page 136. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{paralist} \setdefaultitem{}{\textbullet}{$\star$}{} +\StopShownPreambleCommands +\begin{document} +\begin{compactitem} +\item Outer level is using the default label. + \begin{compactitem} + \item On the second level we use again a bullet. + \begin{compactitem} + \item And on the third level a star. + \end{compactitem} + \end{compactitem} +\end{compactitem} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-17.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-17.ltx new file mode 100644 index 00000000000..f2076b66906 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-17.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-17 on page 137. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{paralist} \setdefaultenum{1)}{a)}{i)}{A)} +\StopShownPreambleCommands +\begin{document} +\begin{compactenum} +\item All levels get a closing parenthesis in this example. + \begin{compactenum} + \item Lowercase letters here. + \begin{compactenum} + \item Roman numerals here. \item Really! + \end{compactenum} + \end{compactenum} +\end{compactenum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-18.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-18.ltx new file mode 100644 index 00000000000..aacaf1ef715 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-18.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-18 on page 137. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{paralist} +\setdefaultenum{1)}{a)}{i)}{A)} +\setdefaultleftmargin{\parindent}{\parindent} + {\parindent}{}{}{} +\StopShownPreambleCommands +\begin{document} +\begin{compactenum} +\item All levels get a closing parenthesis in this example. + \begin{compactenum} + \item Lowercase letters here. + \begin{compactenum} + \item Roman numerals here. \item Really! + \end{compactenum} + \end{compactenum} +\end{compactenum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-19.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-19.ltx new file mode 100644 index 00000000000..76ded2d4b9b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-19.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-19 on page 139. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsthm} +\newtheorem{lem}{Lemma} +\newtheorem*{ML}{Mittelbach's Lemma} +\StopShownPreambleCommands +\begin{document} +\begin{lem}[Main] The \LaTeX{} Companion + complements any \LaTeX{} introduction. +\end{lem} +\begin{ML} The \LaTeX{} Companion contains + packages from all application areas. +\end{ML} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-2.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-2.ltx new file mode 100644 index 00000000000..c165338cd6e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-2.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-2 on page 129. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\renewcommand\theenumi {\Roman{enumi}} +\renewcommand\theenumii {\Alph{enumii}} +\renewcommand\labelenumii{\theenumii.} +\StopShownPreambleCommands +\begin{document} +\begin{enumerate} + \item \textbf{Introduction} \label{q1} + \begin{enumerate} + \item \textbf{Applications} \\ + Motivation for research and applications + related to the subject. \label{q2} + \item \textbf{Organization} \\ + Explain organization of the report, what + is included, and what is not. \label{q3} + \end{enumerate} + \item \textbf{Literature Survey} \label{q4} +\end{enumerate} +q1=\ref{q1} q2=\ref{q2} q3=\ref{q3} q4=\ref{q4} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-20.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-20.ltx new file mode 100644 index 00000000000..f6f9076c450 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-20.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-20 on page 140. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{amsthm} +\theoremstyle{plain} \newtheorem{thm}{Theorem} +\theoremstyle{definition} \newtheorem{defn}[thm]{Definition} +\theoremstyle{remark} \newtheorem*{rem}{Remark} +\StopShownPreambleCommands +\begin{document} +\begin{defn} + A typographical challenge is a problem that cannot be + solved with the help of \emph{The \LaTeX{} Companion}. +\end{defn} +\begin{thm}There are no typographical challenges.\end{thm} +\begin{rem}The proof is left to the reader.\end{rem} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-21.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-21.ltx new file mode 100644 index 00000000000..e35679eec81 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-21.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-21 on page 142. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\addtolength\textwidth{-2pt} % for the example in the book + +\StartShownPreambleCommands +\usepackage{ragged2e,amsthm} +\newtheoremstyle{break}% + {9pt}{9pt}% Space above and below + {\itshape\RaggedRight}% Body style + {-12pt}% Heading indent amount + {\sffamily\bfseries}{:}% Heading font and punctuation after it + {\newline}% Space after heading (\newline = linebreak) + {}% Head spec (empty = same as `plain' style) +\theoremstyle{break} +\newtheorem{exa}{Exercise} +\StopShownPreambleCommands +\begin{document} +\begin{exa}[Active author] + Find the author responsible for the largest number of + packages described in The \LaTeX{} Companion. +\end{exa} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-22.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-22.ltx new file mode 100644 index 00000000000..2ed22bb0d56 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-22.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-22 on page 143. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +% FAKE: definition for \cite to fit book bibliography !!! +\renewcommand\cite[1]{[87]} +% FAKE: in real life this example should have a bibliography!!! + +\StartShownPreambleCommands +\usepackage{amsthm} +\newtheoremstyle{citing}% Name + {3pt}{3pt}% Space above and below + {\itshape}% Body font + {\parindent}{\bfseries}% Heading indent and font + {.}% Punctuation after heading + { }% Space after head (" " = normal interword space) + {\thmnote{#3}}% Typeset note only, if present +\theoremstyle{citing} \newtheorem*{varthm}{} +\StopShownPreambleCommands +\begin{document} +\begin{varthm}[Theorem 3.16 in \cite{Knuth90}] +By focusing on small details, it is possible to +understand the deeper significance of a passage. +\end{varthm} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-23.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-23.ltx new file mode 100644 index 00000000000..deef3dad7ea --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-23.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-23 on page 144. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsthm} +\StopShownPreambleCommands +\begin{document} +\begin{proof}[Proof (sufficiency)] +This proof involves a list: +\begin{enumerate} + \item because the proof comes in two parts --- + \item --- we need to use \verb|\qedhere|. \qedhere +\end{enumerate} +\end{proof} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-24.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-24.ltx new file mode 100644 index 00000000000..79dca725a41 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-24.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-24 on page 145. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +\StartShownPreambleCommands + \usepackage{layouts} +\StopShownPreambleCommands +\begin{document} + \setlayoutscale{0.37} + \listdiagram +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-25.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-25.ltx new file mode 100644 index 00000000000..ad22a70cb09 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-25.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-25 on page 147. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\newenvironment{Quote}% + {\begin{list}{}% + {\setlength\rightmargin{\leftmargin}}% + \item[]\makebox[0pt][r]{``}\ignorespaces}% + {\unskip\makebox[0pt][l]{''}\end{list}} +\StopShownPreambleCommands +\begin{document} +\ldots\ text before. +\begin{Quote} + Some quoted text, followed by more quoted text. +\end{Quote} +Text following \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-26.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-26.ltx new file mode 100644 index 00000000000..b825a2ffef6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-26.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-26 on page 148. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{calc} +\newenvironment{Description} + {\begin{list}{}{\let\makelabel\Descriptionlabel + \setlength\labelwidth{40pt}% + \setlength\leftmargin{\labelwidth+\labelsep}}}% + {\end{list}} +\newcommand*\Descriptionlabel[1]{\textsf{#1:}\hfil} +\StopShownPreambleCommands +\begin{document} +\begin{Description} +\item[Description] + Returns from a function. If issued at top level, + the interpreter simply terminates, just as if + end of input had been reached. +\item[Errors] None. +\item[Return values] + \mbox{}\\ + Any arguments in effect are passed back to the + caller. +\end{Description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-27.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-27.ltx new file mode 100644 index 00000000000..87b32cefda5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-27.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-27 on page 149. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{calc} +\newenvironment{altDescription}[1] + {\begin{list}{}% + {\renewcommand\makelabel[1]{\textsf{##1:}\hfil}% + \settowidth\labelwidth{\makelabel{#1}}% + \setlength\leftmargin{\labelwidth+\labelsep}}}% + {\end{list}} +\StopShownPreambleCommands +\begin{document} +\begin{altDescription}{Return values} +\item[Description] + Returns from a function. If issued at top level, + the interpreter simply terminates, just as if end + of input had been reached. +\item[Errors] + None. +\item[Return values] + Any arguments in effect are passed back to the + caller. +\end{altDescription} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-28.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-28.ltx new file mode 100644 index 00000000000..95acad1c8ed --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-28.ltx @@ -0,0 +1,47 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-28 on page 150. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy % as the column in the book is so small +\newenvironment{Description} + {\begin{list}{}{\let\makelabel\Descriptionlabel + \setlength\labelwidth{40pt}% + \setlength\leftmargin{\labelwidth+\labelsep}}}% + {\end{list}} + +\StartShownPreambleCommands +\usepackage{calc,ifthen} \newlength{\Mylen} +% definition of Description environment as before +\newcommand*\Descriptionlabel[1]{% + \settowidth\Mylen{\textsf{#1:}}% determine width + \ifthenelse{\lengthtest{\Mylen > \labelwidth}}% + {\parbox[b]{\labelwidth}% term > labelwidth + {\makebox[0pt][l]{\textsf{#1:}}\\\mbox{}}}% + {\textsf{#1:}}% term <= labelwidth + \hfill} +\StopShownPreambleCommands +\begin{document} +\begin{Description} +\item[Description] Returns from a function. + If issued at top level, the interpreter simply + terminates, just as if end of input had been reached. +\item[Errors] None. +\item[Return values] + Any arguments in effect are passed back to the caller. +\end{Description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-29.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-29.ltx new file mode 100644 index 00000000000..3983a06e6b0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-29.ltx @@ -0,0 +1,45 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-29 on page 150. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy % as the column in the book is so small +\newenvironment{Description} + {\begin{list}{}{\let\makelabel\Descriptionlabel + \setlength\labelwidth{40pt}% + \setlength\leftmargin{\labelwidth+\labelsep}}}% + {\end{list}} + +\StartShownPreambleCommands +\usepackage{calc} +% definition of Description environment as before +\newcommand*\Descriptionlabel[1] + {\raisebox{0pt}[1ex][0pt]% + {\makebox[\labelwidth][l]% + {\parbox[t]{\labelwidth}% + {\hspace{0pt}\textsf{#1:}}}}} +\StopShownPreambleCommands +\begin{document} +\begin{Description} +\item[Description] Returns from a function. + If issued at top level, the interpreter simply + terminates, just as if end of input had been reached. +\item[Errors] None. +\item[Return\\values] + Any arguments in effect are passed back to the caller. +\end{Description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-3.ltx new file mode 100644 index 00000000000..65beab76d00 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-3.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-3 on page 130. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\renewcommand\labelenumi{\S\theenumi.} +\usepackage{varioref} \labelformat{enumi}{\S#1} +\StopShownPreambleCommands +\begin{document} +\begin{enumerate} +\item \label{w1} text inside list, more text inside list +\item \label{w2} text inside list, more text inside list +\item \label{w3} text inside list, more text inside list +\end{enumerate} +w1=\ref{w1} w2=\ref{w2} w3=\ref{w3} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-30.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-30.ltx new file mode 100644 index 00000000000..b46e871e9ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-30.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-30 on page 151. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\sloppy % as the column in the book is so small +\StartShownPreambleCommands +\newcounter{notes} +\newenvironment{Notes} + {\begin{list}{\textsc{Note} \arabic{notes}.}% + {\setlength\labelsep{10pt}% + \setlength\itemindent{10pt}% + \setlength\leftmargin{0pt}% + \setlength\labelwidth{0pt}% + \usecounter{notes}}}% + {\end{list}} +\StopShownPreambleCommands +\begin{document} +\begin{Notes} +\item This is the text of the first note item. + Some more text for the first note item. +\item This is the text of the second note item. + Some more text for the second note item. +\end{Notes} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-4.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-4.ltx new file mode 100644 index 00000000000..2da59e2cea4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-4.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-4 on page 131. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{calc,pifont} \newcounter{local} +\renewcommand\theenumi{\protect\setcounter{local}% + {171+\the\value{enumi}}\protect\ding{\value{local}}} +\renewcommand\labelenumi{\theenumi} +\StopShownPreambleCommands +\begin{document} +\begin{enumerate} +\item text inside list, text inside list, \label{l1} + text inside list, more text inside list; +\item text inside list, text inside list, \label{l2} + text inside list, more text inside list; +\item text inside list, text inside list, \label{l3} + text inside list, more text inside list. +\end{enumerate} +l1=\ref{l1} l2=\ref{l2} l3=\ref{l3} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-5.ltx new file mode 100644 index 00000000000..a69efdd4d44 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-5.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-5 on page 131. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\renewcommand\descriptionlabel[1]% + {\hspace{\labelsep}\textsf{#1}} +\StopShownPreambleCommands +\begin{document} +\begin{description} +\item[A.] text inside list, text inside list, + text inside list, more text inside list; +\item[B.] text inside list, text inside list, + text inside list, more text inside list; +\end{description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-6.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-6.ltx new file mode 100644 index 00000000000..96936e303e6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-6.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-6 on page 132. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{paralist} +\StopShownPreambleCommands +\begin{document} +We may want to enumerate items within a paragraph to +\begin{inparaenum}[(a)] + \item save space + \item make a less prominent statement, or + \item for some other reason. +\end{inparaenum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-7.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-7.ltx new file mode 100644 index 00000000000..e1ec017be8e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-7.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-7 on page 132. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{paralist} +\StopShownPreambleCommands +\begin{document} +On the other hand we may want to enumerate like this: +\begin{compactenum}[i)] + \item still make a display list + \item format items as usual but with less + vertical space, that is + \item similar to normal \texttt{enumerate}. +\end{compactenum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-8.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-8.ltx new file mode 100644 index 00000000000..c964502ce8a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-8.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-8 on page 133. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{paralist} +\StopShownPreambleCommands +\begin{document} +Or perhaps we may want to enumerate like this: +\begin{asparaenum}[1)] +\item still make a display list \item format items + as paragraphs with turnover lines not indented, + that is \item similar to normal \texttt{enumerate}. +\end{asparaenum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-3-9.ltx b/Master/texmf-dist/doc/latex/tlc2/3-3-9.ltx new file mode 100644 index 00000000000..ffe04edcfde --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-3-9.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-3-9 on page 133. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy %as the column in the book is so small +\StartShownPreambleCommands +\usepackage{paralist} +\StopShownPreambleCommands +\begin{document} +Item~\ref{bad} shows what can go wrong: +\begin{asparaenum}[Example a:] +\item On the first item we will not notice it +but \item the second item then shows what +happens if a special character is mistakenly +matched. \label{bad} +\end{asparaenum} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-1.ltx new file mode 100644 index 00000000000..c6e2f4ae6b6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-1.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-1 on page 152. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{alltt} +\StopShownPreambleCommands +\begin{document} +\begin{alltt} +One can have font changes, like +\emph{emphasized text}. +Some special characters: # $ % ^ & ~ _ +\end{alltt} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-10.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-10.ltx new file mode 100644 index 00000000000..91b3f36f3c9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-10.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-10 on page 157. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{ifthen,color,fancyvrb} +\StopShownPreambleCommands +\begin{document} +\renewcommand\FancyVerbFormatLine[1] + {\ifthenelse{\isodd{\value{FancyVerbLine}}}% + {\textcolor{blue}{#1}}{#1}} +\begin{Verbatim}[gobble=2] + This line should become blue while + this one will be black. And here +you can observe that gobble removes +not only blanks but any character. +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-11.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-11.ltx new file mode 100644 index 00000000000..87f77a0cc8d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-11.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-11 on page 157. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\begin{itemize} \item Normal indentation left: + \begin{Verbatim}[frame=single,xrightmargin=2pc] +A verbatim line of text! + \end{Verbatim} + \item No indentation at either side: + \begin{Verbatim}[resetmargins=true, + frame=single] +A verbatim line of text! + \end{Verbatim} +\end{itemize} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-12.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-12.ltx new file mode 100644 index 00000000000..53eb97e8f5e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-12.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-12 on page 158. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{color,fancyvrb} +\StopShownPreambleCommands +\begin{document} +\begin{Verbatim}[frame=single,rulecolor=\color{blue}, + framerule=3pt,framesep=1pc,fillcolor=\color{yellow}] +A framed verbatim line! +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-13.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-13.ltx new file mode 100644 index 00000000000..eb091a660f1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-13.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-13 on page 158. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{color,fancyvrb} +\StopShownPreambleCommands +\begin{document} +\renewcommand\FancyVerbFormatLine[1] + {\colorbox{green}{#1}} +\begin{Verbatim} +Some verbatim lines with a +background color. +\end{Verbatim} +\renewcommand\FancyVerbFormatLine[1] + {\colorbox{yellow}{\makebox[\linewidth][l]{#1}}} +\begin{Verbatim} +Some verbatim lines with a +background color. +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-14.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-14.ltx new file mode 100644 index 00000000000..b28239761d2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-14.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-14 on page 159. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\begin{Verbatim}[frame=single,label=\fbox{Example code}, + framesep=5mm,labelposition=bottomline] +Some verbatim text framed +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-15.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-15.ltx new file mode 100644 index 00000000000..36880ffadbf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-15.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-15 on page 159. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\begin{Verbatim}[frame=lines,framesep=5mm, + label={[Start of code]End of code}] + A line of code +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-16.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-16.ltx new file mode 100644 index 00000000000..f4b2c1565c4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-16.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-16 on page 159. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\begin{Verbatim}[baselinestretch=1.6] +This text is more or less double-spaced. +See also the discussion about the +setspace package elsewhere. +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-17.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-17.ltx new file mode 100644 index 00000000000..7e2e3ec8975 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-17.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-17 on page 160. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\begin{Verbatim}[numbers=left,numbersep=6pt] +Verbatim lines can be numbered +at either left or right. +\end{Verbatim} +Some intermediate text\ldots +\begin{Verbatim}[numbers=left,firstnumber=last] +Continuation is possible too +as we can see here. +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-18.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-18.ltx new file mode 100644 index 00000000000..0a88dbdd098 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-18.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-18 on page 160. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\def\thechapter{3} +\StartShownPreambleCommands +\usepackage{fancyvrb} +\renewcommand\theFancyVerbLine{\footnotesize + \thechapter.\arabic{FancyVerbLine}} +\StopShownPreambleCommands +\begin{document} +\begin{Verbatim}[numbers=left,stepnumber=2, + numberblanklines=true] +Normally empty lines in +in a verbatim will not receive +numbers---here they do! + +Admittedly using stepnumber +with such a redefinition of +FancyVerbLine looks a bit odd. +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-19.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-19.ltx new file mode 100644 index 00000000000..5edc17ffa04 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-19.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-19 on page 161. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\begin{Verbatim}[showtabs=true] +123456789012345678901234567890 +Two default tabs +\end{Verbatim} +\begin{Verbatim}[obeytabs=true,showtabs=true] +Two real tabs +\end{Verbatim} +\renewcommand\FancyVerbTab{$\triangleright$} +\begin{Verbatim}[obeytabs=true,showtabs=true] +Two new tabs +\end{Verbatim} +\begin{Verbatim}[obeytabs=true,tabsize=3,showtabs=true] +Using a special tab size +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-2.ltx new file mode 100644 index 00000000000..8227ecccfd1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-2.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-2 on page 152. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{shortvrb} +\StopShownPreambleCommands +\begin{document} +\MakeShortVerb{\|} +The use of |\MakeShortVerb| can make sources +much more readable. +\DeleteShortVerb{\|}\MakeShortVerb{\+} +And with the declaration +\DeleteShortVerb{\|}+ +we can return the +|+ character back to normal. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-20.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-20.ltx new file mode 100644 index 00000000000..14ac5c1cde1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-20.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-20 on page 161. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\begin{Verbatim}[commandchars=\|\[\],commentchar=\!] +We can |emph[emphasize] text +! see above (this line is invisible) +Line with label|label[linea] ! removes new line +is shown here. +\end{Verbatim} +On line~\ref{linea} we see\ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-21.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-21.ltx new file mode 100644 index 00000000000..9e33b044305 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-21.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-21 on page 162. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\newcommand*\FancyVerbStartString{START} +\newcommand*\FancyVerbStopString{STOP} +\begin{Verbatim} + A verbatim line not shown. +START + Only the third line is shown. +STOP + But the remainder is left out. +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-22.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-22.ltx new file mode 100644 index 00000000000..3f79d333e53 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-22.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-22 on page 163. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb,color} +\StopShownPreambleCommands +\begin{document} +\newenvironment{example} + {\VerbatimEnvironment\begin{VerbatimOut}{test.out}} + {\end{VerbatimOut}\noindent + \BVerbatimInput[lastline=1,formatcom=\color{blue}]{test.out}% + \VerbatimInput[numbers=left,firstnumber=1,firstline=2]{test.out}} +\begin{example} +A blue line. +Two lines +with numbers. +\end{example} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-23.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-23.ltx new file mode 100644 index 00000000000..3ad4ba26508 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-23.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-23 on page 164. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\begin{BVerbatim}[boxwidth=4pc,baseline=t] +first line +second line +\end{BVerbatim} +\begin{BVerbatim}[baseline=c] +first line +second line +\end{BVerbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-24.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-24.ltx new file mode 100644 index 00000000000..cac3caee499 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-24.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-24 on page 164. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} \fvset{gobble=2} +\StopShownPreambleCommands +\begin{document} +\noindent A line of text to show the left margin. +\begin{Verbatim} + The new `normal' case. +\end{Verbatim} +\begin{Verbatim}[gobble=0] +We now need to explicitly +cancel gobble occasionally! +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-25.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-25.ltx new file mode 100644 index 00000000000..9c9b4abcbed --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-25.ltx @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-25 on page 165. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\addtolength\textwidth{-30pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\CustomVerbatimEnvironment{myverbatim}{Verbatim} + {numbers=left,frame=lines,framerule=2pt} +\StopShownPreambleCommands +\begin{document} +\begin{myverbatim} +The normal case with thick +rules and numbers on the left. +\end{myverbatim} +\begin{myverbatim}[numbers=none,framerule=.6pt] +The exception without numbers +and thinner rules. +\end{myverbatim} +\RecustomVerbatimEnvironment{myverbatim}{Verbatim} + {numbers=left,frame=none,showspaces=true} +\begin{myverbatim} +And from here on the environment +behaves differently again. +\end{myverbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-26.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-26.ltx new file mode 100644 index 00000000000..f7026c96bce --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-26.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-26 on page 166. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\addtolength\textwidth{-50pt} +\setlength\marginparwidth{20pt} +\setlength\marginparsep{15pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\SaveVerb{danger}=Real \danger= + +\StopShownPreambleCommands +\begin{document} +\tableofcontents + +\section{\protect\UseVerb{danger}} + +\UseVerb*{danger} is no longer dangerous +and can\marginpar{\UseVerb[fontsize=\tiny] + {danger}} +be reused as often as desired. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-27.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-27.ltx new file mode 100644 index 00000000000..0de6f665338 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-27.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-27 on page 167. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\newcommand\vitem[1][]{\SaveVerb[commandchars=\|\<\>,% + aftersave={\item[\textnormal{\UseVerb[#1]{vsave}}]}]{vsave}} +\StopShownPreambleCommands +\begin{document} +\begin{description} +\vitem+\ddanger+ Dangerous beast;\\ found in \TeX books. +\vitem[fontsize=\tiny]+\danger+ Its small brother, + still dangerous. +\vitem+\dddanger{|emph<arg>}+ The ultimate horror. +\end{description} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-28.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-28.ltx new file mode 100644 index 00000000000..11c4e3a4461 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-28.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-28 on page 167. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\textheight{4\baselineskip} +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\VerbatimFootnotes +A bit of text to give us a reason to use a +footnote.\footnote{Here is proof: \verb=\danger{%_^}=} +Was this good enough? +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-29.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-29.ltx new file mode 100644 index 00000000000..6310969c79f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-29.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-29 on page 167. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\setlength\parindent{0pt} +\StartShownPreambleCommands +\usepackage{fancyvrb} +\CustomVerbatimCommand\verbx{Verb}{commandchars=\|\<\>} +\StopShownPreambleCommands +\begin{document} +\Verb[fontfamily=courier]+\realdanger{|emph<arg>}+ \\ +\verbx[fontfamily=courier]+\realdanger{|emph<arg>}+ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-3.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-3.ltx new file mode 100644 index 00000000000..3508d12bc8e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-3.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-3 on page 153. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{shortvrb} \MakeShortVerb*{\+} +\StopShownPreambleCommands +\begin{document} +Instead of \verb*/ / we can now write + +. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-30.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-30.ltx new file mode 100644 index 00000000000..118267321fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-30.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-30 on page 168. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{fancyvrb} +\StopShownPreambleCommands +\begin{document} +\DefineShortVerb[fontsize=\tiny]{\|} +The use of |\DefineShortVerb| can make sources +much more readable---or unreadable! \par +\UndefineShortVerb{\|}\DefineShortVerb{\+} +\fvset{fontfamily=courier} +And with +\UndefineShortVerb{\|}+ +we can return the +|+ character back to normal. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-31.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-31.ltx new file mode 100644 index 00000000000..00ca26b9849 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-31.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-31 on page 168. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{algorithmic} +\StopShownPreambleCommands +\begin{document} +\begin{algorithmic} +\IF {$i\leq0$} \STATE $i\gets1$ \ELSE +\IF {$i\geq0$} \STATE $i\gets0$ \ENDIF +\ENDIF +\end{algorithmic} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-32.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-32.ltx new file mode 100644 index 00000000000..4239d0924f3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-32.ltx @@ -0,0 +1,45 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-32 on page 170. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{listings} +\lstloadlanguages{C,Ada} +\lstset{language=C,commentstyle=\scriptsize} +\StopShownPreambleCommands +\begin{document} +A ``for'' loop in C: +\begin{lstlisting}[keywordstyle=\underbar] +int sum; +int i; /*for loop variable*/ +sum=0; +for (i=0;i<n;i++) { + sum += a[i]; +} +\end{lstlisting} +Now the same loop in Ada: +\begin{lstlisting}[language=Ada] +Sum: Integer; +-- no decl for I necessary +Sum := 0; +for I in 1..N loop + Sum := Sum + A(I); +end loop; +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-33.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-33.ltx new file mode 100644 index 00000000000..012477103e3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-33.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-33 on page 171. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{listings,color} +\lstset{emph={Sum,N},emphstyle=\color{blue}, + emph=[2]I,emphstyle=[2]\underbar} +\StopShownPreambleCommands +\begin{document} +\begin{lstlisting}[language=Ada] +Sum: Integer; Sum := 0; +for I in 1..N loop + Sum := Sum + A(I); +end loop; +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-34.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-34.ltx new file mode 100644 index 00000000000..870ead3acc7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-34.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-34 on page 171. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{listings} \lstset{language=C} +\StopShownPreambleCommands +\begin{document} +The \lstinline[keywordstyle=\underbar]!for! +loop is specified as \lstinline!i=0;i<n;i++!. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-35.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-35.ltx new file mode 100644 index 00000000000..8680abc10cf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-35.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-35 on page 171. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{listings} +\begin{filecontents*}{pascal.src} +for i:=1 to maxint do +begin + WrItE('This is stupid'); +end. +\end{filecontents*} +\StopShownPreambleCommands +\begin{document} +\lstinputlisting[language=Pascal]{pascal.src} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-36.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-36.ltx new file mode 100644 index 00000000000..1d5e98d669a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-36.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-36 on page 172. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\begin{filecontents*}{pascal.src} +for i:=1 to maxint do +begin + WrItE('This is stupid'); +end. +\end{filecontents*} +\StartShownPreambleCommands +\usepackage{listings} +% pascal.src as defined before +\StopShownPreambleCommands +\begin{document} +\lstset{numberstyle=\tiny,numbers=left, + stepnumber=2,numbersep=5pt,firstnumber=10, + xleftmargin=12pt,showstringspaces=false} +\noindent Some text before \ldots +\lstinputlisting[language=Pascal]{pascal.src} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-37.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-37.ltx new file mode 100644 index 00000000000..26c6b3c6dd1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-37.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-37 on page 172. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\addtolength\textwidth{-15pt} + +\StartShownPreambleCommands +\usepackage{listings} \lstset{language=Ada,numbers=right, + numberstyle=\tiny,stepnumber=1,numbersep=5pt} +\StopShownPreambleCommands +\begin{document} +\begin{lstlisting}[name=Test] +Sum: Integer; +\end{lstlisting} +The second fragment continues the numbering. +\begin{lstlisting}[name=Test] +Sum := 0; +for I in 1..N loop + Sum := Sum + A(I); +end loop; +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-38.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-38.ltx new file mode 100644 index 00000000000..679c84d44bc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-38.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-38 on page 173. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{color,listings} +\lstset{breaklines=true,breakindent=0pt, + prebreak=\mbox{\tiny$\searrow$}, + postbreak=\mbox{{\color{blue}\tiny$\rightarrow$}}} +\StopShownPreambleCommands +\begin{document} +\begin{lstlisting} +Text at left margin + /*A long string is broken across the line!*/ +\end{lstlisting} +\begin{lstlisting}[breakautoindent=false, + postbreak=\tiny (cont.)\,] + /*A long string is broken across the line!*/ +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-39.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-39.ltx new file mode 100644 index 00000000000..38a8280066a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-39.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-39 on page 173. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\begin{filecontents*}{pascal.src} +for i:=1 to maxint do +begin + WrItE('This is stupid'); +end. +\end{filecontents*} +\addtolength\textwidth{-20pt} + +\StartShownPreambleCommands +\usepackage{listings} +% pascal.src as defined before +\StopShownPreambleCommands +\begin{document} +\lstset{frame=trBL,framerule=2pt,framesep=4pt, + rulesep=1pt,showspaces=true} +\lstinputlisting[language=Pascal]{pascal.src} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-4.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-4.ltx new file mode 100644 index 00000000000..8fd7e698ac0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-4.ltx @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-4 on page 153. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{verbatim,moreverb} +\StopShownPreambleCommands +\begin{document} +Text before listing environment. +\begin{listing*}[2]{3} +The listing environment numbers the +lines in it. It takes an optional +argument, which is the step between +numbered lines (line 1 is always +numbered if present), and a required +argument, which is the starting line. +The star form makes blanks visible. +\end{listing*} +Text between listing environments. +\begin{listingcont} +This listingcont environment continues +where the previous listing environment +left off. Both the listing and +listingcont environments expand tabs +with a default tab width of 8. +\end{listingcont} +Text following listing environments. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-40.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-40.ltx new file mode 100644 index 00000000000..f08eea0361f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-40.ltx @@ -0,0 +1,45 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-40 on page 174. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\begin{filecontents*}{pascal.src} +for i:=1 to maxint do +begin + WrItE('This is stupid'); +end. +\end{filecontents*} +\addtolength\textwidth{-20pt} + +\StartShownPreambleCommands +\usepackage{listings} +% pascal.src as defined before +\StopShownPreambleCommands +\begin{document} +\lstset{frame=single,frameround=tftt, + language=Pascal,captionpos=b} +\lstlistoflistings + % +\bigskip % normally the above is in the +\noindent % front matter section, but here ... + % +The Pascal code in listing~\ref{foo} shows\ldots +\lstinputlisting + [caption={[Pascal listing]Pascal},label=foo] + {pascal.src} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-41.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-41.ltx new file mode 100644 index 00000000000..b9dabc77e32 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-41.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-41 on page 175. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage[latin1]{inputenc} +\usepackage{listings} +\lstset{language=C,commentstyle=\scriptsize} +\StopShownPreambleCommands +\begin{document} +\begin{lstlisting} +int i; /*für die äußere Schleife*/ +\end{lstlisting} +\begin{lstlisting}[extendedchars=true] +int i; /*für die äußere Schleife*/ +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-42.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-42.ltx new file mode 100644 index 00000000000..e0aea4eefda --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-42.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-42 on page 175. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{listings} +\StopShownPreambleCommands +\begin{document} +\lstset{literate={:=}{{$\gets$}}1 + {<=}{{$\leq$}}1 {>=}{{$\geq$}}1 {<>}{{$\neq$}}1} +\begin{lstlisting}[gobble=2] + var i:integer; + if (i<=0) i := 1; + if (i>=0) i := 0; + if (i<>0) i := 0; +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-5.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-5.ltx new file mode 100644 index 00000000000..a4c687bcedf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-5.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-5 on page 154. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage[scaled=0.85]{luximono} +\StopShownPreambleCommands +\begin{document} +\raggedright +\verb+TEST=`ls -l |awk '{print $3}'`+ +\par \renewcommand\ttdefault{pcr} +\verb+TEST=`ls -l |awk '{print $3}'`+ +\par \renewcommand\ttdefault{cmtt} +\verb+TEST=`ls -l |awk '{print $3}'`+ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-6.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-6.ltx new file mode 100644 index 00000000000..a6bdfb4ec1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-6.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-6 on page 154. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage[scaled=0.85]{luximono} +\usepackage{upquote} +\StopShownPreambleCommands +\begin{document} +\raggedright +\verb+TEST=`ls -l |awk '{print $3}'`+ +\par \renewcommand\ttdefault{pcr} +\verb+TEST=`ls -l |awk '{print $3}'`+ +\par \renewcommand\ttdefault{cmtt} +\verb+TEST=`ls -l |awk '{print $3}'`+ +\par \texttt{but `text' is unaffected!} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-7.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-7.ltx new file mode 100644 index 00000000000..690e6e814a5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-7.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-7 on page 154. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{textcomp} +\usepackage{listings} \lstset{upquote} +\StopShownPreambleCommands +\begin{document} +\begin{lstlisting}[language=ksh] +TEST=`ls -l |awk '{print $3}'` +\end{lstlisting} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-8.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-8.ltx new file mode 100644 index 00000000000..a2e4fbb732c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-8.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-8 on page 156. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{fancyvrb} +\usepackage[OT1,T1]{fontenc} +\StopShownPreambleCommands +\begin{document} +\fontencoding{OT1}\selectfont +\begin{Verbatim}[fontfamily=tt] +Family `tt' is fine in OT1: \sum_{i=1}^n +\end{Verbatim} +\begin{Verbatim}[fontfamily=helvetica] +But `helvetica' fails in OT1: \sum_{i=1}^n +\end{Verbatim} +\fontencoding{T1}\selectfont +\begin{Verbatim}[fontfamily=helvetica] +... while it works in T1: \sum_{i=1}^n +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-4-9.ltx b/Master/texmf-dist/doc/latex/tlc2/3-4-9.ltx new file mode 100644 index 00000000000..1d7f06d3cc9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-4-9.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-4-9 on page 156. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{relsize,fancyvrb} +\StopShownPreambleCommands +\begin{document} +\begin{Verbatim}[fontsize=\relsize{-2}] + \sum_{i=1}^n +\end{Verbatim} +A line of text to show the body size. +\begin{Verbatim}[fontshape=sl,fontsize=\Large] + \sum_{i=1}^n +\end{Verbatim} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-1.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-1.ltx new file mode 100644 index 00000000000..33ee3a52a6b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-1.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-1 on page 177. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\addtolength\textwidth{-30pt} + +\StartShownPreambleCommands +\usepackage{lineno} +\newcommand\para{ Some text to experiment + with line numbering.\par} +\StopShownPreambleCommands +\begin{document} +No line numbers here.\para +\linenumbers +But here we get line numbers.\para +And here too.\para +\linenumbers[-10] +Restart with a negative number.\para +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-10.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-10.ltx new file mode 100644 index 00000000000..4f9376a61fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-10.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-10 on page 182. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{parallel} +\StopShownPreambleCommands +\begin{document} +\begin{Parallel}{}{} + \ParallelLText{This is text in the English + language explaining the command \verb=\foo=.} + \ParallelRText{Dies ist Text in deutscher Sprache, + der das Kommando \verb=\foo= erl\"autert.} +\end{Parallel} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-11.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-11.ltx new file mode 100644 index 00000000000..c67701b5ce0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-11.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-11 on page 182. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\addtolength\textwidth{-10pt} +\StartShownPreambleCommands +\usepackage{parallel,lineno} +\linenumbers \modulolinenumbers[2] +\setlength\linenumbersep{1pt} +\newcommand\LR[2]{\ParallelLText{#1}% + \ParallelRText{#2}\ParallelPar} +\StopShownPreambleCommands +\begin{document} +\begin{Parallel}{.45\linewidth}{} +\raggedright \setlength\leftskip{10pt} + \setlength\parindent{-\leftskip} +\LR{I just go online and download an update.}{Ich + geh mal eben auf den Strich und lade mir ein + Auffrisch herunter.} \LR{This laptop is missing + several interfaces.} {Dieser Scho\ss\-spitze + fehlt so manches Zwi\-schen\-ge\-sicht.} +\LR{Microsoft Office on floppy disks.}{Kleinweich + B\"uro auf Schlabberscheiben.} +\end{Parallel} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-12.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-12.ltx new file mode 100644 index 00000000000..23735bffb5b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-12.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-12 on page 183. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{parallel} +\StopShownPreambleCommands +\begin{document} +\begin{Parallel}{}{} + \ParallelLText{This is text that contains: + \[ \sum_{n=1}^x2 a_n \]} + \ParallelRText{And here is the explanation + showing some surprising effect.} +\end{Parallel} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-13.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-13.ltx new file mode 100644 index 00000000000..6c8d31b2504 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-13.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-13 on page 183. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[OldStyleNums,SeparatedFootnotes]{parallel} +\renewcommand\ParallelAtEnd{\vspace{7pt}\footnoterule} +\renewcommand\ParallelDot + {\makebox[0pt][l]{\textperiodcentered}} +\StopShownPreambleCommands +\begin{document} +\begin{Parallel}[v]{}{} \raggedright + \ParallelLText{This is text in the English + language\footnote{We hope!} explaining the + command \verb=\foo=.} + \ParallelRText{Dies ist Text\footnote{Ein Satz.} in + deutscher Sprache\footnote{Schlechter Stil!}, der + das Kommando \verb=\foo= erl\"autert.} +\end{Parallel} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-14.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-14.ltx new file mode 100644 index 00000000000..7a9e37ad470 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-14.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-14 on page 184. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +% To help with narrow measure in the book: +\addtolength\columnsep{6pt} +\StartShownPreambleCommands +\usepackage{multicol} +\StopShownPreambleCommands +\begin{document} +\begin{multicols}{3} + Here is some text to be distributed over + several columns. If the columns are very + narrow try typesetting ragged right. +\end{multicols} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-15.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-15.ltx new file mode 100644 index 00000000000..d3c581bac93 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-15.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-15 on page 185. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +% To help with narrow measure in the book: +\addtolength\columnsep{6pt} +\StartShownPreambleCommands +\usepackage{multicol} +\StopShownPreambleCommands +\begin{document} +\begin{multicols}{2} + [\section*{Some useful advice}] + Here is some text to be distributed over + several columns. If the columns are very + narrow try typesetting ragged right. +\end{multicols} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-16.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-16.ltx new file mode 100644 index 00000000000..8424974d587 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-16.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-16 on page 186. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{multicol,ragged2e} +\setlength\columnseprule{0.4pt} +\addtolength\columnsep{2pt} +\StopShownPreambleCommands +\begin{document} +\begin{multicols}{3} +\RaggedRight + Here is some text to be distributed over + several columns. In this example ragged-right + typesetting is used. +\end{multicols} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-17.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-17.ltx new file mode 100644 index 00000000000..256bc52646a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-17.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-17 on page 187. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{multicol,ragged2e} +\addtolength\columnsep{2pt} +\StopShownPreambleCommands +\begin{document} +\begin{multicols}{3} +\RaggedRight +\setcounter{unbalance}{1} + Here is some text to be distributed over + several columns. In this example ragged-right + typesetting is used. +\end{multicols} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-18.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-18.ltx new file mode 100644 index 00000000000..b0e946bdd96 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-18.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-18 on page 189. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{multicol,ragged2e} +\StopShownPreambleCommands +\begin{document} +\begin{multicols}{2} \RaggedRight + Here is some text to be distributed over several + columns. \par \vfill\columnbreak + With the help of the \verb=\columnbreak= command + this paragraph was forced into the second column. +\end{multicols} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-19.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-19.ltx new file mode 100644 index 00000000000..b50aa2e9b1f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-19.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-19 on page 190. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setcounter{page}{1} % we start at the beginning +\addtolength\textwidth{-32pt} % account for change bars in printing + +\StartShownPreambleCommands +\usepackage{changebar} +\StopShownPreambleCommands +\begin{document} +\cbstart +This is the text in the first paragraph. +This is the text in the first paragraph.\cbend + +This is the text in the second paragraph. +\cbdelete +This is the text in the second paragraph. + +\setcounter{changebargrey}{35} +\begin{changebar}[4pt] +This is paragraph three. \par +This is paragraph four. +\end{changebar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-2.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-2.ltx new file mode 100644 index 00000000000..c6b3d7867d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-2.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-2 on page 177. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\sloppy +\setlength\marginparwidth{65pt} +\setlength\marginparsep{25pt} +\addtolength\textwidth{-100pt} +\newcommand\para{ Some text to experiment + with line numbering.\par} +\StartShownPreambleCommands +\usepackage{lineno} +% \para defined as before +\StopShownPreambleCommands +\begin{document} +\linenumbers +Some text on the main vertical list! +\marginpar{\footnotesize + \internallinenumbers* \para} +\para \para In this paragraph we use +a second marginal note affecting the +\marginpar{\footnotesize + \internallinenumbers \para} +line numbers this time.\para +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-20.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-20.ltx new file mode 100644 index 00000000000..a9dcd346d40 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-20.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-20 on page 191. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\setcounter{page}{1} % we start at the beginning +\addtolength\textwidth{-12pt} % account for change bars in printing + +\StartShownPreambleCommands +\usepackage[rightbars,color]{changebar} +\cbcolor{blue} +\setlength\changebarsep{10pt} +\StopShownPreambleCommands +\begin{document} +\cbstart +This is the text in the first paragraph. +This is the text in the first paragraph.\cbend + +This is the text in the second paragraph. +\cbdelete +This is the text in the second paragraph. + +\begin{changebar} +This is paragraph three. \par +This is paragraph four. +\end{changebar} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-3.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-3.ltx new file mode 100644 index 00000000000..fb6382d4414 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-3.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-3 on page 178. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\addtolength\textwidth{-30pt} +\StartShownPreambleCommands +\usepackage{lineno} \linenumbers +\newcommand\sample{ Some text to + experiment with line numbering.} +\StopShownPreambleCommands +\begin{document} +No line number before the display: +\[ x \neq y \] \sample \par +But line numbers in this case: +\begin{linenomath} + \[ x \neq y \] +\end{linenomath} +\sample\par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-4.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-4.ltx new file mode 100644 index 00000000000..06c97c465c2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-4.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-4 on page 178. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\addtolength\textwidth{-30pt} +\newcommand\sample{ Some text to experiment + with line numbering.} +\StartShownPreambleCommands +\usepackage[displaymath,mathlines] + {lineno} +\linenumbers +% \sample as defined before +\StopShownPreambleCommands +\begin{document} +\sample \[ x \neq y \] \sample\par +\sample +\begin{displaymath} + x \neq y +\end{displaymath} +\sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-5.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-5.ltx new file mode 100644 index 00000000000..ae15cfdf79e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-5.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-5 on page 179. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\addtolength\textwidth{-30pt} +\newcommand\sample{ Some text to experiment + with line numbering.} +\StartShownPreambleCommands +\usepackage{lineno} +\linenumbers +% \sample as defined before + +\StopShownPreambleCommands +\begin{document} +\sample\linelabel{first}\sample\sample +\sample\linelabel{second}\sample + +In the text on lines~\ref{first}, +\lineref[1]{first}, up to and including +line~\ref{second} we see refererences to +individual lines \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-6.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-6.ltx new file mode 100644 index 00000000000..a786d5365de --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-6.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-6 on page 179. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\addtolength\textwidth{-30pt} +\newcommand\sample{ Some text to experiment + with line numbering.} +\StartShownPreambleCommands +\usepackage{lineno} +\linenumbers +% \sample defined as before + +\StopShownPreambleCommands +\begin{document} +\sample \sample \sample \par +\modulolinenumbers[2] +And now a paragraph with numbers on every +second line.\sample \sample \sample \par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-7.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-7.ltx new file mode 100644 index 00000000000..cc3a14e9c30 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-7.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-7 on page 180. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\addtolength\textwidth{-30pt} +\newcommand\sample{ Some text to experiment + with line numbering.} +\StartShownPreambleCommands +\usepackage[right]{lineno} +\linenumbers +% \sample defined as before +\StopShownPreambleCommands +\begin{document} +The option ``right'' changes the line +number position. \sample \sample \par +\renewcommand\linenumberfont + {\normalfont\footnotesize\ttfamily} +\setlength\linenumbersep{20pt} +Now we use a different font and a bigger +separation. \sample \sample \par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-8.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-8.ltx new file mode 100644 index 00000000000..a28d7607b5a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-8.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-8 on page 180. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\addtolength\textwidth{-30pt} +\newcommand\sample{ Some text to experiment + with line numbering.} +\StartShownPreambleCommands +\usepackage{lineno} +\linenumbers +% \sample defined as before +\StopShownPreambleCommands +\begin{document} +\begin{quote} + \sample +\end{quote} +\sample \sample +\begin{numquote} + \sample +\end{numquote} +Some more text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/3-5-9.ltx b/Master/texmf-dist/doc/latex/tlc2/3-5-9.ltx new file mode 100644 index 00000000000..8dbf1fc6394 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/3-5-9.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 3-5-9 on page 181. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\sloppy +\setlength\marginparsep{20pt} +\addtolength\textwidth{-30pt} +\newcommand\sample{ Some text to experiment + with line numbering.} +\StartShownPreambleCommands +\usepackage{lineno} \linenumbers +% \sample defined as before +\newenvironment{numarrows} + {\renewcommand\makeLineNumber + {\llap{\LineNumber$\rightarrow$ }}} + {\par} +\newenvironment{arrows}{\renewcommand\makeLineNumber + {\rlap{\hspace{\textwidth} $\leftarrow$}}}{\par} +\StopShownPreambleCommands +\begin{document} +\begin{numarrows} \sample \end{numarrows} +\begin{arrows} \sample \sample \end{arrows} +\sample +\begin{numarrows} \sample \end{numarrows} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-1-1.ltx b/Master/texmf-dist/doc/latex/tlc2/4-1-1.ltx new file mode 100644 index 00000000000..327955e6bd3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-1-1.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-1-1 on page 194. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\usepackage[landscape,a5paper,hmarginratio=1:4]{geometry} +\usepackage{layout} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\makeatletter\@twosidefalse\makeatother %pretend we do not have + %twoside set +\layout +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-1.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-1.ltx new file mode 100644 index 00000000000..c0ac5b7cb17 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-1.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-1 on page 200. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{279.0pt} + +\StartShownPreambleCommands +\usepackage{layouts} +\StopShownPreambleCommands +\begin{document} +\setlayoutscale{0.33} +\setparametertextfont + {\scriptsize} +\setlabelfont{\scriptsize} +\pagediagram +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-10.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-10.ltx new file mode 100644 index 00000000000..4494bc253aa --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-10.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-10 on page 211. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{page}{1} +\newcommand\showpage{% + \setlayoutscale{0.27}% + \setlabelfont{\tiny}% + \printheadingsfalse + \printparametersfalse + \currentpage\pagedesign} + +\StartShownPreambleCommands +\usepackage[a6paper,landscape, + margin=1in,includeall]{geometry} +% overwriting some values: +\geometry{right=2in,ignoremp} +\usepackage{layouts} +% \showpage as previously defined +\StopShownPreambleCommands +\begin{document} +\showpage +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-11.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-11.ltx new file mode 100644 index 00000000000..f0ba4dd2cef --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-11.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-11 on page 213. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} +\setcounter{page}{1} +\StartShownPreambleCommands +\usepackage{graphicx,geometry} +\geometry{paperwidth=2in, + paperheight=1in, + margin=5mm} +\usepackage[cam,a5,center]{crop} +\StopShownPreambleCommands +\begin{document} +Some text to show the text area +\includegraphics[width=8mm] + {rosette.ps} +selected in relation to the crop +marks. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-12.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-12.ltx new file mode 100644 index 00000000000..9131bf7d41e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-12.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-12 on page 214. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} +\setcounter{page}{1} +\StartShownPreambleCommands +\usepackage{graphicx,geometry} +\geometry{paperwidth=2in, + paperheight=1in, + margin=5mm} +\usepackage[cross,a5,nographics] + {crop} +\StopShownPreambleCommands +\begin{document} +Some text to show the text area +\includegraphics[width=8mm] + {rosette.ps} +selected in relation to the crop +marks. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-13.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-13.ltx new file mode 100644 index 00000000000..489e7fd1c79 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-13.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-13 on page 214. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} +\setcounter{page}{1} +\StartShownPreambleCommands +\usepackage{graphicx,geometry} +\geometry{paperwidth=2in, + paperheight=1in, + margin=5mm} +\usepackage[frame,a5,mirror]{crop} +\StopShownPreambleCommands +\begin{document} +Some text to show the text area +\includegraphics[width=8mm] + {rosette.ps} +selected in relation to the crop +marks. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-2.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-2.ltx new file mode 100644 index 00000000000..fc763ccb75d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-2.ltx @@ -0,0 +1,50 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-2 on page 201. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +\StartShownPreambleCommands +\usepackage{calc,layouts} +\StopShownPreambleCommands +\begin{document} +\setlayoutscale{0.3} +\currentpage +\oddpagelayoutfalse +\twocolumnlayouttrue + +\trypaperwidth{11in} +\trypaperheight{8.5in} +\trytextwidth{500pt} +\trytextheight{\topskip + + 30\baselineskip} +\trycolumnsep{120pt} +\trycolumnseprule{3pt} + +\tryheadheight{12pt} +\tryheadsep{18pt} +\tryfootskip{40pt} + +\tryevensidemargin{120pt} + +\setfootbox{12pt}{24pt} + +\setlabelfont{\tiny} +\drawdimensionsfalse +\printheadingsfalse +\pagedesign +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-3.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-3.ltx new file mode 100644 index 00000000000..10087cbe457 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-3.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-3 on page 203. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{page}{1} +\StartShownPreambleCommands +\usepackage{vmargin} +\setpapersize[portrait]{A5} +\setmarginsrb{80pt}{40pt}% left, top + {120pt}{80pt}% right, bottom + {12pt}{10pt}% head height, sep + {12pt}{30pt}% foot height, sep +\setlength\marginparwidth{100pt} +% Code to display the resulting layout: +\usepackage{layouts} +\newcommand\showpage{% + \setlayoutscale{0.25}\setlabelfont{\tiny}% + \printheadingsfalse\printparametersfalse + \currentpage\pagedesign} +\StopShownPreambleCommands +\begin{document} +\showpage +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-4.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-4.ltx new file mode 100644 index 00000000000..2785e0a3b84 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-4.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-4 on page 204. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{page}{1} +\StartShownPreambleCommands +\usepackage[a5paper,landscape,DIVcalc]{typearea} +% to display the resulting layout: +\usepackage{layouts} +\newcommand\showpage{% + \setlayoutscale{0.27}\setlabelfont{\tiny}% + \printheadingsfalse\printparametersfalse + \currentpage\pagedesign} +\StopShownPreambleCommands +\begin{document} +\showpage + +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-5.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-5.ltx new file mode 100644 index 00000000000..920564b1cee --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-5.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-5 on page 205. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{page}{1} +\newcommand\showpage{% + \setlayoutscale{0.27}% + \setlabelfont{\tiny}% + \printheadingsfalse + \printparametersfalse + \currentpage\pagedesign} + +\StartShownPreambleCommands +\usepackage[a5paper,landscape, + 2.5headlines, + headinclude,mpinclude, + DIVcalc]{typearea} +\usepackage{layouts} +% \showpage as previously defined +\StopShownPreambleCommands +\begin{document} +\showpage + +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-6.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-6.ltx new file mode 100644 index 00000000000..445053df9d9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-6.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-6 on page 205. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{page}{1} +\newcommand\showpage{% + \setlayoutscale{0.27}% + \setlabelfont{\tiny}% + \printheadingsfalse + \printparametersfalse + \currentpage\pagedesign} + +\StartShownPreambleCommands +\usepackage[a5paper,landscape]{typearea} +\usepackage{bookman} + +% syntax: \typearea[<binding corr.>]{<slices>} +\typearea[10mm]{11} + +\usepackage{layouts} +% \showpage as previously defined +\StopShownPreambleCommands +\begin{document} +\showpage + +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-7.ltx b/Master/texmf-dist/doc/latex/tlc2/4-2-7.ltx new file mode 100644 index 00000000000..a588ec67894 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-7.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-7 on page 206. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{page}{1} +\newcommand\showpage{% + \setlayoutscale{0.27}% + \setlabelfont{\tiny}% + \printheadingsfalse + \printparametersfalse + \currentpage\pagedesign} + +\StartShownPreambleCommands +\usepackage[marginratio=1:2, + paper=a5paper,landscape=true, + tmargin=52pt,lmargin=74pt, + headheight=30pt,marginparwidth=62pt, + includehead,includemp]{geometry} +\usepackage{layouts} +% \showpage as previously defined +\StopShownPreambleCommands +\begin{document} +\showpage + +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-8.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-2-8.ltx2 new file mode 100644 index 00000000000..09052fa2bbc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-8.ltx2 @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-8 on page 209. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +% +\newcommand\showpage{% + \setlayoutscale{0.27}% + \setlabelfont{\tiny}% + \printheadingsfalse + \printparametersfalse + \currentpage\pagedesign} + +\StartShownPreambleCommands +\usepackage[a6paper,twoside] + {geometry} +\usepackage{layouts} +% \showpage as previously defined +\StopShownPreambleCommands +\begin{document} +\showpage \newpage \showpage + +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-2-9.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-2-9.ltx2 new file mode 100644 index 00000000000..317c07c93e2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-2-9.ltx2 @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-2-9 on page 209. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +% +\newcommand\showpage{% + \setlayoutscale{0.27}% + \setlabelfont{\tiny}% + \printheadingsfalse + \printparametersfalse + \currentpage\pagedesign} + +\StartShownPreambleCommands +\usepackage[a6paper,asymmetric, + bindingoffset=18pt, + marginparwidth=.8in,reversemp, + hmarginratio=2:1,vmarginratio=4:5, + left=1in,top=1in]{geometry} +\usepackage{layouts} +% \showpage as previously defined +\StopShownPreambleCommands +\begin{document} +\showpage \newpage \showpage + +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-3-1.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-3-1.ltx2 new file mode 100644 index 00000000000..21e18bf23a4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-3-1.ltx2 @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-3-1 on page 215. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{5\baselineskip} +\addtolength\footskip{-12pt} % shortened for the book +\sloppy +\pagestyle{origplain} % plain is disabled by the class + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +We are now on page~\label{p1}\pageref{p1}. +This type of coding always gives correct +results while ``page \thepage{}'', though +okay here, will be wrong at a later point +in the paragraph, such as here: ``page +\thepage'', because \LaTeX{} decided to +break the paragraph over two pages. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-3-2.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-3-2.ltx2 new file mode 100644 index 00000000000..585481e0b0d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-3-2.ltx2 @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-3-2 on page 217. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\pagestyle{origplain} %plain in this class +\setlength\textheight{2\baselineskip} +\StartShownPreambleCommands +\usepackage{chappg} +\StopShownPreambleCommands +\begin{document} +% \chapter*{Preface} % --- not shown + \pagenumbering[Preface]{bychapter} +\ldots here we are in the middle of +the front matter where chapters are +usually unnumbered. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-3-3.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-3-3.ltx2 new file mode 100644 index 00000000000..de6fe245721 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-3-3.ltx2 @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-3-3 on page 221. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{5.5\baselineskip} +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage{fancyhdr,extramarks} +\pagestyle{fancy} \cfoot{} +\lhead{\firstleftxmark} +\rfoot{\lastrightxmark} +\newcommand\sample{ Some text for our + page that is reused over and over again.} +\StopShownPreambleCommands +\begin{document} +\extramarks{A story}{} +\extramarks{\ldots continued} + {turn page to continue} +\sample \sample \sample +\extramarks{\ldots continued}{} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/4-4-1.ltx new file mode 100644 index 00000000000..bc223380414 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-1.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-1 on page 224. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\textheight{4.5\baselineskip} +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book + +\StartShownPreambleCommands +\usepackage{fancyhdr} \pagestyle{fancy} +\lhead{LEFT} \chead{CENTER} \rhead{RIGHT} +\lfoot{very-very-very-very-long-left} \cfoot{} +\rfoot{very-long-right} +\renewcommand\headrulewidth{2pt} +\renewcommand\footrulewidth{0.4pt} +\StopShownPreambleCommands +\begin{document} +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sample \par \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-10.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-10.ltx2 new file mode 100644 index 00000000000..49a2ee17bf4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-10.ltx2 @@ -0,0 +1,51 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-10 on page 230. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\setlength\textheight{6\baselineskip} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\Large\bfseries}} +\renewcommand\subsection{\@startsection{subsection}{2}{\z@}% + {-2.25ex\@plus -1ex \@minus -.2ex}% + {0.5ex \@plus .2ex}% + {\normalfont\large\bfseries}} +\makeatother +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage{fancyhdr} +\pagestyle{fancy} +\renewcommand\sectionmark[1] + {\markboth{\thesection\ #1}{}} +\renewcommand\subsectionmark[1] + {\markright{\thesubsection\ #1}} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\section{Test} +\subsection{B-head} \sample +\subsection{B-head2}\sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-11.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-11.ltx2 new file mode 100644 index 00000000000..2f6f4859964 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-11.ltx2 @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-11 on page 230. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{4.5\baselineskip} +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage{fancyhdr} +\fancypagestyle{memo}{\fancyhf{}% + \fancyhead[RO,LE]{\thepage}% + \fancyhead[LO,RE]{Memo}% + \fancyfoot[R]{\scriptsize\today} + \renewcommand\headrulewidth{1pt}} +\pagestyle{memo} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\sample \par \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-12.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-12.ltx2 new file mode 100644 index 00000000000..a05c3b77bba --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-12.ltx2 @@ -0,0 +1,45 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-12 on page 231. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\setlength\textheight{6\baselineskip} +% for the book examples we shorten the vertical spaces +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage{fancyhdr} +\pagestyle{fancy} \fancyhf{} +\chead{\iftopfloat{SPECIAL}{NORMAL}} +\cfoot{\thepage} +\renewcommand\headrulewidth + {\iftopfloat{0pt}{0.4pt}} +\StopShownPreambleCommands +\begin{document} + +% \sample defined as before +\sample +\begin{figure}[t] + \centering + \fbox{Sample t-figure} +\end{figure} +\sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-13.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-13.ltx2 new file mode 100644 index 00000000000..f4046b6ac33 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-13.ltx2 @@ -0,0 +1,45 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-13 on page 232. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{8\baselineskip} +% for the book examples we shorten the vertical spaces +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\raggedright % as these examples are so small + +\StartShownPreambleCommands +\usepackage{ifthen,fancyhdr,extramarks} +\pagestyle{fancy} \fancyhf{} +\newcommand\combinemarks{\ifthenelse + {\equal{\firstrightmark}{\lastrightmark}}% + {\firstrightmark}% equal values + {\firstrightmark---\lastrightmark}} +\chead{\combinemarks} \cfoot{\thepage} +\newcommand\idxitem[1]{\par\vspace{8pt}% + \textbf{#1}\markright{#1}\quad\ignorespaces} +\StopShownPreambleCommands +\begin{document} +\idxitem{galley} Text formatted but not + cut into pages. +\idxitem{OR} Output routine. +\idxitem{mark} An object in the galley + used to communicate with the OR. +\idxitem{running header} page title + changing with page contents. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-14.ltx b/Master/texmf-dist/doc/latex/tlc2/4-4-14.ltx new file mode 100644 index 00000000000..bd853117729 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-14.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-14 on page 233. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{truncate} +\StopShownPreambleCommands +\begin{document} +|This text has been~truncated| + +|\truncate{50pt} + {This text has been~truncated}| + +|\truncate[{\,[..]}]{100pt} + {This text has been~truncated}| +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-15.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-15.ltx2 new file mode 100644 index 00000000000..47f8afb13e9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-15.ltx2 @@ -0,0 +1,47 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-15 on page 233. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\setlength\textheight{6.8\baselineskip} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\Large\bfseries}} +\makeatother +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage[fit]{truncate} +\usepackage{fancyhdr} +\pagestyle{fancy} +\fancyhf{} % --- clear all fields +\fancyhead[RO,LE]{\truncate + {.95\headwidth}{\leftmark}} +\fancyfoot[C]{\thepage} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\section{Section with a long title} +\sample \par \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/4-4-2.ltx new file mode 100644 index 00000000000..3a812d9ec19 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-2.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-2 on page 225. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\textheight{4.5\baselineskip} +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sloppy % as these examples are so small +% fixed date for the example +\day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage{fancyhdr} \pagestyle{fancy} +\setlength\headheight{23pt} +\lhead{From: Frank\\ To: Michel} +\rhead{Page: \thepage\\ \today} +\chead{} \lfoot{} \cfoot{} \rfoot{} +\renewcommand\headrule{\vspace{-8pt}\dotfill} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\sample \par \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-3.ltx b/Master/texmf-dist/doc/latex/tlc2/4-4-3.ltx new file mode 100644 index 00000000000..99e653dbdc3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-3.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-3 on page 225. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\textheight{4.5\baselineskip} +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sloppy % as these examples are so small +% fixed date for the example +\day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage{fancyhdr} \pagestyle{fancy} +\setlength\headheight{23pt} +\lhead{From: Frank\\ To: Michel} +\rhead{\begin{tabular}[b]{l@{}} + Page: \thepage\\ \today + \end{tabular}} +\chead{} \lfoot{} \cfoot{} \rfoot{} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\sample \par \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-4.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-4.ltx2 new file mode 100644 index 00000000000..1d5aca69c43 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-4.ltx2 @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-4 on page 226. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{4.5\baselineskip} +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage{fancyhdr}\pagestyle{fancy} +\fancyhead{} % clear header fields +\fancyhead[RO,LE]{\thepage} +\fancyhead[LO,RE]{Memo} +\fancyfoot{} % clear footer fields +\fancyfoot[L]{Author: Frank} +\renewcommand\headrulewidth{0.4pt} +\renewcommand\footrulewidth{0.4pt} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\sample \par \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-5.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-5.ltx2 new file mode 100644 index 00000000000..cf0c17cd15d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-5.ltx2 @@ -0,0 +1,50 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-5 on page 226. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} +\setlength\textheight{4.5\baselineskip} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\Large\bfseries}} +\renewcommand\subsection{\@startsection{subsection}{2}{\z@}% + {-2.25ex\@plus -1ex \@minus -.2ex}% + {0.5ex \@plus .2ex}% + {\normalfont\large\bfseries}} +\makeatother +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage{fancyhdr,lastpage} +\pagestyle{fancy} +\fancyhf{} % --- clear all fields +\fancyhead[RO,LE]{\leftmark} +\fancyfoot[C]{Page \thepage\ + of \pageref{LastPage}} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\section{A test} +\sample \par \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-6.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-6.ltx2 new file mode 100644 index 00000000000..b44eb415af2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-6.ltx2 @@ -0,0 +1,49 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-6 on page 227. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\setlength\textheight{8\baselineskip} +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\textwidth{-30pt} % compensate for header in example +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage{color,fancyhdr} +\pagestyle{fancy} \fancyhf{} +\fancyheadoffset[RO,LE]{30pt} +\fancyhead[RO,LE]{TITLE} +\fancyhead[LO]{\rightmark} +\fancyhead[RE]{\leftmark} +\fancyfoot[C]{\thepage} +\renewcommand\headrule + {{\color{blue}% + \hrule height 2pt + width\headwidth + \vspace{1pt}% + \hrule height 1pt + width\headwidth + \vspace{-4pt}}} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\section{A-head} +\subsection{B-head} +\sample \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-7.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-7.ltx2 new file mode 100644 index 00000000000..a5ced0c1ad0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-7.ltx2 @@ -0,0 +1,54 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-7 on page 228. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\setlength\textheight{6\baselineskip} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\Large\bfseries}} +\renewcommand\subsection{\@startsection{subsection}{2}{\z@}% + {-2.25ex\@plus -1ex \@minus -.2ex}% + {0.5ex \@plus .2ex}% + {\normalfont\large\bfseries}} +\makeatother +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage{fancyhdr} +\pagestyle{fancy} +%\fancyhead[LE,RO] +% {\slshape\rightmark} +%\fancyhead[LO,RE] +% {\slshape\leftmark} +%\fancyfoot[C]{\thepage} +%\renewcommand\headrulewidth{0.4pt} +%\renewcommand\footrulewidth{0pt} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\section{Test} +\subsection{B-head} \sample +\subsection{B-head2}\sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-8.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-8.ltx2 new file mode 100644 index 00000000000..b7ee1451f4a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-8.ltx2 @@ -0,0 +1,52 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-8 on page 228. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} +\setlength\textheight{8\baselineskip} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\Large\bfseries}} +\renewcommand\subsection{\@startsection{subsection}{2}{\z@}% + {-2.25ex\@plus -1ex \@minus -.2ex}% + {0.5ex \@plus .2ex}% + {\normalfont\large\bfseries}} +\makeatother +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\sloppy % as these examples are so small + +\StartShownPreambleCommands +\usepackage{fancyhdr} +\pagestyle{fancy} +\newcommand\sample{ Some text + for our page that we reuse.} + +\StopShownPreambleCommands +\begin{document} +\setcounter{page}{5} +\section{A-head} \newpage +% Above makes a section on +% page 5 (not displayed) +\subsection{B-head} \sample +\section{A-head2} \sample +\subsection{B-head2}\sample +\section{A-head3} \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-4-9.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-4-9.ltx2 new file mode 100644 index 00000000000..4a393a64f97 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-4-9.ltx2 @@ -0,0 +1,55 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-4-9 on page 229. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} +\setlength\textheight{8\baselineskip} +% for the book examples we shorten the vertical spaces +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\Large\bfseries}} +\renewcommand\subsection{\@startsection{subsection}{2}{\z@}% + {-2.25ex\@plus -1ex \@minus -.2ex}% + {0.5ex \@plus .2ex}% + {\normalfont\large\bfseries}} +\makeatother +\addtolength\headsep{-12pt} % shortened for the book +\addtolength\footskip{-12pt} % shortened for the book +\sloppy % as these examples are so small +\newcommand\sample{ Some text + for our page that we reuse.} + +\StartShownPreambleCommands +\usepackage{extramarks} +\usepackage{fancyhdr} +\pagestyle{fancy} +\fancyhead[RO]{\lastrightmark} +\fancyhead[RE]{\firstleftmark} +\StopShownPreambleCommands +\begin{document} +% \sample defined as before +\setcounter{page}{5} +\section{A-head} \newpage +% Above makes a section on +% page 5 (not displayed) +\subsection{B-head} \sample +\section{A-head2} \sample +\subsection{B-head2}\sample +\section{A-head3} \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-5-1.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-5-1.ltx2 new file mode 100644 index 00000000000..78145f6aee6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-5-1.ltx2 @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-5-1 on page 235. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\setlength\textheight{4.5\baselineskip} +\StartShownPreambleCommands +\pagestyle{headings} +\StopShownPreambleCommands +\begin{document} +% right-hand page on the left in +% this example due to: +\setcounter{page}{1} + +\section{A Test} +\subsection{A subsection} +Some text for our page. +\cleardoublepage +\section{Another Section} +This would appear on page 3. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/4-5-2.ltx2 b/Master/texmf-dist/doc/latex/tlc2/4-5-2.ltx2 new file mode 100644 index 00000000000..3e6584d58a1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/4-5-2.ltx2 @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 4-5-2 on page 236. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\setlength\textheight{4.5\baselineskip} +\StartShownPreambleCommands +\usepackage{nextpage}\pagestyle{headings} +\newcommand\myclearpage{\cleartooddpage + [\vspace*{\fill} \centering + BLANK PAGE \vspace*{\fill}]} +\StopShownPreambleCommands +\begin{document} +\setcounter{page}{1} %right-hand page +\section{A Test} +\subsection{A subsection} +Some text for our page. +\myclearpage +\section{Another Section} +This would appear on page 3. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-1-1.ltx b/Master/texmf-dist/doc/latex/tlc2/5-1-1.ltx new file mode 100644 index 00000000000..6c9e407d2db --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-1-1.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-1-1 on page 241. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{tabbing} +First Tab Stop \= Second \= Third \= \kill +one \> two \> three \> four \\ +one \> two \\[3mm] +new tab\ \= two \> \a'{e}\a`{e} + \`(accent commands)\\ +one \> two \> three \> four \\ +\end{tabbing} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-1-2.ltx b/Master/texmf-dist/doc/latex/tlc2/5-1-2.ltx new file mode 100644 index 00000000000..bcba463dc76 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-1-2.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-1-2 on page 241. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands + +\usepackage[latin1]{inputenc} \newcommand\acafe{caf\'e} +\newcommand\bcafe{caf\a'e} \newcommand\ccafe{café} +\StopShownPreambleCommands +\begin{document} +\begin{tabbing} +Tab one \= Tab two \\ +7 bit \> \acafe \\ +7 bit \> \bcafe \\ +8 bit \> \ccafe \end{tabbing} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-1-3.ltx b/Master/texmf-dist/doc/latex/tlc2/5-1-3.ltx new file mode 100644 index 00000000000..f0f373c000b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-1-3.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-1-3 on page 242. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\newcommand\acafe{caf\'e} +\newcommand\bcafe{caf\a'e} +\newcommand\ccafe{café} +\StartShownPreambleCommands +\usepackage[latin1]{inputenc} \usepackage{Tabbing} +% definitions as before +\StopShownPreambleCommands +\begin{document} +\begin{Tabbing}Tab one \TAB= Tab two\\ +7 bit \TAB> \acafe \\ +7 bit \TAB> \bcafe \\ +8 bit \TAB> \ccafe \end{Tabbing} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-1-4.ltx b/Master/texmf-dist/doc/latex/tlc2/5-1-4.ltx new file mode 100644 index 00000000000..74723f67e1e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-1-4.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-1-4 on page 242. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\newcommand\lenrule[1]{\makebox[#1]{% + \rule{.4pt}{4pt}\hrulefill\rule{.4pt}{4pt}}} +\StopShownPreambleCommands +\begin{document} +\begin{tabbing} +dd\quad \= \hspace{.55\linewidth} \= \kill +pc \> Pica = 12pt \> \lenrule{1pc} \\ +cc \> Cicero = 12dd \> \lenrule{1cc} \\ +cm \> Centimeter = 10mm \> \lenrule{1cm} \\ +\end{tabbing} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-1.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-1.ltx new file mode 100644 index 00000000000..72dacc00b50 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-1.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-1 on page 244. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|>{\large}c|>{\large\bfseries}l|>{\itshape}c|} +\hline A & B & C\\\hline 100 & 10 & 1 \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-10.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-10.ltx new file mode 100644 index 00000000000..78e75a8db7d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-10.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-10 on page 247. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{c@{}c!{}c@{--}c!{--}c} + one&two&three&four&five\\ + 1&2&3&4&5 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-11.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-11.ltx new file mode 100644 index 00000000000..963f6e99db1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-11.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-11 on page 248. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{flushleft} \textbf{text text text text}\\ +\begin{tabular}{lr} + one&two\\ three&four\\ +\end{tabular}\textbf{material following \ldots}\\ +\textbf{text text text text\\text text text text}\\ +\begin{tabular}{@{}lr@{}} + one&two\\ three&four\\ +\end{tabular}\textbf{material following \ldots}\\ +\textbf{text text text text} \end{flushleft} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-12.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-12.ltx new file mode 100644 index 00000000000..adf2e1d54b3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-12.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-12 on page 249. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array} +\newcolumntype{P}[1] + {>{#1\hspace{0pt}\arraybackslash}p{14mm}|} +\StopShownPreambleCommands +\begin{document} +\begin{tabular} + {|P{\raggedleft}P{\centering}P{\raggedright}} +\hline + Superconsciousness is a long word & + Possibi\-li\-t\'es et esp\'erances & + Moge\-lijk\-heden en hoop \\\hline + Ragged left text in column one & + Centered text in column two & + Ragged right text in column three \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-13.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-13.ltx new file mode 100644 index 00000000000..af61c8dde97 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-13.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-13 on page 249. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{array} \newcolumntype{Z}{clr} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{Z} one&two&three\\1&2&3 \end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-2.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-2.ltx new file mode 100644 index 00000000000..05fe7c038ad --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-2.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-2 on page 245. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +\setlength\extrarowheight{4pt} +\begin{tabular}{|>{\large}c|>{\large\bfseries}l|>{\itshape}c|} +\hline A & B & C\\\hline 100 & 10 & 1 \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-3.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-3.ltx new file mode 100644 index 00000000000..c923e9d7202 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-3.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-3 on page 245. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|p{1cm}|p{1cm}|p{1cm}|} +\hline 1 1 1 1 1 1 1 1 1 1 1 1 & + 2 2 2 2 2 2 2 2 & 3 3 3 3 \\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-4.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-4.ltx new file mode 100644 index 00000000000..5fd775f9987 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-4.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-4 on page 245. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|m{1cm}|m{1cm}|m{1cm}|} +\hline 1 1 1 1 1 1 1 1 1 1 1 1 & + 2 2 2 2 2 2 2 2 & 3 3 3 3 \\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-5.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-5.ltx new file mode 100644 index 00000000000..19998482c68 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-5.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-5 on page 245. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|b{1cm}|b{1cm}|b{1cm}|} +\hline 1 1 1 1 1 1 1 1 1 1 1 1 & + 2 2 2 2 2 2 2 2 & 3 3 3 3 \\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-6.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-6.ltx new file mode 100644 index 00000000000..16fc2d2ff3e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-6.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-6 on page 246. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +\begin{tabular} + {|>{\setlength\parindent{5mm}}p{2cm}|p{2cm}|} +\hline 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 & + 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 \\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-7.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-7.ltx new file mode 100644 index 00000000000..5a2759bb4c9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-7.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-7 on page 246. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +\setlength\extrarowheight{4pt} +\begin{tabular}{|>{$}l<{$}|l|} \hline + 10!^{10!} & a big number \\ + 10^{-999} & a small number \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-8.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-8.ltx new file mode 100644 index 00000000000..e56626f3e09 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-8.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-8 on page 246. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\fbox{\parbox{11mm}{Characteristics}}% +\hfill +\fbox{\parbox{11mm}{\hspace{0pt}Characteristics}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-2-9.ltx b/Master/texmf-dist/doc/latex/tlc2/5-2-9.ltx new file mode 100644 index 00000000000..58bc43fc195 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-2-9.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-2-9 on page 247. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}% + {|>{\raggedleft\hspace{0pt}}p{14mm}% + |>{\centering\hspace{0pt}}p{14mm}% + |>{\raggedright\hspace{0pt}}p{14mm}|} +\hline + Superconsciousness is a long word & + Possibi\-li\-t\'es et esp\'erances & + Moge\-lijk\-heden en hoop \tabularnewline +\hline + Ragged left text in column one & + Centered text in column two & + Ragged right text in column three + \tabularnewline +\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/5-3-1.ltx new file mode 100644 index 00000000000..a9e4930bef5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-3-1.ltx @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-3-1 on page 250. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} +\StartShownPreambleCommands +\usepackage{array,calc} \newlength\mylen +\newenvironment{tabularc}[1] + {\setlength\mylen + {\linewidth/(#1)-\tabcolsep*2-\arrayrulewidth*(#1+1)/(#1)}% + \par\noindent % new paragraph, flush left start + \begin{tabular*}{\linewidth}% + {*{#1}{|>{\centering\hspace{0pt}} p{\the\mylen}}|}} +{\end{tabular*}\par} +\StopShownPreambleCommands +\begin{document} +\begin{tabularc}{3} +\hline +Material in column one & column two & This is column three +\tabularnewline\hline +\empty +Column one again & +and column two & +This is column three \tabularnewline\hline +Once more column one & +column two & +Last time column three \tabularnewline\hline +\end{tabularc} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-3-2.ltx b/Master/texmf-dist/doc/latex/tlc2/5-3-2.ltx new file mode 100644 index 00000000000..6c3f202e002 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-3-2.ltx @@ -0,0 +1,46 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-3-2 on page 251. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} +\StartShownPreambleCommands +\usepackage{tabularx} +\newcolumntype{Y}{>{\small\raggedright\arraybackslash}X} +\StopShownPreambleCommands +\begin{document} +\noindent\begin{tabularx}{100mm}{|Y|Y|Y|} +\empty +\hline +The Two Gentlemen of Verona & +The Taming of the Shrew & +The Comedy of Errors \\\hline +Love's Labour's Lost & +A Midsummer Night's Dream & +The Merchant of Venice \\\hline +The Merry Wives of Windsor & +Much Ado About Nothing & +As You Like It \\\hline +Twelfth Night & +Troilus and Cressida & +Measure for Measure \\\hline +All's Well That Ends Well & +Pericles Prince of Tyre & +The Winter's Tale \\\hline +Cymbeline & +The Tempest & \\\hline +\end{tabularx} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/5-3-3.ltx new file mode 100644 index 00000000000..15edb47bc1a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-3-3.ltx @@ -0,0 +1,46 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-3-3 on page 251. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} +\StartShownPreambleCommands +\usepackage{tabularx} +\newcolumntype{Y}{>{\small\raggedright\arraybackslash}X} +\StopShownPreambleCommands +\begin{document} +\noindent\begin{tabularx}{\linewidth}{|Y|Y|Y|} +\empty +\hline +The Two Gentlemen of Verona & +The Taming of the Shrew & +The Comedy of Errors \\\hline +Love's Labour's Lost & +A Midsummer Night's Dream & +The Merchant of Venice \\\hline +The Merry Wives of Windsor & +Much Ado About Nothing & +As You Like It \\\hline +Twelfth Night & +Troilus and Cressida & +Measure for Measure \\\hline +All's Well That Ends Well & +Pericles Prince of Tyre & +The Winter's Tale \\\hline +Cymbeline & +The Tempest & \\\hline +\end{tabularx} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-3-4.ltx b/Master/texmf-dist/doc/latex/tlc2/5-3-4.ltx new file mode 100644 index 00000000000..ea7af8953c7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-3-4.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-3-4 on page 252. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{tabularx} \tracingtabularx +\StopShownPreambleCommands +\begin{document} +\noindent +\begin{tabularx}{\linewidth}% + {|>{\setlength\hsize{.85\hsize}}X|% + >{\setlength\hsize{1.15\hsize}}X|} + Superconsciousness is a long word & + Moge\-lijk\-heden en hoop \\ + Some text in column one & + A somewhat longer text in column two \\ +\end{tabularx} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/5-3-5.ltx new file mode 100644 index 00000000000..305cb88c04c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-3-5.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-3-5 on page 253. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{tabulary} +\setlength\tymin{10pt} +\setlength\tymax{\maxdimen} + +\StopShownPreambleCommands +\begin{document} +\begin{tabulary}{200pt}{|C|C|C|C|} + a & b b b b & + c c c c c c c c c c c c c c c c c c & + d d d d d d d d d d d d d d d d d d +\empty + d d d d d d d d d d d d d d + d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d + \end{tabulary} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-3-6.ltx b/Master/texmf-dist/doc/latex/tlc2/5-3-6.ltx new file mode 100644 index 00000000000..5d8b4e8c292 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-3-6.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-3-6 on page 254. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{tabulary} +\setlength\tymin{30pt} +\setlength\tymax{200pt} + +\StopShownPreambleCommands +\begin{document} +\begin{tabulary}{200pt}{|C|C|C|C|} +\empty + a&b b b b& + c c c c c c c c c c c c c c c c c c & + d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d + d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d + \end{tabulary} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-4-1.ltx2 b/Master/texmf-dist/doc/latex/tlc2/5-4-1.ltx2 new file mode 100644 index 00000000000..6748e3a1a60 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-4-1.ltx2 @@ -0,0 +1,85 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-4-1 on page 257. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} +\setcounter{page}{1} +\makeatletter +\def\@oddfoot{\hrulefill\quad Page \thepage\quad \hrulefill} +\let\@oddhead\@oddfoot +\let\@evenhead\@oddfoot +\let\@evenfoot\@oddfoot +\setlength\textheight{27\baselineskip} +\makeatother + +\StartShownPreambleCommands +\usepackage{supertabular} +\StopShownPreambleCommands +\begin{document} +\tablecaption{The ISOGRK3 entity set} +\tablehead + {\bfseries Entity&\bfseries Unicode Name&\bfseries Unicode\\ \hline} +\tabletail + {\hline \multicolumn{3}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\begin{supertabular}{lll} +alpha & GREEK SMALL LETTER ALPHA & 03B1\\ +beta & GREEK SMALL LETTER BETA & 03B2\\ +chi & GREEK SMALL LETTER CHI & 03C7\\ +Delta & GREEK CAPITAL LETTER DELTA & 0394\\ +delta & GREEK SMALL LETTER DELTA & 03B4\\ +epsi & GREEK SMALL LETTER EPSILON & 03B5\\ +epsis & GREEK LUNATE EPSILON SYMBOL & 03F5\\ +\empty +epsiv & GREEK SMALL LETTER EPSILON & 03B5\\ +eta & GREEK SMALL LETTER ETA & 03B7\\ +Gamma & GREEK CAPITAL LETTER GAMMA & 0393\\ +gamma & GREEK SMALL LETTER GAMMA & 03B3\\ +gammad & GREEK SMALL LETTER DIGAMMA & 03DD\\ +iota & GREEK SMALL LETTER IOTA & 03B9\\ +kappa & GREEK SMALL LETTER KAPPA & 03BA\\ +kappav & GREEK KAPPA SYMBOL & 03F0\\ +Lambda & GREEK CAPITAL LETTER LAMDA & 039B\\ +lambda & GREEK SMALL LETTER LAMDA & 03BB\\ +mu & GREEK SMALL LETTER MU & 03BC\\ +nu & GREEK SMALL LETTER NU & 03BD\\ +Omega & GREEK CAPITAL LETTER OMEGA & 03A9\\ +omega & GREEK SMALL LETTER OMEGA & 03C9\\ +Phi & GREEK CAPITAL LETTER PHI & 03A6\\ +phis & GREEK PHI SYMBOL & 03D5\\ +phiv & GREEK SMALL LETTER PHI & 03C6\\ +Pi & GREEK CAPITAL LETTER PI & 03A0\\ +pi & GREEK SMALL LETTER PI & 03C0\\ +piv & GREEK PI SYMBOL & 03D6\\ +Psi & GREEK CAPITAL LETTER PSI & 03A8\\ +psi & GREEK SMALL LETTER PSI & 03C8\\ +rho & GREEK SMALL LETTER RHO & 03C1\\ +rhov & GREEK RHO SYMBOL & 03F1\\ +Sigma & GREEK CAPITAL LETTER SIGMA & 03A3\\ +sigma & GREEK SMALL LETTER SIGMA & 03C3\\ +sigmav & GREEK SMALL LETTER FINAL SIGMA & 03C2\\ +tau & GREEK SMALL LETTER TAU & 03C4\\ +Theta & GREEK CAPITAL LETTER THETA & 0398\\ +thetas & GREEK SMALL LETTER THETA & 03B8\\ +thetav & GREEK THETA SYMBOL & 03D1\\ +Upsi & GREEK UPSILON WITH HOOK SYMBOL & 03D2\\ +upsi & GREEK SMALL LETTER UPSILON & 03C5\\ +Xi & GREEK CAPITAL LETTER XI & 039E\\ +xi & GREEK SMALL LETTER XI & 03BE\\ +zeta & GREEK SMALL LETTER ZETA & 03B6\\ +\end{supertabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-4-2.ltx2 b/Master/texmf-dist/doc/latex/tlc2/5-4-2.ltx2 new file mode 100644 index 00000000000..134e26a7cbc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-4-2.ltx2 @@ -0,0 +1,87 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-4-2 on page 258. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} +\setcounter{page}{1} +\makeatletter +\def\@oddfoot{\hrulefill\quad Page \thepage\quad \hrulefill} +\let\@oddhead\@oddfoot +\let\@evenhead\@oddfoot +\let\@evenfoot\@oddfoot +\setlength\textheight{28\baselineskip} +\makeatother + +\StartShownPreambleCommands +\usepackage{array,supertabular} +\StopShownPreambleCommands +\begin{document} +\tablecaption{The ISOGRK3 entity set} +\tablefirsthead + {\bfseries Entity&\bfseries Unicode Name&\bfseries Unicode\\ \hline} +\tablehead + {\bfseries Entity&\bfseries Unicode Name&\bfseries Unicode\\ \hline} +\tabletail{\hline \multicolumn{3}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\centering +\begin{supertabular*}{\textwidth}{ll!{\extracolsep{\fill}}l} +alpha & GREEK SMALL LETTER ALPHA & 03B1\\ +beta & GREEK SMALL LETTER BETA & 03B2\\ +chi & GREEK SMALL LETTER CHI & 03C7\\ +\empty +Delta & GREEK CAPITAL LETTER DELTA & 0394\\ +delta & GREEK SMALL LETTER DELTA & 03B4\\ +epsi & GREEK SMALL LETTER EPSILON & 03B5\\ +epsis & GREEK LUNATE EPSILON SYMBOL & 03F5\\ +epsiv & GREEK SMALL LETTER EPSILON & 03B5\\ +eta & GREEK SMALL LETTER ETA & 03B7\\ +Gamma & GREEK CAPITAL LETTER GAMMA & 0393\\ +gamma & GREEK SMALL LETTER GAMMA & 03B3\\ +gammad & GREEK SMALL LETTER DIGAMMA & 03DD\\ +iota & GREEK SMALL LETTER IOTA & 03B9\\ +kappa & GREEK SMALL LETTER KAPPA & 03BA\\ +kappav & GREEK KAPPA SYMBOL & 03F0\\ +Lambda & GREEK CAPITAL LETTER LAMDA & 039B\\ +lambda & GREEK SMALL LETTER LAMDA & 03BB\\ +mu & GREEK SMALL LETTER MU & 03BC\\ +nu & GREEK SMALL LETTER NU & 03BD\\ +Omega & GREEK CAPITAL LETTER OMEGA & 03A9\\ +omega & GREEK SMALL LETTER OMEGA & 03C9\\ +Phi & GREEK CAPITAL LETTER PHI & 03A6\\ +phis & GREEK PHI SYMBOL & 03D5\\ +phiv & GREEK SMALL LETTER PHI & 03C6\\ +Pi & GREEK CAPITAL LETTER PI & 03A0\\ +pi & GREEK SMALL LETTER PI & 03C0\\ +piv & GREEK PI SYMBOL & 03D6\\ +Psi & GREEK CAPITAL LETTER PSI & 03A8\\ +psi & GREEK SMALL LETTER PSI & 03C8\\ +rho & GREEK SMALL LETTER RHO & 03C1\\ +rhov & GREEK RHO SYMBOL & 03F1\\ +Sigma & GREEK CAPITAL LETTER SIGMA & 03A3\\ +sigma & GREEK SMALL LETTER SIGMA & 03C3\\ +sigmav & GREEK SMALL LETTER FINAL SIGMA & 03C2\\ +tau & GREEK SMALL LETTER TAU & 03C4\\ +Theta & GREEK CAPITAL LETTER THETA & 0398\\ +thetas & GREEK SMALL LETTER THETA & 03B8\\ +thetav & GREEK THETA SYMBOL & 03D1\\ +Upsi & GREEK UPSILON WITH HOOK SYMBOL & 03D2\\ +upsi & GREEK SMALL LETTER UPSILON & 03C5\\ +Xi & GREEK CAPITAL LETTER XI & 039E\\ +xi & GREEK SMALL LETTER XI & 03BE\\ +zeta & GREEK SMALL LETTER ZETA & 03B6\\ +\end{supertabular*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-4-3.ltx2 b/Master/texmf-dist/doc/latex/tlc2/5-4-3.ltx2 new file mode 100644 index 00000000000..b00e7f63dad --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-4-3.ltx2 @@ -0,0 +1,88 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-4-3 on page 260. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} +\setcounter{page}{1} +\makeatletter +\def\@oddfoot{\hrulefill\quad Page \thepage\quad \hrulefill} +\let\@oddhead\@oddfoot +\let\@evenhead\@oddfoot +\let\@evenfoot\@oddfoot +\setlength\textheight{28\baselineskip} +\makeatother + +\StartShownPreambleCommands +\usepackage{longtable} +\StopShownPreambleCommands +\begin{document} +\begin{longtable}{lll} + \caption{The ISOGRK3 entity set}\\ + \bfseries Entity&\bfseries Unicode Name&\bfseries Unicode\\ \hline +\endfirsthead + \bfseries Entity&\bfseries Unicode Name&\bfseries Unicode\\ \hline +\endhead + \hline \multicolumn{3}{r}{\emph{Continued on next page}} +\endfoot + \hline +\endlastfoot +alpha & GREEK SMALL LETTER ALPHA & 03B1\\ +beta & GREEK SMALL LETTER BETA & 03B2\\ +chi & GREEK SMALL LETTER CHI & 03C7\\ +\empty +Delta & GREEK CAPITAL LETTER DELTA & 0394\\ +delta & GREEK SMALL LETTER DELTA & 03B4\\ +epsi & GREEK SMALL LETTER EPSILON & 03B5\\ +epsis & GREEK LUNATE EPSILON SYMBOL & 03F5\\ +epsiv & GREEK SMALL LETTER EPSILON & 03B5\\ +eta & GREEK SMALL LETTER ETA & 03B7\\ +Gamma & GREEK CAPITAL LETTER GAMMA & 0393\\ +gamma & GREEK SMALL LETTER GAMMA & 03B3\\ +gammad & GREEK SMALL LETTER DIGAMMA & 03DD\\ +iota & GREEK SMALL LETTER IOTA & 03B9\\ +kappa & GREEK SMALL LETTER KAPPA & 03BA\\ +kappav & GREEK KAPPA SYMBOL & 03F0\\ +Lambda & GREEK CAPITAL LETTER LAMDA & 039B\\ +lambda & GREEK SMALL LETTER LAMDA & 03BB\\ +mu & GREEK SMALL LETTER MU & 03BC\\ +nu & GREEK SMALL LETTER NU & 03BD\\ +Omega & GREEK CAPITAL LETTER OMEGA & 03A9\\ +omega & GREEK SMALL LETTER OMEGA & 03C9\\ +Phi & GREEK CAPITAL LETTER PHI & 03A6\\ +phis & GREEK PHI SYMBOL & 03D5\\ +phiv & GREEK SMALL LETTER PHI & 03C6\\ +Pi & GREEK CAPITAL LETTER PI & 03A0\\ +pi & GREEK SMALL LETTER PI & 03C0\\ +piv & GREEK PI SYMBOL & 03D6\\ +Psi & GREEK CAPITAL LETTER PSI & 03A8\\ +psi & GREEK SMALL LETTER PSI & 03C8\\ +rho & GREEK SMALL LETTER RHO & 03C1\\ +rhov & GREEK RHO SYMBOL & 03F1\\ +Sigma & GREEK CAPITAL LETTER SIGMA & 03A3\\ +sigma & GREEK SMALL LETTER SIGMA & 03C3\\ +sigmav & GREEK SMALL LETTER FINAL SIGMA & 03C2\\ +tau & GREEK SMALL LETTER TAU & 03C4\\ +Theta & GREEK CAPITAL LETTER THETA & 0398\\ +thetas & GREEK SMALL LETTER THETA & 03B8\\ +thetav & GREEK THETA SYMBOL & 03D1\\ +Upsi & GREEK UPSILON WITH HOOK SYMBOL & 03D2\\ +upsi & GREEK SMALL LETTER UPSILON & 03C5\\ +Xi & GREEK CAPITAL LETTER XI & 039E\\ +xi & GREEK SMALL LETTER XI & 03BE\\ +zeta & GREEK SMALL LETTER ZETA & 03B6\\ +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-4-4.ltx b/Master/texmf-dist/doc/latex/tlc2/5-4-4.ltx new file mode 100644 index 00000000000..847ad01bd0d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-4-4.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-4-4 on page 262. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{longtable,supertabular} +\usepackage[font=sl,labelfont=bf]{caption} +\StopShownPreambleCommands +\begin{document} +\begin{table}[t]\centering + \caption{A standard table} + \begin{tabular}{ccc}1&2&3\end{tabular} +\end{table} + +\begin{longtable}{ccc}\caption{A longtable}\\ +1&2&3\end{longtable} + +\centering +\tablecaption{A supertabular} +\begin{supertabular}{ccc}1&2&3\\\end{supertabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-4-5.ltx2 b/Master/texmf-dist/doc/latex/tlc2/5-4-5.ltx2 new file mode 100644 index 00000000000..345e09cbff9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-4-5.ltx2 @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-4-5 on page 263. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} +\setcounter{page}{1} +\makeatletter +\def\@oddfoot{\hrulefill\quad Page \thepage\quad \hrulefill} +\let\@oddhead\@oddfoot +\let\@evenhead\@oddfoot +\let\@evenfoot\@oddfoot +\setlength\textheight{7.7\baselineskip} +\AtBeginDocument{\Large} +\makeatother + +\StartShownPreambleCommands +\usepackage{longtable} +\StopShownPreambleCommands +\begin{document} +\begin{longtable}{llp{43mm}} + entry 1.1 & entry 1.2 & entry 1.3, a long text entry taking several lines.\\ + entry 2.1 & entry 2.2 & entry 2.3, a long text entry taking several lines + when set in a narrow column. +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-4-6.ltx2 b/Master/texmf-dist/doc/latex/tlc2/5-4-6.ltx2 new file mode 100644 index 00000000000..19ccc630206 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-4-6.ltx2 @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-4-6 on page 264. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} +\setcounter{page}{1} +\makeatletter +\def\@oddfoot{\hrulefill\quad Page \thepage\quad \hrulefill} +\let\@oddhead\@oddfoot +\let\@evenhead\@oddfoot +\let\@evenfoot\@oddfoot +\textheight=7.7\baselineskip +\AtBeginDocument{\Large} +\makeatother + +\StartShownPreambleCommands +\usepackage{longtable} +\StopShownPreambleCommands +\begin{document} +\begin{longtable}{llp{43mm}} + entry 1.1 & entry 1.2 & entry 1.3, a long text entry taking several lines.\\ + entry 2.1 & entry 2.2 & \setlength{\parfillskip}{0pt}% + entry 2.3, a long text entry taking several\\ + & & lines when set in a narrow column. +\end{longtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-5-1.ltx b/Master/texmf-dist/doc/latex/tlc2/5-5-1.ltx new file mode 100644 index 00000000000..6aee7fe88ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-5-1.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-5-1 on page 264. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array,color} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{>{\color{blue}\bfseries}lr} +Day & \textcolor{blue}{\bfseries Attendance}\\\hline +Monday& 57\\ Tuesday& 11\\ +Wednesday& 96\\ Thursday& 122\\ +Friday& 210\\ Saturday& 198\\ +Sunday& 40 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-5-2.ltx b/Master/texmf-dist/doc/latex/tlc2/5-5-2.ltx new file mode 100644 index 00000000000..3630df922e7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-5-2.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-5-2 on page 265. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{colortbl} +\StopShownPreambleCommands +\begin{document} +\begin{tabular} + {>{\columncolor{blue}\color{white}\bfseries}lr} +\rowcolor[gray]{0.8} + \color{black} Day & \bfseries Attendance\\[2pt] +Monday& 57 \\ Tuesday& 11 \\ +Wednesday& 96 \\ Thursday& 122 \\ +Friday& 210 \\ Saturday& 198 \\ +Sunday& 40 \\ +\cellcolor[gray]{0.8}\color{black}Total& 724 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-6-1.ltx b/Master/texmf-dist/doc/latex/tlc2/5-6-1.ltx new file mode 100644 index 00000000000..a069e8a17bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-6-1.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-6-1 on page 265. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{colortbl} \setlength\arrayrulewidth{1pt} +\newcolumntype{B}{!{\color{blue}\vline}} +\newcommand\bhline + {\arrayrulecolor{blue}\hline\arrayrulecolor{black}} +\newcommand\bcline[1] + {\arrayrulecolor{blue}\cline{#1}\arrayrulecolor{black}} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|cBc|c|} +\hline + A & B & C \\ \cline{1-1}\bcline{2-3} + X & Y & Z \\ \bhline +100 & 10 & 1 \\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-6-2.ltx b/Master/texmf-dist/doc/latex/tlc2/5-6-2.ltx new file mode 100644 index 00000000000..fbf111f9fbf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-6-2.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-6-2 on page 266. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{array} +\newcolumntype{I}{!{\vrule width 3pt}} +\newlength\savedwidth +\newcommand\whline{\noalign{\global\savedwidth\arrayrulewidth + \global\arrayrulewidth 3pt}% + \hline + \noalign{\global\arrayrulewidth\savedwidth}} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|cIc|c|} \hline + A & B & C \\ \hline + X & Y & Z \\ \whline +100 & 10 & 1 \\ \hline \end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-6-3.ltx b/Master/texmf-dist/doc/latex/tlc2/5-6-3.ltx new file mode 100644 index 00000000000..88245180a59 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-6-3.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-6-3 on page 267. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{array,hhline} +\StopShownPreambleCommands +\begin{document} +\setlength\arrayrulewidth{.8pt} +\renewcommand\arraystretch{1.5} +\begin{tabular}{||cc||c|c||c} + \hhline{|t:==:t:==:t|} +a & b & c & d \\ \hhline{|:==:|~|~||} +1 & 2 & 3 & 4 \\ \hhline{#==#~|=:b|-} +i & j & k & l & \multicolumn{1}{c|}{?} + \\ \hhline{||--||---} +w & x & y & z \\ \hhline{|b:==:b:==:b|} +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-6-4.ltx b/Master/texmf-dist/doc/latex/tlc2/5-6-4.ltx new file mode 100644 index 00000000000..b59f4b2bbfb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-6-4.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-6-4 on page 268. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array,arydshln} +\setlength\extrarowheight{4pt}% extra space on row top +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|c::c|c|} +\hline + A & B & C \\ \hline + X & Y & Z \\ \hdashline +100 & 10 & 1 \\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-6-5.ltx b/Master/texmf-dist/doc/latex/tlc2/5-6-5.ltx new file mode 100644 index 00000000000..87f11d9be6a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-6-5.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-6-5 on page 268. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array,arydshln} +\renewcommand\arraystretch{1.3333}% extra space evenly + % distributed +\setlength\dashlinedash{1pt} +\setlength\dashlinegap{1pt} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{;{5pt/2pt}c::c:c;{5pt/2pt}} +\hdashline + A & B & C \\ \hdashline + X & Y & Z \\ \hdashline[5pt/2pt] +100 & 10 & 1 \\ \hdashline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-6-6.ltx b/Master/texmf-dist/doc/latex/tlc2/5-6-6.ltx new file mode 100644 index 00000000000..9b7ca14f528 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-6-6.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-6-6 on page 269. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{tabls} \setlength\tablinesep{2pt} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|c|c|c|} \hline + \large A &\large B &\large C \\ \hline[5pt] + 100 & 10 & 1 \\[5pt] \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-6-7.ltx b/Master/texmf-dist/doc/latex/tlc2/5-6-7.ltx new file mode 100644 index 00000000000..8f1a6731552 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-6-7.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-6-7 on page 270. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{booktabs} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}llr@{}} +\toprule + \multicolumn{2}{c}{Item} &\multicolumn{1}{c}{Price/lb} \\ +\cmidrule(r){1-2}\cmidrule(l){3-3} + Food & Category & \multicolumn{1}{c}{\$}\\ +\midrule + Apples & Fruit & 1.50 \\ + Oranges & Fruit & 2.00 \\ + Beef & Meat & 4.50 \\ +\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-6-8.ltx b/Master/texmf-dist/doc/latex/tlc2/5-6-8.ltx new file mode 100644 index 00000000000..9caea02d016 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-6-8.ltx @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-6-8 on page 272. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{booktabs} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}llr@{}} +\toprule + \multicolumn{2}{c}{Item} &\multicolumn{1}{c}{Price/lb} \\ +\cmidrule(r){1-2}\cmidrule(l){3-3} + a & b & c \\ +\cmidrule(l{2pt}r{2pt}){1-2}\cmidrule(l{2pt}r{2pt}){3-3} +\morecmidrules +\cmidrule(l{2pt}r{2pt}){2-3} +\addlinespace[5pt] + Food& Category & \multicolumn{1}{c}{\$}\\ +\midrule + Apples & Fruit & 1.50 \\ + Oranges & Fruit & 2.00 \\ +\addlinespace + Beef & Meat & 4.50 \\ +\specialrule{.5pt}{3pt}{3pt} + x & y & z \\ +\bottomrule +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-7-1.ltx b/Master/texmf-dist/doc/latex/tlc2/5-7-1.ltx new file mode 100644 index 00000000000..9c6d0b3c10b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-7-1.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-7-1 on page 272. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|c|c|c|} \hline + & \multicolumn{2}{c|}{qqq}\\\cline{2-3} +\raisebox{1.5ex}[0cm][0cm]{100} + & A & B \\\hline +20000000 & 10 & 10 \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-7-2.ltx b/Master/texmf-dist/doc/latex/tlc2/5-7-2.ltx new file mode 100644 index 00000000000..ad5419332f3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-7-2.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-7-2 on page 272. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{r@{.}l} + 1 & 2 \\ 1 & 23 \\ 913 & 17 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-7-3.ltx b/Master/texmf-dist/doc/latex/tlc2/5-7-3.ltx new file mode 100644 index 00000000000..cd6a1adc1e5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-7-3.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-7-3 on page 273. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{multirow} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|l|l|l|} \hline +\multirow{4}{14mm}{Text in column 1} + & C2a & \multirow{4}{14mm}{Text in column 3} + & C4a \\ + & C2b & & C4b \\ + & C2c & & C4c \\ + & C2d & & C4d \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-7-4.ltx b/Master/texmf-dist/doc/latex/tlc2/5-7-4.ltx new file mode 100644 index 00000000000..267f10095b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-7-4.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-7-4 on page 274. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{multirow} +\StopShownPreambleCommands +\begin{document} +\renewcommand\multirowsetup{\centering} +\newlength\LL \settowidth\LL{100} +\begin{tabular}{|c|c|c|} \hline +\multirow{2}{\LL}{100}& + \multicolumn{2}{c|}{qqq} \\\cline{2-3} + & A & B \\\hline +20000000 & 10 & 10 \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-7-5.ltx b/Master/texmf-dist/doc/latex/tlc2/5-7-5.ltx new file mode 100644 index 00000000000..94c17942aa2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-7-5.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-7-5 on page 274. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{multirow} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|l|l|} +\hline +\multirow{4}{25mm}{Common text in column 1} +& Cell 1a \\\cline{2-2} & Cell 1b\\\cline{2-2} +& Cell 1c \\\cline{2-2} & Cell 1d\\\hline +\multirow{4}{25mm}[-3mm]{Common text in column 1} +& Cell 2a \\\cline{2-2} & Cell 2b\\\cline{2-2} +& Cell 2c \\\cline{2-2} & Cell 2d\\\hline +\multirow{4}{25mm}[3mm]{Common text in column 1} +& Cell 3a \\\cline{2-2} & Cell 3b\\\cline{2-2} +& Cell 3c \\\cline{2-2} & Cell 3d\\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-7-6.ltx b/Master/texmf-dist/doc/latex/tlc2/5-7-6.ltx new file mode 100644 index 00000000000..6d3c60e903b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-7-6.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-7-6 on page 275. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{dcolumn} +\newcolumntype{d}[1]{D{.}{\cdot}{#1}} +\newcolumntype{.}{D{.}{.}{-1}} +\newcolumntype{,}{D{,}{,}{2}} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|d{-1}|d{2}|.|,|} + 1.2 & 1.2 &1.2 &1,2 \\ + 1.23 & 1.23 &12.5 &300,2 \\ + 1121.2& 1121.2&861.20 &674,29 \\ + 184 & 184 &10 &69 \\ + .4 & .4 & &,4 \\ + & &.4 & +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-7-7.ltx b/Master/texmf-dist/doc/latex/tlc2/5-7-7.ltx new file mode 100644 index 00000000000..7b8f78254d1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-7-7.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-7-7 on page 276. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{dcolumn} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|D..{-1}|D..{2}|D..{4.2}|} +\multicolumn{1}{|c|}{wide heading}& +\multicolumn{1}{c|}{wide heading}& +\multicolumn{1}{c|}{wide heading}\\[3pt] + 1000.20 & 1000.20 &1000.20 \\ + 123.45 & 123.45 & 123.45 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-7-8.ltx b/Master/texmf-dist/doc/latex/tlc2/5-7-8.ltx new file mode 100644 index 00000000000..687370445eb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-7-8.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-7-8 on page 276. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{dcolumn} +\newcolumntype{+}{D{/}{\mbox{--}}{4}} +\newcolumntype{,}{D{,}{,}{2}} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|r||+| + >{\raggedright}p{2.2cm}|,|} \hline +\multicolumn{4}{|c|}{GG\&A Hoofed Stock}\\ +\hline\hline +& \multicolumn{1}{c|}{Price}& & +\\ \cline{2-2} \multicolumn{1}{|c||}{Year} +& \mbox{low}/\mbox{high} +& \multicolumn{1}{c|}{Comments} +& \multicolumn{1}{c|}{Other} \\ \hline +1971 & 97/245 &Bad year for farmers in + the West. & 23,45 \\ \hline + 72 &245/245 &Light trading due to a + heavy winter. & 435,23\\ \hline + 73 &245/2001 &No gnus was very good + gnus this year. & 387,56\\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-8-1.ltx b/Master/texmf-dist/doc/latex/tlc2/5-8-1.ltx new file mode 100644 index 00000000000..04ec4599d04 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-8-1.ltx @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-8-1 on page 277. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{minipage}{\linewidth} +\renewcommand\thefootnote{\thempfootnote} +\begin{tabular}{ll} + \multicolumn{2}{c}{\bfseries PostScript + Type 1 fonts} \\ + Courier\footnote{Donated by IBM.} + & cour, courb, courbi, couri \\ + Charter\footnote{Donated by Bitstream.} + & bchb, bchbi, bchr, bchri \\ + Nimbus\footnote{Donated by URW GmbH.} + & unmr, unmrs \\ + URW Antiqua\footnotemark[\value{mpfootnote}] + & uaqrrc \\ + URW Grotesk\footnotemark[\value{mpfootnote}] + & ugqp \\ + Utopia\footnote{Donated by Adobe.} + & putb, putbi, putr, putri + \end{tabular} +\end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-8-2.ltx b/Master/texmf-dist/doc/latex/tlc2/5-8-2.ltx new file mode 100644 index 00000000000..3df81851f2a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-8-2.ltx @@ -0,0 +1,56 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-8-2 on page 278. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{threeparttable} +\StopShownPreambleCommands +\begin{document} +\begin{threeparttable} +\caption[Example of a \texttt{threeparttable} + environment]{\textbf{PostScript Type 1 fonts}} +\begin{tabular}{@{}ll@{}} +Courier\tnote{a} & cour, courb, courbi, couri \\ +Charter\tnote{b} & bchb, bchbi, bchr, bchri \\ +Nimbus\tnote{c} & unmr, unmrs \\ +URW Antiqua\tnote{c} & uaqrrc \\ +URW Grotesk\tnote{c} & ugqp \\ +Utopia\tnote{d} & putb, putbi, putr, putri\\ +\end{tabular} +\begin{tablenotes} +\item[a]Donated by IBM. +\item[b]Donated by Bitstream. +\item[c]Donated by URW GmbH. +\item[d]Donated by Adobe. +\end{tablenotes} + +\begin{tablenotes}[flushleft,online] +\item[a]Donated by IBM. +\item[b]Donated by Bitstream. +\item[c]Donated by URW GmbH. +\item[d]Donated by Adobe. +\end{tablenotes} + +\begin{tablenotes}[para] +\item[]Donated by: +\item[a]IBM, \item[b]Bitstream, +\item[c]URW GmbH, +\item[d]Adobe. +\end{tablenotes} +\end{threeparttable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-9-1.ltx b/Master/texmf-dist/doc/latex/tlc2/5-9-1.ltx new file mode 100644 index 00000000000..8663f96a71c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-9-1.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-9-1 on page 279. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{ccc} +\multicolumn{3}{c}{this-is-a-rather-long-row}\\ +C1 &C2 &C3 \\ 2.1&2.2&2.3 \\ 3.1&3.2&3.3 +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-9-2.ltx b/Master/texmf-dist/doc/latex/tlc2/5-9-2.ltx new file mode 100644 index 00000000000..9f530d82d77 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-9-2.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-9-2 on page 280. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{array} +\newlength\Mylen +\StopShownPreambleCommands +\begin{document} +\settowidth\Mylen{this-is-a-rather-long-row} +\addtolength\Mylen{2\tabcolsep} +\begin{tabular*}{\Mylen}% + {!{\extracolsep{4in minus 4in}}ccc} +\multicolumn{3}{c}{this-is-a-rather-long-row}\\ +C1 &C2 &C3 \\ 2.1&2.2&2.3 \\ 3.1&3.2&3.3 +\end{tabular*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-9-3.ltx b/Master/texmf-dist/doc/latex/tlc2/5-9-3.ltx new file mode 100644 index 00000000000..09060b7c6f3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-9-3.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-9-3 on page 280. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +Tables \begin{tabular}[t]{l} + with no\\ hline \\ commands \\ used +\end{tabular} +versus tables +\begin{tabular}[t]{|l|} \hline + with some \\ hline \\ commands \\ +\hline +\end{tabular} used. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-9-4.ltx b/Master/texmf-dist/doc/latex/tlc2/5-9-4.ltx new file mode 100644 index 00000000000..5cf4c8c72ce --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-9-4.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-9-4 on page 281. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{array} +\StopShownPreambleCommands +\begin{document} +Tables \begin{tabular}[t]{l} + with no\\ hline \\ commands \\ used +\end{tabular} +versus tables +\begin{tabular}[t]{|l|} \firsthline + with some \\ hline \\ commands \\ +\lasthline +\end{tabular} used. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-9-5.ltx b/Master/texmf-dist/doc/latex/tlc2/5-9-5.ltx new file mode 100644 index 00000000000..1f9aacfee04 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-9-5.ltx @@ -0,0 +1,48 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-9-5 on page 282. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{279.0pt} +\StartShownPreambleCommands +\usepackage{array} +\setlength\extratabsurround{5pt} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|cc|} \hline +\emph{name} & \emph{telephone} \\\hline\hline + John & \begin{tabular}[t]{|cc|} \firsthline + \emph{day} & \multicolumn{1}{c|}{\itshape telephone} + \\\hline\hline + Wed & 5554434 \\\hline + Mon & \begin{tabular}[t]{|cc|} \firsthline + \emph{time} & \emph{telephone} \\\hline\hline + 8--10 & 5520104 \\ 1--5 & 2425588 \\\lasthline + \end{tabular} \\\lasthline + \end{tabular} \\\hline +Martin & \begin{tabular}[t]{|cp{4.5cm}|} \firsthline + \emph{telephone} & \multicolumn{1}{c|}{\itshape instructions} + \\\hline\hline + 3356677 & Mary should answer forwarded message. \\\lasthline + \end{tabular} \\\hline + Peter & \begin{tabular}[t]{|cl|} \firsthline + \emph{month} &\multicolumn{1}{c|}{\itshape telephone} + \\\hline\hline + Sep--May & 5554434 \\ Jun & No telephone \\ + Jul--Aug & 2211456 \\ \lasthline + \end{tabular} \\\hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/5-9-6.ltx b/Master/texmf-dist/doc/latex/tlc2/5-9-6.ltx new file mode 100644 index 00000000000..ba70fecc7ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/5-9-6.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 5-9-6 on page 282. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} +\StartShownPreambleCommands +\usepackage{array,tabularx,multirow} +\StopShownPreambleCommands +\begin{document} +\newlength\Tl \settowidth{\Tl}{Prefix} \setlength\tabcolsep{1mm} +\newcommand\T[1]{$10^{#1}$} +\begin{tabularx}{\linewidth}{|l|l|*{10}{>{\small}X|}} \hline +\multicolumn{12}{|c|}{\textbf{Prefixes used in the SI system of units}}\\\hline +\multicolumn{2}{|c|}{Factor} & +\T{24}&\T{21}&\T{18}&\T{15}&\T{12}&\T{9}&\T{6}&\T{3}&\T{2}&\T{ }\\\cline{1-2} +\multirow{2}{\Tl}{Prefix}&Name & +yotta &zetta &exa &peta &tera &giga &mega &kilo &hecto &deca \\ + &Symbol & +\empty +Y &Z &E &P &T &G &M &k &h &da \\\hline +\multirow{2}{\Tl}{Prefix}&Symbol & +y &z &a &f &p &n &$\mu$ &m &c &d \\ + &Name & +yocto &zepto &atto &femto &pico &nano µ &milli ¢i &deci \\\cline{1-2} +\multicolumn{2}{|c|}{Factor} & +\T{-24}&\T{-21}&\T{-18}&\T{-15}&\T{-12}&\T{-9}&\T{-6}&\T{-3}&\T{-2}&\T{-1}\\\hline +\end{tabularx} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/6-3-1.ltx new file mode 100644 index 00000000000..c9344db58fb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-3-1.ltx @@ -0,0 +1,63 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-3-1 on page 293. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{page}{1} +\setlength\textheight{22\baselineskip} +\addtolength\textwidth{5pt} % fix linebreaking +\setlength\textfloatsep{6pt} +\setlength\intextsep{6pt} +% for the book examples we shorten the +% vertical spaces and use a smaller font for +% the heading +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\large\bfseries}} +\makeatother + +\StartShownPreambleCommands + \usepackage{float} + \floatstyle{boxed} + \newfloat{Series}{b}{los}[section] + \floatstyle{ruled} + \newfloat{XMLexa}{H}{lox} + \floatname{XMLexa}{XML Listing} + \newcommand\xmlcode[1]{\texttt{#1}} + \newcommand\sample{Some text for our page + that might get reused over and over again. } +\StopShownPreambleCommands +\begin{document} + \section{New float environments} + \sample + \begin{XMLexa} \caption{A simple XML file} + \xmlcode{<XMLphrase>Great fun!</XMLphrase>} + \end{XMLexa} + \sample + \begin{XMLexa} + \caption{Processing instruction} + \xmlcode{<?xml version=''1.0''?>} + \end{XMLexa} + \sample + \begin{Series} + \caption{Euler's constant} + \[e = 1 + \sum^\infty_{k=1} \frac{1}{k!}\] + \end{Series} + \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-3-2.ltx b/Master/texmf-dist/doc/latex/tlc2/6-3-2.ltx new file mode 100644 index 00000000000..07ade84c320 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-3-2.ltx @@ -0,0 +1,67 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-3-2 on page 294. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{page}{1} +\setlength\textheight{11.6\baselineskip} +\setlength\textfloatsep{6pt} +\setlength\intextsep{6pt} +% for the book examples we shorten the +% vertical spaces and use a smaller font for +% the heading +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\large\bfseries}} +\makeatother +\usepackage{float} +\floatstyle{boxed} +\newfloat{Series}{b}{los}[section] +\floatstyle{ruled} +\newfloat{XMLexa}{H}{lox} +\floatname{XMLexa}{XML Listing} +\newcommand\xmlcode[1]{\texttt{#1}} +\newcommand\sample{Some text for our page + which might get reused over and over again. } + +\StartShownPreambleCommands +\usepackage{float} +% Float types ``Series'' and ``XMLexa'' and +% commands \xmlcode and \sample as defined +% in previous example +\StopShownPreambleCommands +\begin{document} +\listof{XMLexa}{XML Listings} +\listof{Series}{List of Series} +\section{New float environments} +\sample +\begin{XMLexa} \caption{A simple XML file} + \xmlcode{<XMLphrase>Great fun!</XMLphrase>} +\end{XMLexa} +\empty +\sample +\begin{XMLexa} \caption{Processing instruction} + \xmlcode{<?xml version=''1.0''?>} \end{XMLexa} +\sample +\begin{Series} +\caption{Euler's constant} + \[e = 1 + \sum^\infty_{k=1} \frac{1}{k!}\] +\end{Series} +\sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/6-3-3.ltx new file mode 100644 index 00000000000..d447edb5de4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-3-3.ltx @@ -0,0 +1,55 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-3-3 on page 294. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{page}{1} +\setlength\textheight{15.2\baselineskip} +\setlength\textfloatsep{12pt plus 4pt} +% for the book examples we shorten the +% vertical spaces and use a smaller font for +% the heading +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {1.3ex \@plus.2ex}% + {\normalfont\large\bfseries}} +\makeatother +\newcommand\sample{Some text for our page + that might get reused over and over again. } + +\StartShownPreambleCommands + \usepackage{graphicx,float} + \floatstyle{boxed} \restylefloat{figure} + \floatstyle{ruled} \restylefloat{table} + \floatplacement{table}{b} + % \sample as previously defined +\StopShownPreambleCommands +\begin{document} + \section{Customizing standard floats} + \sample + \begin{table} + \begin{tabular}{@{}llr} + AAAA&BBBB&123\\CCC&DDDD&45\end{tabular} + \caption{Sample table} + \end{table} + \sample + \begin{figure} \centering + \includegraphics[width=12mm]{rosette.ps} + \caption{Sample figure} + \end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-3-4.ltx2 b/Master/texmf-dist/doc/latex/tlc2/6-3-4.ltx2 new file mode 100644 index 00000000000..e5a24c88754 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-3-4.ltx2 @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-3-4 on page 295. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{95.40097pt} + + \setlength\textheight{10\baselineskip} + \pagestyle{origplain} + +\StartShownPreambleCommands +\usepackage{float,array} +\StopShownPreambleCommands +\begin{document} +All float placement specifiers are +shown together in the following example. +\begin{table}[H] +\begin{tabular}{>{\ttfamily}cl} + t & Top of page \\ b & Bottom of page \\ + p & Page of floats \\ + h & Here, if possible \\ H & Here, always +\end{tabular} +\caption{Float placement specifiers} +\end{table} +With ``h'' instead of the ``H'' specifier +this text would have appeared before the +table in the current example. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/6-3-5.ltx new file mode 100644 index 00000000000..7360e67d064 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-3-5.ltx @@ -0,0 +1,53 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-3-5 on page 296. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setcounter{page}{1} +\setlength\textheight{18\baselineskip} +% for the book examples we shorten the +% vertical spaces and use a smaller font for +% the heading +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {0.6ex \@plus.2ex}% + {\normalfont\large\bfseries}} +\makeatother + +\StartShownPreambleCommands +\usepackage{caption} +\StopShownPreambleCommands +\begin{document} +\listoffigures +\section{Various kinds of figures} +Here we mix standard and nonfloating figures. +\begin{figure}[b] \centering + \fbox{Figure I} + \caption{Standard figure} \label{fig:I} +\end{figure} +\begin{center} + \fbox{Figure II} \\ + \captionof{figure}[Fake LOF entry] + {Nonfloating figure} + \label{fig:II} +\end{center} +As Figure \ref{fig:I} is forced to +the bottom with an optional \texttt{[b]} +argument it passes Figure \ref{fig:II} +and the numbering gets out of sync. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-3-6.ltx2 b/Master/texmf-dist/doc/latex/tlc2/6-3-6.ltx2 new file mode 100644 index 00000000000..3ce0dafb61c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-3-6.ltx2 @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-3-6 on page 297. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\setlength\textheight{2.7cm} +\StartShownPreambleCommands +\usepackage{rotating} +\usepackage{fancyhdr} +\pagestyle{fancy} +\fancyhead[RO,LE]{Turned floats} +\StopShownPreambleCommands +\begin{document} +\begin{sidewaysfigure} + \centering \fbox{Figure Body} + \caption{Caption} +\end{sidewaysfigure} +\begin{sidewaystable} + \centering \fbox{Table Body} + \caption{Caption} +\end{sidewaystable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-3-7.ltx2 b/Master/texmf-dist/doc/latex/tlc2/6-3-7.ltx2 new file mode 100644 index 00000000000..f97174783a1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-3-7.ltx2 @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-3-7 on page 297. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\setlength\textheight{2.7cm} +\StartShownPreambleCommands +\usepackage[figuresright]{rotating} +\usepackage{fancyhdr} +\pagestyle{fancy} +\fancyhead[LE]{Floats turned} +\fancyhead[RO]{Floats partly turned} +\StopShownPreambleCommands +\begin{document} +\begin{sidewaystable} \centering + \fbox{Table Body} \caption{Caption} +\end{sidewaystable} +\begin{table} \centering + \begin{sideways} + \fbox{Table Body} + \end{sideways} + \caption{Caption} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/6-4-1.ltx new file mode 100644 index 00000000000..65b7dba202d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-4-1.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-4-1 on page 300. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\newcommand\sample{Some text for our page + that is reused over and over again. } +\StartShownPreambleCommands +\usepackage{wrapfig} +% \sample as before +\StopShownPreambleCommands +\begin{document} +\begin{wraptable}[4]{l}{4cm} + \centering\fbox{Wrapped Table} + \caption{The Caption}\label{T} +\end{wraptable} +\sample \sample Reference to Table~\ref{T}. +\sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/6-4-2.ltx new file mode 100644 index 00000000000..d342460f724 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-4-2.ltx @@ -0,0 +1,45 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-4-2 on page 301. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\setcounter{page}{1} +\addtolength\textwidth{-36pt} % to cover the margin in example +\newcommand\sample{Some text for our page + that is reused over and over again. } + +\StartShownPreambleCommands +\usepackage{wrapfig} +\usepackage[labelfont={sf,bf}, + justification=centerlast]{caption} +% \sample as before +\StopShownPreambleCommands +\begin{document} +The starting place for the wrapfigure +environment was manually determined in +the current ex- +\begin{wrapfigure}[7]{l}[0.2\width]{0pt} + \centering + \fbox{This is a ``wrapfigure''.} + \caption{An example of the + \texttt{wrapfigure} environment} +\end{wrapfigure} +ample by first setting the text without +the figure to find the linebreaks. + +\sample \sample \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-4-3.ltx b/Master/texmf-dist/doc/latex/tlc2/6-4-3.ltx new file mode 100644 index 00000000000..7ac2ffd1671 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-4-3.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-4-3 on page 303. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{picins,graphicx} +\newcommand\sample{Some text for our page + that is reused over and over again. } +\newcommand\FIG{\includegraphics + [width=14mm]{cat}} +\StopShownPreambleCommands +\begin{document} +\parpic{\fbox{\Large\scshape Box}} +\sample\sample\par +\parpic[d]{\FIG} +\noindent\sample\sample\sample\sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-4-4.ltx b/Master/texmf-dist/doc/latex/tlc2/6-4-4.ltx new file mode 100644 index 00000000000..b9f07556744 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-4-4.ltx @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-4-4 on page 304. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\newcommand\sample{Some text for our page + that is reused over and over again. } +\sloppy + +\StartShownPreambleCommands +\usepackage{picins,graphicx} +\newcommand\FIG{\includegraphics + [width=10mm]{elephant}} +% \sample as previously defined +\StopShownPreambleCommands +\begin{document} +\parpic(15mm,15mm)[f]{\FIG}\noindent +\sample\sample\par +Here we prove that the ``picture'' can +span more than a single paragraph. +\parpic(15mm,15mm)(2mm,14mm)[dr]{\FIG}% +\noindent\sample\sample\par +\picskip{2} +Without the explicit request in the source +this paragraph would have only one +shortened line, like the one surrounding +the previous ``picture''. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-4-5.ltx2 b/Master/texmf-dist/doc/latex/tlc2/6-4-5.ltx2 new file mode 100644 index 00000000000..8c2f4b30393 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-4-5.ltx2 @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-4-5 on page 304. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} + +\setlength\textheight{5cm} +\newcommand\sample{Some text for our page + that is reused over and over again. } +\sloppy + +\StartShownPreambleCommands +\usepackage{picins} +% \sample as previously defined +\StopShownPreambleCommands +\begin{document} +\parpic(15mm,10mm)(0mm,0mm) + [dr]{\fbox{Box}}% +\sample\sample\par +\parpic(15mm,10mm)(2mm,5mm) + [dr]{\fbox{Box}}% +\sample\sample\par +\parpic(15mm,10mm)(4mm,10mm) + [dr]{\fbox{Box}}% +\sample\sample\par +\parpic(15mm,10mm)(6mm,15mm) + [dr]{\fbox{Box}}% +\sample\sample\par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-4-6.ltx2 b/Master/texmf-dist/doc/latex/tlc2/6-4-6.ltx2 new file mode 100644 index 00000000000..1c07063345b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-4-6.ltx2 @@ -0,0 +1,47 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-4-6 on page 305. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} + +\setlength\textheight{6.5cm} +\newcommand\sample{Some text for our page + that is reused over and over again. } +\sloppy + +\StartShownPreambleCommands +\usepackage{picins} +% \sample as previously defined +\StopShownPreambleCommands +\begin{document} +\sample +\begin{itemize} \item + \dashlength{2mm} + \linethickness{1mm} + \parpic(15mm,10mm)[dr]{BOX} + \sample\sample +\item + \shadowthickness{3mm} + \linethickness{.4pt} + \parpic(15mm,10mm)[sr]{BOX} + \sample\sample +\item + \boxlength{2mm} + \parpic(15mm,10mm)[x]{BOX} + \sample\sample +\end{itemize} \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-4-7.ltx b/Master/texmf-dist/doc/latex/tlc2/6-4-7.ltx new file mode 100644 index 00000000000..c9b39baa380 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-4-7.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-4-7 on page 305. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\newcommand\sample{Some text for our page + that is reused over and over again. } +\sloppy + +\StartShownPreambleCommands +\usepackage{picins} +\newcommand\FOR{\(\displaystyle E=mc^2\)} +% \sample as before +\StopShownPreambleCommands +\begin{document} +\pichskip{6mm} +\piccaption{Einstein's formula.} +\parpic(45mm,10mm)[s]{\FOR} +\sample\sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-4-8.ltx b/Master/texmf-dist/doc/latex/tlc2/6-4-8.ltx new file mode 100644 index 00000000000..94c1a04ac82 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-4-8.ltx @@ -0,0 +1,46 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-4-8 on page 306. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\newcommand\sample{Some text for our page + that is reused over and over again. } +\newcommand\FOR{\(\displaystyle E=mc^2\)} +\sloppy + +\StartShownPreambleCommands +\usepackage{picins} +\usepackage[labelfont={sf,bf}]{caption} +% \sample and \FOR as before +\StopShownPreambleCommands +\begin{document} +\piccaptioninside +\piccaption{Einstein's formula.} +\parpic(50mm,10mm)[s]{\FOR} +\sample\sample\sample + +\piccaptionside +\piccaption{Einstein's formula.} +\parpic(30mm,10mm)[s]{\FOR} +\sample + +\piccaptiontopside +\piccaption{Einstein's formula.} +\parpic(30mm,10mm)[sr]{\FOR} +\sample\sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-1.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-1.ltx new file mode 100644 index 00000000000..9dad2cb2160 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-1.ltx @@ -0,0 +1,54 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-1 on page 307. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +% for the book examples we shorten the +% vertical spaces and use a smaller font for +% the heading +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {0.6ex \@plus.2ex}% + {\normalfont\large\bfseries}} +\makeatother + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\listoffigures + +\section{Caption} + +Figures \ref{Fig1} and \ref{Fig2} +have captions. + +\begin{figure}[ht] +\centerline{\fbox{\small A small Figure}} +\caption{Short caption text}\label{Fig1} +\end{figure} + +\begin{figure}[ht] +\centerline{\fbox{\small A small Figure}} +\caption[Short entry in lof] + {Long caption text with some extra + explanation that this figure is important + even though it is small.}\label{Fig2} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-10.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-10.ltx new file mode 100644 index 00000000000..c9c103e515b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-10.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-10 on page 318. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\setlength\textfloatsep{10pt} + +\StartShownPreambleCommands +\usepackage{subfig} +\captionsetup[table] {position=top,aboveskip=5pt} +\captionsetup[subtable]{singlelinecheck=false, + format=hang,font={sl,small}, + justification=raggedright} +\renewcommand\thesubtable{\thetable.\arabic{subtable}} +\newcommand\TAB[2]{\fbox{\parbox{#2\textwidth}{Table #1}}} +\StopShownPreambleCommands +\begin{document} +\begin{table} +\caption{Three sub-tables}\label{tbl} + \subfloat[First] {\TAB{1}{.4}\label{tbl1}}\hfill + \subfloat[Second]{\TAB{2}{.4}\label{tbl2}}\\ + \subfloat[Third table with a much longer caption] + {\TAB{3}{.8}\label{tbl3}} +\end{table} +Table \ref{tbl} contains sub-tables \subref{tbl1} to +\subref{tbl3}. But don't use now: \ref{tbl3} (see text). +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-11.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-11.ltx new file mode 100644 index 00000000000..c9c974034c4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-11.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-11 on page 319. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{graphicx} +\usepackage[font={scriptsize,sl},captionskip=3pt]{subfig} +\newcommand\FIG[1]{\includegraphics[#1]{cat}} +\StopShownPreambleCommands +\begin{document} +\begin{figure} \centering + \subfloat[]{\FIG{width=3pc}\label{a}} \quad + \subfloat[]{\FIG{angle=20,width=3pc}\label{b}} \quad + \subfloat[]{\FIG{height=1pc,width=3pc}\label{c}} +\caption[A group of cats]{A group of cats: \subref{a} + the first cat, \subref{b} a climbing one, + and \subref{c} one that is stretched.} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-12.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-12.ltx new file mode 100644 index 00000000000..962685bef6d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-12.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-12 on page 319. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{subfig} \usepackage{graphicx} +\StopShownPreambleCommands +\begin{document} +\begin{figure} \centering + \captionsetup[subfloat]{nearskip=-3pt} + \subfloat[Small] + {\includegraphics[width=12mm]{elephant}\label{sf1}} + \qquad + \subfloat[Bigger] + {\includegraphics[width=16mm]{elephant}\label{sf2}} + \caption{Two elephants}\label{elephants} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-13.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-13.ltx new file mode 100644 index 00000000000..7da7d7710f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-13.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-13 on page 321. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\setcounter{page}{1} +\setlength\textheight{5.5cm} + +\StartShownPreambleCommands +\usepackage[nearskip=-3pt,captionskip=5pt]{subfig} +\captionsetup[subfloat]{listofindent=5em, + listofformat=parens} +\setcounter{lofdepth}{2} +\StopShownPreambleCommands +\begin{document} +\listoffigures \medskip +\begin{figure}[!ht]\centering + \subfloat[First]{\fbox{Figure I}} \qquad + \subfloat[Second]{\fbox{Figure II}} + \caption{Three figures} +\end{figure} + \pagebreak % <-- for illustration +\begin{figure}[!ht] \centering \ContinuedFloat + \subfloat[Third]{\fbox{Figure III}} + \caption[]{Three figures (cont.)} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-14.ltx2 b/Master/texmf-dist/doc/latex/tlc2/6-5-14.ltx2 new file mode 100644 index 00000000000..1b387aa67a1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-14.ltx2 @@ -0,0 +1,46 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-14 on page 322. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} + +\setcounter{page}{1} +\setlength\textheight{6cm}\setlength\intextsep{6pt} + +\StartShownPreambleCommands +\usepackage{subfloat} +\StopShownPreambleCommands +\begin{document} +\listoffigures \medskip +\begin{subfigures} + \begin{figure}[!ht] + \centering\fbox{Figure I} + \caption{First figure}\label{FI} + \end{figure} + \begin{figure}[!ht] + \centering\fbox{Figure II} + \caption{Second figure}\label{FII} + \end{figure} +\end{subfigures} +Figures \ref{FI} and \ref{FII} in +this example are sub-numbered, while +Figure~\ref{FIII} is not. +\begin{figure}[!ht] + \centering\fbox{Figure III} + \caption{Third figure}\label{FIII} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-15.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-15.ltx new file mode 100644 index 00000000000..9a30fa0cc80 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-15.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-15 on page 324. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setcounter{page}{1} +\StartShownPreambleCommands +\usepackage[ragged]{sidecap} +\usepackage[labelfont={sf,bf},textfont=it, + labelsep=period]{caption} +\StopShownPreambleCommands +\begin{document} +Paragraph text showing how floats are +horizontally aligned with respect to the galley. +\begin{SCtable} \caption{A small table with a + rather long caption text} + \begin{tabular}{|ll|} AAA & BBB \\ + CCC & DDD \\ EEE & FFF \end{tabular} +\end{SCtable} +\begin{SCfigure}[2] \caption{A small figure} + \framebox[.3\linewidth][c]{Figure I} +\end{SCfigure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-16.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-16.ltx new file mode 100644 index 00000000000..6fcd6cad9bc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-16.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-16 on page 324. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\setcounter{page}{1} +\setlength\marginparwidth{44pt} +\setlength\marginparsep{6pt} +\addtolength\textwidth{-60pt} % to cover the margin in example + +\StartShownPreambleCommands +\usepackage[wide]{sidecap} +\renewcommand\sidecaptionsep{15pt} +\renewcommand\sidecaptionrelwidth{20} +\sidecaptionvpos{table}{c} +\StopShownPreambleCommands +\begin{document} +Text showing how the float is horizontally +aligned with respect to the galley. +\begin{SCtable} \caption{A small table with + a rather long caption text} + \begin{tabular}{|ll|} AAA & BBB \\ + CCC & DDD \\ EEE & FFF \end{tabular} +\end{SCtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-17.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-17.ltx new file mode 100644 index 00000000000..53db1b41754 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-17.ltx @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-17 on page 325. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\newcommand\sample{Some text for our page + that is reused over and over again. } +\setlength\textheight{10\baselineskip} +\setlength\marginparwidth{53pt} +\setlength\marginparsep{8pt} +\addtolength\textwidth{-\marginparwidth} +\addtolength\textwidth{-\marginparsep} +\sloppy + +\StartShownPreambleCommands +\usepackage[margincaption,ragged]{sidecap} +% \sample as defined earlier +\StopShownPreambleCommands +\begin{document} +\begin{SCtable} \caption{A misaligned caption} + \begin{minipage}{\linewidth} + \sample \sample + \end{minipage}\end{SCtable} +\begin{SCtable} \caption{An aligned caption} + \begin{minipage}{\linewidth} + \strut \sample \sample \unskip\strut + \end{minipage}\end{SCtable} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-18.ltx2 b/Master/texmf-dist/doc/latex/tlc2/6-5-18.ltx2 new file mode 100644 index 00000000000..73f697b7c78 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-18.ltx2 @@ -0,0 +1,55 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-18 on page 326. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{124.20126pt} + +\setlength\textheight{14\baselineskip} +% for the book examples we shorten the +% vertical spaces and use a smaller font for +% the heading +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {0.6ex \@plus.2ex}% + {\normalfont\large\bfseries}} +\makeatother +\sloppy +\pagestyle{origplain} % plain is disabled by the class + +\StartShownPreambleCommands +\usepackage[twoside,varioref, + closeFloats]{fltpage} +\StopShownPreambleCommands +\begin{document} +\listoffigures +\section{Full-page floats} +Figure~\ref{FP1} is a +full-page float whose caption +and body are on separate pages. +\begin{FPfigure} + \setlength\fboxsep{0pt} + \framebox[.97\linewidth][c] + {\rule[-3cm]{0pt} + {.97\textheight}% + A full-page figure} +\caption[A full-page figure] + {Caption for a full-page float + for which there was no room + on the same page}\label{FP1} +\end{FPfigure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-2.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-2.ltx new file mode 100644 index 00000000000..4b7d9e7ba70 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-2.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-2 on page 309. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +% +\setlength\intextsep{6pt} + +\StartShownPreambleCommands +\usepackage{float,graphicx} +\usepackage[format=hang,margin=10pt]{caption} +\floatstyle{boxed} \restylefloat{figure} +\StopShownPreambleCommands +\begin{document} +\begin{figure}[ht] \centering + \includegraphics[width=8mm]{elephant} + \includegraphics[width=10mm]{elephant} + \caption{Short caption} +\end{figure} +\begin{figure}[ht] \centering + \includegraphics[width=15mm]{elephant} + \caption{A caption that runs over more than one line} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-3.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-3.ltx new file mode 100644 index 00000000000..1dc32ca7efa --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-3.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-3 on page 310. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +% +\setlength\intextsep{6pt} +% Not shown here since explained later in the +% book: +\AtBeginDocument{\captionsetup{aboveskip=3pt}} + +\StartShownPreambleCommands + +\usepackage{float,graphicx} +\usepackage[font={sf,bf},textfont=md]{caption} +\floatstyle{boxed} \restylefloat{table} +\StopShownPreambleCommands +\begin{document} +\begin{figure}[ht] \centering + \includegraphics[width=10mm]{Escher} + \caption{Short caption} +\end{figure} +\begin{table}[ht] \centering A B C D E F G H I J K L M + \caption{A caption that runs over more than one line} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-4.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-4.ltx new file mode 100644 index 00000000000..927c1dbfaa6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-4.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-4 on page 311. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +% +\setlength\intextsep{6pt} + +\StartShownPreambleCommands +\usepackage{float,graphicx} +\floatstyle{boxed} \restylefloat{figure} +\usepackage{caption} +\DeclareCaptionLabelSeparator{period-newline}{.\newline} +\captionsetup{aboveskip=3pt,singlelinecheck=false, + labelsep=period-newline,labelfont={small,bf}} +\StopShownPreambleCommands +\begin{document} +\begin{figure}[ht] \centering + \includegraphics[width=10mm]{Escher} \caption{} +\end{figure} +\begin{figure}[ht] \centering + \includegraphics[width=10mm]{elephant} + \caption{A small elephant} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-5.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-5.ltx new file mode 100644 index 00000000000..63aa2f926ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-5.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-5 on page 311. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +% +\setlength\intextsep{6pt} + +\StartShownPreambleCommands +\usepackage[textfont={rm,it},labelfont={sf}, + labelformat=parens,labelsep=quad, + justification=centerfirst,parskip=3pt]{caption} +\StopShownPreambleCommands +\begin{document} +\begin{figure}[ht] \centering + {\fontfamily{put}\fontsize{60}{60}\bfseries Bild} + \caption[A short caption text] + {A caption that runs over more than one line + to show the effect of the centerfirst keyword.} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-6.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-6.ltx new file mode 100644 index 00000000000..414b2fc9405 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-6.ltx @@ -0,0 +1,44 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-6 on page 313. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +% +\setlength\intextsep{8pt} + +\StartShownPreambleCommands +\usepackage{caption,graphicx} +\DeclareCaptionStyle{italic} + {labelfont={sf,bf},textfont={rm,it},indention=18pt, + labelsep=period,justification=raggedright} +\captionsetup[figure]{style=italic} +\captionsetup{style=default,labelfont={sf,bf}} +\StopShownPreambleCommands +\begin{document} +\begin{figure}[ht] + \centering \includegraphics{cat} + \caption{A long caption that runs over more + than one line to show the effect of the + style keyword.} +\end{figure} +\begin{table}[ht] + \centering \fbox{A B C D E F G H I J} + \caption{A long caption that runs over more + than one line to show the effect of the + style keyword.} +\end{table} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-7.ltx2 b/Master/texmf-dist/doc/latex/tlc2/6-5-7.ltx2 new file mode 100644 index 00000000000..667f86fa250 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-7.ltx2 @@ -0,0 +1,49 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-7 on page 315. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{109.80112pt} +\setlength\textheight{4.2cm} + +% make the heading a bit smaller in the examples +\makeatletter +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-2.5ex \@plus -1ex \@minus -.2ex}% + {0.6ex \@plus.2ex}% + {\normalfont\large\bfseries}} +\makeatother + +\pagestyle{origplain} % plain is disabled by the class + +\StartShownPreambleCommands +\usepackage{caption} +\StopShownPreambleCommands +\begin{document} +\listoffigures \medskip +\begin{figure}[!b] + \centering \fbox{Figure body} + \caption{Huge} +\end{figure} +A figure placed at the page bottom and +continued at the top of the next page. +\begin{figure}[!t] \ContinuedFloat + \centering + \fbox{\rule[-.5cm]{0pt}{1.5cm}% + Figure body} + \caption{Huge (cont.)} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-8.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-8.ltx new file mode 100644 index 00000000000..e01a3513fde --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-8.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-8 on page 316. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{subfig} \usepackage{graphicx} +\StopShownPreambleCommands +\begin{document} +\begin{figure} \centering + \subfloat[Small] + {\includegraphics[width=12mm]{elephant}\label{sf1}} + \qquad + \subfloat[Bigger] + {\includegraphics[width=16mm]{elephant}\label{sf2}} + \caption{Two elephants}\label{elephants} +\end{figure} +Figure~\ref{elephants} contains sub-figure~\ref{sf1}, +which is smaller than sub-figure~\ref{sf2}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/6-5-9.ltx b/Master/texmf-dist/doc/latex/tlc2/6-5-9.ltx new file mode 100644 index 00000000000..57236325f14 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/6-5-9.ltx @@ -0,0 +1,39 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 6-5-9 on page 316. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[font=sf]{caption} +\usepackage{subfig} +\newcommand\LCap{A longer caption with more text} +\newcommand\FIG{\fbox{\parbox{.4\textwidth}{\strut}}} +\StopShownPreambleCommands +\begin{document} +\begin{figure}[ht] \centering + \subfloat[Short caption]{\FIG} \subfloat[\LCap]{\FIG} + \caption{Default sub-figures} +\end{figure} +\captionsetup[subfloat]{format=hang,textfont=it, + labelfont={rm,bf},labelformat=simple,labelsep=period, + margin=5pt,justification=raggedright} +\begin{figure}[ht] \centering + \subfloat[Short caption]{\FIG} \subfloat[\LCap]{\FIG} + \caption{Customized sub-figures} +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-10-1.ltx b/Master/texmf-dist/doc/latex/tlc2/7-10-1.ltx new file mode 100644 index 00000000000..05b8e202c5d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-10-1.ltx @@ -0,0 +1,53 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-10-1 on page 439. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\begin{filecontents}{t1zasj.fd} +\ProvidesFile{t1zasj.fd} + [2003/10/12 font definitions for T1 Aldus/Palatino mix.] +\DeclareFontFamily{T1}{zasj}{} +\DeclareFontShape{T1}{zasj}{m}{n} {<->pasr9d}{} +\DeclareFontShape{T1}{zasj}{m}{sc}{<->pasrc9d}{} +\DeclareFontShape{T1}{zasj}{m}{it}{<->pasri9d}{} +\DeclareFontShape{T1}{zasj}{m}{sl}{<->ssub * pasx/m/it}{} +\DeclareFontShape{T1}{zasj}{b}{n}{<-> pplb8t}{} +\DeclareFontShape{T1}{zasj}{b}{sc}{<->pplbc8t}{} +\DeclareFontShape{T1}{zasj}{b}{sl}{<->pplbo8t}{} +\DeclareFontShape{T1}{zasj}{b}{it}{<->pplbi8t}{} +\end{filecontents} +\begin{filecontents}{fontmix.sty} +\ProvidesPackage{fontmix}[2003/10/12 T1 Aldus/Palatino mix.] +\RequirePackage[T1]{fontenc} +\renewcommand\rmdefault{zasj} \renewcommand\bfdefault{b} +\end{filecontents} + +\StartShownPreambleCommands +\usepackage{fontmix} +% t1zasj.fd and fontmix.sty as defined above +\StopShownPreambleCommands +\begin{document} +\section*{Zapf's Palatino and Aldus} +This text is set in the typeface Aldus with +matching \emph{old-style} numerals `123456789'. + +As a companion \textbf{bold face} Zapf's +Palatino is selected. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-12-1.ltx b/Master/texmf-dist/doc/latex/tlc2/7-12-1.ltx new file mode 100644 index 00000000000..38a1ba947d3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-12-1.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-12-1 on page 464. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + + +\StartShownPreambleCommands +\usepackage{latexsym} \newcommand\Q[1]{$#1$ \quad} +\StopShownPreambleCommands +\begin{document} +\Q{\Box} \Q{\Diamond} \Q{\Join} \Q{\leadsto} \Q{\lhd} \Q{\mho} +\Q{\rhd} \Q{\sqsubset} \Q{\sqsupset} \Q{\unlhd} \Q{\unrhd} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/7-3-1.ltx new file mode 100644 index 00000000000..cb137e5fd51 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-3-1.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-3-1 on page 338. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +Some words in this sentence are +\begin{bfseries}typeset in bold letters. + +The bold typeface\end{bfseries} continues here. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-3-2.ltx b/Master/texmf-dist/doc/latex/tlc2/7-3-2.ltx new file mode 100644 index 00000000000..c07904e4b0f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-3-2.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-3-2 on page 341. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\raggedright +When switching back from {\itshape italic\/} or +{\slshape slanted\/} shapes to an upright font +one should add the {\itshape italic correction}, +except when a small punctuation character follows. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/7-3-3.ltx new file mode 100644 index 00000000000..26d3f94d93d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-3-3.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-3-3 on page 342. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +{\em Nevertheless, one has to be careful about +the\/ {\em proper\/} use of italic corrections +on both ends of the emphasized text}. It is +therefore better to use the \verb=\emph= command, +which \emph{automatically} takes care of the +italic correction on both sides. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-3-4.ltx b/Master/texmf-dist/doc/latex/tlc2/7-3-4.ltx new file mode 100644 index 00000000000..3bb97bd0f49 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-3-4.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-3-4 on page 342. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{fixltx2e} +\renewcommand\eminnershape{\scshape} +\StopShownPreambleCommands +\begin{document} +{\em Nevertheless, one has to be careful about +the\/ {\em proper\/} use of italic corrections +on both ends of the emphasized text}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/7-3-5.ltx new file mode 100644 index 00000000000..044a1d4c5a2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-3-5.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-3-5 on page 343. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +One can typeset a text + {\sffamily\bfseries\large + in a large sans serif bold typeface} +but note the unchanged leading! +\LaTeX{} uses the value in force at +the \emph{end} of the paragraph! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-3-6.ltx b/Master/texmf-dist/doc/latex/tlc2/7-3-6.ltx new file mode 100644 index 00000000000..096eb470e47 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-3-6.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-3-6 on page 345. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\emph{When using the \LaTeX{} high-level font +commands, the \emph{proper} use of italic +corrections is automatically taken care of}. +Only \emph{sometimes} one has to help \LaTeX{} +by adding a \verb=\nocorr= command. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-3-7.ltx b/Master/texmf-dist/doc/latex/tlc2/7-3-7.ltx new file mode 100644 index 00000000000..36fa10bb455 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-3-7.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-3-7 on page 345. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\newenvironment{bfitemize}{\begin{itemize}% + \normalfont\bfseries\raggedright}{\end{itemize}} +\StopShownPreambleCommands +\begin{document} +\begin{bfitemize} +\item This environment produces boldface items. +\item It is defined in terms of \LaTeX's + \texttt{itemize} environment and NFSS declarations. +\end{bfitemize} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-3-8.ltx b/Master/texmf-dist/doc/latex/tlc2/7-3-8.ltx new file mode 100644 index 00000000000..4446d1688d4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-3-8.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-3-8 on page 345. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\fontencoding{T1}\selectfont +\StopShownPreambleCommands +\begin{document} +In the Cork font encoding (\texttt{T1}), +characters like \symbol{"DE}, \symbol{'237}, +and \symbol{32} are included and can be +accessed with the \verb=\symbol= command. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/7-4-1.ltx new file mode 100644 index 00000000000..ac9fd208e0c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-4-1.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-4-1 on page 349. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +Therefore, $\mathsf{G}$ can be computed as +\begin{equation} + \mathsf{G} = \mathcal{A} + + \sum_{i=1}^{n} \mathcal{B}_{i} +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/7-4-2.ltx new file mode 100644 index 00000000000..e181159e38e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-4-2.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-4-2 on page 350. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{eqnarray} + x &=& 12345 \\ + \mathrm{x} &=& \mathrm{12345} \\ + \mathnormal{x} &=& \mathnormal{12345} +\end{eqnarray} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-4-3.ltx b/Master/texmf-dist/doc/latex/tlc2/7-4-3.ltx new file mode 100644 index 00000000000..58984ab5f1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-4-3.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-4-3 on page 351. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\DeclareMathAlphabet{\msfsl}{OT1}{cmss}{m}{sl} +\StopShownPreambleCommands +\begin{document} +We demonstrate this with the formula +\begin{equation} + \sum \msfsl{A}_{i} = a \tan \beta +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-4-4.ltx b/Master/texmf-dist/doc/latex/tlc2/7-4-4.ltx new file mode 100644 index 00000000000..10578d987af --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-4-4.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-4-4 on page 351. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\sffamily The result will be +\[ x = 10 \textbf{ and thus } y = 12 \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-4-5.ltx b/Master/texmf-dist/doc/latex/tlc2/7-4-5.ltx new file mode 100644 index 00000000000..ae1b0c22edf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-4-5.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-4-5 on page 352. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{equation} + \sum_{j=1}^{z} j = \frac{z(z+1)}{2} +\end{equation} +\mathversion{bold} +\begin{equation} + \sum_{j=1}^{z} j = \frac{z(z+1)}{2} +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-1.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-1.ltx new file mode 100644 index 00000000000..96035920b99 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-1.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-1 on page 355. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\fontencoding{OT1}\fontfamily{cmr}\selectfont +Computer Modern sharp s: \ss \par +\fontencoding{T1}\fontfamily{cmr}\selectfont +EC Modern sharp s: \ss +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-10.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-10.ltx new file mode 100644 index 00000000000..9a7597312b4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-10.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-10 on page 365. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\renewcommand\rmdefault{cmr} +\StartShownPreambleCommands +\usepackage[safe]{textcomp} +\DeclareTextSymbolDefault{\textbullet}{OMS} +\StopShownPreambleCommands +\begin{document} +\textbullet{} now like \fontfamily{ptm}\selectfont\textbullet +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-11.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-11.ltx new file mode 100644 index 00000000000..7eb395a6d6e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-11.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-11 on page 365. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\renewcommand\rmdefault{cmr} +\StartShownPreambleCommands +\usepackage[T1]{fontenc} \usepackage[safe]{textcomp} +\StopShownPreambleCommands +\begin{document} +\Huge \`o\`x \`O\`X \capitalgrave O\capitalgrave X +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-12.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-12.ltx new file mode 100644 index 00000000000..e309016512c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-12.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-12 on page 365. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\renewcommand\rmdefault{cmr} +\StartShownPreambleCommands +\usepackage[T1]{fontenc} \usepackage[safe]{textcomp} +\StopShownPreambleCommands +\begin{document} +b\u{}g (this fails) \par +b\u\textcompwordmark g \quad B\u\textcapitalcompwordmark G +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-13.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-13.ltx new file mode 100644 index 00000000000..3ff6a7a90bf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-13.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-13 on page 366. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\raggedright +\setlength\parindent{15pt} +\StartShownPreambleCommands +\usepackage[safe]{textcomp} +\DeclareTextCommandDefault{\textborn} + {{\fontfamily{cmr}\selectfont\UseTextSymbol{TS1}{\textborn}}} +\StopShownPreambleCommands +\begin{document} +\fontfamily{ptm}\selectfont + Burkhard and Holger \textborn 8.11.1997 +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-14.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-14.ltx new file mode 100644 index 00000000000..e3f84136825 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-14.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-14 on page 367. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} + + +\StartShownPreambleCommands +\usepackage[warn]{textcomp} \renewcommand\textcompsubstdefault{cmss} +\StopShownPreambleCommands +\begin{document} +\fontfamily{phv}\selectfont Helvetica with \textnumero, \textohm, +\textcopyleft, \textpilcrow. Not perfect but better than nothing. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-15.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-15.ltx new file mode 100644 index 00000000000..03eaf013b59 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-15.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-15 on page 367. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + + +\StartShownPreambleCommands +\usepackage[warn,safe]{textcomp} +\newcommand\born[1]{\textborn + {\fontencoding{TS1}\selectfont #1}} +\raggedright +\StopShownPreambleCommands +\begin{document} +\fontfamily{phv}\selectfont Arno \born{29.11.1984}, +\fontfamily{ccr}\selectfont + Burkhard and Holger \born{8.11.1997} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-16.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-16.ltx new file mode 100644 index 00000000000..17d1d9c25a2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-16.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-16 on page 367. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + + +\StartShownPreambleCommands +\usepackage[warn]{textcomp} +\newcommand\born[1]{\textborn\oldstylenums{#1}} +\raggedright +\StopShownPreambleCommands +\begin{document} +\fontfamily{phv}\selectfont Arno \born{29.11.1984}, +\fontfamily{ccr}\selectfont + Burkhard and Holger \born{8.11.1997} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-17.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-17.ltx new file mode 100644 index 00000000000..ec3253f085c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-17.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-17 on page 368. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[T1]{fontenc} \usepackage{textcomp} \raggedright +\DeclareEncodingSubset{TS1}{hlcf}{3} +\StopShownPreambleCommands +\begin{document} +\fontfamily{hlcf}\selectfont We can now typeset \textohm, +but then the \texteuro{} will fail without warning. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-2.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-2.ltx new file mode 100644 index 00000000000..791079d2196 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-2.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-2 on page 355. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +% +\renewcommand\rmdefault{cmr} % the default for the examples is times package +\renewcommand\sfdefault{cmss} % + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\fontencoding{OT1}\sffamily\bfseries +\Huge The fox jumps \par +\normalsize quickly over the fence!\par +\fontencoding{T1}\sffamily\bfseries +\Huge The fox jumps \par +\normalsize quickly over the fence!\par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-3.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-3.ltx new file mode 100644 index 00000000000..ce930f11270 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-3.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-3 on page 356. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +% +\renewcommand\rmdefault{cmr} % the default for the examples is times package +\renewcommand\sfdefault{cmss} % + +\StartShownPreambleCommands +\usepackage{fix-cm} +\StopShownPreambleCommands +\begin{document} +\fontencoding{OT1}\sffamily\bfseries +\Huge The fox jumps \par +\normalsize quickly over the fence!\par +\fontencoding{T1}\sffamily\bfseries +\Huge The fox jumps \par +\normalsize quickly over the fence! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-4.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-4.ltx new file mode 100644 index 00000000000..7f14a636675 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-4.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-4 on page 356. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{ae} +\StopShownPreambleCommands +\begin{document} +\fontencoding{T1}\sffamily\bfseries +\Huge The fox jumps \par +\normalsize quickly over the fence! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-5.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-5.ltx new file mode 100644 index 00000000000..7f9e6ce790c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-5.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-5 on page 357. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{lmodern} \usepackage[T1]{fontenc} +\StopShownPreambleCommands +\begin{document} +The \textbf{Latin Modern} fonts are carefully +handcrafted PostScript Type~1 fonts based on the +designs of Knuth's \emph{Computer Modern} +families. They contain all the glyphs needed to +typeset Latin-based European languages. At the +moment the \texttt{T1} and \texttt{TS1} encodings +are supported. In a later step the project will +address glyphs needed for typesetting Native +American, Vietnamese, and Transliteration. Also +planned are 8-bit math encodings (based on +earlier work by \textsc{Clasen/Vieth} and +\textsc{Ziegler}~[40,174]). +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-6.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-6.ltx new file mode 100644 index 00000000000..7880406b0fe --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-6.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-6 on page 358. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +% +\fontfamily{cmr}\selectfont % the default for the examples in book is + % Times so we change it here + + +\StartShownPreambleCommands +\usepackage[russian]{babel} +\usepackage[koi8-r]{inputenc} +\StopShownPreambleCommands +\begin{document} +òÕÓÓËÉÊ ÑÚÙË (The Russian language) +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-7.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-7.ltx new file mode 100644 index 00000000000..d62d3eb197c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-7.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-7 on page 361. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\renewcommand\rmdefault{cmr} + +\StartShownPreambleCommands +\usepackage[utf8]{inputenc} +\usepackage{textcomp} % for Latin interpretation +\StopShownPreambleCommands +\begin{document} +German umlauts in UTF-8: ^^c3^^a4^^c3^^b6^^c3^^bc +\par\inputencoding{latin1}% switch to Latin 1 +But interpreted as Latin 1: ^^c3^^a4^^c3^^b6^^c3^^bc +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-8.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-8.ltx new file mode 100644 index 00000000000..90315dcaced --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-8.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-8 on page 364. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\renewcommand\rmdefault{cmr} % example default in the book is Times + +\StartShownPreambleCommands +\usepackage[force,full]{textcomp} +\StopShownPreambleCommands +\begin{document} +CM fonts: \textcircled{x}\quad \t oo \par Times fonts: +\fontfamily{ptm}\selectfont\textcircled{x}\quad \t oo \par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-5-9.ltx b/Master/texmf-dist/doc/latex/tlc2/7-5-9.ltx new file mode 100644 index 00000000000..59425707f83 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-5-9.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-5-9 on page 364. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\renewcommand\rmdefault{cmr} +\StartShownPreambleCommands +\usepackage[safe]{textcomp} +\StopShownPreambleCommands +\begin{document} +\textdagger\textparagraph\textbullet{} viz.\ +\fontfamily{ptm}\selectfont\textdagger\textparagraph\textbullet +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-1.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-1.ltx new file mode 100644 index 00000000000..761102d3f28 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-1.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-1 on page 371. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\centering +\fontsize{20mm}{22mm}% select size +\usefont{T1}{put}{b}{n}% select font + +Utopia-Bold +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-10.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-10.ltx new file mode 100644 index 00000000000..cf707d98e25 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-10.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-10 on page 380. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{pifont} +\StopShownPreambleCommands +\begin{document} +{\Pifont{psy} MHDEIS\ AGEWMETPHTOS\ EISITW}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-11.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-11.ltx new file mode 100644 index 00000000000..6b76447ac84 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-11.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-11 on page 381. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{pifont} +\StopShownPreambleCommands +\begin{document} +\begin{Pilist}{psy}{'336} + \item The first item. \item The second. +\end{Pilist} +\begin{Piautolist}{pzd}{'115} + \item The first item. \item The second. + \item The third. +\end{Piautolist} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-12.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-12.ltx new file mode 100644 index 00000000000..41ad0b5ecec --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-12.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-12 on page 381. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{pifont} +\StopShownPreambleCommands +\begin{document} +\Piline{pzd}{36} \par\medskip +\noindent\Pifill{psy}{222} text +\Pifill{psy}{219}text\Pifill{psy}{220} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-2.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-2.ltx new file mode 100644 index 00000000000..d0aed94ed9e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-2.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-2 on page 376. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{mathptmx} +\StopShownPreambleCommands +\begin{document} +An example showing a trigonometric function: +\[ \sin \frac{\alpha}{2} = + \pm \sqrt{\frac{1-\cos\alpha}{2}} \] +The script looks like this: $\mathcal{ABC}$. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-3.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-3.ltx new file mode 100644 index 00000000000..820b7dedb12 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-3.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-3 on page 377. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{mathptmx,bm} +\StopShownPreambleCommands +\begin{document} +Bold is difficult to achieve: {\boldmath$\alpha + \neq A$} and at best looks questionable: +$A \neq \mathbf{A} = \bm\alpha - \bm\gamma$. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-4.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-4.ltx new file mode 100644 index 00000000000..77303e8860b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-4.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-4 on page 377. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{mathpazo} +\StopShownPreambleCommands +\begin{document} +An example showing a trigonometric function: +\[ \sin \frac{\alpha}{2} = + \pm \sqrt{\frac{1-\cos\alpha}{2}} \] +The script looks like this: $\mathcal{ABC}$. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-5.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-5.ltx new file mode 100644 index 00000000000..faeac438625 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-5.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-5 on page 378. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{mathpazo,bm} +\StopShownPreambleCommands +\begin{document} +Bold is easy to achieve: {\boldmath$\alpha + \neq A$} and blends well: +$A \neq \mathbf{A} = \bm\alpha - \bm\gamma$. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-6.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-6.ltx new file mode 100644 index 00000000000..f0ffffb32bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-6.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-6 on page 378. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{mathpazo} +\StopShownPreambleCommands +\begin{document} +$\mathbb{ABCDEFGHIJK}$ $\mathbb{0123}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-7.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-7.ltx new file mode 100644 index 00000000000..21ddaca22ea --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-7.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-7 on page 379. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{pifont} +\StopShownPreambleCommands +\begin{document} +\begin{dinglist}{"E4} + \item The first item. \item The second + item in the list. \item A final item. +\end{dinglist} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-8.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-8.ltx new file mode 100644 index 00000000000..4f3533f3c3d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-8.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-8 on page 380. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{pifont} +\StopShownPreambleCommands +\begin{document} +\begin{dingautolist}{'300} + \item The first item in the list.\label{lst:a} + \item The second item in the list.\label{lst:b} + \item The third item in the list.\label{lst:c} +\end{dingautolist} +References to list items work as expected: +\ref{lst:a}, \ref{lst:b}, \ref{lst:c} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-6-9.ltx b/Master/texmf-dist/doc/latex/tlc2/7-6-9.ltx new file mode 100644 index 00000000000..4501b560ae8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-6-9.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-6-9 on page 380. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{pifont} +\StopShownPreambleCommands +\begin{document} +\dingline{35} \par\medskip +\noindent\dingfill{233} text text +\dingfill{235} text text \dingfill{236} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-1.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-1.ltx new file mode 100644 index 00000000000..669fcb8d8b2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-1.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-1 on page 383. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{eco} +\StopShownPreambleCommands +\begin{document} +In 1996 Sebastian developed fonts producing +old-style numerals in text but lining numerals +in math. So do not write ``the value can be 1 +or $-1$'', as both numbers should be lining +numerals. In text lining numerals can be +obtained as well: \newstylenums{1996}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-10.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-10.ltx new file mode 100644 index 00000000000..2dfa8dd6555 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-10.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-10 on page 390. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{amsmath,mathptmx} +\StopShownPreambleCommands +\begin{document} +A problematic example: +\[ t[u_1, \dots, u_n] = \sum_{k=1}^n + \binom{n-1}{k-1} (1-t)^{n-k}t^{k-1}u_k \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-11.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-11.ltx new file mode 100644 index 00000000000..17809506fd6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-11.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-11 on page 390. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\sloppy % as example has such short measure +\StartShownPreambleCommands +\usepackage{pxfonts}\usepackage[full]{textcomp} +\StopShownPreambleCommands +\begin{document} +An example showing a trigonometric function: +\[ \sin \frac{\alpha}{2} = + \pm \sqrt{\frac{1-\cos\alpha}{2}} \] +The script looks like this: $\mathcal{ABC}$.\\ +From textcomp: \textdollaroldstyle\ \texteuro\ +\textborn\ \textmarried\ \textdied\ \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-12.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-12.ltx new file mode 100644 index 00000000000..e62ab07c511 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-12.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-12 on page 391. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{amsmath,pxfonts} +\StopShownPreambleCommands +\begin{document} +A problematic example: +\[ t[u_1, \dots, u_n] = \sum_{k=1}^n + \binom{n-1}{k-1} (1-t)^{n-k}t^{k-1}u_k \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-13.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-13.ltx new file mode 100644 index 00000000000..6c8c4468a54 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-13.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-13 on page 391. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\sloppy % as example has such short measure +\StartShownPreambleCommands +\usepackage{fourier} +\StopShownPreambleCommands +\begin{document} +An example showing a trigonometric function: +\[ \sin \frac{\alpha}{2} = + \pm \sqrt{\frac{1-\cos\alpha}{2}} \] +The alphabets are $\mathcal{ABC}$ and +$\mathbb{ABC}$. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-14.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-14.ltx new file mode 100644 index 00000000000..7b2212e3665 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-14.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-14 on page 392. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath}\usepackage[upright]{fourier} +\StopShownPreambleCommands +\begin{document} +\[ 0 \xleftarrow [\zeta]{} F \times \Delta (n - 1) + \xrightarrow {\partial_0 \alpha(b)} E^{\partial_0 b} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-15.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-15.ltx new file mode 100644 index 00000000000..723536e0dda --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-15.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-15 on page 392. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{fourier} +\setlength\delimitershortfall{-2pt} % make delimiters grow +\StopShownPreambleCommands +\begin{document} +\[ \left\llbracket \left\VERT + \xswordsup \nparallelslant \xswordsdown + \right\VERT \right\rrbracket + \oiint \oiiint \slashint \widetilde{xxxxxx} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-16.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-16.ltx new file mode 100644 index 00000000000..0f0a7e580f0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-16.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-16 on page 392. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[upright]{fourier} +\StopShownPreambleCommands +\begin{document} +\[ \Omega_\beta \neq \otherOmega_\otherbeta \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-17.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-17.ltx new file mode 100644 index 00000000000..2163d51cabb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-17.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-17 on page 393. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[sloped]{fourier} +\StopShownPreambleCommands +\begin{document} +\[ \Omega_\beta \neq \otherOmega_\otherbeta \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-18.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-18.ltx new file mode 100644 index 00000000000..e0fabe17c53 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-18.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-18 on page 394. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{yfonts}\usepackage[document]{ragged2e} +\StopShownPreambleCommands +\begin{document} +The package provides \textgoth{Gotisch, also +called Textur}, \textswab{Schwabacher}, and +\textfrak{Fraktur} typefaces, also generally +known as \textfrak{``ge\-bro\-che\-ne Schriften''}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-19.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-19.ltx new file mode 100644 index 00000000000..d4a7ed4d6f8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-19.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-19 on page 395. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +%\setlength\parindent{0pt} % for the book example +%\renewcommand\quad{\hspace{0.5em minus 0.1em}} % to fit space in book + +\StartShownPreambleCommands +\usepackage{yfonts} +\StopShownPreambleCommands +\begin{document} +\Large \frakfamily Fraktur: "a "e "u "o +\hfil *a *e *u *o \hfil sz \hfil s viz.\ s: +\par\swabfamily Swab: "a "e "u "o +\hfil *a *e *u *o \hfil sz \hfil s viz.\ s: +\par\gothfamily Gothic: "a "e "u "o +\hfil (unavail) \hfil sz \hfil s viz.\ s: +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-2.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-2.ltx new file mode 100644 index 00000000000..f4880b1ed0a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-2.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-2 on page 384. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{beton,euler} +\StopShownPreambleCommands +\begin{document} +Concrete Roman blends well with Euler Math, +as can be seen with +\[ \sum_{0\leq k<n} k = \frac{n(n-1)}{2} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-20.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-20.ltx new file mode 100644 index 00000000000..d65e6c83da1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-20.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-20 on page 395. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{yfonts} +\newcommand\test{+ = ` [ ] / * \$ \% \& ; @} +\StopShownPreambleCommands +\begin{document} +Symbols: \ttfamily \test \par +\frakfamily Fraktur problems:: \test \par +\swabfamily Swab problems:: \test \par +\gothfamily Gothic problems:: \test +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-21.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-21.ltx new file mode 100644 index 00000000000..94d40c20373 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-21.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-21 on page 395. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage[german]{babel} \usepackage{color} +\usepackage[varumlaut]{yfonts} +\StopShownPreambleCommands +\begin{document} +\frakfamily\fraklines +\yinipar{\color{blue}D}ies: ist ein Blindtext an dem +sich verschiedene Dinge ablesen lassen. Der Grauwert +der Schriftfl\"ache wird sichtbar und man kann an +ihm pr\"ufen, wie gut die Schrift zu lesen ist und +wie sie auf den Leser wirkt. Bei genauerem +Hinsehen werden die einzelnen Buchstaben und ihre +Besonderheiten erkennbar, \etc +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-22.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-22.ltx new file mode 100644 index 00000000000..940446e047e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-22.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-22 on page 396. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage[german]{babel} \usepackage{color} +\usepackage[varumlaut]{yfonts} +\renewcommand\frakdefault{ysmfrak} +\StopShownPreambleCommands +\begin{document} +\frakfamily\fraklines +\yinipar{\color{blue}D}ies: ist ein Blindtext an dem +sich verschiedene Dinge ablesen lassen. Der Grauwert +der Schriftfl\"ache wird sichtbar und man kann an ihm +pr\"ufen, wie gut die Schrift zu lesen ist und wie +sie auf den Leser wirkt. Bei genauerem Hinsehen +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-23.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-23.ltx new file mode 100644 index 00000000000..ebbb14f1de6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-23.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-23 on page 397. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} +\StartShownPreambleCommands +\usepackage[mathscr]{eucal} \usepackage{eufrak} +\StopShownPreambleCommands +\begin{document} +\[ \mathcal{A} \neq \sum_{k<n} \mathscr{A}_k \neq \mathfrak{A} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-24.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-24.ltx new file mode 100644 index 00000000000..768cf8229a4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-24.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-24 on page 398. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{eulervm,eufrak} +\StopShownPreambleCommands +\begin{document} +\[ \mathcal{A} \neq \sum_{k<n} A_k \neq \mathfrak{A} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-25.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-25.ltx new file mode 100644 index 00000000000..4f3a32883ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-25.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-25 on page 398. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{amssymb,euler} +\StopShownPreambleCommands +\begin{document} +\[ \hslash \neq \hbar \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-26.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-26.ltx new file mode 100644 index 00000000000..b29ab7237b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-26.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-26 on page 398. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{eulervm} +\StopShownPreambleCommands +\begin{document} +\[ \hslash \equiv \hbar \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-27.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-27.ltx new file mode 100644 index 00000000000..843b5395877 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-27.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-27 on page 398. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{ccfonts} +\usepackage[euler-digits]{eulervm} +\StopShownPreambleCommands +\begin{document} +The value can be 1, 2, or $-1$ (wrong!)\par +The value can be $1$, $2$, or $-1$ (right!) +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-28.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-28.ltx new file mode 100644 index 00000000000..6020f4d3dd7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-28.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-28 on page 399. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{palatino,eulervm,eufrak} +\DeclareMathAccent\varhat{\mathalpha}{symbols}{222} +\StopShownPreambleCommands +\begin{document} +\Large $ \hat x \neq \varhat x $ and +$ \hat \mathfrak{K} \neq \varhat \mathfrak{K} $ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-29.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-29.ltx new file mode 100644 index 00000000000..6ee117b95a2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-29.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-29 on page 399. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{ccfonts,amssymb} +\usepackage[euler-digits]{eulervm} +\StopShownPreambleCommands +\begin{document} +Concrete Roman blends well with Euler Math, +as can be seen with +\[ \sum_{0\leq k<n} k = \frac{n(n-1)}{2} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-3.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-3.ltx new file mode 100644 index 00000000000..57d1e4171b7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-3.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-3 on page 384. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage[boldsans]{ccfonts} +\usepackage[full]{textcomp} +\usepackage{ragged2e} %small measure +\StopShownPreambleCommands +\begin{document} +\section{Testing headings} +An example showing a trigonometric function: +\[ \sin \frac{\alpha}{2} = + \pm \sqrt{\frac{1-\cos\alpha}{2}} \] +The script looks like this: $\mathcal{ABC}$.\\ +From textcomp: \textdollaroldstyle\ \texteuro\ +\textborn\ \textmarried\ \textdied\ \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-4.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-4.ltx new file mode 100644 index 00000000000..2866e7f65ff --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-4.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-4 on page 386. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage[T1]{fontenc} +\usepackage{cmbright} +\StopShownPreambleCommands +\begin{document} +\section{A CM Bright document} +The CM Bright family contains +\texttt{typewriter} fonts and matching fonts +for math formulas, e.g., +\[ \sum_{0\leq k<n} k = \frac{n(n-1)}{2} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-5.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-5.ltx new file mode 100644 index 00000000000..dd274958663 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-5.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-5 on page 387. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage[T1]{fontenc} +\usepackage[scaled=0.85]{luximono} +\newcommand\allletters{The dazed brown + fox quickly gave 12345--67890 jumps! + x-height=\the\fontdimen5\font\ } +\StopShownPreambleCommands +\begin{document} +\raggedright +\texttt{\allletters (LuxiMono)} +\par \renewcommand\ttdefault{cmtt} +\texttt{\allletters (CM Typewriter)} +\par \renewcommand\ttdefault{pcr} +\texttt{\allletters (Adobe Courier)} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-6.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-6.ltx new file mode 100644 index 00000000000..c1df6af9114 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-6.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-6 on page 387. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage[T1]{fontenc}\usepackage[scaled]{luximono} +\usepackage[euro]{textcomp} +\StopShownPreambleCommands +\begin{document} +\texttt{This font contains a \texteuro{} symbol.} +\par \renewcommand\ttdefault{cmtt} +\texttt{This font contains a \texteuro{} symbol.} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-7.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-7.ltx new file mode 100644 index 00000000000..dd9b4023585 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-7.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-7 on page 389. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{txfonts}\usepackage[full]{textcomp} +\StopShownPreambleCommands +\begin{document} +An example showing a trigonometric function: +\[ \sin \frac{\alpha}{2} = + \pm \sqrt{\frac{1-\cos\alpha}{2}} \] +The script looks like this: $\mathcal{ABC}$.\\ +From textcomp: \textdollaroldstyle\ \texteuro\ +\textborn\ \textmarried\ \textdied\ \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-8.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-8.ltx new file mode 100644 index 00000000000..c3875b7da84 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-8.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-8 on page 389. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{txfonts} +\StopShownPreambleCommands +\begin{document} +\fontencoding{OT1}\selectfont % LaTeX default encoding! +\L.\l.\textdollar.\textsterling.\r{A}.\r{a}\hfill (txfont) + +\fontfamily{cmtt}\itshape % italic CM Typewriter +\L.\l.\textdollar.\textsterling.\r{A}.\r{a}\hfill + (all errors) + +\fontencoding{T1}\selectfont % ... in T1 +\L.\l.\textdollar.\textsterling.\r{A}.\r{a}\hfill (okay) +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-7-9.ltx b/Master/texmf-dist/doc/latex/tlc2/7-7-9.ltx new file mode 100644 index 00000000000..b63342c29c0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-7-9.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-7-9 on page 390. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{amsmath,txfonts} +\StopShownPreambleCommands +\begin{document} +A problematic example: +\[ t[u_1, \dots, u_n] = \sum_{k=1}^n + \binom{n-1}{k-1} (1-t)^{n-k}t^{k-1}u_k \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-1.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-1.ltx new file mode 100644 index 00000000000..9805af87092 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-1.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-1 on page 401. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{dingbat} +\StopShownPreambleCommands +\begin{document} +\smallpencil \quad \frame{\largepencil} \quad +\anchor \quad \eye \quad \carriagereturn \\[5pt] +\leftpointright \quad \rightpointleft \quad +\leftthumbsdown \quad \rightthumbsdown \quad +\leftthumbsup \quad \rightthumbsup +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-10.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-10.ltx new file mode 100644 index 00000000000..fe35f5d79f5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-10.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-10 on page 406. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{mathptmx,tipa} +\StopShownPreambleCommands +\begin{document} +In linguistics, f\textschwa\textupsilon +\textprimstress n\textepsilon t\i k transcriptions +are usually shown in square brackets, e.g., +\textsf{phonetics \textipa{[f@U"nEtIks]}}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-11.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-11.ltx new file mode 100644 index 00000000000..a02008cc153 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-11.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-11 on page 406. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\setlength\parskip{3pt} % nicer display in book +\renewcommand\rmdefault{cmr} % book uses Times +\renewcommand\ttdefault{cmtt} + +\StartShownPreambleCommands +\usepackage{tipa} +\StopShownPreambleCommands +\begin{document} +\begin{IPA} + \textrm{N\!o\`{\~*o}\~o \r*N\!o\^aP\~a } \par + \textsf{\*A) dOg, \*B) k\ae{}t, \*C) maUs} \par + \texttt{*\|c{k}\r*mt\'om *bhr\'=at\=er} \end{IPA} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-12.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-12.ltx new file mode 100644 index 00000000000..2cfe4ce3c38 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-12.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-12 on page 407. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage[tone]{tipa} +\StopShownPreambleCommands +\begin{document} +\tone{55}ma (mother) \tone{214}ma (horse) \par +\tone{35}ma (hemp) \tone{51}ma (scold) \par +\tone{153325413} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-13.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-13.ltx new file mode 100644 index 00000000000..8dd49fec563 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-13.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-13 on page 407. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\renewcommand\rmdefault{cmr} +\renewcommand\sfdefault{cmss} +\renewcommand\ttdefault{cmtt} +\renewcommand\bfdefault{bx} +\sloppy +\StartShownPreambleCommands +\usepackage{textcomp} +\StopShownPreambleCommands +\begin{document} +A normal \texteuro{}, \textit{an italic \texteuro}, +\textbf{a bold \texteuro}, +\textbf{\itshape a bold italic \texteuro}. +Compare the \textsf{sans serif \texteuro} +and \texttt{typewriter \texteuro} all in EC fonts. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-14.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-14.ltx new file mode 100644 index 00000000000..c0f0110f88c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-14.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-14 on page 408. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\sloppy +\StartShownPreambleCommands +\usepackage{cmbright,textcomp} +\StopShownPreambleCommands +\begin{document} +A normal \texteuro{}, \textsl{a slanted \texteuro}, +\textbf{a bold \texteuro}, \textbf{\slshape a bold +slanted \texteuro}. Compare this to the +\texttt{typewriter \texteuro} all in CM Bright. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-15.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-15.ltx new file mode 100644 index 00000000000..ee59e6f834c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-15.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-15 on page 408. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{eurosym} +\StopShownPreambleCommands +\begin{document} +\fontsize{40}{40}\usefont{U}{eurosym}{m}{n}\symbol{0} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-16.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-16.ltx new file mode 100644 index 00000000000..a1a40785690 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-16.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-16 on page 408. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{eurosym} +\StopShownPreambleCommands +\begin{document} +Regular \euro{}, \textsl{a slanted \euro}, +\textbf{a bold \euro}, and +\textbf{\itshape a bold italic \euro}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-17.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-17.ltx new file mode 100644 index 00000000000..bbcc47b3e8d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-17.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-17 on page 409. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} +\StartShownPreambleCommands +\usepackage{times,eurosym} +\StopShownPreambleCommands +\begin{document} +\rmfamily \geneuro, \geneuronarrow, \geneurowide\ (Times)\par +\sffamily \geneuro, \geneuronarrow, \geneurowide\ (Helvetica)\par +\ttfamily \geneuro, \geneuronarrow, \geneurowide\ (Courier) +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-18.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-18.ltx new file mode 100644 index 00000000000..263e98e4c14 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-18.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-18 on page 409. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage[right]{eurosym} +\StopShownPreambleCommands +\begin{document} +Das Buch kostet \EUR{19,60} im Handel. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-19.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-19.ltx new file mode 100644 index 00000000000..7c576d2700f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-19.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-19 on page 410. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\IfFileExists{lucidabr.sty}{}{\typeout{The lucidabr package is not available}\stop} +\sloppy % small measure + +\StartShownPreambleCommands +\usepackage{lucidabr} \usepackage[scaled=0.97]{eurosans} +\StopShownPreambleCommands +\begin{document} +A regular \euro{} symbol, \textit{an italic \euro}, +\textbf{a bold \euro{}, and \textit{a bold italic \euro}}. +\par\sffamily +A regular \euro{} symbol, \textit{an italic \euro}, +\textbf{a bold \euro{}, and \textit{a bold italic \euro}}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-2.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-2.ltx new file mode 100644 index 00000000000..e8c36c2c8b4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-2.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-2 on page 401. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{wasysym,pifont} +\StopShownPreambleCommands +\begin{document} +\phone\ using \texttt{wasysym} \par +\Pisymbol{wasy}{7} using \texttt{pifont} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-20.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-20.ltx new file mode 100644 index 00000000000..76b1e6d829a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-20.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-20 on page 410. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\IfFileExists{lucidabr.sty}{}{\typeout{The lucidabr package is not available}\stop} + +\StartShownPreambleCommands +\usepackage{lucidabr} \usepackage[scaled=0.97]{eurosans} +\DeclareRobustCommand{\euro}{{\fontencoding{U}% + \fontfamily{eurosans}\fontshape{n}\selectfont E}} +\StopShownPreambleCommands +\begin{document} +A regular \euro{} symbol, \textit{not an italic \euro}, +\textbf{a bold \euro{}, and \textit{not a bold italic \euro}}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-21.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-21.ltx new file mode 100644 index 00000000000..052f6296b54 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-21.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-21 on page 411. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{array,times,europs} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{rc>{\sffamily}c>{\ttfamily}c} + & rm & sf & tt \\ +regular & \EUR & \EUR & \EUR \\ +\itshape italic &\itshape\EUR & \itshape\EUR &\itshape\EUR \\ +\bfseries\itshape bold italic & \bfseries\itshape\EUR & + \bfseries\itshape\EUR & \bfseries\itshape\EUR \\ +(body font) & C & C & C \\ +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-22.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-22.ltx new file mode 100644 index 00000000000..181e6e72cc6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-22.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-22 on page 412. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\setlength\parindent{0pt} +\addtolength\textwidth{6pt} + +\StartShownPreambleCommands +\usepackage{times,marvosym} +\StopShownPreambleCommands +\begin{document} +Currencies: \Shilling, \Denarius, \Pfund, \EyesDollar, \EURtm\par +Comparisons: C \EURtm, \textsf{C} \EURhv, \texttt{C} \EURcr \par +Official logos: {\Large \frame{\EUR} or \frame{\EURdig}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-3.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-3.ltx new file mode 100644 index 00000000000..59cc5ed782c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-3.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-3 on page 401. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{marvosym} +\StopShownPreambleCommands +\begin{document} +\Large \Mobilefone\ \Faxmachine\ \Fixedbearing\ \Lineload\ +\Coffeecup\ \Football\ \AtForty\ \IroningII\ \Cancer\ \Virgo\ +\RewindToStart\ \ForwardToIndex\ \ComputerMouse\ \Keyboard\ +\Female\ \FEMALE\ \Smiley\ \Frowny\ \Yingyang\ \Bicycle +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-4.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-4.ltx new file mode 100644 index 00000000000..bca49890fb7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-4.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-4 on page 403. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} +\StartShownPreambleCommands +\begin{filecontents}{umvs.fd} + \DeclareFontFamily{U}{mvs}{} + \DeclareFontShape{U}{mvs}{m}{n}{<-> fmvr8x}{} +\end{filecontents} +\usepackage{pifont} +\StopShownPreambleCommands +\begin{document} +\Huge \Pisymbol{mvs}{73} \Pisymbol{mvs}{74} \Pisymbol{mvs}{98} +\Pisymbol{mvs}{120} \Pisymbol{mvs}{121} \Pisymbol{mvs}{234} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-5.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-5.ltx new file mode 100644 index 00000000000..d56dd592990 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-5.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-5 on page 403. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} +\StartShownPreambleCommands +\usepackage{bbding} +\StopShownPreambleCommands +\begin{document} +\XSolid\ \XSolidBold\ \XSolidBrush\ \Plus\ \PlusOutline\ \DavidStar\ +\DavidStarSolid\ \JackStar\ \JackStarBold\ \FourStar\ \FiveFlowerPetal\ +\SixFlowerOpenCenter\ \PhoneHandset\ \Peace\ \OrnamentDiamondSolid +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-6.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-6.ltx new file mode 100644 index 00000000000..1ba1fc2d677 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-6.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-6 on page 403. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{pifont} +\StopShownPreambleCommands +\begin{document} +\Pisymbol{ding}{13} \Pisymbol{ding}{15} \Pisymbol{ding}{8} +\Pisymbol{ding}{17} \Pisymbol{ding}{19} \Pisymbol{ding}{9} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-7.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-7.ltx new file mode 100644 index 00000000000..e2573cb8dea --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-7.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-7 on page 404. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +% +% the book examples use ``b'' but here we need LaTeX's standard +\renewcommand\bfdefault{bx} + +\StartShownPreambleCommands +\usepackage[clock]{ifsym} +\StopShownPreambleCommands +\begin{document} +Normal: \showclock{3}{20} rounded: \textbf{\showclock{6}{17}} +\\ Problem: \showclock{16}{35}\\ Fixed symbols: \Taschenuhr{} +\StopWatchStart{} \StopWatchEnd{} \Interval{} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-8.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-8.ltx new file mode 100644 index 00000000000..7349263616b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-8.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-8 on page 405. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} + +\setlength\parskip{3pt} % nicer display in book +\setlength\parindent{0pt} + +\StartShownPreambleCommands +\usepackage[weather,alpine,misc,geometry]{ifsym} +\StopShownPreambleCommands +\begin{document} +\Sun\ \Rain\ \Snow\ \Lightning\ \SunCloud\ \Thermo{1} \Thermo{4}\par +\Summit\ \Mountain\ \Joch\ \Hut\ \Flag\ \Tent\ \Village \par +\Cube{5} \StrokeFive\ \Radiation\ \Fire\ \Telephone\ \Letter \par +\TriangleUp\ \RightDiamond\ \SquareShadowC\ \SpinUp\ \SpinDown +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-8-9.ltx b/Master/texmf-dist/doc/latex/tlc2/7-8-9.ltx new file mode 100644 index 00000000000..aa8553af3e9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-8-9.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-8-9 on page 405. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\setlength\parskip{3pt} % nicer display in book + +\StartShownPreambleCommands +\usepackage{ifsym} +\StopShownPreambleCommands +\begin{document} +\textifsymbol{3} \textifsymbol[ifgeo]{113} \par +\textifsym{LLL|H|L|h|l} \textifsym{MM<DD>m<d>M}\par +\textifsym{-31.458} \textit{\textifsym{-99.4b80}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-9-1.ltx b/Master/texmf-dist/doc/latex/tlc2/7-9-1.ltx new file mode 100644 index 00000000000..12ea2430785 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-9-1.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-9-1 on page 417. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\renewcommand\rmdefault{cmr} + +\StartShownPreambleCommands +\usepackage[T2A,T1]{fontenc}\usepackage[koi8-r,latin1]{inputenc} +\newenvironment{Cyr}{\inputencoding{koi8-r}% + \fontencoding{T2A}\selectfont}{} +\StopShownPreambleCommands +\begin{document} +\raggedright \begin{Cyr}òÕÓÓËÉÊ ÑÚÙË\end{Cyr} +heißt auf Deutsch: die russische Sprache. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/7-9-2.ltx b/Master/texmf-dist/doc/latex/tlc2/7-9-2.ltx new file mode 100644 index 00000000000..19ceb3bb277 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/7-9-2.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 7-9-2 on page 417. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +% +\fontfamily{cmr}\selectfont % the default for the examples is times + +\StartShownPreambleCommands +\usepackage[T1]{fontenc} +\StopShownPreambleCommands +\begin{document} +\fontfamily{cmr}\selectfont +\j{} \ng{} \NG{} \textperthousand{} \textpertenthousand \par +\fontfamily{ptm}\selectfont +\j{} \ng{} \NG{} \textperthousand{} \textpertenthousand{} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-1.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-1.ltx new file mode 100644 index 00000000000..df722330b26 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-1.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-1 on page 469. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[leqno]{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} (a+b)^2 = a^2+2ab+b^2 \end{equation} +\[ \sin^2\eta+\cos^2\eta = 1 \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-10.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-10.ltx new file mode 100644 index 00000000000..3841350c234 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-10.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-10 on page 475. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{gather} + (a + b)^2 = a^2 + 2ab + b^2 \\ + (a + b) \cdot (a - b) = a^2 - b^2 +\end{gather} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-11.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-11.ltx new file mode 100644 index 00000000000..1fdbfb26bb3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-11.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-11 on page 475. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{gather} + D(a,r) \equiv \{ z \in \mathbf{C} + \colon |z - a| < r \} \notag \\ + \operatorname{seg} (a, r) \equiv + \{ z \in \mathbf{C} \colon + \Im z < \Im a, \ |z - a| < r \} \\ + C (E, \theta, r) \equiv + \bigcup_{e \in E} c (e, \theta, r) +\end{gather} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-12.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-12.ltx new file mode 100644 index 00000000000..8092e5b567c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-12.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-12 on page 475. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{align} + (a + b)^3 &= (a + b) (a + b)^2 \\ + &= (a + b)(a^2 + 2ab + b^2) \\ + &= a^3 + 3a^2b + 3ab^2 + b^3 +\end{align} +\begin{align} + x^2 + y^2 & = 1 \\ + x & = \sqrt{1-y^2} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-13.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-13.ltx new file mode 100644 index 00000000000..a0aad14c9c5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-13.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-13 on page 476. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +This example has two column-pairs. +\begin{align} \text{Compare } + x^2 + y^2 &= 1 & + x^3 + y^3 &= 1 \\ + x &= \sqrt {1-y^2} & + x &= \sqrt[3]{1-y^3} +\end{align} +This example has three column-pairs. +\begin{align} + x &= y & X &= Y & + a &= b+c \\ + x' &= y' & X' &= Y' & + a' &= b \\ + x + x' &= y + y' & + X + X' &= Y + Y' & a'b &= c'b +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-14.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-14.ltx new file mode 100644 index 00000000000..26e74e28d25 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-14.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-14 on page 476. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +This example has two column-pairs. +\begin{flalign} \text{Compare } + x^2 + y^2 &= 1 & + x^3 + y^3 &= 1 \\ + x &= \sqrt {1-y^2} & + x &= \sqrt[3]{1-y^3} +\end{flalign} +This example has three column-pairs. +\begin{flalign} + x &= y & X &= Y & + a &= b+c \\ + x' &= y' & X' &= Y' & + a' &= b \\ + x + x' &= y + y' & + X + X' &= Y + Y' & a'b &= c'b +\end{flalign} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-15.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-15.ltx new file mode 100644 index 00000000000..7734c520efb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-15.ltx @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-15 on page 477. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +This example has two column-pairs. +\renewcommand\minalignsep{0pt} +\begin{align} \text{Compare } + x^2 + y^2 &= 1 & + x^3 + y^3 &= 1 \\ + x &= \sqrt {1-y^2} & + x &= \sqrt[3]{1-y^3} +\end{align} +This example has three column-pairs. +\renewcommand\minalignsep{15pt} +\begin{flalign} + x &= y & X &= Y & + a &= b+c \\ + x' &= y' & X' &= Y' & + a' &= b \\ + x + x' &= y + y' & + X + X' &= Y + Y' & a'b &= c'b +\end{flalign} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-16.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-16.ltx new file mode 100644 index 00000000000..3098053146d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-16.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-16 on page 477. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\renewcommand\minalignsep{2em} +\begin{align} + x &= y && \text{by hypothesis} \\ + x' &= y' && \text{by definition} \\ + x + x' &= y + y' && \text{by Axiom 1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-17.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-17.ltx new file mode 100644 index 00000000000..30509d47598 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-17.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-17 on page 478. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} +\begin{aligned} + x^2 + y^2 &= 1 \\ + x &= \sqrt{1-y^2} \\ + \text{and also }y &= \sqrt{1-x^2} +\end{aligned} \qquad +\begin{gathered} + (a + b)^2 = a^2 + 2ab + b^2 \\ + (a + b) \cdot (a - b) = a^2 - b^2 +\end{gathered} \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-18.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-18.ltx new file mode 100644 index 00000000000..62bd5436080 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-18.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-18 on page 478. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} +\begin{aligned}[b] + x^2 + y^2 &= 1 \\ + x &= \sqrt{1-y^2} \\ + \text{and also }y &= \sqrt{1-x^2} +\end{aligned} \qquad +\begin{gathered}[t] + (a + b)^2 = a^2 + 2ab + b^2 \\ + (a + b) \cdot (a - b) = a^2 - b^2 +\end{gathered} +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-19.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-19.ltx new file mode 100644 index 00000000000..7c9d990e827 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-19.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-19 on page 478. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath,bm} +\newenvironment{rcase} + {\left.\begin{aligned}} + {\end{aligned}\right\rbrace} +\StopShownPreambleCommands +\begin{document} +\begin{equation*} + \begin{rcase} + \bm{B}' &=-c\nabla\times\bm{E} \\ + \bm{E}' &=c\nabla\times\bm{B} - 4\pi\bm{J}\, + \end{rcase} + \quad \text {Maxwell's equations} +\end{equation*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-2.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-2.ltx new file mode 100644 index 00000000000..e1e0e4dac5b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-2.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-2 on page 469. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[fleqn,reqno]{amsmath} +\setlength\mathindent{1pc} +\StopShownPreambleCommands +\begin{document} +\begin{equation} (a+b)^2 = a^2+2ab+b^2 \end{equation} +\[ \sin^2\eta+\cos^2\eta = 1 \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-20.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-20.ltx new file mode 100644 index 00000000000..6aed567e79e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-20.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-20 on page 479. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\renewcommand\minalignsep{5pt} +\begin{equation} \begin{aligned} + V_j &= v_j & + X_i &= x_i - q_i x_j & + &= u_j + \sum_{i\ne j} q_i \\ + V_i &= v_i - q_i v_j & + X_j &= x_j & + U_i &= u_i +\end{aligned} \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-21.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-21.ltx new file mode 100644 index 00000000000..28a1e110624 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-21.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-21 on page 479. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{align} + A_1 &= N_0 (\lambda ; \Omega') + - \phi ( \lambda ; \Omega') \\ + A_2 &= \phi (\lambda ; \Omega') + \phi (\lambda ; \Omega) \\ +\intertext{and finally} + A_3 &= \mathcal{N} (\lambda ; \omega) +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-22.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-22.ltx new file mode 100644 index 00000000000..ce66e53f21a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-22.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-22 on page 480. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +We now have the following: +\[ X = a \qquad a = c \] +and thus we have +\begin{equation} X = c \end{equation} +And now we don't get much space +around the display! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-23.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-23.ltx new file mode 100644 index 00000000000..2b2ae80474b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-23.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-23 on page 481. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +Empty line before display: + +\[ a \neq b \] + +In both cases, too much space before! \ldots + +\begin{equation} a \neq b \end{equation} + +\ldots\ and not a lot of space after! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-24.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-24.ltx new file mode 100644 index 00000000000..8d25b459ef4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-24.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-24 on page 481. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +Empty line before display: + +\[ a \neq b \] + +Enough space now, but don't rely on it! + +\begin{equation} a \neq b \end{equation} + +Less space after in this case! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-25.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-25.ltx new file mode 100644 index 00000000000..14838de9a4b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-25.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-25 on page 482. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{align} + x^2+y^2 &= z^2 \label{eq:A} \\ + x^3+y^3 &= z^3 \notag \\ + x^4+y^4 &= r^4 \tag{$*$} \\ + x^5+y^5 &= r^5 \tag*{$*$} \\ + x^6+y^6 &= r^6 \tag{\ref{eq:A}$'$} \\ + A_1 &= N_0 (\lambda ; \Omega') + - \phi ( \lambda ; \Omega') \\ + A_2 &= \phi (\lambda ; \Omega') + \, \phi (\lambda ; \Omega) + \tag*{ALSO (\theequation)} \\ + A_3 &= \mathcal{N} (\lambda ; \omega) +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-26.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-26.ltx new file mode 100644 index 00000000000..01f975f9e85 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-26.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-26 on page 483. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{278.40106pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} \begin{split} + \lvert I_2 \rvert &= \left\lvert \int_{0}^T \psi(t) + \left\{ u(a, t) - \int_{\gamma(t)}^a \frac{d\theta}{k} + (\theta, t) \int_{a}^\theta c (\xi) u_t (\xi, t) \,d\xi + \right\} dt \right\rvert \\ + &\le C_6 \Biggl\lvert + \left\lvert f \int_\Omega \left\lvert + \widetilde{S}^{-1,0}_{a,-} W_2(\Omega, \Gamma_l) + \right\rvert \ \right\rvert + \left\lvert \lvert u \rvert + \overset{\circ}{\to} W_2^{\widetilde{A}} (\Omega; \Gamma_r,T) + \right\rvert \Biggr\rvert +\end{split} \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-27.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-27.ltx new file mode 100644 index 00000000000..bcdf7048366 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-27.ltx @@ -0,0 +1,46 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-27 on page 484. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{279.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{align} + \lvert I_2 \rvert &= + \left\lvert \int_{0}^T \psi(t) + \left\lbrace + u(a, t) - \int_{\gamma(t)}^a \frac {d\theta} k(\theta, t) + \int_{a}^\theta c (\xi) u_t (\xi, t) \,d\xi + \right\rbrace dt + \right\rvert \notag \\ + &\le C_6 + \Biggl\lvert + \left\lvert f \int_\Omega + \left\lvert + \widetilde{S}^{-1,0}_{a,-} W_2(\Omega, \Gamma_l) + \right\rvert \ + \right\rvert + \left\lvert + \lvert u \rvert \overset{\circ}{\to} W_2^{\widetilde{A}} + (\Omega; \Gamma_r,T) + \right\rvert + \Biggr\rvert +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-28.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-28.ltx new file mode 100644 index 00000000000..6e500377f33 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-28.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-28 on page 484. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage[leqno]{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{gather} \raisetag{-10pt} + \text{The sign function: \ } + \mathcal{S}(x) = \begin{cases} + -1 & x < 0 \\ + 0 & x = 0 \\ + 1 & x > 0 + \end{cases} +\end{gather} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-29.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-29.ltx new file mode 100644 index 00000000000..0bf0e5497b0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-29.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-29 on page 485. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{subequations} \label{eq:1} +\begin{align} f &= g \label{eq:1A} \\ + f' &= g' \label{eq:1B} \\ + \mathcal{L}f &= \mathcal{L}g \label{eq:1C} +\end{align} +\end{subequations} +\begin{subequations} \label{eq:2} +\renewcommand\theequation{\theparentequation\roman{equation}} +\begin{align} f &= g \label{eq:2A} \\ + f' &= g' \label{eq:2B} \\ + \mathcal{L}f &= \mathcal{L}g + K \label{eq:2C} +\end{align} +\end{subequations} +Note the relationship between~\eqref{eq:1} +and~\eqref{eq:2}: only~\ref{eq:1C} and~\ref{eq:2C} differ. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-3.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-3.ltx new file mode 100644 index 00000000000..8476613911c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-3.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-3 on page 470. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} + x^2 + y^2 = z^2 +\end{equation} +\begin{align} + x^2 + y^2 &= z^2 \\ + x^3 + y^3 &< z^3 +\end{align} +\begin{eqnarray} + x^2 + y^2 &=& z^2 \\ + x^3 + y^3 &<& z^3 +\end{eqnarray} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-4.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-4.ltx new file mode 100644 index 00000000000..b4ea3fe5878 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-4.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-4 on page 471. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[leqno]{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation*} + n^2 + m^2 = k^2 +\end{equation*} +\begin{equation} + n^p +m^p \neq k^p \qquad p > 2 +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-5.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-5.ltx new file mode 100644 index 00000000000..090d5081fc4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-5.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-5 on page 472. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{multline} + \text{First line of a multline} \\ + \text{Centered Middle line} \\ + \shoveright{\text{A right Middle}} \\ + \text{Another centered Middle} \\ + \text{Yet another centered Middle} \\ + \shoveleft{\text{A left Middle}} \\ + \text{Last line of the multline} +\end{multline} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-6.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-6.ltx new file mode 100644 index 00000000000..c4c165edf51 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-6.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-6 on page 472. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{multline} \tag{2} + \sum_{t \in \mathbf{T}} \int_a^t + \biggl\lbrace \int_a^t f(t - x)^2 \, + g(y)^2 \,dx \biggr\rbrace \,dy \\ + = \sum_{t \notin \mathbf{T}} \int_t^a + \biggl\lbrace g(y)^2 \int_t^a + f(x)^2 \,dx \biggr\rbrace \,dy +\end{multline} + +\setlength\multlinegap{0pt} +\begin{multline} \tag{2} + \sum_{t \in \mathbf{T}} \int_a^t + \biggl\lbrace \int_a^t f(t - x)^2 \, + g(y)^2 \,dx \biggr\rbrace \,dy \\ + = \sum_{t \notin \mathbf{T}} \int_t^a + \biggl\lbrace g(y)^2 \int_t^a + f(x)^2 \,dx \biggr\rbrace \,dy +\end{multline} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-7.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-7.ltx new file mode 100644 index 00000000000..3964709fc19 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-7.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-7 on page 473. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} + \begin{split} + (a + b)^4 + &= (a + b)^2 (a + b)^2 \\ + &= (a^2 + 2ab + b^2) + (a^2 + 2ab + b^2) \\ + &= a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + b^4 + \end{split} +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-8.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-8.ltx new file mode 100644 index 00000000000..f1a19e1bfec --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-8.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-8 on page 473. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage[tbtags]{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} + \begin{split} + (a + b)^3 &= (a + b) (a + b)^2 \\ + &= (a + b)(a^2 + 2ab + b^2) \\ + &= a^3 + 3a^2b + 3ab^2 + b^3 + \end{split} +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-2-9.ltx b/Master/texmf-dist/doc/latex/tlc2/8-2-9.ltx new file mode 100644 index 00000000000..dbe235148ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-2-9.ltx @@ -0,0 +1,43 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-2-9 on page 474. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexamargin} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{330.59894pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\newcommand\relphantom[1]{\mathrel{\phantom{#1}}} +\newcommand\ve{\varepsilon} \newcommand\tve{t_{\varepsilon}} +\newcommand\vf{\varphi} \newcommand\yvf{y_{\varphi}} +\newcommand\bfE{\mathbf{E}} +\StopShownPreambleCommands +\begin{document} +\begin{equation} \begin{split} + f_{h, \ve}(x, y) + &= \ve \bfE_{x, y} \int_0^{\tve} L_{x, \yvf(\ve u)} \vf(x) \,du \\ + &= h \int L_{x, z} \vf(x) \rho_x(dz) \\ + &\relphantom{=} {} + h \biggl[ + \frac{1}{\tve} + \biggl( \bfE_{y} \int_0^{\tve} L_{x, y^x(s)} \vf(x) \,ds + - \tve \int L_{x, z} \vf(x) \rho_x(dz) \biggr) + \\ + &\relphantom{=} \phantom{{} + h \biggl[ } + \frac{1}{\tve} + \biggl( \bfE_{y} \int_0^{\tve} L_{x, y^x(s)} \vf(x) \,ds + - \bfE_{x, y} \int_0^{\tve} L_{x, \yvf(\ve s)} + \vf(x) \,ds \biggr) \biggr] +\end{split} \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-1.ltx new file mode 100644 index 00000000000..453ce8c56d9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-1.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-3-1 on page 486. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} P_{r - j} = + \begin{cases} + 0 & \text{if $r - j$ is odd,} \\ + r! \, (-1)^{(r - j)/2} + & \text{if $r - j$ is even.} + \end{cases} \end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-10.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-10.ltx new file mode 100644 index 00000000000..a1b4ed0fecd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-10.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-10 on page 504. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\parindent{10pt} +\StartShownPreambleCommands +\usepackage[spanish,activeacute]{babel} +\StopShownPreambleCommands +\begin{document} +La e~ne est'a presente en \verb|\alph|~y~\verb|\Alph|. +Como en castellano~{}no se usan n'umeros romanos +en min'uscula, \verb|\roman| se redefine para que +los d'e en versalitas. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-11.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-11.ltx new file mode 100644 index 00000000000..0a46f4d15b9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-11.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-11 on page 505. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[english,french]{babel} +\StopShownPreambleCommands +\begin{document} +En fran\c{c}ais on doit m\^{e}tre un petit bout de \og +white space \fg\ devant le ponctuation: comme \c{c}a! +\selectlanguage{english} +For English this is not done: as shown here! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-12.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-12.ltx new file mode 100644 index 00000000000..8e6fc7293fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-12.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-12 on page 505. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[english,catalan,activegrave]{babel} +\StopShownPreambleCommands +\begin{document} +``P`agina, Ap`endix, Pr`oleg'' \selectlanguage{english} +are Catalan translations for ``Page, Appendix, and Preface''. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-13.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-13.ltx new file mode 100644 index 00000000000..12e267a2889 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-13.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-13 on page 505. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[hungarian]{babel} +\newcommand\present[1]{\fbox{\parbox[t]{20mm}{#1}} + \fbox{\parbox[t]{8,5mm}{#1}}\par} +\StopShownPreambleCommands +\begin{document} +\present{lo`ccsan} +\present{e`ddz\"unk} +\present{po`ggy\'asz} +\present{Kod\'a`llya} +\present{me`nnyei} +\present{vi`ssza} +\present{po`ttyan} +\present{ri`zzsel} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-14.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-14.ltx new file mode 100644 index 00000000000..e1951d9f4b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-14.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-14 on page 506. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[english,galician,activeacute]{babel} +\StopShownPreambleCommands +\begin{document} +``P'axina, Cap'itulo, Ap'endice'' +\selectlanguage{english} are Galician translations +for ``Page, Chapter, and Appendix''. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-15.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-15.ltx new file mode 100644 index 00000000000..29a8a3674fa --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-15.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-15 on page 506. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\renewcommand\rmdefault{txr} +\StartShownPreambleCommands +\usepackage[english,esperanto]{babel} +\StopShownPreambleCommands +\begin{document} +``Pa^go, ^Capitro, Cita^joj'' \selectlanguage{english} +are Esperanto translations for ``Page, Chapter, and +References''. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-16.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-16.ltx new file mode 100644 index 00000000000..4d65e7367dd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-16.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-16 on page 507. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{63.0pt} +\StartShownPreambleCommands +\usepackage[latin]{babel} \languageattribute{latin}{withprosodicmarks} +\StopShownPreambleCommands +\begin{document} +\ProsodicMarksOn ^a ^e ^i ^o ^u +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-17.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-17.ltx new file mode 100644 index 00000000000..c6a41584aa8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-17.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-17 on page 507. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{63.0pt} +\StartShownPreambleCommands +\usepackage[latin]{babel} \languageattribute{latin}{withprosodicmarks} +\StopShownPreambleCommands +\begin{document} +\ProsodicMarksOn =a =e =i =o =u +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-18.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-18.ltx new file mode 100644 index 00000000000..3d1d7083377 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-18.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-18 on page 507. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{63.0pt} +\StartShownPreambleCommands +\usepackage[english,turkish]{babel} +\StopShownPreambleCommands +\begin{document} +\selectlanguage{english} a =b \par \selectlanguage{turkish} a =b +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-19.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-19.ltx new file mode 100644 index 00000000000..90ee0ac1e77 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-19.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-19 on page 507. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage[spanish]{babel} +\StopShownPreambleCommands +\begin{document} +Some text with <<quoted text with a <<nested quote>> +within it. + +A second paragraph in the quotation.>> +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-2.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-2.ltx new file mode 100644 index 00000000000..dcbfcc60128 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-2.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-3-2 on page 486. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{gather*} + \begin{matrix} 0 & 1 \\ 1 & 0 \end{matrix} \quad + \begin{pmatrix} 0 & -i \\ i & 0 \end{pmatrix} \\ + \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \quad + \begin{Bmatrix} 1 & 0 \\ 0 & -1 \end{Bmatrix} \\ + \begin{vmatrix} a & b \\ c & d \end{vmatrix} \quad + \begin{Vmatrix} i & 0 \\ 0 & -i \end{Vmatrix} +\end{gather*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-20.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-20.ltx new file mode 100644 index 00000000000..ad907835ac9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-20.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-20 on page 508. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[spanish]{babel} +\StopShownPreambleCommands +\begin{document} +\decimalcomma $1000.10$ \par \decimalpoint $1000.10$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-21.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-21.ltx new file mode 100644 index 00000000000..d3eb4f42ca7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-21.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-21 on page 508. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[bulgarian]{babel} +\StopShownPreambleCommands +\begin{document} +\today \par \todayRoman +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-22.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-22.ltx new file mode 100644 index 00000000000..796bc8bd66a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-22.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-22 on page 509. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[esperanto]{babel} +\StopShownPreambleCommands +\begin{document} +\today \par \hodiau \par \hodiaun +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-23.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-23.ltx new file mode 100644 index 00000000000..b76ffbcd2cf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-23.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-23 on page 509. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[greek]{babel} +\StopShownPreambleCommands +\begin{document} +\today \par \Grtoday +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-24.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-24.ltx new file mode 100644 index 00000000000..920d19306a1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-24.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-24 on page 509. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[english,hebrew]{babel} +\usepackage{hebcal} +\StopShownPreambleCommands +\begin{document} +\hebday \par \Hebrewtoday \par +\selectlanguage{english} \today: \Hebrewtoday +\selectlanguage{hebrew} \hebdate{8}{11}{1997} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-25.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-25.ltx new file mode 100644 index 00000000000..25d0665e26a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-25.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-25 on page 509. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[usorbian,lsorbian]{babel} +\StopShownPreambleCommands +\begin{document} +\newdatelsorbian \today \par +\olddatelsorbian \today \par +\newdateusorbian \today \par +\olddateusorbian \today +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-26.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-26.ltx new file mode 100644 index 00000000000..0c906016fc3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-26.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-26 on page 509. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +% + \day=29 \month=2 \year=2004 + \parindent0pt +\StartShownPreambleCommands +\usepackage[swedish]{babel} +\StopShownPreambleCommands +\begin{document} +Default date format: \today\\ +\verb|\datesymd| gives: \datesymd \today \\ +\verb|\datesdmy| gives: \datesdmy \today +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-27.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-27.ltx new file mode 100644 index 00000000000..dc9751d4460 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-27.ltx @@ -0,0 +1,75 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-27 on page 510. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} +\StartShownPreambleCommands +\usepackage[esperanto,greek,hebrew,bulgarian,russian,english]{babel} +\usepackage{ifthen} + +\renewcommand\rmdefault{cmr} % needed for esperanto (dotless j) + +\setlength\parindent{0pt} +\setlength{\tabcolsep}{3pt} +\newcommand\GR[1]{{\extrasgreek#1}} +\newcommand\BU[1]{{\extrasbulgarian#1}} +\newcommand\HEB[1]{{\extrashebrew#1}} +\newcommand\RU[1]{{\extrasrussian#1}} +\newcommand\smskip{\hskip.5pt} +\makeatletter + \gdef\@ctrerr{-} % don't produce counter errors but dash +\makeatother +\newcommand\row{\thecount & % + \alph{count} & \Alph{count} & % + \esper{count} & \Esper{count} & % + \GR{\alph{count}} & \GR{\Alph{count}} & % + \RU{\asbuk{count}} & \RU{\Asbuk{count}} & % + \BU{\alph{count}} & \BU{\Alph{count}} & + \HEB{\alph{count}} & \HEB{\Alph{count}} & \HEB{\Alphfinal{count}}\\} +% +\newcounter{count} +\setcounter{count}{1} + +\StopShownPreambleCommands +\begin{document} + \centering + \small + \begin{tabular}{@{}cc@{\smskip}cc@{\smskip}cc@{\smskip}cc@{\smskip}cc@{\smskip}cc@{\smskip}c@{\smskip}c@{}} +% + & \multicolumn{2}{c}{\textit{default}} & % + \multicolumn{2}{c}{\textsf{Esperanto}} & % + \multicolumn{2}{c}{\textsf{Greek}} & % + \multicolumn{2}{c}{\textsf{Russian}} & % + \multicolumn{2}{c}{\textsf{Bulgarian}} & % + \multicolumn{3}{c}{\textsf{Hebrew}} \\[1pt] +% + Value & % + \verb|\alph| & \verb|\Alph| & % + \verb|\esper| & \verb|\Esper| & % + \verb|\alph| & \verb|\Alph| & % + \verb|\asbuk| & \verb|\Asbuk| & % + \verb|\alph| & \verb|\Alph| & % + \verb|\alph| & \verb|\Alph| & \verb|\Alphfinal| \\[4pt] +% + \whiledo{\value{count}<31}{\row\stepcounter{count}}% + \setcounter{count}{40}\row + \setcounter{count}{50}\row + \setcounter{count}{100}\row + \setcounter{count}{250}\row + \setcounter{count}{500}\row + \end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-28.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-28.ltx new file mode 100644 index 00000000000..a8fd14e125f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-28.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-28 on page 510. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage[english,french]{babel} \usepackage{dcolumn} +\newcolumntype{d}{D{,}{\decimalsep}{-1}} % align at explicit `,' + % but output \decimalsep +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|d|} \hline + 12,34567 \\ % recognized but not corectly formatted + \nombre{12,34567} \\ % not recognized but corectly formatted + \nombre[,]{12,34567} \\ + \nombre[,]{9876543,21} \\ \hline +\end{tabular} +\par\vspace{1cm} \selectlanguage{english} % change language +\begin{tabular}{|d|} \hline + \nombre[,]{12,34567} \\ \nombre[,]{9876543,21} \\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-29.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-29.ltx new file mode 100644 index 00000000000..e9760c5ba8d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-29.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-29 on page 511. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage[english,greek]{babel} +\newcommand\eng[1]{\foreignlanguage{english}{#1}} +\StopShownPreambleCommands +\begin{document} +123456 \eng{in Greek notation:} \greeknumeral{123456} \par +987654 \eng{in Greek notation:} \Greeknumeral{987654} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-3.ltx new file mode 100644 index 00000000000..82456ba0232 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-3.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-3-3 on page 487. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\setcounter{MaxMatrixCols}{20} +\StopShownPreambleCommands +\begin{document} +\[ + \begin{Vmatrix} + \,a&b&c&d&e&f&g&h&i&j &\cdots\,{} \\ + &a&b&c&d&e&f&g&h&i &\cdots\,{} \\ + & &a&b&c&d&e&f&g&h &\cdots\,{} \\ + & & &a&b&c&d&e&f&g &\cdots\,{} \\ + & & & &\ddots&\ddots&\hdotsfor[2]{5}\,{} + \end{Vmatrix} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-30.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-30.ltx new file mode 100644 index 00000000000..0c907446d0e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-30.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-30 on page 512. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\parindent0pt +\StartShownPreambleCommands +\usepackage[english,greek]{babel} + \usepackage{athnum} + \newcommand\eng[1]{\foreignlanguage{english}{#1}} +\StopShownPreambleCommands +\begin{document} +6284 \eng{in Athenian notation:} \\ \athnum{6284} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-31.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-31.ltx new file mode 100644 index 00000000000..14cbb6f5844 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-31.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-31 on page 512. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage[english,icelandic]{babel} + \usepackage{dcolumn} \newcolumntype{d}{D{,}{\decimalsep}{-1}} +\StopShownPreambleCommands +\begin{document} +\tala{3141,592653} \par +\foreignlanguage{english}{\tala{3141,592653}}\par \bigskip +\begin{tabular}{|d|} \hline + 3,14 \\ + \tala[,]{123,4567} \\ \tala[,]{9876,543} \\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-32.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-32.ltx new file mode 100644 index 00000000000..4134a17a649 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-32.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-32 on page 513. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[french]{babel} +\StopShownPreambleCommands +\begin{document} +Leslie~\bsc{Lamport} \quad \No9 \ \primo \ \tertio +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-33.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-33.ltx new file mode 100644 index 00000000000..879101fa747 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-33.ltx @@ -0,0 +1,53 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-33 on page 513. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\parindent0pt + \makeatletter + \def\tnick{\vrule depth 3pt height 0pt\relax} + \def\cs#1{\ifx\@nil#1\@nil\else\texttt{\textbackslash#1}\fi} + \def\line#1#2#3#4#5#6{% + \ \cs{#1} & $#2$ & & + \ \cs{#3} & \selectlanguage{serbian} $#4$ & & + \ \cs{#5} & \selectlanguage{russian} $#6$} +\StartShownPreambleCommands +% + \usepackage[serbian,russian,english]{babel} +\StopShownPreambleCommands +\begin{document} +% \setlength{\tabcolsep}{2pt} + \begin{tabular}{llcllcll@{}l} + \multicolumn{2}{c}{\itshape \tnick + \hrulefill \LaTeX\hrulefill\tnick} & & + \multicolumn{2}{c}{\itshape \tnick + \hrulefill Serbian\hrulefill\tnick} & & + \multicolumn{2}{c}{\itshape \tnick + \hrulefill Russian\hrulefill\tnick} \\[2pt] + \line{tan}{\tan}{tg}{\tg}{tg}{\tg}\\ + \line{cot}{\cot}{ctg}{\ctg}{ctg}{\ctg}\\ + \line{sinh}{\sinh}{sh}{\sh}{sh}{\sh}\\ + \line{cosh}{\cosh}{ch}{\ch}{ch}{\ch}\\ + \line{tanh}{\tanh}{th}{\th}{th}{\th}\\ + \line{coth}{\coth}{cth}{\cth}{cth}{\cth}\\ + \line{csc}{\csc}{}{}{cosec}{\cosec}\\ + \line{arcsin}{\arcsin}{sh}{\sh}{}{}\\ + \line{arccos}{\arccos}{arch}{\arch}{}{}\\ + \line{arctan}{\arctan}{arctg}{\arctg}{arctg}{\arctg}\\ + \line{}{}{arcctg}{\arcctg}{arcctg}{\arcctg}&\quad (\textit{extra})\\ + \end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-34.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-34.ltx new file mode 100644 index 00000000000..928d79ce8a7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-34.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-34 on page 514. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\StartShownPreambleCommands +\usepackage[french,english]{babel} +\StopShownPreambleCommands +\begin{document} +\begin{minipage}[t]{4cm} + Some text with a list. + \begin{itemize} \item item 1 + \item item 2 \end{itemize} + And some text following. +\end{minipage} +\quad \selectlanguage{french} +\begin{minipage}[t]{4cm} + Some text with a list. + \begin{itemize} \item item 1 + \item item 2 \end{itemize} + And some text following. +\end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-35.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-35.ltx new file mode 100644 index 00000000000..2f3a175bf6f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-35.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-35 on page 515. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[french,english]{babel} +\AddThinSpaceBeforeFootnotes +\StopShownPreambleCommands +\begin{document} +\begin{minipage}{70pt} Some text\footnote{with a footnote}. +\end{minipage} +\selectlanguage{french}\FrenchFootnotes +\begin{minipage}{70pt} Some text\footnote{with a footnote}. +\end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-36.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-36.ltx new file mode 100644 index 00000000000..a4c1ebd4c73 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-36.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-36 on page 515. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[icelandic]{babel} +\usepackage[T1]{fontenc} \usepackage[latin1]{inputenc} +\StopShownPreambleCommands +\begin{document} +"o "O "ó "Ó "e "E "é "É but: "\'e "\'E +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-37.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-37.ltx new file mode 100644 index 00000000000..b8597e2f689 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-37.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-37 on page 517. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[polish]{babel} +\StopShownPreambleCommands +\begin{document} +"a "A "c "C "e "E "l "n "N "o "O "s "S \par +\polishrz "r "R "z "Z "x "X \par +\polishzx "r "R "z "Z "x "X \par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-38.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-38.ltx new file mode 100644 index 00000000000..117d9580c60 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-38.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-38 on page 517. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[T1]{fontenc} +\StopShownPreambleCommands +\begin{document} +\k a \k A \'c \'C \k e \k E \l{} \'n \'N \'o \'O \'s \'S\par +\.z \.Z \'z \'Z +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-39.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-39.ltx new file mode 100644 index 00000000000..730ecb4cc9b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-39.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed +%% +%% Example 8-3-39 on page 517. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\StartShownPreambleCommands + +\usepackage[X2,T1]{fontenc} \usepackage[greek,russian,hebrew,english]{babel} +\StopShownPreambleCommands +\begin{document} +Some English text, \R{hebrew text}, \textgreek{Greek text}, +\textcyrillic{Cyrillic text} +\sethebrew more Hebrew text\unsethebrew{}, more English text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-4.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-4.ltx new file mode 100644 index 00000000000..b4beb1d614d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-4.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-3-4 on page 487. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +To show the effect of the matrix on surrounding +lines inside a paragraph, we put it here: + $ \left( \begin{smallmatrix} + 1 & 0 \\ 0 & -1 + \end{smallmatrix} \right) $ +and follow it with enough text to ensure that +there is at least one full line below the matrix. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-5.ltx new file mode 100644 index 00000000000..83ea905d287 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-5.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-3-5 on page 488. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{gather} + \sum_{\substack{0 \le i \le m \\ 0 < j < n}} P(i, j) \\ + \sum_{\begin{subarray}{l} i \in \Lambda \\ + 0 \le i \le m \\ + 0 < j < n + \end{subarray}} P(i, j) +\end{gather} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-6.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-6.ltx new file mode 100644 index 00000000000..28d5faf24ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-6.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-3-6 on page 488. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath,amscd} +\DeclareMathOperator\add{add} +\DeclareMathOperator\cf {cf} +\DeclareMathOperator\cov{cov} +\DeclareMathOperator\non{non} +\StopShownPreambleCommands +\begin{document} +\[ \begin{CD} + \cov (L) @>>> \non (K) @>>> \cf (K) \\ + @VVV @AAA @AAA \\ + \add (L) @>>> \add (K) @>>> \cov (K) \\ + \end{CD} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-7.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-7.ltx new file mode 100644 index 00000000000..2963172799d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-7.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-3-7 on page 489. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath,amscd} +\DeclareMathOperator{\End}{End} +\StopShownPreambleCommands +\begin{document} +\[ \begin{CD} + S^{W_\Lambda}\otimes T @>j>> T \\ + @VVV @VV{\End P}V \\ + (S \otimes T)/I @= (Z\otimes T)/J + \end{CD} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-8.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-8.ltx new file mode 100644 index 00000000000..b74fc1cd13a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-8.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-3-8 on page 489. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\[\begin{array}{ccc} + S^{\mathcal{W}_\Lambda}\otimes T & + \stackrel{j}{\longrightarrow} & + T \\ + \Big\downarrow & & + \Big\downarrow\vcenter{% + \rlap{$\scriptstyle{\mathrm{End}}\,P$}} \\ + (S\otimes T)/I & = & + (Z\otimes T)/J + \end{array}\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-3-9.ltx b/Master/texmf-dist/doc/latex/tlc2/8-3-9.ltx new file mode 100644 index 00000000000..b6428cb24ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-3-9.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-3-9 on page 489. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{delarray} +\StopShownPreambleCommands +\begin{document} +\[ \mathcal{Q} = +\begin{array}[t] ( {cc} ) X & Y \end{array} +\begin{array}[t] [ {cc} ] A & B \\ C & D \end{array} +\begin{array}[b] \lgroup{cc}\rgroup L \\ M \end{array} +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-1.ltx new file mode 100644 index 00000000000..fae98535106 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-1.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-1 on page 490. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\[ + 0 \xleftarrow [\zeta]{} F \times \Delta (n - 1) + \xrightarrow {\partial_0 \alpha(b)} E^{\partial_0 b} +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-10.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-10.ltx new file mode 100644 index 00000000000..c7f0513e6d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-10.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-10 on page 494. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +% +% there is a bug in the amsmath macros for ddd and dddd dots which the +% AMS intends to fix as follows (we already anticipated that fix +% here, though it isn't quite right yet for all cases): +% +\makeatletter +\AtBeginDocument{% we have to be after amsmath is loaded in the example + \renewcommand{\dddot}[1]{% + {\mathop{\kern\z@#1}\limits^{\vbox to-1.4\ex@{\kern-\tw@\ex@ + \hbox{\,\normalfont...}\vss}}}} + \renewcommand{\ddddot}[1]{% + {\mathop{\kern\z@#1}\limits^{\vbox to-1.4\ex@{\kern-\tw@\ex@ + \hbox{\,\normalfont....}\vss}}}} + } +\makeatother + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +$ \dot{S} \quad \ddot{P} \quad \dddot{Q} \quad \ddddot{R} $ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-11.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-11.ltx new file mode 100644 index 00000000000..f145dbdd2f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-11.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-11 on page 495. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{accents} +\StopShownPreambleCommands +\begin{document} +\[ \accentset{\ast}{X} \quad + \hat{\accentset{\star}{\hat h}} \quad + \underaccent{\diamond}{\mathcal{M}} \quad + \undertilde{C}\quad\undertilde{M}\quad\undertilde{ABC} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-12.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-12.ltx new file mode 100644 index 00000000000..9030fc08c83 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-12.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-12 on page 495. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\setlength\parindent{0pt} +\StartShownPreambleCommands +\usepackage{amsxtra} +\StopShownPreambleCommands +\begin{document} +$(xyz)\spdddot$ \quad $(xyz)\spddot$ \quad $(xyz)\spdot$ \\ +$(xyz)\spbreve$ \quad $(xyz)\spcheck$ \\ +$(xyz)\sphat$ \quad $(xyz)\sptilde$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-13.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-13.ltx new file mode 100644 index 00000000000..42221aa6010 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-13.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-13 on page 495. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\[ \overset{*}{X} > \underset{*}{X} + \iff \sideset{}{'}\sum_{a,b \in \mathbf{R^*}} + \overset{a}{\underset{b}{X}} = X \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-14.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-14.ltx new file mode 100644 index 00000000000..16c07a0e01e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-14.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-14 on page 495. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\[ \sideset{_{i = 1}^n}{_{j = 2}^m}\prod_{k > 1} + \mathcal{T}_{i, j}^k \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-2.ltx new file mode 100644 index 00000000000..0f9b1319ec9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-2.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-2 on page 490. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation*} +\cfrac {1}{\sqrt{2} + + \cfrac {1}{\sqrt{3} + + \cfrac {1}{\sqrt{4} + + \cfrac[r] {1}{\sqrt{5} + + \cfrac[l] {1}{\sqrt{6} + \dotsb } + }}}} +\end{equation*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-3.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-3.ltx new file mode 100644 index 00000000000..25a3c1505a3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-3.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-3 on page 491. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} + \boxed { W_t - F \subseteq V(P_i) \subseteq W_t } +\end{equation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-4.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-4.ltx new file mode 100644 index 00000000000..2a7c9fdee15 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-4.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-4 on page 491. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\[ + \sum_{i=1}^n \qquad \int_0^\infty \qquad \lim_{n \to 0} +\] +Text: $\sum_{i=1}^n$, $\int_0^\infty$, $\lim_{n \to 0}$. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-5.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-5.ltx new file mode 100644 index 00000000000..021a7423492 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-5.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-5 on page 492. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\[ + \sum\nolimits_{i=1}^n \qquad \int\limits_0^\infty + \qquad \lim\displaylimits_{n \to 0} +\] +Text: $\sum\nolimits_{i=1}^n$, $\int\limits_0^\infty$, +$\lim\displaylimits_{n \to 0}$. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-6.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-6.ltx new file mode 100644 index 00000000000..a28bba5b86c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-6.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-6 on page 492. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{gather*} + \iint \limits _V \mu(v,w) + \,du \,dv \\ + \iiint \limits _V \mu(u,v,w) + \,du \,dv \,dw \\ + \iiiint \limits _V \mu(t,u,v,w) + \,dt \,du \,dv \,dw \\ + \idotsint \limits _V \mu(z_1, \dots, z_k) + \,\mathbf{dz} +\end{gather*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-7.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-7.ltx new file mode 100644 index 00000000000..af958f76883 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-7.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-7 on page 493. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{align*} + u & \equiv v + 1 \mod{n^2} \\ + u & \equiv v + 1 \bmod{n^2} \\ + u & = v + 1 \pmod{n^2} \\ + u & = v + 1 \pod{n^2} +\end{align*} +The in-text layout: $ u = v + 1 \pmod{n^2} $ +\begin{gather*} + (m \bmod n) = k^2 \, ; \quad + x \equiv y \pmod b \, ; \\ + x \equiv y \mod c \, ; \quad + x \equiv y \pod d\, . +\end{gather*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-8.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-8.ltx new file mode 100644 index 00000000000..f747954f41b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-8.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-8 on page 493. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} \frac{1}{k} \log_2 c(f) + \quad \tfrac{1}{k} \log_2 c(f) \end{equation} +Text: $ \sqrt{ \frac{1}{k} \log_2 c(f) } \quad + \sqrt{ \dfrac{1}{k} \log_2 c(f) }\, $. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-4-9.ltx b/Master/texmf-dist/doc/latex/tlc2/8-4-9.ltx new file mode 100644 index 00000000000..dcc95110747 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-4-9.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-4-9 on page 493. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{equation} \binom{k}{2} 2^{k - 1} + + \tbinom{k - 1}{2} 2^{k - 2} \end{equation} +Text: $ \binom{k}{2} 2^{k - 1} + + \dbinom{k - 1}{2} 2^{k - 2} $. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-5-1.ltx b/Master/texmf-dist/doc/latex/tlc2/8-5-1.ltx new file mode 100644 index 00000000000..e8701be02bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-5-1.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-5-1 on page 496. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +A series $H_1, H_2, \dots, H_n$, a sum +$H_1 + H_2 + \dots + H_n$, an orthogonal product +$H_1 \times H_2 \times \dots \times H_n$. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-5-2.ltx b/Master/texmf-dist/doc/latex/tlc2/8-5-2.ltx new file mode 100644 index 00000000000..824f8f2c1a4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-5-2.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-5-2 on page 496. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +A series $H_1, H_2, \dotsc\,$, a sum +$H_1 + H_2 + \dotsb\,$, an orthogonal product +$H_1 \times H_2 \times \dotsm\,$, and an infinite +integral: \[ \int_{H_1} \int_{H_2} \dotsi \; + {-\Gamma}\, d\Theta \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-5-3.ltx b/Master/texmf-dist/doc/latex/tlc2/8-5-3.ltx new file mode 100644 index 00000000000..9ecc742c921 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-5-3.ltx @@ -0,0 +1,44 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-5-3 on page 497. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{align*} +\widehat {\psi_\delta(t) E_t h} +&= \widetilde {\psi_\delta(t) E_t h} \\ +\overline {\psi_\delta(t) E_t h} +&= \underline {\psi_\delta(t) E_t h} \\ +\overbrace {\psi_\delta(t) E_t h} +&= \underbrace {\psi_\delta(t) E_t h} +& & \text{Do not change style} \\ +\overrightarrow {\psi_\delta(t) E_t h} +&= \overleftarrow {\psi_\delta(t) E_t h} +& & \text{Do not change style} \\[-3pt] +& & & \text{without \textsf{amsmath}} \\ +\underrightarrow {\psi_\delta(t) E_t h} +&= \underleftarrow {\psi_\delta(t) E_t h} +& & \text{Do need \textsf{amsmath}} \\ +\overleftrightarrow {\psi_\delta(t) E_t h} +&=\underleftrightarrow{\psi_\delta(t) E_t h} +& & \text{Do need \textsf{amsmath}} +\end{align*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-5-4.ltx b/Master/texmf-dist/doc/latex/tlc2/8-5-4.ltx new file mode 100644 index 00000000000..08d08ca2ffc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-5-4.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-5-4 on page 499. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} + \[ + \sqrtsign{1 + \sqrtsign{1 + \sqrtsign{1 + + \sqrtsign{1 + \sqrtsign{1 + \sqrtsign{1 + x}}}}}} + \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-6-1.ltx b/Master/texmf-dist/doc/latex/tlc2/8-6-1.ltx new file mode 100644 index 00000000000..a0648ece0de --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-6-1.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-6-1 on page 499. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\begin{gather} + \text{Also, if } \Delta_{\text{max up}} + = \Delta_{\text{min down}} \notag \\ + \text{(for all ups and downs) then} \notag \\ + \Delta_{\text{sum of ups}} + = \Delta_{\text{sum of downs}} +\end{gather} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-6-2.ltx b/Master/texmf-dist/doc/latex/tlc2/8-6-2.ltx new file mode 100644 index 00000000000..7dbb52c11e4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-6-2.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-6-2 on page 500. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[fleqn]{amsmath} +\newcommand\abs[1]{\lvert#1\rvert} +\setlength\mathindent{0pt} +\StopShownPreambleCommands +\begin{document} +\begin{gather*} + \lim_{x \rightarrow 0} \frac{ \sin^2(x) }{ x^2 } = 1 \\ + \varliminf_{n \rightarrow \infty} + \abs{a_{n+1}} / \abs{a_n} = 0 \\ + \varinjlim (m_i^\lambda \cdot M)^* \le + \varprojlim_{A/p \rightarrow \lambda(A)}A_p \le 0 +\end{gather*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-6-3.ltx b/Master/texmf-dist/doc/latex/tlc2/8-6-3.ltx new file mode 100644 index 00000000000..9748633eddb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-6-3.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-6-3 on page 501. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[fleqn]{amsmath} +\DeclareMathOperator \meas {meas} +\DeclareMathOperator*\esssup {ess \, sup} +\DeclareMathOperator*\supminus{sup - minus*} +\newcommand\abs [1]{\lvert#1\rvert} +\newcommand\norm[1]{\lVert#1\rVert} +\StopShownPreambleCommands +\begin{document} +\begin{gather*} + \norm{f}_\infty = \esssup_{x \in R^n} \abs{f(x)} \\ + \meas_1 \{ u \in R_+^1 \colon f^*(u)>\alpha \} = \\ + \quad \esssup_{x \in R^i} \; \meas_i + \{ u \in R^n \colon \abs{f(u)} \geq \alpha \} \\ + \quad (\forall \alpha \in \supminus_{f^*} R_{*+}) +\end{gather*} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-6-4.ltx b/Master/texmf-dist/doc/latex/tlc2/8-6-4.ltx new file mode 100644 index 00000000000..b1d29522a0c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-6-4.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-6-4 on page 501. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +%% Low-level TeX needed here to cancel +%% the old definition of \csc: +\let \csc \relax +\DeclareMathOperator\csc{cosec} +\newcommand\calQ{\mathcal{Q}} +\StopShownPreambleCommands +\begin{document} +\[ \varlimsup_{n\to\infty} \calQ (u_n, u_n - u^{\#}) + \ge \csc (\calQ' (u^{\#})) \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-7-1.ltx b/Master/texmf-dist/doc/latex/tlc2/8-7-1.ltx new file mode 100644 index 00000000000..ac3d28eaa25 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-7-1.ltx @@ -0,0 +1,41 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-7-1 on page 503. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\normalsize %% Style: +\[ b %% D + ^0 %% S + + %% D + \frac{(k + p) %% T + _{j'} %% S' + % \displaystyle + \pm %% T [D] + \frac{(f + q) %% S [T] + ^{(pk) %% SS [S] + ^y %% SS + _{j'}}} %% SS' + {(h + y)}} %% S' [T'] + {(l + q) %% T' + ^{(pk)}} %% S' +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-7-2.ltx b/Master/texmf-dist/doc/latex/tlc2/8-7-2.ltx new file mode 100644 index 00000000000..a0894f957d4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-7-2.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-7-2 on page 503. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\[ b %% D + ^0 %% S + + %% D + \frac{(k + p) %% T + _{j'} %% S' + \displaystyle + \pm %% D + \frac{(f + q) %% T + ^{(pk) %% S + ^y %% SS + _{j'}}} %% SS' + {(h + y)}} %% T' + {(l + q) %% T' + ^{(pk)}} %% S' +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-7-3.ltx b/Master/texmf-dist/doc/latex/tlc2/8-7-3.ltx new file mode 100644 index 00000000000..e24beee9ae9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-7-3.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-7-3 on page 504. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\[ \biggl( \mathbf{E}_{y} \int_0^{t_\varepsilon} + L_{x, y^x(s)} \varphi(x)\, ds \biggr) \] +\Large +\[ \biggl( \mathbf{E}_{y} \int_0^{t_\varepsilon} + L_{x, y^x(s)} \varphi(x)\, ds \biggr) \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-7-4.ltx b/Master/texmf-dist/doc/latex/tlc2/8-7-4.ltx new file mode 100644 index 00000000000..eeb595f2222 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-7-4.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-7-4 on page 505. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\[ + \sqrt[\beta]{k} \qquad + \sqrt[\leftroot{2}\uproot{4} \beta]{k} \qquad + \sqrt[\leftroot{1}\uproot{3} \beta]{k} +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-7-5.ltx b/Master/texmf-dist/doc/latex/tlc2/8-7-5.ltx new file mode 100644 index 00000000000..3e687a72676 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-7-5.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-7-5 on page 505. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\setlength\parindent{0pt} +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +$\sqrt{x} + \sqrt{y} + \sqrt{z}$ \\ +$\sqrt{x} + \sqrt{\mathstrut y} + \sqrt{z}$ \\ +$\sqrt{x} + \sqrt{\smash{y}} + \sqrt{z}$ \\ +$\sqrt{x} + \sqrt{\smash[b]{y}} + \sqrt{z}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-7-6.ltx b/Master/texmf-dist/doc/latex/tlc2/8-7-6.ltx new file mode 100644 index 00000000000..e0b3b09fe40 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-7-6.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-7-6 on page 506. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath} +\StopShownPreambleCommands +\begin{document} +\[ + f_p (x) = + \begin{cases} + \frac{1}{\smash[b]{p}} & x = p \\ + \frac{\strut + \smash[t]{\frac{(1 - x)^{\frac{1}{2}} } + { x - \sin (x - p) } } } + {\sqrt{1 - p} \, \cos (x - p)} & x \neq p + \end{cases} +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-7-7.ltx b/Master/texmf-dist/doc/latex/tlc2/8-7-7.ltx new file mode 100644 index 00000000000..c91c83088b4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-7-7.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-7-7 on page 507. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\[ + \sqrt{ \frac{a+b}{x_j} } \quad + \sqrt{ \frac{a+b}{\smash{x_j}} } \quad + \sqrt{ \frac{a+b}{{}\smash{x_j}} } \quad + \sqrt{ \frac{a+b}{\smash{x_j+b}} } +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-1.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-1.ltx new file mode 100644 index 00000000000..8b0db0ae796 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-1.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-1 on page 509. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage{amsfonts} +\StopShownPreambleCommands +\begin{document} +$ \forall n \in \mathbb{N} : \mathfrak{M}_n \leq \mathfrak{A} $ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-10.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-10.ltx new file mode 100644 index 00000000000..c1cc3756798 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-10.ltx @@ -0,0 +1,71 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-10 on page 513. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} + +\StartShownPreambleCommands + +\renewcommand\rmdefault{cmr} % since examples are normally in Times + % Roman in the book +\usepackage{amsmath,amssymb} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-11.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-11.ltx new file mode 100644 index 00000000000..9cbccc74ca2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-11.ltx @@ -0,0 +1,70 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-11 on page 514. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage[boldsans]{ccfonts} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-12.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-12.ltx new file mode 100644 index 00000000000..4e4bee0991a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-12.ltx @@ -0,0 +1,70 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-12 on page 514. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb,ccfonts} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage[euler-digits]{eulervm} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-13.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-13.ltx new file mode 100644 index 00000000000..3e2135dbc7c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-13.ltx @@ -0,0 +1,70 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-13 on page 515. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\usepackage{fourier} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-14.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-14.ltx new file mode 100644 index 00000000000..cf302fd099b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-14.ltx @@ -0,0 +1,70 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-14 on page 516. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{mathptmx} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-15.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-15.ltx new file mode 100644 index 00000000000..a4155dfd29b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-15.ltx @@ -0,0 +1,70 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-15 on page 516. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{txfonts} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-16.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-16.ltx new file mode 100644 index 00000000000..dc22358bbec --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-16.ltx @@ -0,0 +1,73 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-16 on page 517. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\IfFileExists{tmmath.sty}{}{\typeout{The tmmath package is not available}\stop} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\usepackage{tmmath,tmams} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-17.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-17.ltx new file mode 100644 index 00000000000..96722684577 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-17.ltx @@ -0,0 +1,70 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-17 on page 518. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{mathpazo} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-18.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-18.ltx new file mode 100644 index 00000000000..e9f68bd8192 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-18.ltx @@ -0,0 +1,70 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-18 on page 518. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{pxfonts} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-19.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-19.ltx new file mode 100644 index 00000000000..e9f941072e5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-19.ltx @@ -0,0 +1,73 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-19 on page 519. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\IfFileExists{pamath.sty}{}{\typeout{The pa package is not available}\stop} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\usepackage{pamath} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-2.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-2.ltx new file mode 100644 index 00000000000..b000fd736ae --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-2.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-2 on page 509. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage{amsfonts} +\DeclareMathAlphabet\mathbb{U}{fplmbb}{m}{n} +\StopShownPreambleCommands +\begin{document} +$ \lbrace n,m \in \mathbb{N} \mid \mathfrak{N}_{n,m} \rbrace $ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-20.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-20.ltx new file mode 100644 index 00000000000..ad386246a99 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-20.ltx @@ -0,0 +1,74 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-20 on page 520. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\IfFileExists{ba.sty}{}{\typeout{The ba package is not available}\stop} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\usepackage{ba} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{bm} +\addtolength\textheight{\baselineskip} % BA math has large symbols! + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-21.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-21.ltx new file mode 100644 index 00000000000..c8249cb9f90 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-21.ltx @@ -0,0 +1,73 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-21 on page 520. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\IfFileExists{chmath.sty}{}{\typeout{The chmath package is not available}\stop} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\usepackage{chmath,chams} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-22.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-22.ltx new file mode 100644 index 00000000000..b58070c2e03 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-22.ltx @@ -0,0 +1,73 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-22 on page 521. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\IfFileExists{lucidabr.sty}{}{\typeout{The lucidabr package is not available}\stop} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\usepackage{lucidabr} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-23.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-23.ltx new file mode 100644 index 00000000000..bc08a108d58 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-23.ltx @@ -0,0 +1,70 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-23 on page 522. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\usepackage{cmbright} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-24.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-24.ltx new file mode 100644 index 00000000000..6056906c168 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-24.ltx @@ -0,0 +1,73 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-24 on page 522. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\IfFileExists{hvmath.sty}{}{\typeout{The hvmath package is not available}\stop} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\usepackage{hvmath,hvams} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-25.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-25.ltx new file mode 100644 index 00000000000..fb08966e4bf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-25.ltx @@ -0,0 +1,74 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-25 on page 523. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \setlength\textheight{.44\textheight} +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +\IfFileExists{infomath.sty}{}{\typeout{The infomath package is not available}\stop} + +\StartShownPreambleCommands + +\usepackage{amsmath,amssymb} +\usepackage[OT1]{fontenc} +\usepackage{infomath} +\newcommand\ibinom[2]{\genfrac\lbrace\rbrace{0pt}{}{#1}{#2}} +\usepackage{bm} + +\StopShownPreambleCommands +\begin{document} +\section{Sample page of mathematical typesetting} + +First some large operators +both in text: \( \iiint\limits_{\mathcal{Q}} +f(x,y,z)\,dx\,dy\,dz \) and +\(\prod_{\gamma\in\Gamma_{\widetilde{C}}} +\partial(\widetilde{X}_\gamma)\); and also on display: + +\begin{equation} +\begin{split} +%% This line is deliberately long so as to show +%% differences in widths; it is a little over the measure +%% in article/cmr. +\iiiint\limits_{\mathbf{Q}} f(w,x,y,z)\,dw\,dx\,dy\,dz &\leq +\oint_{\bm{\partial Q}} f' \left( \max \left\lbrace +\frac{\lVert w \rVert}{\lvert w^2 + x^2 \rvert} ; +\frac{\lVert z \rVert}{\lvert y^2 + z^2 \rvert} ; +\frac{\lVert w \oplus z \rVert}{\lVert x \oplus y \rVert} +\right\rbrace\right) +\\ +&\precapprox \biguplus_{\mathbb{Q} \Subset \bar{\mathbf{Q}}} +\left[ f^{\ast} \left( + \frac{\left\lmoustache\mathbb{Q}(t)\right\rmoustache} + {\sqrt {1 - t^2}} + \right)\right]_{t=\alpha}^{t=\vartheta} +\end{split} +\end{equation} + +For $x$ in the open interval \( \left] -1, 1 \right[ \) +the infinite sum in Equation~\eqref{eq:binom1} is convergent; +however, this does not hold +throughout the closed interval \( \left[ -1, 1 \right] \). +\begin{align} + (1 - x)^{-k} &= + 1 + \sum_{j=1}^{\infty} (-1)^j \ibinom{k}{j} x^j + \text{\quad for $k \in \mathbb{N}$; $k \neq 0$.} + \label{eq:binom1} +\end{align} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-3.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-3.ltx new file mode 100644 index 00000000000..6ae107c53c4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-3.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-3 on page 509. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +%% +\typeout{This example requires commercial fonts that are not provided^^J% + with a free LaTeX installation but must be obtained separately.} +%% +\StartShownPreambleCommands +\DeclareMathAlphabet\mathscr{T1}{hlcw}{m}{it} +\StopShownPreambleCommands +\begin{document} +$A_B \neq \mathscr{A}_\mathscr{B} \neq \mathcal{A}_\mathcal{B}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-4.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-4.ltx new file mode 100644 index 00000000000..9685c25d668 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-4.ltx @@ -0,0 +1,56 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-4 on page 510. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} +%% +%% Examples normally use Times, but here we explicitly +%% want Computer Modern: +\renewcommand\rmdefault{cmr} +%% +%% Also the math axis in the headings is slightly too low, +%% so here is a little command that allows you to change font dimens +%% using NFSS conventions. You are welcome to use it, but be sure you +%% understand the implications when messing with these things :-) +%% No support! +%% +\makeatletter +\def\setfontdimen#1#2#3#4#5#6#7{\begingroup + \edef\font@name{\csname #2/#3/#4/#5/#6\endcsname}% + \pickup@font + \fontdimen#1\font@name=#7\relax + \endgroup} +\makeatother + +\setfontdimen{22}{OMS}{cmsy}{m}{n}{14.4}{4.3pt} + +\StartShownPreambleCommands +\usepackage{amsmath,amssymb,bm} +\newcommand\bfB{\mathbf{B}} \newcommand\bfx{\mathbf{x}} +\bmdefine\bpi{\pi} \bmdefine\binfty{\infty} +\StopShownPreambleCommands +\begin{document} +\section{The bold equivalence + $\sum_{j < B} \prod_\lambda : \bm{\sum_{x_j} \prod_\lambda}$} +\begin{gather} + B_\infty + \pi B_1 \sim \bfB_{\binfty} \bm{+}\bpi \bfB_{\bm{1}} + \bm {\sim B_\infty + \pi B_1} \\ + B_\binfty + \bpi B_{\bm{1}} \bm{\in} \bm{\biggl\lbrace} + (\bfB, \bfx) : \frac {\partial \bfB}{\partial \bfx} + \bm{\lnapprox} \bm{1} \bm{\biggr\rbrace} +\end{gather} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-5.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-5.ltx new file mode 100644 index 00000000000..a1509ab2519 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-5.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-5 on page 511. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{348.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath,amssymb,txfonts,bm} +\newcommand\bfB{\mathbf{B}} +\newcommand\bfx{\mathbf{x}} +\bmdefine\bpi{\pi} \bmdefine\binfty{\infty} +\StopShownPreambleCommands +\begin{document} +\section{The bold equivalence + $\sum_{j < B} \prod_\lambda : \bm{\sum_{x_j} \prod_\lambda}$} +\begin{gather} + B_\infty + \pi B_1 \sim \bfB_{\binfty} \bm{+}\bpi \bfB_{\bm{1}} + \bm {\sim B_\infty + \pi B_1} \\ + B_\binfty + \bpi B_{\bm{1}} \bm{\in} \bm{\biggl\lbrace} + (\bfB, \bfx) : \frac {\partial \bfB}{\partial \bfx} + \bm{\lnapprox} \bm{1} \bm{\biggr\rbrace} +\end{gather} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-6.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-6.ltx new file mode 100644 index 00000000000..89e55e1d0ab --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-6.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-6 on page 511. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} +% +% Special setting to make delimiters always grow in this example +\setlength\delimitershortfall{-3pt} + +\StartShownPreambleCommands +\usepackage{bm} +\StopShownPreambleCommands +\begin{document} +$\bm{\Biggl\lbrace\biggl\lbrace\Bigl\lbrace\bigl\lbrace \lbrace + \mathcal{Q} + \rangle \bigr\rangle\Bigr\rangle\biggr\rangle\Biggr\rangle}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-7.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-7.ltx new file mode 100644 index 00000000000..0392a775f16 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-7.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-7 on page 511. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} +% +% Special setting to make delimiters always grow in this example +\setlength\delimitershortfall{-3pt} + +\StartShownPreambleCommands +\usepackage{pxfonts,bm} +\StopShownPreambleCommands +\begin{document} +$\bm{\Biggl\lbrace\biggl\lbrace\Bigl\lbrace\bigl\lbrace \lbrace + \mathcal{Q} + \rangle \bigr\rangle\Bigr\rangle\biggr\rangle\Biggr\rangle}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-8.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-8.ltx new file mode 100644 index 00000000000..0f7f4cef4af --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-8.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-8 on page 512. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage{amsmath,bm} +\StopShownPreambleCommands +\begin{document} +$ \bm{\sqrt[2]{x \times \alpha}} $ but +$ \bm{\sqrt[2]{x \mathbin{\mbox{\unboldmath$\times$}} \alpha}} $ + or the similar +$ \bm{\sqrtsign}{\bm{x} \times \bm{\alpha}} $ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-8-9.ltx b/Master/texmf-dist/doc/latex/tlc2/8-8-9.ltx new file mode 100644 index 00000000000..86fad6258d1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-8-9.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-8-9 on page 512. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} +\setlength\parindent{0pt} +\StartShownPreambleCommands +\usepackage{bm} \bmdefine\bhat{\hat} +\StopShownPreambleCommands +\begin{document} +$\hat a \neq \bm{\hat a} \neq \bm\hat a = \bhat a \neq \bm\widehat a$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-9-1.ltx b/Master/texmf-dist/doc/latex/tlc2/8-9-1.ltx new file mode 100644 index 00000000000..f6b4226784f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-9-1.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-9-1 on page 524. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} + +\StartShownPreambleCommands +\usepackage[fleqn]{amsmath} +\StopShownPreambleCommands +\begin{document} +\[ a \# \top _x^\alpha x^\alpha_b \] +\[ a \mathrel{\#} \mathop{\top}_x^\alpha x^\alpha_b \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-9-2.ltx b/Master/texmf-dist/doc/latex/tlc2/8-9-2.ltx new file mode 100644 index 00000000000..fb896d63f85 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-9-2.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-9-2 on page 525. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\thinmuskip=10mu \medmuskip=17mu \thickmuskip=30mu +\StopShownPreambleCommands +\begin{document} +\[ + a - b = -\max \{ x , y \} +\] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-9-3.ltx b/Master/texmf-dist/doc/latex/tlc2/8-9-3.ltx new file mode 100644 index 00000000000..c20cc2c9a23 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-9-3.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-9-3 on page 526. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\thinmuskip=10mu \medmuskip=17mu \thickmuskip=30mu +\StopShownPreambleCommands +\begin{document} +\[ a \Bigl( \sum x \Bigr) \neq a \left( \sum x \right) \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-9-4.ltx b/Master/texmf-dist/doc/latex/tlc2/8-9-4.ltx new file mode 100644 index 00000000000..1f29afff177 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-9-4.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-9-4 on page 528. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +% To show the difference better, we enlarge the default +% (not advisable for real documents): +\thickmuskip=7mu plus 5mu + +\StartShownPreambleCommands +\usepackage[fleqn]{amsmath} \usepackage{amssymb} +\DeclareMathSymbol\bneg {\mathbin}{symbols}{"3A} +\DeclareMathSymbol\rsquare{\mathrel}{AMSa}{"03} +\StopShownPreambleCommands +\begin{document} +\[ a \neg b \qquad x \square y + z \] +\[ a \mathbin{\neg} b \qquad x \mathrel{\square} y + z \] +\[ a \bneg b \qquad x \rsquare y + z \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-9-5.ltx b/Master/texmf-dist/doc/latex/tlc2/8-9-5.ltx new file mode 100644 index 00000000000..44bc630c6a2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-9-5.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-9-5 on page 529. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage{amstext} +\StopShownPreambleCommands +\begin{document} +\[ a = b \text{ but } a \tilde{=} b + \text{ which is not } a \mathrel{\tilde{=}} b \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-9-6.ltx b/Master/texmf-dist/doc/latex/tlc2/8-9-6.ltx new file mode 100644 index 00000000000..b58c2b04057 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-9-6.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-9-6 on page 531. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\parindent0pt +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +$ u \not< v$ or $a \not\in \mathbf{A} $ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-9-7.ltx b/Master/texmf-dist/doc/latex/tlc2/8-9-7.ltx new file mode 100644 index 00000000000..7dbf2542493 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-9-7.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-9-7 on page 531. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} + +\StartShownPreambleCommands +\usepackage{amssymb} +\StopShownPreambleCommands +\begin{document} +$ \not\leq \ \not\succeq \ \not\sim $ \par +$ \nleq \ \nsucceq \ \nsim $ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/8-9-8.ltx b/Master/texmf-dist/doc/latex/tlc2/8-9-8.ltx new file mode 100644 index 00000000000..bef45f469a2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/8-9-8.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 8-9-8 on page 533. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{87.0pt} +\StartShownPreambleCommands +\usepackage{stmaryrd} +\StopShownPreambleCommands +\begin{document} +$\Longarrownot\longleftrightarrow \qquad \arrownot\hookleftarrow$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-2-1.ltx b/Master/texmf-dist/doc/latex/tlc2/9-2-1.ltx new file mode 100644 index 00000000000..982ce9dff90 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-2-1.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-2-1 on page 545. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage[german,french,english]{babel} +\raggedright +\StopShownPreambleCommands +\begin{document} +The expansion of fixed document element names +depends on the language, e.g., in English +we have ``\refname'' or ``\chaptername''. \par +\selectlanguage{german} Auf Deutsch ergibt sich +``\refname'' oder ``\chaptername''. \par +\begin{otherlanguage}{french} Voici en + fran\c cais: ``\refname'' ou ``\chaptername''. + \par\foreignlanguage{english}{But in short + phrases ``\refname'' does not change!} +\end{otherlanguage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-2-2.ltx b/Master/texmf-dist/doc/latex/tlc2/9-2-2.ltx new file mode 100644 index 00000000000..d4d5d72c8db --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-2-2.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-2-2 on page 545. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage[english]{babel} +\StopShownPreambleCommands +\begin{document} +\begin{minipage}{5cm} + This text shows the effect of hyphenation.\par + \begin{hyphenrules}{nohyphenation} + This text shows the effect of hyphenation. + \end{hyphenrules} +\end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-2-3.ltx b/Master/texmf-dist/doc/latex/tlc2/9-2-3.ltx new file mode 100644 index 00000000000..10994b8573c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-2-3.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-2-3 on page 546. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage[german,english]{babel} +\StopShownPreambleCommands +\begin{document} +English and Austrian use \iflanguage{austrian}{the same}{different} +\foreignlanguage{german}{while German + and Austrian use \iflanguage{austrian}{the same}{different}} +hyphenation patterns. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-2-4.ltx b/Master/texmf-dist/doc/latex/tlc2/9-2-4.ltx new file mode 100644 index 00000000000..7092fbe7cb3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-2-4.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-2-4 on page 546. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\parindent0pt +\StartShownPreambleCommands +\usepackage[german,french,english]{babel} +\StopShownPreambleCommands +\begin{document} +\par(1) The language is \languagename. +\par(2) \selectlanguage{german}% + The language is \languagename. +\par(3) \begin{otherlanguage}{french} + The language is \languagename. + \end{otherlanguage} +\par(4) \foreignlanguage{english}{% + The language is \languagename.} +\par(5) \iflanguage{french}{En fran\c cais.} + {Pas en fran\c cais.} +\par(6) The language is \languagename. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-2-5.ltx b/Master/texmf-dist/doc/latex/tlc2/9-2-5.ltx new file mode 100644 index 00000000000..74fa11b67df --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-2-5.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-2-5 on page 548. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\setlength\parindent{10pt} +\StartShownPreambleCommands +\usepackage[english]{babel} \useshorthands{"} +\defineshorthand{"a}{\"{a}} \defineshorthand{"i}{\"{\i}} +\aliasshorthand{"}{|} +\StopShownPreambleCommands +\begin{document} +This shows the use and effect of \verb="a=: "a and \verb="i=: "i. + +This shows the use and effect of \verb=|a=: |a and \verb=|i=: |i. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-2-6.ltx b/Master/texmf-dist/doc/latex/tlc2/9-2-6.ltx new file mode 100644 index 00000000000..7e75890a705 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-2-6.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-2-6 on page 549. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage{xy} \usepackage[french]{babel} +\StopShownPreambleCommands +\begin{document} +Voici un exemple avec \emph{xypic}: +\[ \shorthandoff{;?} +\begin{xy} (0,0)*{\bullet}, (0,0) ; (10,0), + **\dir {-} ?>* \dir {>}, (12,0)*{x}, \end{xy} + \] +Quelle belle fl\`eche ! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-2-7.ltx b/Master/texmf-dist/doc/latex/tlc2/9-2-7.ltx new file mode 100644 index 00000000000..5e9c5ee534b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-2-7.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-2-7 on page 549. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\parindent0pt +\StartShownPreambleCommands +\usepackage[greek,english]{babel} +\StopShownPreambleCommands +\begin{document} +The Greek word for `Index' is \selectlanguage{greek}\indexname. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-2-8.ltx b/Master/texmf-dist/doc/latex/tlc2/9-2-8.ltx new file mode 100644 index 00000000000..71307edaf6d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-2-8.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-2-8 on page 550. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\parindent0pt +\StartShownPreambleCommands +\usepackage[greek,english]{babel} +\languageattribute{greek}{polutoniko} +\StopShownPreambleCommands +\begin{document} +The Greek word for `Index' is \selectlanguage{greek}\indexname. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-1.ltx new file mode 100644 index 00000000000..29618b45427 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-1.ltx @@ -0,0 +1,66 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-1 on page 551. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} +\StartShownPreambleCommands +% +\usepackage[polish,french,russian,greek,english]{babel} +\substitutefontfamily{LGR}{ptm}{cmr} +\def\line#1{% + \texttt{\textbackslash#1} & % + \selectlanguage{french}\csname #1\endcsname & % + \selectlanguage{greek}\csname #1\endcsname & % + \selectlanguage{polish}\csname #1\endcsname & % + \selectlanguage{russian}\csname #1\endcsname} +\setlength\parindent{0pt} + +% show that \partname produces the number as a word +\setcounter{part}{2} + +\StopShownPreambleCommands +\begin{document} + \setlength{\tabcolsep}{2pt} + \begin{tabular}{@{}lllll@{}} + \textit{Command} & \textit{French} % + & \textit{Greek} & \textit{Polish} & \textit{Russian}\\[2pt] + \line{abstractname}\\ + \line{alsoname}\\ + \line{appendixname}\\ + \line{bibname}\\ + \line{ccname}\\ + \line{chaptername}\\ + \line{contentsname}\\ + \line{enclname}\\ + \line{figurename}\\ + \line{glossaryname}\\ + \line{headtoname}\\ + \line{indexname}\\ + \line{listfigurename}\\ + \line{listtablename}\\ + \line{pagename}\\ + \line{partname}\\ + \line{prefacename}\\ + \line{proofname}\\ + \line{refname}\\ + \line{seename}\\ + \line{tablename}\\[2pt] + \multicolumn{4}{l}{\footnotesize\itshape\quad In French + \texttt{\textbackslash partname} also generates the part number as a + word, e.g., ``Premi\`ere, Deuxi\`eme, \ldots''} + \end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-10.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-10.ltx new file mode 100644 index 00000000000..db5ef67b1ce --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-10.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-10 on page 554. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\parindent{10pt} +\StartShownPreambleCommands +\usepackage[spanish,activeacute]{babel} +\StopShownPreambleCommands +\begin{document} +La e~ne est'a presente en \verb|\alph|~y~\verb|\Alph|. +Como en castellano~{}no se usan n'umeros romanos +en min'uscula, \verb|\roman| se redefine para que +los d'e en versalitas. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-11.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-11.ltx new file mode 100644 index 00000000000..c0e5205e1e0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-11.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-11 on page 554. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[english,french]{babel} +\StopShownPreambleCommands +\begin{document} +En fran\c{c}ais on doit mettre un \og petit espace\fg\ +devant la ponctuation double: comme cela! +\selectlanguage{english} +For English this is not done: as shown here! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-12.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-12.ltx new file mode 100644 index 00000000000..faa504cecdf --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-12.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-12 on page 555. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[english,catalan,activegrave]{babel} +\StopShownPreambleCommands +\begin{document} +``P`agina, Ap`endix, Pr`oleg'' \selectlanguage{english} +are Catalan translations for ``Page, Appendix, and Preface''. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-13.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-13.ltx new file mode 100644 index 00000000000..48847e4d0a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-13.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-13 on page 555. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[hungarian]{babel} +\newcommand\present[1]{\fbox{\parbox[t]{20mm}{#1}} + \fbox{\parbox[t]{8,5mm}{#1}}\par} +\StopShownPreambleCommands +\begin{document} +\present{lo`ccsan} +\present{e`ddz\"unk} +\present{po`ggy\'asz} +\present{Kod\'a`llya} +\present{me`nnyei} +\present{vi`ssza} +\present{po`ttyan} +\present{ri`zzsel} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-14.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-14.ltx new file mode 100644 index 00000000000..2001b79e9bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-14.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-14 on page 556. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[english,galician,activeacute]{babel} +\StopShownPreambleCommands +\begin{document} +``P'axina, Cap'itulo, Ap'endice'' +\selectlanguage{english} are Galician translations +for ``Page, Chapter, and Appendix''. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-15.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-15.ltx new file mode 100644 index 00000000000..7386a039298 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-15.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-15 on page 556. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\renewcommand\rmdefault{txr} +\StartShownPreambleCommands +\usepackage[english,esperanto]{babel} +\StopShownPreambleCommands +\begin{document} +``Pa^go, ^Capitro, Cita^joj'' \selectlanguage{english} +are Esperanto translations for ``Page, Chapter, and +References''. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-16.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-16.ltx new file mode 100644 index 00000000000..8099fc71734 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-16.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-16 on page 556. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{63.0pt} +\StartShownPreambleCommands +\usepackage[latin]{babel} \languageattribute{latin}{withprosodicmarks} +\StopShownPreambleCommands +\begin{document} +\ProsodicMarksOn ^a ^e ^i ^o ^u +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-17.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-17.ltx new file mode 100644 index 00000000000..710cf39aca7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-17.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-17 on page 557. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{63.0pt} +\StartShownPreambleCommands +\usepackage[latin]{babel} \languageattribute{latin}{withprosodicmarks} +\StopShownPreambleCommands +\begin{document} +\ProsodicMarksOn =a =e =i =o =u +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-18.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-18.ltx new file mode 100644 index 00000000000..db058279933 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-18.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-18 on page 557. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{63.0pt} +\StartShownPreambleCommands +\usepackage[english,turkish]{babel} +\StopShownPreambleCommands +\begin{document} +\selectlanguage{english} a =b \par \selectlanguage{turkish} a =b +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-19.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-19.ltx new file mode 100644 index 00000000000..2a0a5395275 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-19.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-19 on page 557. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage[spanish]{babel} +\StopShownPreambleCommands +\begin{document} +Some text with <<quoted text with a <<nested quote>> +within it. + +A second paragraph in the quotation.>> +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-2.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-2.ltx new file mode 100644 index 00000000000..8a9c6100d5c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-2.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-2 on page 550. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[catalan,bulgarian,british]{babel} +\raggedright +\StopShownPreambleCommands +\begin{document} +In England the date is `\today', while in Bulgaria +it is `{\selectlanguage{bulgarian}\today}'. In Catalonia +they write `{\selectlanguage{catalan}\today}'. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-20.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-20.ltx new file mode 100644 index 00000000000..cc79f163b11 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-20.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-20 on page 558. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[spanish]{babel} +\StopShownPreambleCommands +\begin{document} +\decimalcomma $1000.10$ \par \decimalpoint $1000.10$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-21.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-21.ltx new file mode 100644 index 00000000000..5090a75c59f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-21.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-21 on page 558. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[bulgarian]{babel} +\StopShownPreambleCommands +\begin{document} +\today \par \todayRoman +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-22.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-22.ltx new file mode 100644 index 00000000000..9214d26a4b0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-22.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-22 on page 558. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[esperanto]{babel} +\StopShownPreambleCommands +\begin{document} +\today \par \hodiau \par \hodiaun +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-23.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-23.ltx new file mode 100644 index 00000000000..cdce6d15d88 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-23.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-23 on page 558. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[greek]{babel} +\StopShownPreambleCommands +\begin{document} +\today \par \Grtoday +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-24.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-24.ltx new file mode 100644 index 00000000000..73d70656937 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-24.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-24 on page 559. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[english,hebrew]{babel} +\usepackage{hebcal} +\StopShownPreambleCommands +\begin{document} +\hebday \par \Hebrewtoday \par +\selectlanguage{english} \today: \Hebrewtoday +\selectlanguage{hebrew} \hebdate{8}{11}{1997} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-25.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-25.ltx new file mode 100644 index 00000000000..af58f10e7dd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-25.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-25 on page 559. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +% +% set up a fixed date for the example: + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[usorbian,lsorbian]{babel} +\StopShownPreambleCommands +\begin{document} +\newdatelsorbian \today \par +\olddatelsorbian \today \par +\newdateusorbian \today \par +\olddateusorbian \today +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-26.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-26.ltx new file mode 100644 index 00000000000..99da5c2a358 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-26.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-26 on page 559. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +% + \day=29 \month=2 \year=2004 + \parindent0pt +\StartShownPreambleCommands +\usepackage[swedish]{babel} +\StopShownPreambleCommands +\begin{document} +Default date format: \today\\ +\verb|\datesymd| gives: \datesymd \today \\ +\verb|\datesdmy| gives: \datesdmy \today +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-27.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-27.ltx new file mode 100644 index 00000000000..2749c53f8d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-27.ltx @@ -0,0 +1,78 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-27 on page 560. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{351.0pt} + + \typeout{This example requires fonts that are not available^^J% + on the TLC2 demo CD} +\StartShownPreambleCommands +\usepackage[esperanto,greek,hebrew,bulgarian,russian,english]{babel} +\usepackage{ifthen} + +\renewcommand\rmdefault{cmr} % needed for esperanto (dotless j) + +\setlength\parindent{0pt} +\setlength{\tabcolsep}{3pt} +\newcommand\GR[1]{{\extrasgreek#1}} +\newcommand\BU[1]{{\extrasbulgarian#1}} +\newcommand\HEB[1]{{\extrashebrew#1}} +\newcommand\RU[1]{{\extrasrussian#1}} +\newcommand\smskip{\hskip.5pt} +\makeatletter + \gdef\@ctrerr{-} % don't produce counter errors but dash +\makeatother +\newcommand\row{\thecount & % + \alph{count} & \Alph{count} & % + \esper{count} & \Esper{count} & % + \GR{\alph{count}} & \GR{\Alph{count}} & % + \RU{\asbuk{count}} & \RU{\Asbuk{count}} & % + \BU{\alph{count}} & \BU{\Alph{count}} & + \HEB{\alph{count}} & \HEB{\Alph{count}} & \HEB{\Alphfinal{count}}\\} +% +\newcounter{count} +\setcounter{count}{1} + +\StopShownPreambleCommands +\begin{document} + \centering + \small + \begin{tabular}{@{}cc@{\smskip}cc@{\smskip}cc@{\smskip}cc@{\smskip}cc@{\smskip}cc@{\smskip}c@{\smskip}c@{}} +% + & \multicolumn{2}{c}{\textit{default}} & % + \multicolumn{2}{c}{\textsf{Esperanto}} & % + \multicolumn{2}{c}{\textsf{Greek}} & % + \multicolumn{2}{c}{\textsf{Russian}} & % + \multicolumn{2}{c}{\textsf{Bulgarian}} & % + \multicolumn{3}{c}{\textsf{Hebrew}} \\[1pt] +% + Value & % + \verb|\alph| & \verb|\Alph| & % + \verb|\esper| & \verb|\Esper| & % + \verb|\alph| & \verb|\Alph| & % + \verb|\asbuk| & \verb|\Asbuk| & % + \verb|\alph| & \verb|\Alph| & % + \verb|\alph| & \verb|\Alph| & \verb|\Alphfinal| \\[4pt] +% + \whiledo{\value{count}<31}{\row\stepcounter{count}}% + \setcounter{count}{40}\row + \setcounter{count}{50}\row + \setcounter{count}{100}\row + \setcounter{count}{250}\row + \setcounter{count}{500}\row + \end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-28.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-28.ltx new file mode 100644 index 00000000000..e5b4deff4cb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-28.ltx @@ -0,0 +1,37 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-28 on page 561. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage[english,french]{babel} \usepackage{dcolumn} +\newcolumntype{d}{D{,}{\decimalsep}{-1}} % align at explicit `,' + % but output \decimalsep +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{|d|} \hline + 12,34567 \\ % recognized but not correctly formatted + \nombre{12,34567} \\ % not recognized but correctly formatted + \nombre[,]{12,34567} \\ + \nombre[,]{9876543,21} \\ \hline +\end{tabular} +\par\vspace{1cm} \selectlanguage{english} % change language +\begin{tabular}{|d|} \hline + \nombre[,]{12,34567} \\ \nombre[,]{9876543,21} \\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-29.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-29.ltx new file mode 100644 index 00000000000..e8791f23c67 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-29.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-29 on page 562. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage[english,greek]{babel} +\newcommand\eng[1]{\foreignlanguage{english}{#1}} +\StopShownPreambleCommands +\begin{document} +123456 \eng{in Greek notation:} \greeknumeral{123456} \par +987654 \eng{in Greek notation:} \Greeknumeral{987654} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-3.ltx new file mode 100644 index 00000000000..3168b636255 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-3.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-3 on page 552. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\setlength\parindent{10pt} +\StartShownPreambleCommands +\usepackage[dutch]{babel} +\StopShownPreambleCommands +\begin{document} +Den Koning van Hispani"en heb ik altijd ge"eerd! +Den Koning van Hispani"en heb ik altijd ge"eerd! +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-30.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-30.ltx new file mode 100644 index 00000000000..839a1a1ec8e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-30.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-30 on page 562. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\parindent0pt +\StartShownPreambleCommands +\usepackage[english,greek]{babel} + \usepackage{athnum} + \newcommand\eng[1]{\foreignlanguage{english}{#1}} +\StopShownPreambleCommands +\begin{document} +6284 \eng{in Athenian notation:} \\ \athnum{6284} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-31.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-31.ltx new file mode 100644 index 00000000000..9486c6223d4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-31.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-31 on page 563. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} + +\StartShownPreambleCommands +\usepackage[english,icelandic]{babel} + \usepackage{dcolumn} \newcolumntype{d}{D{,}{\decimalsep}{-1}} +\StopShownPreambleCommands +\begin{document} +\tala{3141,592653} \par +\foreignlanguage{english}{\tala{3141,592653}}\par \bigskip +\begin{tabular}{|d|} \hline + 3,14 \\ + \tala[,]{123,4567} \\ \tala[,]{9876,543} \\ \hline +\end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-32.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-32.ltx new file mode 100644 index 00000000000..1258baf2d89 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-32.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-32 on page 563. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[french]{babel} +\StopShownPreambleCommands +\begin{document} +Leslie~\bsc{Lamport} \quad \No9 \ \primo \ \tertio +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-33.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-33.ltx new file mode 100644 index 00000000000..8176782949d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-33.ltx @@ -0,0 +1,53 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-33 on page 564. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\parindent0pt + \makeatletter + \def\tnick{\vrule depth 3pt height 0pt\relax} + \def\cs#1{\ifx\@nil#1\@nil\else\texttt{\textbackslash#1}\fi} + \def\line#1#2#3#4#5#6{% + \ \cs{#1} & $#2$ & & + \ \cs{#3} & \selectlanguage{serbian} $#4$ & & + \ \cs{#5} & \selectlanguage{russian} $#6$} +\StartShownPreambleCommands +% + \usepackage[serbian,russian,english]{babel} +\StopShownPreambleCommands +\begin{document} +% \setlength{\tabcolsep}{2pt} + \begin{tabular}{llcllcll@{}l} + \multicolumn{2}{c}{\itshape \tnick + \hrulefill \LaTeX\hrulefill\tnick} & & + \multicolumn{2}{c}{\itshape \tnick + \hrulefill Serbian\hrulefill\tnick} & & + \multicolumn{2}{c}{\itshape \tnick + \hrulefill Russian\hrulefill\tnick} \\[2pt] + \line{tan}{\tan}{tg}{\tg}{tg}{\tg}\\ + \line{cot}{\cot}{ctg}{\ctg}{ctg}{\ctg}\\ + \line{sinh}{\sinh}{sh}{\sh}{sh}{\sh}\\ + \line{cosh}{\cosh}{ch}{\ch}{ch}{\ch}\\ + \line{tanh}{\tanh}{th}{\th}{th}{\th}\\ + \line{coth}{\coth}{cth}{\cth}{cth}{\cth}\\ + \line{csc}{\csc}{}{}{cosec}{\cosec}\\ + \line{arcsin}{\arcsin}{arsh}{\arsh}{}{}\\ + \line{arccos}{\arccos}{arch}{\arch}{}{}\\ + \line{arctan}{\arctan}{arctg}{\arctg}{arctg}{\arctg}\\ + \line{}{}{arcctg}{\arcctg}{arcctg}{\arcctg}&\quad (\textit{extra})\\ + \end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-34.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-34.ltx new file mode 100644 index 00000000000..5952fa6ba86 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-34.ltx @@ -0,0 +1,38 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-34 on page 565. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\StartShownPreambleCommands +\usepackage[french,english]{babel} +\StopShownPreambleCommands +\begin{document} +\begin{minipage}[t]{4cm} + Some text with a list. + \begin{itemize} \item item 1 + \item item 2 \end{itemize} + And some text following. +\end{minipage} +\quad \selectlanguage{french} +\begin{minipage}[t]{4cm} + Some text with a list. + \begin{itemize} \item item 1 + \item item 2 \end{itemize} + And some text following. +\end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-35.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-35.ltx new file mode 100644 index 00000000000..9df682495bb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-35.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-35 on page 566. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[french,english]{babel} +\AddThinSpaceBeforeFootnotes +\StopShownPreambleCommands +\begin{document} +\begin{minipage}{70pt} Some text\footnote{with a footnote}. +\end{minipage} +\selectlanguage{french}\FrenchFootnotes +\begin{minipage}{70pt} Some text\footnote{with a footnote}. +\end{minipage} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-36.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-36.ltx new file mode 100644 index 00000000000..5c6d560fbdd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-36.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-36 on page 567. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[icelandic]{babel} +\usepackage[T1]{fontenc} \usepackage[latin1]{inputenc} +\StopShownPreambleCommands +\begin{document} +"o "O "ó "Ó "e "E "é "É but: "\'e "\'E +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-37.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-37.ltx new file mode 100644 index 00000000000..38b2e42f51b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-37.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-37 on page 567. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[polish]{babel} +\StopShownPreambleCommands +\begin{document} +"a "A "c "C "e "E "l "n "N "o "O "s "S \par +\polishrz "r "R "z "Z "x "X \par +\polishzx "r "R "z "Z "x "X \par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-38.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-38.ltx new file mode 100644 index 00000000000..8e4045c0516 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-38.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-38 on page 567. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} + +\StartShownPreambleCommands +\usepackage[T1]{fontenc} +\StopShownPreambleCommands +\begin{document} +\k a \k A \'c \'C \k e \k E \l{} \'n \'N \'o \'O \'s \'S\par +\.z \.Z \'z \'Z +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-39.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-39.ltx new file mode 100644 index 00000000000..311dbc7d44d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-39.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-39 on page 569. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + +\StartShownPreambleCommands + +\usepackage[X2,T1]{fontenc} \usepackage[greek,russian,hebrew,english]{babel} +\StopShownPreambleCommands +\begin{document} +Some English text, \R{hebrew text}, \textgreek{Greek text}, +\textcyrillic{Cyrillic text} +\sethebrew more Hebrew text\unsethebrew{}, more English text. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-4.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-4.ltx new file mode 100644 index 00000000000..92f3230240b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-4.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-4 on page 552. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[catalan,english]{babel} +\StopShownPreambleCommands +\begin{document} +The ``geminated~l'' appears in words such as +\foreignlanguage{catalan}{inte"lig\`encia, i"lusi\'o}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-5.ltx new file mode 100644 index 00000000000..523cb88a749 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-5.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-5 on page 552. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\usepackage[dutch,ngerman,french,english]{babel} +\StopShownPreambleCommands +\begin{document} +English ``quoted text'' has quotes different from +\selectlanguage{dutch}Dutch "`quoted text"' or +\selectlanguage{ngerman}German "`quoted text"' or +\selectlanguage{french}French \og quoted text\fg. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-6.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-6.ltx new file mode 100644 index 00000000000..c238f3f24e6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-6.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-6 on page 553. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\parindent0pt +\StartShownPreambleCommands +\usepackage[german]{babel} +\StopShownPreambleCommands +\begin{document} +\fbox{\parbox[t]{1,5cm}{Brote ba"cken}} \quad +\fbox{\parbox[t]{1,5cm}{Farbsto"ffabrik}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-7.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-7.ltx new file mode 100644 index 00000000000..a3b79bd4bc5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-7.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-7 on page 553. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage[german]{babel} +\StopShownPreambleCommands +\begin{document} +Das deutsche Wort "`Auflage"' sollte nicht so, +sondern als ">Auf"|lage"< gesetzt werden. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-8.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-8.ltx new file mode 100644 index 00000000000..69cc0b43618 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-8.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-8 on page 553. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} + +\StartShownPreambleCommands +\usepackage[dutch]{babel} +\StopShownPreambleCommands +\begin{document} +\fbox{\parbox[t]{1cm}{minister"-president}} \quad +\fbox{\parbox[t]{1cm}{minister\-president}} \quad +\fbox{\parbox[t]{1cm}{ministerpresident}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-3-9.ltx b/Master/texmf-dist/doc/latex/tlc2/9-3-9.ltx new file mode 100644 index 00000000000..9b25052b19e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-3-9.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-3-9 on page 553. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\StartShownPreambleCommands +\usepackage[german]{babel} +\newcommand\present[1]{% + \fbox{\parbox[t]{31mm}{#1}} + \fbox{\parbox[t]{16mm}{#1}} + \par} +\StopShownPreambleCommands +\begin{document} +1. \present{Gutenberg-Universit"at} +2. \present{Gutenberg"-Universit"at} +3. \present{Gutenberg""Universit"at} +4. \present{Gutenberg"=Universit"at} +5. \present{Gutenberg"~Universit"at} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-4-1.ltx b/Master/texmf-dist/doc/latex/tlc2/9-4-1.ltx new file mode 100644 index 00000000000..93eb13a9525 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-4-1.ltx @@ -0,0 +1,52 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-4-1 on page 576. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{327.0pt} +\StartShownPreambleCommands +% + \usepackage[english,greek]{babel} + \def\glyph#1{\makebox[12pt][c]{#1}} + \parindent0pt +\StopShownPreambleCommands +\begin{document} + \ttfamily + \selectlanguage{english}% + \glyph{a}\glyph{b}\glyph{c}\glyph{d}\glyph{e}\glyph{f}% + \glyph{g}\glyph{h}\glyph{i}\glyph{j}\glyph{k}\glyph{l}% + \glyph{m}\glyph{n}\glyph{o}\glyph{p}\glyph{q}\glyph{r}% + \glyph{s}\glyph{t}\glyph{u}\glyph{v}\glyph{w}\glyph{x}% + \glyph{y}\glyph{z}\\ + \selectlanguage{greek}% + \glyph{a}\glyph{b}\glyph{c}\glyph{d}\glyph{e}\glyph{f}% + \glyph{g}\glyph{h}\glyph{i}\glyph{j}\glyph{k}\glyph{l}% + \glyph{m}\glyph{n}\glyph{o}\glyph{p}\glyph{q}\glyph{r}% + \glyph{s}\glyph{t}\glyph{u}\glyph{ }\glyph{w}\glyph{x}% + \glyph{y}\glyph{z}\\[5pt] + \selectlanguage{english}% + \glyph{A}\glyph{B}\glyph{C}\glyph{D}\glyph{E}\glyph{F}% + \glyph{G}\glyph{H}\glyph{I}\glyph{J}\glyph{K}\glyph{L}% + \glyph{M}\glyph{N}\glyph{O}\glyph{P}\glyph{Q}\glyph{R}% + \glyph{S}\glyph{T}\glyph{U}\glyph{V}\glyph{W}\glyph{X}% + \glyph{Y}\glyph{Z}\\ + \selectlanguage{greek}% + \glyph{A}\glyph{B}\glyph{C}\glyph{D}\glyph{E}\glyph{F}% + \glyph{G}\glyph{H}\glyph{I}\glyph{J}\glyph{K}\glyph{L}% + \glyph{M}\glyph{N}\glyph{O}\glyph{P}\glyph{Q}\glyph{R}% + \glyph{S}\glyph{T}\glyph{U}\glyph{ }\glyph{W}\glyph{X}% + \glyph{Y}\glyph{Z}\\ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-4-2.ltx b/Master/texmf-dist/doc/latex/tlc2/9-4-2.ltx new file mode 100644 index 00000000000..dfbfa0884ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-4-2.ltx @@ -0,0 +1,54 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-4-2 on page 576. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{375.0pt} +\StartShownPreambleCommands +% + \usepackage[greek,english]{babel} + \def\GR{\selectlanguage{greek}} + \parindent0pt +\StopShownPreambleCommands +\begin{document} +\centering + \begin{tabular}{lllll} + & \multicolumn{1}{c}{\itshape Input} + & \multicolumn{1}{c}{\itshape Result} + & \multicolumn{2}{c}{\itshape Example} \\[3pt] + Acute & \verb='a 'e 'h 'i 'o 'u 'w= + & \GR{'a 'e 'h 'i 'o 'u 'w} + & \verb=g'ata= & \GR{g'ata}\\ + Diaeresis & \verb="i "u "I "U = + & \GR{"i "u "I "U} + & \verb=qa"ide'uh|c= & \GR{qa"ide'uh|c}\\ + Rough breathing & \verb=<a <e <h <i <o <r <u <w= + & \GR{<a <e <h <i <o <r <u <w} + & \verb=<'otan= & \GR{<'otan}\\ + Smooth breathing & \verb=>a >e >h >i >o >r >u >w= + & \GR{>a >e >h >i >o >r >u >w} + & \verb=>'aneu= & \GR{>'aneu}\\ + Grave & \verb=`a `e `h `i `o `u `w= + & \GR{`a `e `h `i `o `u `w} + & \verb=dad`i= & \GR{dad`i}\\ + Circumflex & \verb=~a ~h ~i ~u ~w= + & \GR{\~a \~h \~i \~u \~w} + & \verb=ful~hc= & \GR{ful\~hc}\\ + Diacritic below & \verb=a| h| w|= & \GR{a| h| w|} &&\\ + & \verb=`w| 'w| >`w| >'w| <`w| <'w|= + & \GR{`w| 'w| >`w| >'w| <`w| <'w|} &&\\ + \end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-4-3.ltx b/Master/texmf-dist/doc/latex/tlc2/9-4-3.ltx new file mode 100644 index 00000000000..c6ac0aae18c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-4-3.ltx @@ -0,0 +1,45 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-4-3 on page 576. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{375.0pt} +\StartShownPreambleCommands +% + \usepackage[greek,english]{babel} + \languageattribute{greek}{polutoniko} + \def\GR{\selectlanguage{greek}} + \parindent0pt +\StopShownPreambleCommands +\begin{document} + \begin{tabular}{rlrl@{\kern-10pt}} + \multicolumn1{c}{\itshape Input} & \multicolumn1{c}{\itshape Result} & + \multicolumn1{c}{\itshape Input} & \multicolumn1{c}{\itshape Result} \\[3pt] + \verb='"i `"i '"u `"u= & \GR{'"i `"i '"u `"u} & & \\ + \verb=>`a >`e >`h >`i >`o >`u >`w= & \GR{>`a\,>`e\,>`h\,>`i\,>`o\,>`u\,>`w} & + \verb=>`A >`E >`H >`I >`O >`U >`W= & \GR{>`A\,>`E\,>`H\,>`I\,>`O\,>`U\,>`W}\\ + \verb=>'a >'e >'h >'i >'o >'u >'w= & \GR{>'a\,>'e\,>'h\,>'i\,>'o\,>'u\,>'w} & + \verb=>'A >'E >'H >'I >'O >'U >'W= & \GR{>'A\,>'E\,>'H\,>'I\,>'O\,>'U\,>'W}\\ + \verb=<`a <`e <`h <`i <`o <`u <`w= & \GR{<`a\,<`e\,<`h\,<`i\,<`o\,<`u\,<`w} & + \verb=<`A <`E <`H <`I <`O <`U <`W= & \GR{<`A\,<`E\,<`H\,<`I\,<`O\,<`U\,<`W}\\ + \verb=<'a <'e <'h <'i <'o <'u <'w= & \GR{<'a\,<'e\,<'h\,<'i\,<'o\,<'u\,<'w} & + \verb=<'A <'E <'H <'I <'O <'U <'W= & \GR{<'A\,<'E\,<'H\,<'I\,<'O\,<'U\,<'W}\\ + \verb=>~a >~h >~i >~u >~w= & \GR{>~a\,>~h\,>~i\,>~u\,>~w} & + \verb=>~A >~H >~I >~U >~W= & \GR{>~A\,>~H\,>~I\,>~U\,>~W}\\ + \verb=<~a <~h <~i <~u <~w= & \GR{<~a\,<~h\,<~i\,<~u\,<~w} & + \verb=<~A <~H <~I <~U <~W= & \GR{<~A\,<~H\,<~I\,<~U\,<~W}\\ + \end{tabular} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-4-4.ltx b/Master/texmf-dist/doc/latex/tlc2/9-4-4.ltx new file mode 100644 index 00000000000..3bfcad3b476 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-4-4.ltx @@ -0,0 +1,69 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-4-4 on page 577. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{327.0pt} + + \typeout{This example requires fonts that are not available^^J% + on the TLC2 demo CD} +\StartShownPreambleCommands + +\renewcommand\rmdefault{cmr} % examples are normally in Times + +\usepackage[cp1255]{inputenc} +\usepackage[hebrew,english]{babel} +\day=2 \month=2 \year=2002 + +\StopShownPreambleCommands +\begin{document} + +\sethebrew + +\title{ëåúøú ùì îàîø ùðëúá áàîöòåú \L{\LaTeX} áòáøéú} +\author{øîä ôåøú} +\maketitle +\thispagestyle{empty} + +\section{æàú ääúçìä} +\noindent +àôùø ìäúçéì áòáøéú åàçø ëê ìòáåø ììåòæéú +\unsethebrew +and continue with English text +\sethebrew +{àôùø âí ìëìåì ðåñçàåú $83 + a^2 =102$ +åìçæåø ìòáøéú.} + +\subsection{úú ñòéó áòáåãä} + +\begin{itemize} +\item[*] +äîöá ìà èåá àáì éù ú^^f7åä ìòúéã. + +\item[*] +éù ìôðéê ùåìçï òí äîåï îèáòåú. ìëì îèáò öã ìáï åöã ùçåø. òéðéê ^^f7ùåøåú. +àúä éåãò ù \L{10} îèáòåú äï òí äöã äìáï ìîòìä, åäùàø òí äöã äùçåø ìîòìä. +òìéê ìçì^^f7 àú äîèáòåú ìùúé ^^f7áåöåú, ëê ùáëì ^^f7áåöä éäéä àåúå îñôø ùì ìáðéí + )ëìåîø öã ìáï ìîòìä(. + +ìà îöàú àú äôéúøåï? - \L{rama@huji.ac.il} +\end{itemize} + +\section{\L{Last section}} +\sethebrew + +àôùø ìäùúîù áëì äàôùøåéåú ùì äúåëðä áâéøñúä äìåòæéú. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-4-5.ltx b/Master/texmf-dist/doc/latex/tlc2/9-4-5.ltx new file mode 100644 index 00000000000..c1e5c573d5e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-4-5.ltx @@ -0,0 +1,51 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-4-5 on page 579. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + + \typeout{This example requires fonts that are not available^^J% + on the TLC2 demo CD} +\StartShownPreambleCommands +% +\renewcommand\rmdefault{cmr} +\renewcommand\bfdefault{bx} +\renewcommand\itdefault{it} +\usepackage[LHE,T1]{fontenc} +\usepackage[hebrew,english]{babel} \usepackage{hebfont} +\newcommand\cs[1]{\texttt{\textbackslash#1}} +\StopShownPreambleCommands +\begin{document} + \begin{center} + \begin{tabular}{llll} + \itshape Command & \itshape Corresponds to Declaration & \itshape Font + Family & \itshape Example \\[4pt] + \cs{textjm} & \cs{rmfamily} & Jerusalem font & \R{\textjm{\contentsname}} \\ + \cs{textds} & \cs{bfseries} & Dead Sea font & \R{\textds{\contentsname}} \\ + \cs{textoj} & \cs{itshape} & Old Jaffa font& \R{\textoj{\contentsname}}\\ + \cs{textta} & \cs{sffamily} & Tel Aviv font & \R{\textta{\contentsname}}\\ + & \cs{ttfamily} & \\[2pt] + \cs{textcrml} & \cs{fontfamily}\verb={crml}= & Carmel fonts & \R{\textcrml{\contentsname}}\\[2pt] + \cs{textfr} & \cs{fontfamily}\verb={fr}}= & Frank Ruehl fonts& \R{\textfr{\contentsname}}\\[2pt] + \cs{textredis} & \cs{fontfamily}\verb={redis}= & Redis fonts& \R{\textredis{\contentsname}}\\[2pt] + \cs{textclas} & \cs{fontfamily}\verb={clas}= & Classic fonts& \R{\textclas{\contentsname}}\\[2pt] + \cs{textshold} & \cs{fontfamily}\verb={shold}= & Shalom Old Style font& \R{\textshold{\contentsname}}\\ + \cs{textshscr} & \cs{fontfamily}\verb={shscr}= & Shalom Script font& \R{\textshscr{\contentsname}}\\ + \cs{textshstk} & \cs{fontfamily}\verb={schstk}= & Shalom Stick font& \R{\textshstk{\contentsname}}\\ + \end{tabular} + \end{center} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/9-5-1.ltx b/Master/texmf-dist/doc/latex/tlc2/9-5-1.ltx new file mode 100644 index 00000000000..00b28181528 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/9-5-1.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-5-1 on page 585. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +% + \day=29 \month=2 \year=2004 + +\StartShownPreambleCommands +\usepackage[dutch,afrikaans,norsk,nynorsk,english]{babel} +\StopShownPreambleCommands +\begin{document} +Dialectical variants: \par +\selectlanguage{norsk} Norsk: \bibname \par +\selectlanguage{nynorsk} Nynorsk: \bibname \par +\selectlanguage{dutch} Dutch: \today \par +\selectlanguage{afrikaans} Afrikaans: \today +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-1.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-1.ltx new file mode 100644 index 00000000000..d78c7508ebb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-1.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-1 on page 843. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\newcommand{\PS}{Post\-Script} +\newcommand{\EPS}{Encapsulated \PS} +\StopShownPreambleCommands +\begin{document} +\PS{} and its variant \EPS{} are often used for +including graphics in \LaTeX{} documents \ldots +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-10.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-10.ltx new file mode 100644 index 00000000000..6a43d07c818 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-10.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-10 on page 852. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\newcounter{ex} \renewcommand\theex{\thesection.\alph{ex}} +\newenvironment{EX}{\begin{flushleft}% + \textbf{\refstepcounter{ex}Exercise~\theex:}} + {\end{flushleft}} +\setcounter{section}{4} % for testing +\StopShownPreambleCommands +\begin{document} +\section{A Failure} +\begin{EX} \label{A} A test. \end{EX} +\begin{EX} \label{B} Another test. \end{EX} +Referencing exercises: \ref{A} and \ref{B}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-11.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-11.ltx new file mode 100644 index 00000000000..6087b919856 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-11.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-11 on page 853. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\newcounter{exa}\setcounter{exa}{8} +\StopShownPreambleCommands +\begin{document} +\arabic{exa}, \roman{exa}, \Roman{exa}, \alph{exa}, +\Alph{exa}, \fnsymbol{exa} \par +\setcounter{exa}{1994} Anno Domini \scshape{\roman{exa}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-12.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-12.ltx new file mode 100644 index 00000000000..b556bfe3c52 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-12.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-12 on page 855. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\newlength\Mylen +\StopShownPreambleCommands +\begin{document} +\setlength \Mylen{10mm} Mylen = \the\Mylen +\addtolength\Mylen{0pt plus 4pt minus 2pt} +\par Mylen = \the\Mylen +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-13.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-13.ltx new file mode 100644 index 00000000000..205a7387c0d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-13.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-13 on page 856. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\newlength\Mylen \raggedright% to make example nicer +\StopShownPreambleCommands +\begin{document} +\settowidth \Mylen{Typography} width = \the\Mylen \\ +\settoheight\Mylen{Typography} height = \the\Mylen \\ +\settodepth \Mylen{Typography} depth = \the\Mylen \par +Use larger font and recalculate: \\ +\settowidth\Mylen{\large Typography} width = \the\Mylen +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-14.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-14.ltx new file mode 100644 index 00000000000..df759b8b4fe --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-14.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-14 on page 856. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\par This is a\hspace{0.5in}0.5~in wide space. +\par This is a \hspace{0.5in}0.5~in wide space. +\par This is a \hspace{0.5in} 0.5~in wide space. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-15.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-15.ltx new file mode 100644 index 00000000000..862a8ad302e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-15.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-15 on page 857. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\newcommand{\HS}[1][1.]{\hspace{\stretch{#1}}} +\begin{center} +left \hfill right\\ +left \HS[2]\fbox{$\frac{2}{5}$}\HS[5] right\\ +left \HS middle \hfill right\\ +left \hrulefill\ middle \hrulefill\ right\\ +left \dotfill\ right\\ +left \dotfill\ \HS[.5] \dotfill\ right\\ +left \dotfill\ \HS \dotfill\ right\\ +left \dotfill\ \HS[2.] \dotfill\ right +\end{center} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-16.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-16.ltx new file mode 100644 index 00000000000..6e12f169c92 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-16.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-16 on page 857. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +The \vspace{3mm}use of a \verb!\vspace! command +inside a paragraph is considered somewhat odd. +It could perhaps be used with a negative space +value to get rid of redundant space. + +\vspace{\baselineskip} + +Between paragraphs, adjusting the spacing is +somewhat more useful, and it allows control +of the white space before and after displayed +material. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-17.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-17.ltx new file mode 100644 index 00000000000..0eeea0f5283 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-17.ltx @@ -0,0 +1,50 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-17 on page 858. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\setlength\textheight{16\baselineskip} +\addtolength\textwidth{-25pt} +% Next definitions are only to squeeze example +% into the book, so this is all faked +\renewcommand\normalsize{\fontsize{6}{8}\selectfont} +\renewcommand\LARGE{\fontsize{10}{12}\selectfont} +\setlength\topsep{.2\topsep} +\newsavebox\titlebox +\renewenvironment{titlepage}{\begin{lrbox}{\titlebox}% + \begin{minipage}[c][.98\textheight][s]{.9\linewidth}} + {\end{minipage}\end{lrbox}\noindent\fbox{\usebox{\titlebox}}} + +\StartShownPreambleCommands +\newcommand\HRule{\noindent\rule{\linewidth}{1.5pt}} +\StopShownPreambleCommands +\begin{document} +\begin{titlepage} + \vspace*{\stretch{1}} + \HRule + \begin{flushright} + \LARGE Geoffrey Chaucer \\ + The Canterbury Tales + \end{flushright} + \HRule + \vspace*{\stretch{2}} + \begin{center} + \textsc{London 1400} + \end{center} +\end{titlepage} + +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-2.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-2.ltx new file mode 100644 index 00000000000..5d5eb4d5b4b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-2.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-2 on page 844. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\newcommand\xvec{\mbox{$x_1,\ldots,x_n$}} +\StopShownPreambleCommands +\begin{document} +The series of \xvec\ or $\xvec+G_{\xvec}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-3.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-3.ltx new file mode 100644 index 00000000000..2875dc29361 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-3.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-3 on page 844. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\newcommand\xvec{\ensuremath{x_1,\ldots,x_n}} +\StopShownPreambleCommands +\begin{document} +The series of \xvec\ or $\xvec+G_{\xvec}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-4.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-4.ltx new file mode 100644 index 00000000000..11a5ecf8fa8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-4.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-4 on page 844. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\newcommand\xvec{\ensuremath{x_1,\ldots,x_n}} +\StopShownPreambleCommands +\begin{document} +The series of \xvec\ or $\xvec+G_{\xvec}$ \par +\renewcommand\xvec[1]{\ensuremath{x_1,\ldots,x_{#1}}} +The series of \xvec{n} or $\xvec{k}+G_{\xvec{k}}$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-5.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-5.ltx new file mode 100644 index 00000000000..5051c796b10 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-5.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-5 on page 845. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\newcommand\lvec[2][n] + {\ensuremath{#2_1+\cdots + #2_{#1}}} +\StopShownPreambleCommands +\begin{document} +For the series \lvec{x} we have +\[ \lvec{x} = \sum_{k=1}^{n} G_{\lvec[k]{y}} \] +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-6.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-6.ltx new file mode 100644 index 00000000000..2ad80f8011d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-6.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-6 on page 846. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\newcommand\lvec{} +\newcommand\DEFlvec[2]{\renewcommand\lvec[1][#2]% + {\ensuremath{#1_1+\cdots + #1_{##1}}}} +\DEFlvec{x}{n} % initial definition +\StopShownPreambleCommands +\begin{document} +Default: $\lvec \neq \lvec[k]$ \par +\DEFlvec{y}{i} Now: $\lvec \neq \lvec[k]$ +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-7.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-7.ltx new file mode 100644 index 00000000000..3921da926d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-7.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-7 on page 848. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\newenvironment{Abstract} + {\begin{center}\normalfont\bfseries Abstract% + \end{center}\begin{quote}}{\end{quote}\par} +\StopShownPreambleCommands +\begin{document} +\begin{Abstract} + This abstract explains the approach used + to solve the problems at hand. +\end{Abstract} +Some text following the abstract. Some text +following the abstract. And some more. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-8.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-8.ltx new file mode 100644 index 00000000000..b16d5826bd4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-8.ltx @@ -0,0 +1,42 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-8 on page 849. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\newcounter{Citctr} \newsavebox{\Citname} +\newenvironment{Citation}[1] + {\sbox\Citname{\emph{#1}}% + \stepcounter{Citctr}\begin{description} + \item[Citation \arabic{Citctr}]} + {\hspace*{\fill}\nolinebreak[1]% + \quad\hspace*{\fill}% +%% \finalhyphendemerits=0 %% see text below + \usebox{\Citname}\end{description}} +\StopShownPreambleCommands +\begin{document} +\begin{Citation}{Protagoras} Man is the + measure of all things. \end{Citation} +This is some regular text in between two +Citation environments. +\begin{Citation}{Blaise Pascal} + On mourra seul. \end{Citation} +More regular text \ldots +\begin{Citation}{William Pitt} Necessity + is the plea for every infringement of + human freedom. \end{Citation} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-1-9.ltx b/Master/texmf-dist/doc/latex/tlc2/A-1-9.ltx new file mode 100644 index 00000000000..245fc899dd1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-1-9.ltx @@ -0,0 +1,40 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-1-9 on page 850. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{calc} +\newenvironment{altDescription}[1][\quad]% + {\begin{list}{}{% + \renewcommand\makelabel[1]{\hfil\textsf{##1}}% + \settowidth\labelwidth{\makelabel{#1}}% + \setlength\leftmargin{\labelwidth+\labelsep}}} + {\end{list}} +\StopShownPreambleCommands +\begin{document} +\begin{altDescription} +\item[First] This is a short term with text that wraps. +\item[Long term] This is a long term. +\item[Even longer term] A very long term. +\end{altDescription} +\begin{altDescription}[Even longer term] +\item[First] This is a short term with text that wraps. +\item[Long term] This is a long term. +\item[Even longer term] A very long term. +\end{altDescription} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-1.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-1.ltx new file mode 100644 index 00000000000..11046803a37 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-1.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-1 on page 860. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\makebox[5cm]{some words} \par +\framebox[5cm][r]{some words} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-10.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-10.ltx new file mode 100644 index 00000000000..5ca8a1c244f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-10.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-10 on page 864. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\newcommand\HR{\rule{.5em}{0.4pt}} +\StopShownPreambleCommands +\begin{document} +\HR\begin{minipage}[b]{30mm} + \begin{minipage}[t]{12mm} + A A A A A A A A A A A A A A A + \end{minipage} xx \begin{minipage}[t]{12mm} + B B B B B B B B B B B B B B B B B B B B B B B B + \end{minipage} + \par\vspace{0mm} +\end{minipage}\HR +\begin{minipage}[b]{12mm} C C C C C C C \end{minipage}\HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-11.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-11.ltx new file mode 100644 index 00000000000..6480e7453f4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-11.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-11 on page 864. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\newcommand\HR{\rule{.5em}{0.4pt}} +\StopShownPreambleCommands +\begin{document} +\HR\begin{minipage}[b]{12mm} + A A A A A A A A A A A A A A A \end{minipage}\HR +\begin{minipage}[b]{30mm} \begin{minipage}[t]{12mm} + B B B B B B B B B B B B B B B B B B B B B B B B + \end{minipage} xx + \begin{minipage}[t]{12mm} C C C C C C C \end{minipage} + \par\vspace{0mm} +\end{minipage}\HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-12.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-12.ltx new file mode 100644 index 00000000000..edd7eb3ddeb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-12.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-12 on page 865. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\newcommand\HR{\rule{.5em}{0.4pt}} +\StopShownPreambleCommands +\begin{document} +\HR\begin{minipage}[b]{12mm} + A A A A A A A A A A A A A A A \end{minipage}\HR +\begin{minipage}[b]{30mm} \begin{minipage}[t]{12mm} + B B B B B B B B B B B B B B B B B B B B B B B B gg jj + \end{minipage} xx + \begin{minipage}[t]{12mm} C C C C C C C \end{minipage} + \par\vspace{0mm} +\end{minipage}\HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-13.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-13.ltx new file mode 100644 index 00000000000..44d9133fcb1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-13.ltx @@ -0,0 +1,33 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-13 on page 865. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\newcommand\HR{\rule{.5em}{0.4pt}} +\StopShownPreambleCommands +\begin{document} +\HR\begin{minipage}[b]{12mm} + A A A A A A A A A A A A A A A \end{minipage}\HR +\begin{minipage}[b]{30mm} \begin{minipage}[t]{12mm} + B B B B B B B B B B B B B B B B B B B B B B B B gg jj + \par\vspace{-\prevdepth} + \end{minipage} xx + \begin{minipage}[t]{12mm} C C C C C C C \end{minipage} + \par\vspace{0pt} +\end{minipage}\HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-14.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-14.ltx new file mode 100644 index 00000000000..793dfc246d2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-14.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-14 on page 866. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{calc} +\StopShownPreambleCommands +\begin{document} +xx \fbox{\parbox[b][\height+\baselineskip][s] + {20mm}{Some text on top. \par\vfill + And a few lines on the + bottom of the box.}} + \fbox{\parbox[b][\height+\baselineskip][s] + {20mm}{This time a few lines on the + top of the box. But only one + line \par\vfill down here.}} xx +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-15.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-15.ltx new file mode 100644 index 00000000000..5731ec7ce97 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-15.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-15 on page 866. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +x111x + \fbox{some text} +x222x + \fbox{\rule[-5mm]{0cm}{15mm}more text} +x333x +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-16.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-16.ltx new file mode 100644 index 00000000000..e84974cf241 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-16.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-16 on page 867. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\StopShownPreambleCommands +\begin{document} +\ldots \sample \par +\noindent\rule{\linewidth}{0.4pt} \par +A following paragraph. \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-17.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-17.ltx new file mode 100644 index 00000000000..a1fed2c2c20 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-17.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-17 on page 867. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\StartShownPreambleCommands +\usepackage{calc} % \sample as before +\StopShownPreambleCommands +\begin{document} +\ldots \sample \par +\nointerlineskip \vspace{5.8pt} +\rule{\linewidth-2\parindent}{0.4pt}\par +\nointerlineskip \vspace{5.8pt} +A following paragraph. \sample +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-18.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-18.ltx new file mode 100644 index 00000000000..104275a7baa --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-18.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-18 on page 868. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} + +\newcommand\sample{ Some text for our page + that might get reused over and over again.} +\StartShownPreambleCommands +% \sample as before +\StopShownPreambleCommands +\begin{document} +\ldots \sample \par +\vspace{3pt}\hrule\relax\vspace{3pt} +A following paragraph. \sample \par +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-19.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-19.ltx new file mode 100644 index 00000000000..f534d1482e7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-19.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-19 on page 869. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\newsavebox{\myboxa}\newsavebox{\myboxb} +\StopShownPreambleCommands +\begin{document} +\sbox{\myboxa}{inside box a} +\savebox{\myboxb}[2cm][l]{inside box b} + x1x \usebox{\myboxa} x2x \usebox{\myboxb} x3x +\savebox{\myboxb}[2cm][r]{inside box b} + \par + x1x \usebox{\myboxa} x2x \usebox{\myboxb} x3x +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-2.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-2.ltx new file mode 100644 index 00000000000..70f46158b88 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-2.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-2 on page 861. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\fbox{Boxed Text} \hfill +\setlength\fboxrule{2pt}% +{\setlength\fboxsep{2mm}\fbox{Boxed Text}} +\hfill \fbox{Boxed Text} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-20.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-20.ltx new file mode 100644 index 00000000000..617eaf8f3c2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-20.ltx @@ -0,0 +1,31 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-20 on page 869. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{calc} +\newsavebox{\fcolbox} \newlength{\fcolwidth} +\newenvironment{fcolumn}[1][\linewidth] + {\setlength{\fcolwidth}{#1-2\fboxsep-2\fboxrule}% + \begin{lrbox}{\fcolbox}\begin{minipage}{\fcolwidth}} + {\end{minipage}\end{lrbox}\noindent\fbox{\usebox{\fcolbox}}} +\StopShownPreambleCommands +\begin{document} +\begin{fcolumn} In this environment verbatim text like + \verb=\fcolbox= can be used. \end{fcolumn} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-21.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-21.ltx new file mode 100644 index 00000000000..14dc778ad0a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-21.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-21 on page 870. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{calc} +\newsavebox{\fcolbox} \newlength{\fcolwidth} +\newenvironment{boxedminipage}[2][c] + {\setlength{\fcolwidth}{#2-2\fboxsep-2\fboxrule}% + \begin{lrbox}{\fcolbox}% + \begin{minipage}[#1]{\fcolwidth}} + {\end{minipage}\end{lrbox}\fbox{\usebox{\fcolbox}}} +\StopShownPreambleCommands +\begin{document} + left \begin{boxedminipage}[b]{4cm} + In this environment verbatim text like + \verb=\fcolbox= can be used. + \end{boxedminipage} + right +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-3.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-3.ltx new file mode 100644 index 00000000000..e0d63245bc1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-3.ltx @@ -0,0 +1,27 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-3 on page 861. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{calc} +\StopShownPreambleCommands +\begin{document} +\framebox{ A few words of advice } \par +\framebox[\width + 8mm][s]{ A few words of advice } +\par \framebox[1.5\width]{ A few words of advice } +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-4.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-4.ltx new file mode 100644 index 00000000000..ea14be83bf0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-4.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-4 on page 861. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\centering +A sentence.\makebox[0pt][l]{\textsuperscript{123}}\\ +Some more text in the middle. \\ +\makebox[0cm][r]{\textsuperscript{321}}A sentence. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-5.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-5.ltx new file mode 100644 index 00000000000..eb1423faed3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-5.ltx @@ -0,0 +1,26 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-5 on page 862. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +x111x \raisebox{\depth}{upward} x222x + \raisebox{-\height}{downward} x333x +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-6.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-6.ltx new file mode 100644 index 00000000000..b6f48ed04b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-6.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-6 on page 862. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\begin{flushleft} +x111x \raisebox{-1ex}{downward} x222x \\ +x333x \raisebox{1ex}{upward} x444x \\[4mm] +x111x \raisebox{-1ex}[0cm][0cm]{downward} x222x\\ +x333x \raisebox{1ex}[0cm]{upward} x444x +\end{flushleft} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-7.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-7.ltx new file mode 100644 index 00000000000..b7478472626 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-7.ltx @@ -0,0 +1,35 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-7 on page 863. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{255.0pt} +\StartShownPreambleCommands + +\StopShownPreambleCommands +\begin{document} +\parbox{.3\linewidth}{This is + the contents of the left-most + parbox.} +\hfill CURRENT LINE \hfill +\parbox{.3\linewidth}{This is + the right-most parbox. + Note that the typeset text + looks sloppy because \LaTeX{} + cannot nicely balance the + material in these narrow + columns.} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-8.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-8.ltx new file mode 100644 index 00000000000..292593d56e7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-8.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-8 on page 863. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\newcommand\HR{\rule{.5em}{0.4pt}} +\StopShownPreambleCommands +\begin{document} +\HR +\begin{minipage}[b]{12mm} + A A A A A A A A A A A A A A A +\end{minipage}\HR +\begin{minipage}[c]{12mm} + B B B B B B B B B B B B B B B B B B B B B B B B +\end{minipage}\HR +\begin{minipage}[t]{12mm} + C C C C C C C +\end{minipage}\HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-2-9.ltx b/Master/texmf-dist/doc/latex/tlc2/A-2-9.ltx new file mode 100644 index 00000000000..67b6b044b63 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-2-9.ltx @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-2-9 on page 864. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\newcommand\HR{\rule{.5em}{0.4pt}} +\StopShownPreambleCommands +\begin{document} +\HR\begin{minipage}[b]{30mm} + \begin{minipage}[t]{12mm} + A A A A A A A A A A A A A A A + \end{minipage} xx \begin{minipage}[t]{12mm} + B B B B B B B B B B B B B B B B B B B B B B B B + \end{minipage} +\end{minipage}\HR +\begin{minipage}[b]{12mm} C C C C C C C \end{minipage}\HR +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/A-3-1.ltx new file mode 100644 index 00000000000..7602e7feacb --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-1.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-1 on page 871. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{calc} \newcounter{local} +\setcounter{local}{2} % initial setting for the example +\StopShownPreambleCommands +\begin{document} +The value is currently ``\thelocal''.\\ +\setcounter{local}{\value{local}+5} +The value has now changed to ``\thelocal''. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-10.ltx b/Master/texmf-dist/doc/latex/tlc2/A-3-10.ltx new file mode 100644 index 00000000000..eb25fe3ed3c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-10.ltx @@ -0,0 +1,28 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-10 on page 876. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{183.0pt} +\StartShownPreambleCommands +\usepackage{ifthen} \newcounter{howoften} +\StopShownPreambleCommands +\begin{document} +\setcounter{howoften}{1} +\whiledo{\value{howoften}<5}{I should not talk + during seminar (\thehowoften). + \stepcounter{howoften}} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-11.ltx b/Master/texmf-dist/doc/latex/tlc2/A-3-11.ltx new file mode 100644 index 00000000000..c4062e7d102 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-11.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-11 on page 877. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} +\StartShownPreambleCommands +\usepackage{ifthen} +\newcommand{\QU}[2]{% + \ifthenelse{\(\equal{#1}{ENG}\and\equal{#2}{yes}\) + \or \(\equal{#1}{FRE}\and\equal{#2}{oui}\)}% + {``OK''}{``not OK''}} +\StopShownPreambleCommands +\begin{document} +You agree \QU{ENG}{yes} or don't \QU{ENG}{no}. \par +D'accord \QU{FRE}{oui} ou pas \QU{FRE}{non}? +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-2.ltx b/Master/texmf-dist/doc/latex/tlc2/A-3-2.ltx new file mode 100644 index 00000000000..1e1affd6ab4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-2.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-2 on page 871. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{calc} +\newcounter{hours}\newcounter{minutes} +\newcommand\printtime{\setcounter{hours}{\time/60}% + \setcounter{minutes}{\time-\value{hours}*60}% + \thehours h \theminutes min} +\StopShownPreambleCommands +\begin{document} +The time is \printtime. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-3.ltx b/Master/texmf-dist/doc/latex/tlc2/A-3-3.ltx new file mode 100644 index 00000000000..9d8c9617f3d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-3.ltx @@ -0,0 +1,36 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-3 on page 873. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexareport} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\setcounter{chapter}{1} +\setcounter{section}{3} +% provide some values for the example: + +\StartShownPreambleCommands +\usepackage{ifthen} +\newcommand\toEng[1]{\arabic{#1}\textsuperscript{% + \ifthenelse{\value{#1}=1}{st}{% + \ifthenelse{\value{#1}=2}{nd}{% + \ifthenelse{\value{#1}=3}{rd}{% + \ifthenelse{\value{#1}<20}{th}}% + {\typeout{Value too high}}}}}} +\StopShownPreambleCommands +\begin{document} +This is the \toEng{section} section in the \toEng{chapter} +appendix. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-4.ltx b/Master/texmf-dist/doc/latex/tlc2/A-3-4.ltx new file mode 100644 index 00000000000..6fa9b18fbaa --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-4.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-4 on page 873. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{ifthen,calc} +\newcounter{hours}\newcounter{minutes} +\StopShownPreambleCommands +\begin{document} +\newcommand{\Printtime}{\setcounter{hours}{\time/60}% + \setcounter{minutes}{\time-\value{hours}*60}% + \ifthenelse{\value{hours}<10}{0}{}\thehours:% + \ifthenelse{\value{minutes}<10}{0}{}\theminutes} +The current time is ``\Printtime''. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-5.ltx b/Master/texmf-dist/doc/latex/tlc2/A-3-5.ltx new file mode 100644 index 00000000000..a570a7bcef6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-5.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-5 on page 873. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{ifthen,shortvrb} \MakeShortVerb\| +\StopShownPreambleCommands +\begin{document} +\newcommand\BB{\CC}\newcommand\CC{\DD} +\newcommand\DD{AA} \newcommand\EE{EE} +|\BB|=|\EE|? \ifthenelse{\equal{\BB}{\EE}}{True}{False}.\par +|\BB|=|\CC|? \ifthenelse{\equal{\BB}{\CC}}{True}{False}.\par +|\DD|=|\BB|? \ifthenelse{\equal{\DD}{\BB}}{True}{False}. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-6.ltx b/Master/texmf-dist/doc/latex/tlc2/A-3-6.ltx new file mode 100644 index 00000000000..e5e980ed9b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-6.ltx @@ -0,0 +1,29 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-6 on page 874. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.0pt} +\StartShownPreambleCommands +\usepackage{ifthen} +\StopShownPreambleCommands +\begin{document} +\newcommand{\IX}[2][R]{\texttt{#2}% + \ifthenelse{\equal{#1}{D}}% + {\index{#2|textbf}}{\index{#2}}} + we define item \IX[D]{AAAA} + \ldots{} we reference item \IX{AAAA} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-7.ltx b/Master/texmf-dist/doc/latex/tlc2/A-3-7.ltx new file mode 100644 index 00000000000..5a0536183d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-7.ltx @@ -0,0 +1,34 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-7 on page 874. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{135.0pt} +\StartShownPreambleCommands +\usepackage{ifthen} +\newcommand\IXE[2][!*!,!]{% + \ifthenelse{\equal{#1}{!*!,!}}% + {\ifthenelse{\equal{#2}{}}{}{\textbf{#2}\index{#2}}}% + {\ifthenelse{\equal{#1}{}}{}{\index{#1}}% + \ifthenelse{\equal{#2}{}}{}{\textbf{#2}}}} +\StopShownPreambleCommands +\begin{document} +\par Identical in text and index |\IXE{both}|. +\par Different in text and index |\IXE[index]{text}|. +\par Only to index |\IXE[indexonly]{}|. +\par In text only |\IXE[]{textonly}|. +\par Nothing in text or index |\IXE[]{}|. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-8.ltx b/Master/texmf-dist/doc/latex/tlc2/A-3-8.ltx new file mode 100644 index 00000000000..e7a932fb073 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-8.ltx @@ -0,0 +1,25 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-8 on page 875. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{111.0pt} +\StartShownPreambleCommands +\usepackage{ifthen} +\StopShownPreambleCommands +\begin{document} +\ifthenelse{\boolean{@twoside}}{Two-sided}{One-sided} printing. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/A-3-9.ltx2 b/Master/texmf-dist/doc/latex/tlc2/A-3-9.ltx2 new file mode 100644 index 00000000000..f11060f94ea --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/A-3-9.ltx2 @@ -0,0 +1,32 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example A-3-9 on page 876. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{66.60068pt} + +\pagestyle{origplain} % page numbers normally suppress in examples +\setlength\textheight{2\baselineskip} % make this example small + +\StartShownPreambleCommands +\usepackage{ifthen} \newcounter{pl} +\newcommand\pcheck{\stepcounter{pl}\label{pl-\thepl}% + \ifthenelse{\isodd{\pageref{pl-\thepl}}}{odd}{even}} +\StopShownPreambleCommands +\begin{document} +This is an \pcheck-numbered page. \newpage +This is an \pcheck-numbered page. +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/B-3-1.ltx b/Master/texmf-dist/doc/latex/tlc2/B-3-1.ltx new file mode 100644 index 00000000000..ed59105406b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/B-3-1.ltx @@ -0,0 +1,30 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example B-3-1 on page 935. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{159.0pt} + +\StartShownPreambleCommands +\newcommand\xvec[1]{\ensuremath{x_1,\ldots,x_{#1}}} +\StopShownPreambleCommands +\begin{document} +\ttfamily % use typewriter +\raggedright +\meaning\xvec \par \the\parskip\par +\the\topmargin \par \the\topsep \par +footnote=\the\value{footnote} +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/Escher.ps b/Master/texmf-dist/doc/latex/tlc2/Escher.ps new file mode 100644 index 00000000000..87e6b36a84f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/Escher.ps @@ -0,0 +1,63 @@ +%! +%%BoundingBox: 0 0 236 236 +% M. C. Escher style impossible triangle +% written by Guy Shaw + +% Things that are easy to play with: +% Position on paper, overall size, and linewidth +/inch { 72 mul } bind def + +gsave + +.15 inch 0 translate +3 inch dup scale +1 3 inch div setlinewidth + +% Thickness parameter: +% /Thick is the thickness of the structural members of the triange, +% as a fraction of the height of the triangle. +% Reasonable looking impossible triangles can be obtained with Thick <= 1/6. +% right at /Thick == 1/6, there is no space left inside the triangle. +% /Thick > 1/6 yields bizarre, but not very interesting results. +% /Thick < 1/20 is less interesting, because the "impossibility" +% is not so striking when the structural members are that thin. +% A good "standard" value is 1/8. + +/Thick 1 8 div def + +% You would not normally want to change anything that follows. + +/Tall 1 def +/HalfThick Thick .5 mul def + +newpath + HalfThick Thick moveto + Thick 0 lineto + 1 Thick sub 0 lineto + 1 HalfThick sub Thick lineto + .5 HalfThick add Tall Thick sub lineto + + 1 Thick sub 0 moveto + .5 HalfThick add Tall 3 Thick mul sub lineto + Thick 3 mul Thick 2 mul lineto + + 1 Thick 2.5 mul sub Thick moveto + .5 Tall Thick 4 mul sub lineto +stroke + +newpath + HalfThick Thick moveto + 1 Thick 2.5 mul sub Thick lineto + HalfThick neg Thick rlineto + Thick Thick add Thick Thick add lineto + .5 HalfThick add Tall Thick sub lineto + Thick neg 0 rlineto + closepath +fill +grestore +/Helvetica findfont 30 scalefont setfont +0 5 moveto (L) show +3.1 inch 5 moveto (R) show +1.6 inch 2.7 inch moveto (T) show +showpage + diff --git a/Master/texmf-dist/doc/latex/tlc2/cat.ps b/Master/texmf-dist/doc/latex/tlc2/cat.ps new file mode 100644 index 00000000000..0042ea088fe --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/cat.ps @@ -0,0 +1,305 @@ +%!PS-Adobe-2.0 EPSF-2.0 +%%BoundingBox: 44 527 80 559 +%%Creator: COREL DRAW +%%Title: CAT.TMP +%%CreationDate: Sat Jan 18 17:29:05 1992 + +%%DocumentFonts: +%%EndComments +%%BeginProlog +% -------------- POSTSCRIPT PROLOG FOR CORELDRAW 2.X ------ +% Copyright Corel Systems Corporation 1990 +/AutoFlatness 0 def/wCorelDict 300 dict def +wCorelDict begin/bd{bind def}bind def/ld{load def}bd +/xd{exch def}bd/_ null def/$c 0 def/$m 0 def +/$y 0 def/$k 0 def/$t 1 def/$n _ def/$o 0 def +/$fil 0 def/$C 0 def/$M 0 def/$Y 0 def/$K 0 def +/$T 1 def/$N _ def/$O 0 def/$PF false def +/$pan 0 def/$h false def/$al 0 def/$tr 0 def +/$le 0 def/$lx 0 def/$ly 0 def/$ctm matrix currentmatrix def +/$ptm matrix def/$ttm matrix def/$stm matrix def +/$skm matrix def/$fst 128 def/$pad 0 def/$rox 0 def +/$roy 0 def currentscreen/@dsp xd/$dsp/@dsp def +/$dsa xd/$dsf xd/$sdf false def/$SDF false def +/$Scra 0.0 def statusdict/pageparams known{statusdict begin +pageparams end 1 ne{/$Scra -90.0 def}if pop pop pop}if +/$sv 0 def/@cp/closepath ld/@gs/gsave ld/@gr/grestore ld +/@np/newpath ld/@sv{/$sv save def}bd/@rs{$sv restore}bd +/@ss{load setscreen}bd AutoFlatness 1 eq{/$cpx ([Error: PathTooComplex; OffendingCommand: AnyPaintingOperator;\n) def +/@err1{$cpx print flush newpath}bd/@ifl{currentflat dup 10 gt{pop @err1 exit}if 2 add setflat}bd +/@fill/fill ld/fill{currentflat{{@fill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd +/@eofill/eofill ld/eofill{currentflat{{@eofill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd +/@clip/clip ld/clip{currentflat{{@clip}stopped{initclip @ifl}{exit}ifelse}bind loop setflat}bd +/@eoclip/eoclip ld/eoclip{currentflat{{@eoclip}stopped{initclip @ifl}{exit}ifelse}bind loop setflat}bd +/@stroke/stroke ld/stroke{currentflat{{@stroke}stopped{@ifl}{exit}ifelse}bind loop setflat}bd +}if/InRange{3 -1 roll 2 copy le{pop}{exch pop}ifelse +2 copy ge{pop}{exch pop}ifelse}bd/wDstChck{2 1 roll dup 3 -1 roll +eq{1 add}if}bd/@dot{dup mul exch dup mul add 1 exch sub 2 div}bd +/@lin{exch pop abs 1 exch sub}bd/@MN{2 copy le{pop}{exch pop}ifelse}bd +/setcmykcolor where{pop}{/setcmykcolor{4 1 roll +3{3 index add 1 @MN 1 exch sub 3 1 roll}repeat +setrgbcolor pop}bd}ifelse/colorimage where{pop}{/colorimage{/$ncl xd +pop pop pop pop{currentfile $dat readhexstring pop}repeat +pop}bd}ifelse/@tc{dup 1 ge{pop}{4{dup 6 -1 roll +mul exch}repeat pop}ifelse}bd/@spc{7 2 roll +ColorSeparationMode 1 eq{6 index @tc 0 4 $ink sub index +exch pop}{5 index dup _ eq{pop 0 4 $ink sub index +exch pop}{CurrentInkName eq{6 index}{0}ifelse}ifelse}ifelse +5 1 roll 8 -2 roll 6{pop}repeat 1 exch sub dup setgray +1 eq exch 1 eq and not}bd/@scc{$ink -1 eq +{$c $m $y $k $t @tc setcmykcolor true}{$o $c $m $y $k $t $n @spc +}ifelse}bd/@SCC{$ink -1 eq{$C $M $Y $K $T @tc setcmykcolor true}{ +$O $C $M $Y $K $T $N @spc}ifelse}bd/@sft{ +/$tx $tllx $pxf add dup $tllx gt{$pwid sub}if def +/$ty $tury $pyf sub dup $tury lt{$phei add}if def}bd +/@stb{pathbbox/$ury xd/$urx xd/$lly xd/$llx xd}bd +/@ep{{cvx exec}forall}bd/@tp{@sv/$in true def +2 copy dup $lly le{/$in false def}if $phei sub $ury ge{/$in false def}if +dup $urx ge{/$in false def}if $pwid add $llx le{/$in false def}if +$in{@np 2 copy moveto $pwid 0 rlineto 0 $phei neg rlineto +$pwid neg 0 rlineto 0 $phei rlineto clip @np +$pn cvlit load aload pop 7 -1 roll 5 index sub +7 -1 roll 3 index sub translate/$ctm matrix currentmatrix def +@ep pop pop pop pop}{pop pop}ifelse @rs}bd/@th{@sft +0 1 $tly 1 sub{dup $psx mul $tx add{dup $llx gt{$pwid sub}{exit}ifelse +}loop exch $phei mul $ty exch sub 0 1 $tlx 1 sub{$pwid mul +3 copy 3 -1 roll add exch @tp pop}for pop pop}for}bd +/@tv{@sft 0 1 $tlx 1 sub{dup $pwid mul $tx add +exch $psy mul $ty exch sub{dup $ury lt{$phei add}{exit}ifelse}loop +0 1 $tly 1 sub{$phei mul 3 copy sub @tp pop}for +pop pop}for}bd/@pf{@gs $ctm setmatrix $pm concat +@stb @gs ColorSeparationMode 0 eq{1 setgray eofill}{ +$o 0 0 0 0 0 (Black) @spc{eofill}if}ifelse +@gr eoclip Bburx Bbury $pm itransform/$tury xd/$turx xd +Bbllx Bblly $pm itransform/$tlly xd/$tllx xd +/$wid $turx $tllx sub def/$hei $tury $tlly sub def +$wid 0 gt $hei 0 gt and{$pn cvlit load aload pop +/$pd xd 3 -1 roll sub/$phei xd exch sub/$pwid xd +/$tlx $wid $pwid div ceiling 1 add def/$tly $hei $phei div ceiling 1 add def +$psx 0 eq{@tv}{@th}ifelse}if @gr @np}bd/@dlt{ColorSeparationMode 0 eq{ +/$dc $toc $tot mul $frc $frt mul dup/$c xd sub $fst 1 sub div def +/$dm $tom $tot mul $frm $frt mul dup/$m xd sub $fst 1 sub div def +/$dy $toy $tot mul $fry $frt mul dup/$y xd sub $fst 1 sub div def +/$dk $tok $tot mul $frk $frt mul dup/$k xd sub $fst 1 sub div def +true}{$o $frc $frm $fry $frk $frt $frn @spc +dup{/$frk 1 currentgray sub def}{/$frk 0 def}ifelse +$o $toc $tom $toy $tok $tot $ton @spc dup{/$tok 1 currentgray sub def} +{/$tok 0 def}ifelse or dup{/$c 0 def/$m 0 def/$y 0 def/$k $frk def +/$dc 0 def/$dm 0 def/$dy 0 def/$dk $tok $frk sub $fst 1 sub div def}if +}ifelse}bd/@ftl{1 index 4 index sub dup $pad mul dup/$pdw xd +2 mul sub $fst div/$wid xd 2 index sub/$hei xd +pop translate $c $m $y $k 4 copy ColorSeparationMode 0 ne +{1 exch sub setgray pop pop pop}{setcmykcolor}ifelse +0 0 moveto 0 $hei lineto $pdw $hei lineto $pdw 0 lineto 0 0 lineto fill +$pdw 0 translate $fst{4 copy ColorSeparationMode 0 ne +{1 exch sub setgray pop pop pop}{setcmykcolor}ifelse +0 0 moveto 0 $hei lineto $wid $hei lineto $wid 0 lineto 0 0 lineto fill +$wid 0 translate $dk add 4 1 roll $dy add 4 1 roll +$dm add 4 1 roll $dc add 4 1 roll}repeat $dk sub 4 1 roll +$dy sub 4 1 roll $dm sub 4 1 roll $dc sub 4 1 roll +ColorSeparationMode 0 ne{1 exch sub setgray pop pop pop} +{setcmykcolor}ifelse 0 0 moveto 0 $hei lineto $pdw $hei lineto $pdw 0 lineto 0 0 lineto fill +}bd/@ftr{1 index 4 index sub dup $rox mul/$row xd +2 div 1 index 4 index sub dup $roy mul/$roh xd +2 div 2 copy dup mul exch dup mul add sqrt +$row dup mul $roh dup mul add sqrt add dup/$hei xd $fst div/$wid xd +4 index add $roh add exch 5 index add $row add +exch translate pop pop pop pop currentflat 5 mul setflat +$c $m $y $k 4 copy ColorSeparationMode 0 ne +{1 exch sub setgray pop pop pop}{setcmykcolor}ifelse +$wid 0 moveto 0 0 $hei 0 360 arc fill 1.0 $pad 2 mul sub dup scale +$fst{4 copy ColorSeparationMode 0 ne{1 exch sub setgray pop pop pop} +{setcmykcolor}ifelse $wid 0 moveto 0 0 $hei 0 360 arc fill +/$hei $hei $wid sub def $dk add 4 1 roll $dy add 4 1 roll +$dm add 4 1 roll $dc add 4 1 roll}repeat pop pop pop pop}bd +/@ff{@gs @dlt{$ctm setmatrix eoclip newpath Bbllx Bblly moveto +Bbllx Bbury lineto Bburx Bbury lineto Bburx Bblly lineto +$fan rotate pathbbox newpath $fty 1 eq{@ftr}{@ftl}ifelse}if +@gr @np}bd/@Pf{@sv ColorSeparationMode 0 eq $ink 3 eq or{$ctm setmatrix +72 1000 div dup matrix scale dup concat dup Bburx exch Bbury exch itransform +ceiling cvi/Bbury xd ceiling cvi/Bburx xd Bbllx exch Bblly exch itransform +floor cvi/Bblly xd floor cvi/Bbllx xd $Prm aload pop +$Psn load exec}{1 setgray eofill}ifelse @rs +@np}bd/@ftx{{(0) dup 3 -1 roll 0 exch put +@gs true charpath currentpoint $ctm setmatrix +@@txt @gr @np moveto $tr 0 rmoveto}forall pop}bd +/@sm{/$ctm $ctm currentmatrix def}bd/@lorg{$lx $ly moveto +/$ly $ly $le sub def}bd/@ft{matrix currentmatrix 3 1 roll +$sdf{$scf $sca $scp @ss}if $fil 1 eq{/@@txt/@pf ld @ftx}{$fil 2 eq +{/@@txt/@ff ld @ftx}{$fil 3 eq{/@@txt/@Pf ld @ftx}{@scc +{dup $tr exch 0 exch ashow}if pop pop}ifelse}ifelse}ifelse +$sdf{$dsf $dsa $dsp @ss}if setmatrix}bd/@st{ +matrix currentmatrix 3 1 roll $SDF{$SCF $SCA $SCP @ss}if +@SCC{{(0) dup 3 -1 roll 0 exch put @gs true charpath currentpoint +$ctm setmatrix $ptm concat stroke @gr moveto $tr 0 rmoveto}forall +pop}{pop pop}ifelse $SDF{$dsf $dsa $dsp @ss}if +setmatrix}bd/@pt{dup length exch}bd/@te{@pt +@lorg @ft cleartomark [}bd/@tr{@pt @lorg @st cleartomark [}bd +/@ta{@pt @lorg 2 copy @gs @ft @gr @st cleartomark [}bd +/@t@a{@pt @lorg 2 copy @gs @st @gr @ft cleartomark [}bd +/g{1 exch sub/$k xd/$c 0 def/$m 0 def/$y 0 def/$t 1 def/$n _ def/$fil 0 def +}bd/G{1 exch sub/$K xd/$C 0 def/$M 0 def/$Y 0 def/$T 1 def/$N _ def}bd +/k{/$k xd/$y xd/$m xd/$c xd/$t 1 def/$n _ def/$fil 0 def}bd +/K{/$K xd/$Y xd/$M xd/$C xd/$T 1 def/$N _ def}bd +/x{1 exch sub/$t xd/$n xd/$k xd/$y xd/$m xd/$c xd/$fil 0 def}bd +/X{1 exch sub/$T xd/$N xd/$K xd/$Y xd/$M xd/$C xd}bd +/d/setdash ld/i{dup 0 ne{setflat}{pop}ifelse}bd +/j/setlinejoin ld/J/setlinecap ld/M/setmiterlimit ld +/w/setlinewidth ld/O{/$o xd}bd/R{/$O xd}bd +/c/curveto ld/C/c ld/v{4 -2 roll 2 copy 6 -2 roll curveto}bd +/V/v ld/y{2 copy curveto}bd/Y/y ld/l/lineto ld +/L/l ld/m/moveto ld/n/newpath ld/N/newpath ld +/F{matrix currentmatrix $sdf{$scf $sca $scp @ss}if +$fil 1 eq{@pf}{$fil 2 eq{@ff}{$fil 3 eq{@Pf}{@scc{eofill}{@np}ifelse +}ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp @ss}if +setmatrix}bd/f{@cp F}bd/S{matrix currentmatrix +$ctm setmatrix $SDF{$SCF $SCA $SCP @ss}if @SCC{$skm currentmatrix +$ptm concat stroke setmatrix}{@np}ifelse $SDF{$dsf $dsa $dsp @ss}if +setmatrix}bd/s{@cp S}bd/B{@gs F @gr S}bd/b{@cp B}bd +/W{eoclip}bd/p{/$pm xd 7{pop}repeat/$pyf xd/$pxf xd +/$pn xd/$fil 1 def}bd/P{11{pop}repeat}bd/z{/$al xd +/$tr xd/$le xd exch findfont exch scalefont setfont}bd +/Z{dup type 0 type eq{/$bDir xd}if findfont +dup maxlength 1 add dict exch dup{1 index/FID ne{3 index +3 1 roll put}{pop pop}ifelse}forall pop dup dup/Encoding get +256 array copy dup/$fe xd/Encoding exch put +dup/Fontname 3 index put 3 -1 roll dup length 0 ne{0 exch{ +dup type 0 type eq{exch pop}{$fe exch 2 index exch put +1 add}ifelse}forall pop}if definefont pop}bd +/e{@sm concat [/t{@te}def}bd/r{@sm concat [/t{@tr}def}bd +/o{@sm concat [/t{pop}def}bd/a{@sm concat [/t{@ta}def}bd +/t{@te}def/T{cleartomark @np/$lx 0 def/$ly 0 def +$ctm setmatrix/$ttm matrix def}bd/u{}bd/U{}bd +/A{pop}bd/H{/$h true def}bd/h{@cp H}bd/q/@gs ld +/Q/@gr ld/E{5 array astore exch cvlit exch def}bd +/`{}bd/~{}bd/@{}bd/&{}bd/CorelDrawRencodeVect [ +16#80/grave/circumflex/tilde/dotlessi/florin/quotedblleft/quotedblright/guilsinglleft +16#88/guilsinglright/fi/fl/dagger/daggerdbl/endash/periodcentered/breve +16#90/quotedblbase/ellipsis/perthousand/trademark/Pt/fractionbar +16#98/divide 16#a1/exclamdown/cent/sterling/currency/yen/bar/section +16#a8/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/emdash/registered/overbar +16#b0/ring/plusminus/twosuperior/threesuperior/acute/mu/paragraph/bullet +16#b8/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown +16#c0/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla +16#c8/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis +16#d0/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/OE +16#d8/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls +16#e0/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla +16#e8/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis +16#f0/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/oe +16#f8/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis +] def/@cc{currentfile $dat readhexstring pop}bd +/@ii{concat 3 index 3 index m 3 index 1 index l +2 copy l 1 index 3 index l 3 index 3 index l +clip pop pop pop pop}bd/@E{/Bbury xd/Bburx xd +/Bblly xd/Bbllx xd}bd/@c{@cp}bd/@p{/$fil 1 def +/$pm xd/$psy xd/$psx xd/$pyf xd/$pxf xd/$pn xd}bd +/@P{/$fil 3 def/$Psn xd array astore/$Prm xd}bd +/@k{/$fil 2 def/$roy xd/$rox xd/$pad xd/$fty xd/$fan xd +$fty 1 eq{/$fan 0 def}if/$tok xd/$toy xd/$tom xd/$toc xd +/$frk xd/$fry xd/$frm xd/$frc xd/$frn _ def/$frt 1 def/$ton _ def/$tot 1 def +}bd/@x{/$fil 2 def/$roy xd/$rox xd/$pad xd +/$fty xd/$fan xd 1 exch sub/$tot xd/$ton xd/$tok xd/$toy xd/$tom xd/$toc xd +1 exch sub/$frt xd/$frn xd/$frk xd/$fry xd/$frm xd/$frc xd}bd +/@i{@sm @gs @ii 5 index 1 ne{@gs 1 g F @gr}if +1 eq 5 index 1 eq and{@gs $ctm setmatrix F @gr}if +@np/$ury xd/$urx xd/$lly xd/$llx xd/$bts xd +/$hei xd/$wid xd/$dat $wid $bts mul 8 div ceiling cvi string def +$bts 1 eq{@SCC/$frg xd}{1 G @SCC/$frg xd}ifelse +$frg{$SDF{$SCF $SCA $SCP @ss}if $llx $lly translate +$urx $llx sub $ury $lly sub scale $wid $hei abs +$bts 1 eq{false}{$bts}ifelse [ $wid 0 0 $hei neg 0 +$hei 0 gt{$hei}{0}ifelse]/@cc load $bts 1 eq{imagemask}{image}ifelse +$SDF{$dsf $dsa $dsp @ss}if}{$hei{@cc pop}repeat}ifelse +@gr $ctm setmatrix}def/@M {@sv}bd/@N{/@cc{}def +12 -1 roll neg 12 1 roll @i @rs}bd/@I{@sm @gs +@ii @np/$ury xd/$urx xd/$lly xd/$llx xd/$ncl xd +/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul $ncl mul 8 div ceiling cvi string def +$llx $lly translate $urx $llx sub $ury $lly sub scale +$wid $hei $bts [ $wid 0 0 $hei neg 0 $hei]/@cc load +false $ncl colorimage @gr $ctm setmatrix}bd +/@t{/$lx 0 def/$ly 0 def/$stm $stm currentmatrix def +3 1 roll translate $ttm concat 1 exch t $stm setmatrix}def +/@n{/$ttm exch matrix rotate def}bd/@z{ exch findfont exch scalefont setfont +}bd/@s{}bd/@l{}bd/@B{@gs S @gr F}bd/@b{@cp @B}bd +/@a{@sm concat [/t{@t@a}def}bd/@w{5 2 roll dup/$pan xd +matrix rotate/$ptm xd matrix scale $ptm dup concatmatrix/$ptm xd +1 eq{$ptm exch dup concatmatrix/$ptm xd}{pop}ifelse +1 w}bd/@g{1 eq dup/$sdf xd{/$scp xd/$sca xd +/$scf xd}if}bd/@G{1 eq dup/$SDF xd{/$SCP xd +/$SCA xd/$SCF xd}if}bd/@D{3 copy @ss/$dsp xd +/$dsa xd/$dsf xd}bd/@j{@sv @np}bind def/@J{@rs}bind def +/@sep{/ColorSeparationMode where{pop}{/ColorSeparationMode 0 def +/CurrentInkName (Composite) def}ifelse ColorSeparationMode 0 eq +{/CurrentInkName (Composite) def}if/CurrentInkName where{pop}{ +/CurrentInkName (Composite) def}ifelse CurrentInkName (Composite) eq{/$ink -1 def} +{CurrentInkName (Cyan) eq{/$ink 0 def} {CurrentInkName (Magenta) eq{/$ink 1 def} +{CurrentInkName (Yellow) eq{/$ink 2 def} {CurrentInkName (Black) eq{/$ink 3 def} +{/$ink 4 def}ifelse}ifelse}ifelse}ifelse}ifelse}bd +@sep/@whi{@gs -72000 dup moveto -72000 72000 lineto +72000 dup lineto 72000 -72000 lineto closepath 1 setgray fill +@gr}bd/@neg{ [{1 exch sub}/exec cvx currenttransfer/exec cvx] cvx settransfer +@whi}bd/@reg{[] 0 d 0 setgray .3 setlinewidth +2 copy 5.4 0 360 arc closepath 2 copy moveto 9 0 rlineto +2 copy moveto -9 0 rlineto 2 copy moveto 0 9 rlineto +moveto 0 -9 rlineto stroke}bd/leftbracket{(\050)}def +/rightbracket{(\051)}def + +%%EndProlog +%%BeginSetup +11.4737 setmiterlimit +1.00 setflat +/$fst 128 def + +%%EndSetup +@sv +/$ctm matrix currentmatrix def +u +%%Note: Object +45.22 528.19 78.98 558.14 @E +0 J 0 j [] 0 d 0 R 0 @G +0.00 0.00 0.00 1.00 K +1.01 1.01 0.00 [1.00000 0.00000 0.00000 1.00000 0.00000 0.00000] 0 @w +%%CURV 106 +73.30 539.78 m +73.08 538.42 72.22 537.26 71.78 536.33 C +72.79 534.67 73.73 531.43 74.81 530.64 C +74.59 530.64 77.04 528.84 73.87 529.06 C +73.08 529.34 73.08 530.93 70.20 533.81 C +69.70 533.74 70.56 530.57 71.50 529.63 c +73.15 528.19 70.27 528.55 70.13 528.62 C +68.98 529.34 68.62 534.60 67.03 536.26 c +66.24 537.19 65.16 536.98 64.30 536.90 C +63.22 536.62 60.62 537.19 60.55 534.02 C +60.62 532.66 62.14 530.21 62.86 529.78 c +65.30 528.41 62.06 528.34 61.70 528.77 C +61.13 529.34 60.19 530.64 59.26 531.65 C +57.74 532.44 56.38 533.66 56.02 534.96 C +54.94 534.74 53.86 534.17 53.64 533.23 C +53.42 532.22 53.86 531.58 54.86 530.14 C +56.02 529.85 56.38 529.27 56.02 528.98 c +55.87 528.84 53.71 528.62 53.57 528.91 C +52.70 529.49 51.70 531.86 51.19 533.16 c +50.90 533.88 49.97 535.82 51.55 537.77 C +51.98 538.49 51.91 539.86 51.77 540.65 c +51.55 541.94 51.55 542.74 52.42 544.46 C +49.75 546.77 45.22 551.23 49.61 557.14 C +50.11 557.64 51.55 558.14 50.76 556.27 C +49.82 553.68 46.66 551.45 53.42 546.19 C +54.50 546.91 58.97 546.48 60.48 546.19 c +64.66 545.33 65.52 545.33 68.40 546.05 C +68.76 546.19 68.83 547.99 70.34 549.22 C +70.06 550.15 72.00 551.45 72.22 552.53 C +72.65 553.39 73.66 550.73 73.66 550.66 C +73.58 551.23 74.66 552.31 74.81 552.96 C +75.74 553.25 75.10 550.94 75.89 549.50 c +76.32 548.93 76.68 549.07 77.11 547.70 C +77.47 546.34 78.98 545.18 76.54 543.89 c +75.17 543.17 74.59 543.31 73.58 542.88 C +73.58 542.23 73.51 540.79 73.30 539.78 c +@c +S +U +@rs +%%Trailer + end diff --git a/Master/texmf-dist/doc/latex/tlc2/elephant.ps b/Master/texmf-dist/doc/latex/tlc2/elephant.ps new file mode 100644 index 00000000000..a38bfcb75df --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/elephant.ps @@ -0,0 +1,639 @@ +%!PS-Adobe-2.0 EPSF-1.2 +%%Creator:Adobe Illustrator(TM) 1.1 0000000000 +%%For: +%%Title:elephant.ps +%%CreationDate:25/4/88 7:57 pm +%%DocumentProcSets:Adobe_Illustrator_1.1 0 0 +%%DocumentSuppliedProcSets:Adobe_Illustrator_1.1 0 0 +%%DocumentFonts:Courier +%%BoundingBox: 40 -505 507 -87 +%%TemplateBox:0 -720 576 0 +%%EndComments +%%BeginProcSet:Adobe_Illustrator_1.1 0 0 +% Copyright (C) 1987 Adobe Systems Incorporated. +% All Rights Reserved. +% Adobe Illustrator is a trademark of Adobe Systems Incorporated. +/Adobe_Illustrator_1.1 dup 100 dict def load begin +/Version 0 def +/Revision 0 def +% definition operators +/bdef {bind def} bind def +/ldef {load def} bdef +/xdef {exch def} bdef +% graphic state operators +/_K {3 index add neg dup 0 lt {pop 0} if 3 1 roll} bdef +/_k /setcmybcolor where +{/setcmybcolor get} {{1 sub 4 1 roll _K _K _K setrgbcolor pop} bind} ifelse def +/g {/_b xdef /p {_b setgray} def} bdef +/G {/_B xdef /P {_B setgray} def} bdef +/k {/_b xdef /_y xdef /_m xdef /_c xdef /p {_c _m _y _b _k} def} bdef +/K {/_B xdef /_Y xdef /_M xdef /_C xdef /P {_C _M _Y _B _k} def} bdef +/d /setdash ldef +/_i currentflat def +/i {dup 0 eq {pop _i} if setflat} bdef +/j /setlinejoin ldef +/J /setlinecap ldef +/M /setmiterlimit ldef +/w /setlinewidth ldef +% path construction operators +/_R {.25 sub round .25 add} bdef +/_r {transform _R exch _R exch itransform} bdef +/c {_r curveto} bdef +/C /c ldef +/v {currentpoint 6 2 roll _r curveto} bdef +/V /v ldef +/y {_r 2 copy curveto} bdef +/Y /y ldef +/l {_r lineto} bdef +/L /l ldef +/m {_r moveto} bdef +% error operators +/_e [] def +/_E {_e length 0 ne {gsave 0 g 0 G 0 i 0 J 0 j 1 w 10 M [] 0 d +/Courier 20 0 0 1 z [0.966 0.259 -0.259 0.966 +_e 0 get _e 2 get add 2 div _e 1 get _e 3 get add 2 div] e _f t T grestore} if} bdef +/_fill {{fill} stopped +{/_e [pathbbox] def /_f (ERROR: can't fill, increase flatness) def n _E} if} bdef +/_stroke {{stroke} stopped +{/_e [pathbbox] def /_f (ERROR: can't stroke, increase flatness) def n _E} if} bdef +% path painting operators +/n /newpath ldef +/N /n ldef +/F {p _fill} bdef +/f {closepath F} bdef +/S {P _stroke} bdef +/s {closepath S} bdef +/B {gsave F grestore S} bdef +/b {closepath B} bdef +% text block construction and painting operators +/_s /ashow ldef +/_S {(?) exch {2 copy 0 exch put pop dup false charpath currentpoint _g setmatrix +_stroke _G setmatrix moveto 3 copy pop rmoveto} forall pop pop pop n} bdef +/_A {_a moveto _t exch 0 exch} bdef +/_L {0 _l neg translate _G currentmatrix pop} bdef +/_w {dup stringwidth exch 3 -1 roll length 1 sub _t mul add exch} bdef +/_z [{0 0} bind {dup _w exch neg 2 div exch neg 2 div} bind {dup _w exch neg exch neg} bind] def +/z {_z exch get /_a xdef /_t xdef /_l xdef exch findfont exch scalefont setfont} bdef +/_g matrix def +/_G matrix def +/_D {_g currentmatrix pop gsave concat _G currentmatrix pop} bdef +/e {_D p /t {_A _s _L} def} bdef +/r {_D P /t {_A _S _L} def} bdef +/a {_D /t {dup p _A _s P _A _S _L} def} bdef +/o {_D /t {pop _L} def} bdef +/T {grestore} bdef +% group construction operators +/u {} bdef +/U {} bdef +% font construction operators +/Z {findfont begin currentdict dup length dict begin +{1 index /FID ne {def} {pop pop} ifelse} forall /FontName exch def dup length 0 ne +{/Encoding Encoding 256 array copy def 0 exch {dup type /nametype eq +{Encoding 2 index 2 index put pop 1 add} {exch pop} ifelse} forall} if pop +currentdict dup end end /FontName get exch definefont pop} bdef +end +%%EndProcSet +%%EndProlog +%%BeginSetup +Adobe_Illustrator_1.1 begin +n +%%EndSetup +0 g +0 G +1 i +0 J +0 j +0.7 w +10 M +[]0 d +%%Note: +90.632 -245.419 m +86.134 -229.425 95.131 -228.926 96.63 -221.429 c +98.129 -213.932 107.126 -212.932 109.125 -202.936 c +111.124 -192.94 119.121 -183.944 125.618 -176.947 c +132.116 -169.949 146.61 -163.952 156.106 -168.45 c +165.602 -172.948 169.102 -174.947 178.598 -176.447 c +188.094 -177.946 195.591 -179.945 208.086 -176.947 c +220.581 -173.948 226.578 -171.949 237.074 -172.948 c +247.569 -173.948 277.557 -172.948 290.052 -171.949 c +302.547 -170.949 335.034 -171.449 345.53 -171.449 c +356.026 -171.449 374.019 -177.446 388.012 -182.444 c +402.006 -187.442 426.996 -197.438 439.491 -204.435 c +451.986 -211.433 469.979 -230.425 479.476 -238.422 c +488.972 -246.418 497.969 -243.42 499.968 -278.905 c +501.967 -314.39 499.968 -334.882 498.968 -346.377 c +497.969 -357.872 492.971 -371.367 491.971 -382.862 c +490.971 -394.358 490.971 -399.356 490.971 -410.851 c +490.971 -422.346 490.971 -433.342 492.471 -442.338 c +493.97 -451.336 494.47 -457.333 494.97 -461.332 c +495.47 -465.33 491.971 -464.83 489.472 -465.83 c +486.973 -466.829 483.474 -462.331 481.975 -458.333 c +480.476 -454.334 481.475 -444.837 481.475 -441.339 c +481.475 -437.84 483.474 -434.841 483.974 -427.844 c +484.474 -420.847 485.474 -386.861 482.975 -378.364 c +480.476 -369.868 484.974 -364.37 485.973 -354.374 c +486.973 -344.378 491.971 -311.391 489.972 -308.392 c +487.973 -305.394 484.474 -327.885 478.475 -333.882 c +472.478 -339.88 471.478 -346.377 471.478 -351.875 c +471.478 -357.373 467.48 -363.37 464.981 -365.869 c +462.482 -368.368 461.982 -374.366 457.984 -380.863 c +453.985 -387.36 450.987 -394.857 450.487 -402.854 c +449.987 -410.851 451.486 -436.341 450.487 -440.839 c +449.487 -445.337 447.988 -447.836 446.988 -448.836 c +445.989 -449.835 451.486 -448.336 451.486 -453.835 c +451.486 -459.332 449.987 -459.832 449.487 -468.329 c +448.987 -476.825 447.488 -479.324 447.488 -484.322 c +447.488 -489.32 447.488 -495.318 445.489 -495.818 c +443.49 -496.317 437.492 -498.317 433.494 -498.816 c +429.495 -499.316 420.999 -499.816 419.999 -499.316 c +419 -498.816 419.499 -495.318 420.999 -494.318 c +422.498 -493.319 424.746 -490.011 y +417.5 -495.818 415.501 -496.817 v +413.502 -497.817 410.003 -499.816 407.004 -499.316 c +404.006 -498.816 402.506 -498.317 401.507 -496.817 c +400.507 -495.318 397.508 -496.817 394.509 -494.818 c +391.511 -492.819 392.01 -490.82 393.01 -489.32 c +394.01 -487.821 399.507 -482.323 y +394.01 -483.323 392.51 -483.323 v +391.011 -483.323 377.017 -484.322 374.019 -484.322 c +371.02 -484.322 364.023 -485.322 363.023 -484.822 c +362.024 -484.322 361.024 -483.323 361.024 -482.823 c +361.024 -482.323 356.526 -482.823 356.026 -482.823 c +355.526 -482.823 353.027 -480.324 353.527 -479.324 c +354.027 -478.325 357.525 -473.327 359.525 -471.827 c +361.524 -470.328 365.022 -466.329 368.021 -465.33 c +371.02 -464.33 371.52 -459.832 373.019 -457.333 c +374.518 -454.834 375.018 -451.336 375.518 -447.836 c +376.018 -444.337 377.017 -433.342 377.017 -427.844 c +377.017 -422.346 379.516 -406.353 382.015 -399.356 c +384.514 -392.358 386.514 -386.861 385.514 -381.363 c +384.514 -375.865 381.016 -368.368 381.016 -366.369 c +381.016 -364.37 381.016 -358.872 y +377.517 -358.872 371.02 -361.371 v +364.523 -363.87 348.529 -368.368 342.531 -367.369 c +336.534 -366.369 308.044 -365.369 306.545 -362.371 c +305.046 -359.372 289.552 -353.374 289.052 -352.874 c +288.552 -352.375 288.052 -359.872 289.552 -367.369 c +291.051 -374.866 292.551 -382.362 294.55 -389.36 c +296.549 -396.357 298.548 -425.345 300.048 -433.842 c +301.547 -442.338 307.545 -449.335 310.044 -453.335 c +312.542 -457.333 313.542 -460.332 313.042 -464.83 c +312.542 -469.328 311.043 -475.326 310.543 -477.825 c +310.044 -480.324 306.045 -484.322 303.046 -483.822 c +300.048 -483.323 291.051 -480.824 289.552 -481.323 c +288.052 -481.823 285.054 -485.322 284.054 -485.822 c +283.055 -486.321 277.557 -486.321 274.558 -487.321 c +271.559 -488.321 263.063 -489.82 261.563 -488.321 c +260.064 -486.821 262.063 -493.319 249.568 -491.319 c +246.078 -490.761 239.072 -491.819 235.075 -492.819 c +231.077 -493.818 224.579 -492.319 224.079 -492.319 c +223.58 -492.319 215.583 -491.819 214.083 -490.82 c +212.584 -489.82 204.087 -489.82 204.087 -487.321 c +204.087 -484.822 208.586 -482.823 211.085 -480.324 c +213.584 -477.825 220.581 -472.827 221.081 -470.328 c +221.58 -467.829 221.081 -461.332 221.081 -458.333 c +221.081 -455.334 219.081 -449.335 217.082 -445.337 c +215.083 -441.339 213.584 -427.344 213.084 -424.845 c +212.584 -422.346 214.583 -415.349 213.584 -413.35 c +212.584 -411.351 210.085 -398.356 209.085 -395.357 c +208.086 -392.358 206.087 -385.361 205.587 -379.364 c +205.087 -373.366 202.088 -354.874 201.089 -351.875 c +200.089 -348.876 198.59 -335.881 199.089 -331.883 c +199.589 -327.885 192.092 -314.89 191.592 -312.391 c +191.093 -309.892 188.594 -305.394 188.594 -300.895 c +188.594 -296.397 184.096 -294.898 181.597 -294.898 c +179.098 -294.898 170.101 -291.899 169.102 -290.899 c +168.102 -289.9 159.105 -293.398 155.606 -293.898 c +152.107 -294.398 140.112 -296.897 139.613 -296.397 c +139.113 -295.897 135.114 -303.894 134.615 -306.393 c +134.115 -308.892 132.615 -313.39 131.116 -313.89 c +129.617 -314.39 126.118 -318.888 126.118 -320.388 c +126.118 -321.887 122.12 -317.889 y +122.12 -312.391 121.62 -308.392 v +121.12 -304.394 124.619 -300.895 125.118 -298.396 c +125.618 -295.897 131.116 -287.901 130.616 -286.401 c +130.116 -284.902 128.131 -286.36 125.118 -288.4 c +121.244 -291.026 118.121 -310.392 115.622 -313.39 c +113.123 -316.389 106.626 -331.383 105.126 -333.882 c +103.627 -336.381 103.127 -363.87 102.128 -372.866 c +101.128 -381.863 103.127 -397.356 104.627 -401.355 c +106.126 -405.353 107.625 -409.352 106.626 -409.851 c +105.626 -410.351 112.623 -403.354 118.121 -403.854 c +123.619 -404.354 130.616 -408.352 131.616 -413.85 c +132.615 -419.348 131.116 -428.844 127.617 -431.343 c +124.119 -433.842 110.624 -436.341 108.125 -433.842 c +105.626 -431.343 94.631 -427.844 90.632 -418.848 c +89.333 -415.924 80.137 -391.859 79.637 -384.861 c +79.202 -378.776 76.514 -369.619 76.638 -367.868 c +76.673 -367.37 64.143 -379.364 61.644 -380.863 c +59.145 -382.362 50.149 -389.859 48.15 -387.86 c +46.15 -385.861 50.649 -383.362 52.148 -381.363 c +53.647 -379.364 61.144 -372.866 63.143 -371.367 c +65.143 -369.868 55.147 -374.866 51.148 -375.365 c +47.15 -375.865 45.151 -373.866 46.15 -373.366 c +47.15 -372.866 57.146 -368.368 62.144 -364.87 c +67.142 -361.371 74.139 -355.873 74.639 -353.374 c +75.139 -350.875 74.139 -326.885 73.139 -319.888 c +72.14 -312.891 77.138 -296.397 77.638 -287.401 c +78.137 -278.405 82.136 -267.91 84.135 -262.412 c +86.134 -256.914 90.824 -246.099 90.632 -245.419 c +s +262.063 -478.325 m +263.562 -474.326 271.059 -469.828 272.559 -467.829 c +274.058 -465.83 274.558 -460.332 272.559 -457.833 c +270.56 -455.334 267.561 -446.836 266.561 -444.837 c +265.562 -442.838 264.562 -437.34 263.562 -433.842 c +262.563 -430.343 262.063 -423.846 261.063 -421.347 c +260.064 -418.848 257.065 -412.35 256.565 -411.351 c +256.065 -410.351 254.066 -418.848 254.066 -422.346 c +254.066 -425.845 257.565 -430.343 257.565 -433.842 c +257.565 -437.34 258.065 -439.839 257.065 -443.338 c +256.065 -446.836 254.566 -450.836 255.066 -455.334 c +255.566 -459.832 256.565 -465.33 258.065 -468.828 c +259.564 -472.327 261.814 -478.986 262.063 -478.325 c +s +114.374 -421.846 m +114.123 -422.846 117.122 -422.597 118.621 -421.846 c +120.12 -421.098 121.371 -418.848 119.871 -417.348 c +118.372 -415.849 117.405 -416.194 116.122 -416.6 c +113.748 -417.348 114.509 -421.305 114.374 -421.846 c +s +121.871 -294.148 m +119.372 -291.65 119.121 -289.4 y +108.789 -290.299 108.625 -293.898 v +107.625 -315.889 64.143 -370.867 63.143 -371.367 c +S +76.638 -367.868 m +83.635 -362.371 105.126 -333.382 105.126 -333.882 c +S +164.602 -189.442 m +172.1 -193.44 172.6 -194.939 178.098 -194.939 c +183.596 -194.939 186.595 -191.441 191.592 -197.438 c +196.59 -203.436 198.59 -210.433 199.589 -217.43 c +200.589 -224.427 198.59 -229.425 194.591 -232.924 c +190.593 -236.422 194.091 -240.921 192.592 -242.42 c +191.093 -243.919 190.593 -248.418 190.593 -250.417 c +190.593 -252.416 182.845 -253.666 181.346 -254.665 c +179.846 -255.665 174.635 -263.779 173.849 -263.162 c +166.852 -257.664 168.351 -252.416 165.853 -250.417 c +163.354 -248.418 158.605 -239.921 157.105 -238.921 c +155.606 -237.922 148.021 -233.866 148.021 -231.367 c +148.021 -228.868 149.109 -219.166 148.609 -216.667 c +148.109 -214.168 152.107 -209.433 152.107 -208.434 c +S +159.781 -179.035 m +164.485 -180.211 169.189 -181.975 172.717 -182.563 c +176.245 -183.151 185.653 -186.091 188.593 -187.267 c +191.533 -188.443 198.001 -193.735 199.765 -197.263 c +201.529 -200.791 202.117 -206.671 202.705 -209.023 c +203.293 -211.375 203.293 -219.607 202.117 -221.371 c +200.941 -223.135 197.413 -231.955 196.237 -232.543 c +S +108.097 -233.86 m +112.167 -236.446 116.296 -237.525 120.179 -236.971 c +125.831 -236.166 128.942 -227.524 129.27 -225.841 c +S +109.73 -237.489 m +111.163 -238.845 115.233 -241.43 117.92 -241.079 c +120.607 -240.727 123.178 -240.834 125.479 -238.64 c +127.339 -236.869 130.379 -228.116 130.528 -226.81 c +S +108.46 -230.129 m +110.117 -226.085 113.633 -223.711 115.101 -223.019 c +120.739 -220.367 127.21 -223.619 127.234 -224.548 c +S +108.8 -230.633 m +111.01 -231.549 112.29 -232.49 113.598 -232.64 c +116.814 -233.01 120.042 -233.379 122.149 -230.779 c +123.23 -229.447 123.643 -229.297 125.175 -227.488 c +126.707 -225.678 126.557 -225.264 127.234 -224.548 c +S +u +117.144 -223.904 m +118.708 -223.335 120.422 -224.096 120.972 -225.607 c +121.522 -227.117 120.699 -228.804 119.135 -229.373 c +117.57 -229.943 115.856 -229.179 115.307 -227.669 c +114.757 -226.159 115.58 -224.472 117.144 -223.904 c +f +118.14 -226.638 m +F +U +129.952 -224.71 m +130.389 -223.353 131.426 -223.641 129.289 -222.158 c +128.199 -221.4 122.082 -217.838 119.797 -218.137 c +117.44 -218.445 114.876 -219.824 113.16 -222.044 c +S +109.974 -231.066 m +110.638 -229.885 111.271 -230.044 110.638 -229.885 c +110.188 -229.77 109.038 -229.138 y +S +125.118 -288.4 m +132.615 -282.903 135.114 -282.903 138.113 -276.906 c +141.112 -270.909 139.613 -259.413 137.613 -255.915 c +135.614 -252.416 133.615 -244.919 y +S +128.971 -242.98 m +126.971 -247.478 124.472 -253.975 120.973 -255.475 c +117.474 -256.974 111.477 -257.974 109.478 -258.473 c +S +129.823 -220.573 m +126.834 -218.203 123.007 -214.64 121.267 -214.609 c +119.528 -214.578 116.234 -213.677 113.623 -215.785 c +111.96 -217.128 108.602 -222.181 107.962 -223.343 c +S +73.139 -317.889 m +82.136 -309.392 94.631 -316.389 y +S +74.139 -305.394 m +77.638 -301.395 78.137 -298.396 85.135 -299.396 c +92.132 -300.396 97.13 -303.894 97.63 -303.894 c +S +74.139 -331.883 m +77.138 -329.384 83.635 -327.385 85.135 -327.885 c +86.634 -328.384 92.632 -329.884 y +S +74.639 -345.877 m +76.638 -343.878 83.635 -343.878 y +S +77.138 -371.367 m +80.137 -369.368 86.01 -366.119 90.008 -366.869 c +92.204 -367.28 99.629 -370.867 y +S +79.512 -382.114 m +82.011 -380.614 89.633 -374.866 96.63 -380.863 c +S +83.635 -399.356 m +92.383 -389.611 99.129 -397.356 y +S +86.885 -408.603 m +93.131 -400.355 101.628 -407.352 y +S +89.384 -414.6 m +94.631 -407.852 104.127 -413.35 y +S +93.631 -423.597 m +94.631 -420.598 104.378 -417.848 104.627 -417.848 c +S +106.877 -420.347 m +103.127 -423.097 102.128 -429.594 y +S +117.872 -422.097 m +116.873 -431.343 124.869 -432.093 y +S +112.375 -420.847 m +106.877 -427.844 114.374 -434.841 y +S +120.371 -419.348 m +125.118 -425.596 131.616 -419.099 y +S +119.871 -417.348 m +127.118 -416.6 124.619 -406.104 y +S +118.372 -416.349 m +123.119 -408.603 114.374 -404.354 y +S +116.122 -416.6 m +114.874 -409.103 106.126 -410.351 106.626 -409.851 c +106.877 -409.602 103.878 -416.849 105.377 -420.347 c +108.125 -413.85 114.374 -421.846 v +114.528 -422.044 109.876 -419.598 105.377 -420.347 c +S +114.623 -418.848 m +111.875 -411.851 104.878 -415.1 105.126 -415.1 c +S +74.639 -356.373 m +74.763 -354.498 74.639 -353.374 v +S +81.012 -390.235 m +83.511 -388.735 91.132 -382.987 98.129 -388.984 c +S +95.506 -346.127 m +95.881 -346.127 99.629 -347.377 y +S +77.388 -352.75 m +76.388 -352.125 74.639 -352.874 74.639 -352.75 c +S +89.384 -353.998 m +91.507 -353.75 97.88 -356.249 y +S +78.137 -279.904 m +84.135 -277.405 89.133 -276.406 94.131 -277.905 c +99.129 -279.405 107.126 -285.402 y +S +83.635 -265.411 m +88.133 -262.412 95.131 -262.912 99.629 -263.412 c +104.127 -263.911 113.623 -270.909 y +121.62 -276.406 l +S +77.388 -352.75 m +S +74.639 -352.75 m +S +256.565 -411.351 m +262.563 -398.856 259.564 -384.362 261.563 -374.866 c +263.562 -365.369 263.063 -354.374 267.561 -348.376 c +272.059 -342.379 281.555 -321.387 283.554 -314.89 c +285.553 -308.392 276.057 -271.908 273.059 -264.911 c +270.06 -257.914 265.562 -248.917 264.562 -244.419 c +263.562 -239.921 261.563 -225.927 263.562 -221.928 c +S +1 w +291.198 -93.775 m +S +0.7 w +289.052 -352.874 m +284.554 -343.878 266.561 -350.875 y +S +242.394 -491.555 m +242.394 -488.056 239.469 -483.145 238.221 -482.896 c +236.972 -482.645 231.474 -483.645 231.474 -483.896 c +231.474 -484.145 228.225 -480.897 226.976 -479.898 c +225.726 -478.898 221.727 -480.146 220.728 -480.646 c +219.728 -481.146 217.229 -479.398 216.729 -478.898 c +216.23 -478.398 212.951 -478.957 212.701 -479.207 c +S +219.728 -480.397 m +220.479 -483.896 212.701 -490.085 y +S +231.474 -483.896 m +231.723 -486.395 224.079 -492.319 y +S +261.872 -477.736 m +264.621 -485.233 260.622 -487.483 y +S +284.054 -485.822 m +280.556 -485.572 268.369 -482.734 267.869 -481.485 c +267.37 -480.235 262.622 -480.486 y +S +288.552 -482.073 m +285.054 -478.075 279.806 -473.826 278.057 -473.826 c +276.307 -473.826 268.854 -481.809 268.854 -481.559 c +S +269.06 -470.828 m +272.559 -470.328 275.807 -475.076 y +S +358.525 -473.327 m +362.272 -472.577 366.271 -474.326 367.27 -475.576 c +368.27 -476.825 361.524 -482.823 361.024 -482.823 c +S +367.374 -474.988 m +369.623 -474.237 372.622 -474.988 374.371 -476.236 c +376.121 -477.487 379.869 -483.484 y +S +390.275 -261.943 m +380.278 -279.436 357.347 -332.502 384.015 -355.373 c +398.54 -367.832 399.507 -387.86 404.505 -393.358 c +409.503 -398.856 405.005 -410.351 406.005 -416.849 c +407.004 -423.346 410.003 -429.843 410.003 -439.839 c +410.003 -449.835 408.004 -460.832 408.504 -465.33 c +409.004 -469.828 405.005 -475.826 404.006 -477.825 c +403.006 -479.824 398.008 -483.323 y +403.506 -482.823 407.504 -486.821 407.755 -487.071 c +408.004 -487.321 401.007 -496.067 y +S +407.269 -487.071 m +415.017 -483.821 423.513 -490.319 y +432.259 -485.321 441.006 -497.067 y +S +381.016 -358.872 m +382.337 -358.961 385.277 -357.197 y +S +489.972 -308.392 m +491.998 -302.514 496.114 -294.87 496.114 -293.106 c +S +490.234 -445.397 m +490.234 -453.629 493.762 -464.213 y +S +487.882 -446.573 m +487.882 -450.101 489.299 -465.683 489.472 -465.83 c +S +484.942 -443.045 m +483.178 -447.749 484.354 -461.273 y +S +421.439 -452.453 m +431.435 -455.981 446.668 -448.747 446.988 -448.836 c +S +376.163 -444.221 m +383.219 -451.277 401.447 -451.277 y +S +377.927 -423.641 m +382.043 -426.581 397.331 -425.993 y +S +406.739 -407.765 m +417.323 -418.349 438.491 -410.117 y +S +370.871 -461.861 m +376.163 -468.917 397.331 -471.857 y +S +409.679 -434.225 m +416.735 -440.693 439.079 -431.285 y +S +406.739 -396.593 m +414.383 -398.945 433.787 -391.301 y +S +448.487 -477.737 m +430.847 -486.557 412.031 -479.501 y +S +312.072 -455.981 m +306.78 -462.449 281.496 -464.213 y +S +300.048 -433.842 m +295.608 -439.517 276.792 -439.517 y +S +295.608 -395.417 m +290.904 -392.477 263.856 -397.769 y +S +297.96 -413.057 m +293.844 -417.173 268.56 -420.113 y +S +291.492 -374.249 m +287.376 -372.485 261.623 -374.307 261.563 -374.866 c +S +250.92 -424.229 m +247.392 -444.221 217.993 -435.401 y +S +253.272 -430.109 m +250.92 -448.337 223.285 -454.217 y +S +256.8 -461.861 m +245.04 -473.033 225.637 -468.329 y +S +213.584 -413.35 m +220.933 -420.701 239.16 -413.645 y +S +236.809 -380.129 m +232.693 -386.597 205.645 -383.657 y +S +238.572 -389.537 m +245.04 -387.185 260.328 -394.829 y +S +237.985 -371.897 m +240.924 -370.133 261.504 -378.365 y +S +237.985 -358.961 m +235.045 -362.489 202.705 -361.901 y +S +199.177 -335.442 m +215.641 -344.262 248.568 -327.21 y +S +192.709 -314.274 m +201.529 -306.63 238.572 -311.334 y +S +149.785 -246.655 m +158.605 -263.707 138.025 -287.814 y +S +160.957 -258.415 m +166.837 -267.823 146.257 -288.402 y +S +174.481 -270.763 m +178.597 -277.818 167.425 -290.166 y +S +191.533 -259.591 m +200.353 -270.175 183.889 -294.87 y +S +206.233 -247.243 m +212.113 -269.587 187.418 -299.865 188.594 -300.895 c +S +159.193 -201.379 m +162.133 -207.259 161.545 -215.491 161.545 -217.255 c +161.545 -219.019 153.313 -227.251 153.901 -230.779 c +S +237.985 -176.095 m +244.452 -180.799 251.508 -187.855 254.448 -192.559 c +257.388 -197.263 253.861 -213.37 253.566 -214.431 c +251.359 -222.372 242.571 -252.416 244.57 -262.412 c +246.569 -272.408 251.567 -282.403 252.567 -295.398 c +253.566 -308.392 253.566 -320.388 246.569 -331.383 c +239.572 -342.379 236.574 -357.373 237.574 -368.368 c +238.572 -379.364 235.575 -404.354 245.57 -422.346 c +S +457.895 -360.725 m +464.951 -348.378 464.363 -327.798 469.067 -315.45 c +473.77 -303.102 477.886 -295.458 477.298 -278.994 c +476.71 -262.531 473.77 -263.119 y +S +410.267 -370.133 m +402.035 -357.197 396.155 -340.734 394.979 -328.974 c +394.151 -320.699 409.091 -287.814 y +S +u +116.786 -223.328 m +119.079 -222.493 121.637 -223.74 122.502 -226.115 c +123.365 -228.487 122.208 -231.089 119.915 -231.922 c +117.621 -232.757 115.064 -231.51 114.199 -229.135 c +113.335 -226.763 114.493 -224.163 116.786 -223.328 c +s +118.351 -227.626 m +S +U +118.294 -232.651 m +116.002 -233.016 113.653 -232.151 112.636 -230.643 c +111.618 -229.137 111.9 -227.548 112.377 -226.28 c +112.854 -225.01 114.424 -223.735 114.926 -223.396 c +115.428 -223.057 118.062 -222.269 119.178 -222.397 c +122.279 -222.753 123.831 -224.223 124.232 -225.328 c +124.635 -226.433 124.862 -227.915 124.723 -227.965 c +S +%%Trailer +_E end + diff --git a/Master/texmf-dist/doc/latex/tlc2/indexexa.ltx b/Master/texmf-dist/doc/latex/tlc2/indexexa.ltx new file mode 100644 index 00000000000..61823aa406b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/indexexa.ltx @@ -0,0 +1,42 @@ +\documentclass{article} +\setlength\textwidth{260pt} +\setlength\marginparwidth{90pt} +\usepackage{makeidx,showidx} +\newcommand\bs{\symbol{'134}}% print backslash +\newcommand\Com[1]{\texttt{\bs#1}% + \index{#1@\texttt{\bs#1}}} +\newcommand\Prog[1]{\texttt{#1}% + \index{#1@\texttt{#1} program}} +\makeindex +\begin{document} +\section{Generating an Index} +Using the \textsf{showidx} package users can +see where they define index entries. +\par Entries are entered into the index by the +\Com{index} command. More precisely, the argument +of the \Com{index} command is written literally into +the auxiliary file \texttt{idx}. Note, however, that +information is actually written into that file only +when the \Com{makeindex} command was given in the +document preamble. + +\section{Preparing the Index} +To prepare the index for printing, the +\texttt{idx} file has to be transformed by an external +program, such as \Prog{makeindex}. +This program writes the \texttt{ind} file. +\begin{verbatim} +makeindex filename +\end{verbatim} + +\section{Printing the Index} + +During the final production run of a document the +index can be included by putting a \Com{printindex} +command at the position in the text where you want +the index to appear (normally at the end). +This command will input the \texttt{ind} file +prepared by the index processor and \LaTeX{} will +typeset the information. +\printindex +\end{document} diff --git a/Master/texmf-dist/doc/latex/tlc2/jura.bib b/Master/texmf-dist/doc/latex/tlc2/jura.bib new file mode 100644 index 00000000000..b97e09e7f31 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/jura.bib @@ -0,0 +1,40 @@ +@BOOK{zpo, + author = {Adolf Baumbach and Wolfgang Lauterbach + and Jan Albers and Peter Hartmann}, + title = {Zivilproze\ss ordnung mit + Gerichtsverfassungsgesetz und anderen + Nebengesetzen}, + shorttitle = {ZPO}, + language = {ngerman}, + edition = {59. neubearb.}, + year = 2002, + address = {M\"unchen} +} +@BOOK{aschur, + author = {Hans Brox and Wolf-Dietrich Walker}, + title = {Allgemeines Schuldrecht}, + language = {ngerman}, + edition = {29.}, + year = 2003, + address = {M\"unchen} +} + @BOOK{bschur, + author = {Hans Brox and Wolf-Dietrich Walker}, + title = {Besonderes Schuldrecht}, + shorttitle = {BSchuR}, + language = {ngerman}, + edition = {27.}, + year = 2002, + address = {M\"unchen} + } + @BOOK{bgb, + author = {Otto Palandt}, + shortauthor= {Otto Palandt}, + title = {B\"urgerliches Gesetzbuch}, + shorttitle = {BGB}, + language = {ngerman}, + edition = {62.}, + year = 2003, + publisher = {Beck Juristischer Verlag}, + address = {M\"unchen} + } diff --git a/Master/texmf-dist/doc/latex/tlc2/partial.toc b/Master/texmf-dist/doc/latex/tlc2/partial.toc new file mode 100644 index 00000000000..cc82c1eae12 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/partial.toc @@ -0,0 +1,85 @@ +\contentsline {chapter}{\numberline {2}The Structure of a \LaTeX {} Document}{15} +\contentsline {section}{\numberline {2.1}The structure of a source file}{15} +\contentsline {subsection}{\numberline {2.1.1}Processing of options and packages}{17} +\contentsline {subsection}{\numberline {2.1.2}Splitting the source file into parts}{18} +\contentsline {subsection}{\numberline {2.1.3}Combining several files}{20} +\contentsline {subsection}{\numberline {2.1.4}\texttt {optional}---Providing variants in the document source}{21} +\contentsline {section}{\numberline {2.2}Sectioning commands}{22} +\contentsline {subsection}{\numberline {2.2.1}Numbering headings}{24} +\contentsline {subsection}{\numberline {2.2.2}Formatting headings}{27} +\contentsline {subsection}{\numberline {2.2.3}Changing fixed heading texts}{34} +\contentsline {subsection}{\numberline {2.2.4}\texttt {fncychap}---Predefined chapter heading layouts}{34} +\contentsline {subsection}{\numberline {2.2.5}\texttt {quotchap}---Mottos on chapters}{35} +\contentsline {subsection}{\numberline {2.2.6}\texttt {titlesec}---A different approach to headings}{36} +\contentsline {subsubsection}{The basic interface}{37} +\contentsline {subsubsection}{The extended interface}{38} +\contentsline {subsubsection}{Conditional heading layouts}{43} +\contentsline {subsubsection}{Changing the heading hierarchy}{44} +\contentsline {section}{\numberline {2.3}Table of contents structures}{45} +\contentsline {subsection}{\numberline {2.3.1}Entering information into the contents files}{46} +\contentsline {subsection}{\numberline {2.3.2}Typesetting a contents list}{49} +\contentsline {subsection}{\numberline {2.3.3}Combining contents lists}{52} +\contentsline {subsection}{\numberline {2.3.4}Providing additional contents files}{54} +\contentsline {subsection}{\numberline {2.3.5}\texttt {shorttoc}---Summary table of contents}{55} +\contentsline {subsection}{\numberline {2.3.6}\texttt {minitoc}---Multiple tables of contents}{56} +\contentsline {subsection}{\numberline {2.3.7}\texttt {titletoc}---A different approach to contents lists}{58} +\contentsline {subsubsection}{Contents entries combined in a paragraph}{62} +\contentsline {subsubsection}{Generating partial table of contents lists}{64} +\contentsline {section}{\numberline {2.4}Managing references}{66} +\contentsline {subsection}{\numberline {2.4.1}\texttt {showkeys}---Displaying the reference keys}{68} +\contentsline {subsection}{\numberline {2.4.2}\texttt {varioref}---More flexible cross-references}{68} +\contentsline {subsection}{\numberline {2.4.3}\texttt {prettyref}---Adding frills to references}{75} +\contentsline {subsection}{\numberline {2.4.4}\texttt {titleref}---Non-numerical references}{76} +\contentsline {subsection}{\numberline {2.4.5}\texttt {hyperref}---Active references}{78} +\contentsline {subsection}{\numberline {2.4.6}\texttt {xr}---References to external documents}{78} +\contentsline {chapter}{\numberline {3}Basic Formatting Tools}{79} +\contentsline {section}{\numberline {3.1}Phrases and paragraphs}{80} +\contentsline {subsection}{\numberline {3.1.1}\texttt {xspace}---Gentle spacing after a macro}{80} +\contentsline {subsection}{\numberline {3.1.2}\texttt {ellipsis}, \texttt {lips}---Marks of omission}{81} +\contentsline {subsection}{\numberline {3.1.3}\texttt {amsmath}---Nonbreaking dashes}{83} +\contentsline {subsection}{\numberline {3.1.4}\texttt {relsize}---Relative changes to the font size}{83} +\contentsline {subsection}{\numberline {3.1.5}\texttt {textcase}---Change case of text intelligently}{85} +\contentsline {subsection}{\numberline {3.1.6}\texttt {ulem}---Emphasize via underline}{87} +\contentsline {subsection}{\numberline {3.1.7}\texttt {soul}---Letterspacing or stealing sheep}{88} +\contentsline {subsection}{\numberline {3.1.8}\texttt {url}---Typesetting \MakeUppercase {url}{}s, path names, and the like}{93} +\contentsline {subsection}{\numberline {3.1.9}\texttt {euro}---Converting and typesetting currencies}{96} +\contentsline {subsection}{\numberline {3.1.10}\texttt {lettrine}---Dropping your capital}{99} +\contentsline {subsection}{\numberline {3.1.11}Paragraph justification in \LaTeX}{102} +\contentsline {subsubsection}{Unjustified text}{103} +\contentsline {subsection}{\numberline {3.1.12}\texttt {ragged2e}---Enhancing justification}{105} +\contentsline {subsection}{\numberline {3.1.13}\texttt {setspace}---Changing interline spacing}{106} +\contentsline {subsection}{\numberline {3.1.14}\texttt {picinpar}---Making rectangular holes}{108} +\contentsline {section}{\numberline {3.2}Footnotes, endnotes, and marginals}{109} +\contentsline {subsection}{\numberline {3.2.1}Using standard footnotes}{110} +\contentsline {subsection}{\numberline {3.2.2}Customizing standard footnotes}{112} +\contentsline {subsection}{\numberline {3.2.3}\texttt {ftnright}---Right footnotes in a two-column environment}{114} +\contentsline {subsection}{\numberline {3.2.4}\texttt {footmisc}---Various footnotes styles}{114} +\contentsline {subsection}{\numberline {3.2.5}\texttt {perpage}---Resetting counters on a ``per page'' basis}{120} +\contentsline {subsection}{\numberline {3.2.6}\texttt {manyfoot}---Independent footnotes}{122} +\contentsline {subsection}{\numberline {3.2.7}\texttt {endnotes}---An alternative to footnotes}{125} +\contentsline {subsection}{\numberline {3.2.8}Marginal notes}{126} +\contentsline {section}{\numberline {3.3}List structures}{128} +\contentsline {subsection}{\numberline {3.3.1}Modifying the standard lists}{128} +\contentsline {subsubsection}{Customizing the \texttt {itemize} list environment}{128} +\contentsline {subsubsection}{Customizing the \texttt {enumerate} list environment}{129} +\contentsline {subsubsection}{Customizing the \texttt {description} list environment}{131} +\contentsline {subsection}{\numberline {3.3.2}\texttt {paralist}---Extended list environments}{132} +\contentsline {subsubsection}{Enumerations}{132} +\contentsline {subsubsection}{Itemizations}{135} +\contentsline {subsubsection}{Descriptions}{136} +\contentsline {subsubsection}{Adjusting defaults}{136} +\contentsline {subsection}{\numberline {3.3.3}\texttt {amsthm}---Providing headed lists}{138} +\contentsline {subsubsection}{Defining the style of headed lists}{140} +\contentsline {subsubsection}{Advanced customization}{141} +\contentsline {subsubsection}{Proofs and the QED symbol}{143} +\contentsline {subsection}{\numberline {3.3.4}Making your own lists}{144} +\contentsline {section}{\numberline {3.4}Simulating typed text}{151} +\contentsline {subsection}{\numberline {3.4.1}Simple verbatim extensions}{152} +\contentsline {subsection}{\numberline {3.4.2}\texttt {upquote}---Computer program style quoting}{153} +\contentsline {subsection}{\numberline {3.4.3}\texttt {fancyvrb}---Highly customizable verbatim environments}{155} +\contentsline {subsubsection}{Customization keywords for typesetting}{155} +\contentsline {subsubsection}{Limiting the displayed data}{162} +\contentsline {subsubsection}{Variant environments and commands}{164} +\contentsline {subsubsection}{Defining your own variants}{164} +\contentsline {subsubsection}{Miscellaneous features}{165} +\contentsline {subsection}{\numberline {3.4.4}\texttt {listings}---Pretty-printing program code}{168} diff --git a/Master/texmf-dist/doc/latex/tlc2/rosette.ps b/Master/texmf-dist/doc/latex/tlc2/rosette.ps new file mode 100644 index 00000000000..fa4ccc73617 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/rosette.ps @@ -0,0 +1,31 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 1 1. 44. 44. +% Cookbook Example Program from First Printing, Revised 7 Jan 1985 +% Program: Repeated Shapes Number: 6 +/inch {10 mul} def +/wedge + { newpath + 0 0 moveto + 1 0 translate + 15 rotate + 0 15 sin translate + 0 0 15 sin -90 90 arc + closepath + } def +gsave + 2.25 inch 2.25 inch translate + 1.75 inch 1.75 inch scale + 0.02 setlinewidth + 2 1 13 + {13 div setgray + gsave + wedge + gsave + fill + grestore + 0 setgray stroke + grestore + 30 rotate + } for +grestore + diff --git a/Master/texmf-dist/doc/latex/tlc2/tex.bib b/Master/texmf-dist/doc/latex/tlc2/tex.bib new file mode 100644 index 00000000000..18b33720bc6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/tex.bib @@ -0,0 +1,119 @@ + @String{ttct = "Tools and Techniques for Computer + Typesetting" } + + @Book{LGC97, + author = "Michel Goossens and Sebastian Rahtz + and Frank Mittelbach", + title = "The {\LaTeX} Graphics Companion: + Illustrating Documents with {\TeX} + and {PostScript}", + publisher = "Ad{\-d}i{\-s}on-Wes{\-l}ey Longman", + address = "Reading, MA, USA", + pages = "xxi + 554", + year = "1997", + ISBN = "0-201-85469-4", + series = ttct + } + @UNPUBLISHED{test97, + author = "Michel Goossens and Ben User + and Joe Doe and others", + title = "Ambiguous citations", + year = "1997", + note = "Submitted to the " # ibmjrd + } + @Book{LWC99, + author = "Michel Goossens and Sebastian Rahtz", + title = "The {\LaTeX} {Web} companion: + integrating {\TeX}, {HTML}, + and {XML}", + publisher = "Ad{\-d}i{\-s}on-Wes{\-l}ey Longman", + address = "Reading, MA, USA", + pages = "xxii + 522", + year = "1999", + ISBN = "0-201-43311-7", + note = "With Eitan M. Gurari and Ross Moore + and Robert S. Sutor", + series = ttct + } + @Book{Knuth-CT-a, + Author = "Donald E. Knuth", + Title = "The {\TeX}book", + Publisher = "Ad{\-d}i{\-s}on-Wes{\-l}ey", + Address = "Reading, MA, USA", + Volume = "A", + Series = "Computers and Typesetting", + pages = "ix + 483", + year = 1986, + isbn = "0-201-13447-0", + } + @Article{Knuth:TB10-1-31, + Author = "Donald E. Knuth", + Title = "{Typesetting Concrete + Mathematics}", + Journal = "TUGboat", + Volume = "10", + Number = "1", + Pages = "31--36", + year = 1989, + month = apr, + issn = "0896-3207" + } + @Book{vLeunen:92, + author = "Mary-Claire van Leunen", + gender = "sf", + title = "A handbook for scholars", + publisher = "Oxford University Press", + address = "Walton Street, Oxford OX2 6DP, UK", + pages = "xi + 348", + year = "92" + } + + @manual{GNUMake, key = {make}, + title = {{GNU Make}, A Program for Directing + Recompilation}, organization= "Free + Software Foundation",address = "Boston, + Massachusetts",ISBN={1-882114-80-9},year = 2000} + + @book{G-G, + TITLE = {{Gutenberg Jahrbuch}}, + EDITOR = {Hans-Joachim Koppitz}, + PUBLISHER = {Gutenberg-Gesellschaft, Internationale + Vereinigung f\"ur Geschichte und + Gegenwart der Druckkunst e.V.}, + ADDRESS = {Mainz, Germany}, + NOTE = {Contains results on the past and present + history of the art of printing. Founded + by Aloys Ruppel. Published since 1926.} + } + @misc{oddity, + title = "{{TUGboat} The Communications of the + {\TeX} User Group}", + howpublished = "Quarterly published.", + year = {1980ff}, + } +@InProceedings{MR-PQ, + author = "Frank Mittelbach and Chris Rowley", + title = "The Pursuit of Quality: How can + Automated Typesetting achieve the + Highest Standards of Craft + Typography?", + pages = "261--273", + crossref = "EP92"} +@InProceedings{Southall, + Author = "Richard Southall", + Title = "Presentation Rules and Rules of + Composition in the Formatting of + Complex Text", + Pages = "275--290", + crossref = "EP92"} +@Proceedings{EP92, + title = "{EP92}---Proceedings of Electronic + Publishing, '92", + shorttitle = "{EP92}", + editor = "Christine Vanoirbeek and Giovanni Coray", + publisher = "Cambridge University Press", + address = "Cambridge", + year = 1992, + booktitle = "{EP92}---Proceedings of Electronic + Publishing, '92" +} diff --git a/Master/texmf-dist/doc/latex/tlc2/ttctexa.cls b/Master/texmf-dist/doc/latex/tlc2/ttctexa.cls new file mode 100644 index 00000000000..34917c15b27 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/ttctexa.cls @@ -0,0 +1,86 @@ +% +% $Id: ttctexa.cls,v 1.16 2004/02/29 22:44:52 david Exp $ +% +%% +%% The LaTeX Companion, 2ed +%% +%% Example ``article'' class for use with the Companion examples. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% +% +\LoadClass[twoside]{article} + + +\RequirePackage[T1]{fontenc} + +\RequirePackage{times} +\RequirePackage[scaled]{helvet} + + +\let\StartShownPreambleCommands\relax +\let\StopShownPreambleCommands\relax + + +\let\ps@origplain\ps@plain +\let\ps@plain\ps@empty % this class doesn't produces page numbers + % since this would make examples too big + % but if necessary there is origplain + + + +% Public version uses cmtt (ectt) +\renewcommand{\ttdefault}{cmtt}\endinput +% Book version uses emtt, and restricts to two colors. + +\DeclareFontFamily{T1}{emtt}{\hyphenchar \font\m@ne} +\DeclareFontShape{T1}{emtt}{m}{n}{ + <-9> emtt8 + <9-10> emtt9 + <10-12> emtt10 + <12-> emtt12 + }{} +\DeclareFontShape{T1}{emtt}{m}{it}{ + <-> emitt10 + }{} +\DeclareFontShape{T1}{emtt}{m}{sl}{ + <-> emsltt10 + }{} +\DeclareFontShape{T1}{emtt}{m}{sc}{ + <-> emtcsc10 + }{} + +% FAKE OT1 as it is needed in one example + +\DeclareFontFamily{OT1}{emtt}{\hyphenchar \font\m@ne} +\DeclareFontShape{OT1}{emtt}{m}{n}{ + <-9> emtt8 + <9-10> emtt9 + <10-12> emtt10 + <12-> emtt12 + }{} + +\renewcommand{\ttdefault}{emtt} + + +% as the book is printed in two colors only (black and blue) we need +% to ensure that other colors are replaced by gray if necessary: + +\AtBeginDocument{ +\ifx\color\@undefined +\else +\definecolor{red}{gray}{.7} +\definecolor{green}{gray}{.8} +\definecolor{yellow}{gray}{.9} +\fi +} + +\endinput + diff --git a/Master/texmf-dist/doc/latex/tlc2/ttctexamargin.cls b/Master/texmf-dist/doc/latex/tlc2/ttctexamargin.cls new file mode 100644 index 00000000000..825d36dfe6d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/ttctexamargin.cls @@ -0,0 +1,106 @@ +% +% $Id: ttctexamargin.cls,v 1.7 2004/03/26 14:38:02 frank Exp $ +% +%% +%% The LaTeX Companion, 2ed +%% +%% Example ``margin lines'' class for use with the Companion examples. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% +% +\LoadClass[twoside]{article} + +\RequirePackage[T1]{fontenc} + +\RequirePackage{times} +\RequirePackage[scaled]{helvet} + + +\let\StartShownPreambleCommands\relax +\let\StopShownPreambleCommands\relax + + +\let\ps@origplain\ps@plain +\let\ps@plain\ps@empty % this class doesn't produces page numbers + % since this would make examples too big + % but if necessary there is origplain + + +% Public version uses cmtt (ectt) +\renewcommand{\ttdefault}{cmtt}\endinput +% Book version uses emtt, and restricts to two colors. + +\DeclareFontFamily{T1}{emtt}{\hyphenchar \font\m@ne} +\DeclareFontShape{T1}{emtt}{m}{n}{ + <-9> emtt8 + <9-10> emtt9 + <10-12> emtt10 + <12-> emtt12 + }{} +\DeclareFontShape{T1}{emtt}{m}{it}{ + <-> emitt10 + }{} +\DeclareFontShape{T1}{emtt}{m}{sl}{ + <-> emsltt10 + }{} +\DeclareFontShape{T1}{emtt}{m}{sc}{ + <-> emtcsc10 + }{} + +% FAKE OT1 as it is needed in one example + +\DeclareFontFamily{OT1}{emtt}{\hyphenchar \font\m@ne} +\DeclareFontShape{OT1}{emtt}{m}{n}{ + <-9> emtt8 + <9-10> emtt9 + <10-12> emtt10 + <12-> emtt12 + }{} + +\renewcommand{\ttdefault}{emtt} + +% as the book is printed in two colors only (black and blue) we need +% to ensure that other colors are replaced by gray if necessary: + +\AtBeginDocument{ +\ifx\color\@undefined +\else +\definecolor{red}{gray}{.7} +\definecolor{green}{gray}{.8} % we keep green +\definecolor{yellow}{gray}{.9} +\fi +} + +% for margin rules in math examples we need color to make them +% blue. So in this class color is actually always present: + +\RequirePackage{color} + +\newcommand \EX@rulewidth {0.25pt} + +%% Keep on hacking! +\newcommand \SetupMarginLines{% + \AtBeginDocument + {\hbox\bgroup \kern-\EX@rulewidth + {\color{blue}\vrule width \EX@rulewidth}% + \vbox\bgroup}% + \AtEndDocument + {\egroup + {\color{blue}\vrule width \EX@rulewidth}% + \kern-\EX@rulewidth \egroup}% +} + + +\SetupMarginLines + + +\endinput + diff --git a/Master/texmf-dist/doc/latex/tlc2/ttctexareport.cls b/Master/texmf-dist/doc/latex/tlc2/ttctexareport.cls new file mode 100644 index 00000000000..d199ba7ecbc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/ttctexareport.cls @@ -0,0 +1,70 @@ +% +% $Id: ttctexareport.cls,v 1.11 2004/02/29 22:44:52 david Exp $ +% +%% +%% The LaTeX Companion, 2ed +%% +%% Example ``report class for use with the Companion examples. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\LoadClass{report} + +\RequirePackage[T1]{fontenc} + +\RequirePackage{times} +\RequirePackage[scaled]{helvet} + +\let\StartShownPreambleCommands\relax +\let\StopShownPreambleCommands\relax + +\let\ps@origplain\ps@plain +\let\ps@plain\ps@empty % this class doesn't produces page numbers + % since this would make examples too big + % but if necessary there is origplain + +% Public version uses cmtt (ectt) +\renewcommand{\ttdefault}{cmtt}\endinput +% Book version uses emtt, and restricts to two colors. + +\DeclareFontFamily{T1}{emtt}{\hyphenchar \font\m@ne} +\DeclareFontShape{T1}{emtt}{m}{n}{ + <-9> emtt8 + <9-10> emtt9 + <10-12> emtt10 + <12-> emtt12 + }{} +\DeclareFontShape{T1}{emtt}{m}{it}{ + <-> emitt10 + }{} +\DeclareFontShape{T1}{emtt}{m}{sl}{ + <-> emsltt10 + }{} +\DeclareFontShape{T1}{emtt}{m}{sc}{ + <-> emtcsc10 + }{} +\renewcommand{\ttdefault}{emtt} + + +% as the book is printed in two colors only (black and blue) we need +% to ensure that other colors are replaced by gray if necessary: + +\AtBeginDocument{ +\ifx\color\@undefined +\else +\definecolor{red}{gray}{.7} +\definecolor{green}{gray}{.8} +\definecolor{yellow}{gray}{.9} +\fi +} + +\endinput + diff --git a/Master/texmf-dist/doc/latex/tlc2/w.eps b/Master/texmf-dist/doc/latex/tlc2/w.eps new file mode 100644 index 00000000000..e93588a2d8c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/w.eps @@ -0,0 +1,13 @@ +%!PS-Adobe-2.0 +%%BoundingBox:100 100 150 150 +100 100 translate % put origin at 100 100 + 0 0 moveto % define current point + 50 50 rlineto % trace diagonal line + 50 neg 0 rlineto % trace horizontal line + 50 50 neg rlineto % trace other diagonal line +stroke % draw (stroke) the lines + 0 0 moveto % redefine current point +/Times-Roman findfont % get Times-Roman font + 50 scalefont % scale it to 50 big points + setfont % make it the current font +(W) show % draw an uppercase W diff --git a/Master/texmf-dist/doc/latex/tlc2/w.ps b/Master/texmf-dist/doc/latex/tlc2/w.ps new file mode 100644 index 00000000000..b6e84dce501 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tlc2/w.ps @@ -0,0 +1,13 @@ +%! A small Encapsulated PostScript image used in the examples +%%BoundingBox:100 100 150 150 +100 100 translate % put origin at 100 100 + 0 0 moveto % define current point + 50 50 rlineto % trace diagonal line + 50 neg 0 rlineto % trace horizontal line + 50 50 neg rlineto % trace other diagonal line +stroke % draw (stroke) the lines + 0 0 moveto % redefine current point +/Times-Roman findfont % get Times-Roman font + 50 scalefont % scale it to 50 big points + setfont % make it the current font +(W) show % draw an uppercase W |