diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-03 18:24:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-03 18:24:24 +0000 |
commit | 0fda812c86b5b3b821e53b78122c1b540c96433d (patch) | |
tree | f0c99e72f189258ab7fb51b8a24b04ca33d15f04 /Master/texmf-dist/doc | |
parent | 31447ea73242d73f1c85f1bf44589a7df3314027 (diff) |
paper doc update (1jun08)
git-svn-id: svn://tug.org/texlive/trunk@8526 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/paper/README | 24 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/paper/install | 54 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/paper/journal1.tex | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/paper/journal2.tex | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/paper/local.tex (renamed from Master/texmf-dist/doc/latex/paper/local02.tex) | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/paper/paper.dvi | bin | 80376 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/paper/paper.pdf | bin | 0 -> 146987 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/paper/testj.tex (renamed from Master/texmf-dist/doc/latex/paper/test02j.tex) | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/paper/testp.tex (renamed from Master/texmf-dist/doc/latex/paper/test02p.tex) | 11 |
9 files changed, 119 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/paper/README b/Master/texmf-dist/doc/latex/paper/README new file mode 100644 index 00000000000..9618e6f498e --- /dev/null +++ b/Master/texmf-dist/doc/latex/paper/README @@ -0,0 +1,24 @@ +The files in the archive paper??.zip include the following +supported macros and files for LaTeX2e: + + paper.dtx latex-style files paper and journal + in doc option format + paper.pdf documentation in pdf format + install driver for installing the package + local.tex input to the local latex-guide "`local.tex"' + testp.tex example input text for paper + testj.tex example input text for journal + journal1.tex example input text for journal + journal2.tex example input text for journal + README this file + +Run `latex install' to generate the class files paper.cls and +journal.cls (as well as paper.sty and journal.sty, for compatibility). +This needs the `docstrip' utility. Then run `latex paper.drv' to generate +the documentation. + +Written by Wenzel Matiaske. See paper.dtx for licensing information. + +Updates are available from CTAN. This package lives at: + http://tug.ctan.org/tex-archive/macros/latex/contrib/paper/ +and at similar locations on CTAN mirrors. diff --git a/Master/texmf-dist/doc/latex/paper/install b/Master/texmf-dist/doc/latex/paper/install new file mode 100644 index 00000000000..d9f99def7ed --- /dev/null +++ b/Master/texmf-dist/doc/latex/paper/install @@ -0,0 +1,54 @@ +\def\batchfile{install} +\def\filename{paper} + +{\immediate\openin15 docstrip.tex +\ifeof 15 +\typeout{***********************************************} +\typeout{* Sorry can not find the file `docstrip.tex'. *} +\typeout{***********************************************} +\expandafter\aftergroup\csname @@end\expandafter\endcsname +\expandafter\aftergroup\csname end\expandafter\endcsname \fi} + +\input docstrip.tex + +\preamble + +Copyright (C) 1993, 1998 by wenzel_matiaske@notes.uni-paderborn.de + +You are not allowed to distribute this file without the +original source \filename.dtx. For distribution of the +sources see the copyright notice in the file \filename.dtx. + +\endpreamble + +\keepsilent + +\Msg{*** Generating the document class files ***} + +\generateFile{paper.cls}{t}{\from{paper.dtx}{paper}} +\generateFile{paper.sty}{t}{\from{paper.dtx}{paper.sty}} +\generateFile{journal.cls}{t}{\from{paper.dtx}{journal}} +\generateFile{journal.sty}{t}{\from{paper.dtx}{journal.sty}} + +\Msg{*** Generating the documentation driver ***} + +\generateFile{paper.drv}{t}{\from{paper.dtx}{driver}} + +\ifToplevel{ +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* files into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space paper.cls, paper.sty} +\Msg{* \space\space journal.cls, journal.sty} +\Msg{*} +\Msg{* To produce the documentation run the files ending with} +\Msg{* `.drv' through LaTeX.} +\Msg{*} +\Msg{* Happy TeXing} +\Msg{***********************************************************} +} + +\endinput + diff --git a/Master/texmf-dist/doc/latex/paper/journal1.tex b/Master/texmf-dist/doc/latex/paper/journal1.tex index 61d142d935c..f1e6fc80f1c 100644 --- a/Master/texmf-dist/doc/latex/paper/journal1.tex +++ b/Master/texmf-dist/doc/latex/paper/journal1.tex @@ -1,8 +1,8 @@ \shortauthor{Aamport} %%\shorttitle{The Gnats and Gnus} -\author{Leslie A. Aamport\thanks{to Peter}} -\title{The Gnats and Gnus\thanks{to Paul}} +\author{Leslie A. Aamport} +\title{The Gnats and Gnus} \subtitle{A Document Preparation System\thanks{to Mary}} \maketitle @@ -47,6 +47,12 @@ According to \cite{book-full}\footnote{Note} \dots Even fonts are changing. \end{change} + And even equation numbers change. + +\begin{equation} + \label{eq:1in1} + c_{ij}^{\ast}\, v_{j} = x_{ji}\, r_{i}. +\end{equation} \begin{figure}[htbp] \begin{center} @@ -64,3 +70,8 @@ According to \cite{book-full}\footnote{Note} \dots + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/paper/journal2.tex b/Master/texmf-dist/doc/latex/paper/journal2.tex index b4b50fadbd2..11f6e6512a3 100644 --- a/Master/texmf-dist/doc/latex/paper/journal2.tex +++ b/Master/texmf-dist/doc/latex/paper/journal2.tex @@ -1,10 +1,12 @@ \shortauthor{Oz, Yannakakis} \shorttitle{An Sorting Algorithm} -\author{Wizard V. Oz\thanks{Fanstord University} - \and Mihalis Yannakakis\thanks{University of Provence}} +\author{Wizard V. Oz \and Mihalis Yannakakis} +\institution{Fanstord University\and University of Provence} + \title{An Sorting Algorithm\thanks{to bubble.}} + \maketitle \begin{keywords} @@ -12,17 +14,23 @@ Bubble, Sort \end{keywords} + \begin{abstract} The joy of sorting \dots \end{abstract} - \smalltableofcontents \section{$O(n \log n / \! \log\log n)$} See\footnote{Some gnu!} + + \begin{equation} + \label{eq:1in2} + |\mathtt{yucca} -\mathtt{abuzz}| = \sqrt{2415} + \end{equation} + \section{Conclusions} \cite{phdthesis-full} \dots @@ -42,3 +50,8 @@ The golden oldies \dots + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/paper/local02.tex b/Master/texmf-dist/doc/latex/paper/local.tex index 600e272f1d2..692f1ca7046 100644 --- a/Master/texmf-dist/doc/latex/paper/local02.tex +++ b/Master/texmf-dist/doc/latex/paper/local.tex @@ -1,13 +1,14 @@ -% local02.tex -- updated for LaTeX2e 16 May 1996 -% first released 1 Sept 1993 +% \iffalse +% local.tex -- updated for LaTeX2e 16 May 1996 +% first released 1 Sept 1993 % -% Copyright (C) 1993, 1996 by Wenzel Matiaske, mati1831@perform.ww.tu-berlin.de +% Copyright (C) 1993, 1998 by wenzel_matiaske@notes.uni-paderborn.de % % As input to the local LaTeX-guide "`local.tex"'. % % For distribution of this document see the copyright notice in the % original sources mentioned below. -% +% \fi \makeatletter \newif\iflocalin diff --git a/Master/texmf-dist/doc/latex/paper/paper.dvi b/Master/texmf-dist/doc/latex/paper/paper.dvi Binary files differdeleted file mode 100644 index 39945c31d08..00000000000 --- a/Master/texmf-dist/doc/latex/paper/paper.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/paper/paper.pdf b/Master/texmf-dist/doc/latex/paper/paper.pdf Binary files differnew file mode 100644 index 00000000000..283197f51e7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/paper/paper.pdf diff --git a/Master/texmf-dist/doc/latex/paper/test02j.tex b/Master/texmf-dist/doc/latex/paper/testj.tex index 91185192a2e..237705cfa50 100644 --- a/Master/texmf-dist/doc/latex/paper/test02j.tex +++ b/Master/texmf-dist/doc/latex/paper/testj.tex @@ -1,4 +1,4 @@ -\documentclass[12pt,sfbold]{journal} +\documentclass[12pt,sfbold,twoside,center]{journal} \begin{document} @@ -21,4 +21,5 @@ \include{journal1} \include{journal2} + \end{document} diff --git a/Master/texmf-dist/doc/latex/paper/test02p.tex b/Master/texmf-dist/doc/latex/paper/testp.tex index b13c9d07bf3..701fa326e44 100644 --- a/Master/texmf-dist/doc/latex/paper/test02p.tex +++ b/Master/texmf-dist/doc/latex/paper/testp.tex @@ -1,14 +1,14 @@ -\documentclass[%%%titlepage, -]{journal} +\documentclass[sfbold,]{paper} + \begin{document} %\begin{titlepage} + \author{Leslie A. Aamport\thanks{to Peter}} + \title{The Gnats and Gnus\thanks{to Paul}} + \subtitle{A Document Preparation System\thanks{to Mary}} \shortauthor{Aamport} \shorttitle{The Gnats and Gnus} - \author{Leslie A. Aamport\thanks{to Peter}} - \title{The Gnats and Gnus}\thanks{to Gnu} - \subtitle{A Document Preparation System\thanks{to Barbara}} \maketitle @@ -22,7 +22,6 @@ %\end{titlepage} -\tableofcontents \section{Why Gnu} |