From 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:49:07 +0000 Subject: doc/latex git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/paper/journal1.tex | 66 +++++++++++++++++++++++ Master/texmf-dist/doc/latex/paper/journal2.tex | 44 ++++++++++++++++ Master/texmf-dist/doc/latex/paper/local02.tex | 73 ++++++++++++++++++++++++++ Master/texmf-dist/doc/latex/paper/test02j.tex | 24 +++++++++ Master/texmf-dist/doc/latex/paper/test02p.tex | 73 ++++++++++++++++++++++++++ 5 files changed, 280 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/paper/journal1.tex create mode 100644 Master/texmf-dist/doc/latex/paper/journal2.tex create mode 100644 Master/texmf-dist/doc/latex/paper/local02.tex create mode 100644 Master/texmf-dist/doc/latex/paper/test02j.tex create mode 100644 Master/texmf-dist/doc/latex/paper/test02p.tex (limited to 'Master/texmf-dist/doc/latex/paper') diff --git a/Master/texmf-dist/doc/latex/paper/journal1.tex b/Master/texmf-dist/doc/latex/paper/journal1.tex new file mode 100644 index 00000000000..61d142d935c --- /dev/null +++ b/Master/texmf-dist/doc/latex/paper/journal1.tex @@ -0,0 +1,66 @@ + +\shortauthor{Aamport} +%%\shorttitle{The Gnats and Gnus} +\author{Leslie A. Aamport\thanks{to Peter}} +\title{The Gnats and Gnus\thanks{to Paul}} +\subtitle{A Document Preparation System\thanks{to Mary}} + +\maketitle + +\begin{keywords} +Gnats, Gnus +\end{keywords} + +\begin{abstract} +Starting from a historical point of view \dots +\end{abstract} + +\smalltableofcontents + +\section{Why Gnu} + +According to \cite{book-full}\footnote{Note} \dots + +\begin{itemize} +\item Some items are + \begin{itemize} + \item bullets. + \end{itemize} + \begin{enumerate} + \item And some items + \begin{enumerate} + \item are numbers. + \end{enumerate} + \end{enumerate} +\item But some items are + \begin{description} + \item[gnus] A sort of large aninals. + \end{description} +\end{itemize} + + +\subsection{Everything is changing} + +\newtheorem{change}{Change} + +\begin{change} + Even fonts are changing. +\end{change} + + +\begin{figure}[htbp] + \begin{center} + \leavevmode + The figure is typeset in \verb|\figurefont|. + The caption body is typeset in \verb|\captionbodyfont|. + The header of the caption is typeset in \verb|\captionheaderfont|. + \end{center} + \caption{The body of the caption.} +\end{figure} + + +\bibliographystyle{plain} +\bibliography{xampl} + + + diff --git a/Master/texmf-dist/doc/latex/paper/journal2.tex b/Master/texmf-dist/doc/latex/paper/journal2.tex new file mode 100644 index 00000000000..b4b50fadbd2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/paper/journal2.tex @@ -0,0 +1,44 @@ + +\shortauthor{Oz, Yannakakis} +\shorttitle{An Sorting Algorithm} +\author{Wizard V. Oz\thanks{Fanstord University} + \and Mihalis Yannakakis\thanks{University of Provence}} +\title{An Sorting Algorithm\thanks{to bubble.}} + +\maketitle + +\begin{keywords} +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!} + +\section{Conclusions} + +\cite{phdthesis-full} \dots + +\bibliographystyle{plain} +\bibliography{xampl} + +\newpage\journalpart{Revisions} +\review[Masterly]{Larry Manmaker}{The Definitive Computer Manual} +Golden edition, 1993, Chips-R-Us: Silicon Valley. + +\bigskip +The golden oldies \dots + +\revauthor{\'{E}douard Masterly\\Stanford University} + + + + diff --git a/Master/texmf-dist/doc/latex/paper/local02.tex b/Master/texmf-dist/doc/latex/paper/local02.tex new file mode 100644 index 00000000000..600e272f1d2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/paper/local02.tex @@ -0,0 +1,73 @@ +% local02.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 +% +% As input to the local LaTeX-guide "`local.tex"'. +% +% For distribution of this document see the copyright notice in the +% original sources mentioned below. +% + +\makeatletter +\newif\iflocalin +\newif\ifappendixin +\@ifundefined{localin}{\localintrue}{\localinfalse} +\@ifundefined{appendixin}{\appendixinfalse}{\appendixintrue} +\@ifundefined{docdir}{\def\docdir{\dots /emtex/doc/}}{} +\makeatother + +\iflocalin + \subsubsection{The style files \texttt{paper} and \texttt{journal}} +\fi +\ifappendixin + \subsection{The style files \texttt{paper} and \texttt{journal}} +\fi + +The style files \verb|paper| and \verb|journal| are derived from the +standard class \verb|article|. In difference to the standard document +class the layout can be changed via layout options (\verb|slanted|, +\verb|bold|, \verb|sfbold|) and font commands +(\verb|\partfont{|{\em font\/}\verb|}|, +\verb|\sectionfont{|{\em font\/}\verb|}| etc.). + +The class \texttt{paper} defines a new environment called +\texttt{keywords} and the commands +\verb|\subtitle{|\emph{text}\verb|}| and +\verb|\institution{|\emph{text}\verb|}| for the title section. Three +commands allow a small table of contents +(\verb|\smalltableofcontents|), a small lists of figures +(\verb|\smalllistoffigures|) or a small lists of tables +(\verb|\smalllistoftables|). These commands are obsolete when using the +\texttt{journal} style file. + +The format \texttt{journal} typically uses a master file which \verb|\include| +the articles. The command \verb|\journalofcontents| produces a table of +articles, revisions and parts of a journal. The new commands +\verb|\shortauthor{|\emph{text}\verb|}| and +\verb|\shorttitle{|\emph{text}\verb|}| are defined for head titles +containing authors and titles. Head titles for the whole journal may be +produced with the commands +\verb|\oddrunhead{|\emph{text}\verb|}| and +\verb|\evenrunhead{|\emph{text}\verb|}|. + +If you want to declare parts between the papers, you may use the command +\verb|\journalpart[|\emph{option}\verb|]{|\emph{text}\verb|}| or +\verb|\journalpart*{|\emph{text}\verb|}|. + +Two new commands are especially designed for revisions. The command +\verb|\revison[|\emph{option}\verb|]{|\emph{author}\verb|}{|\emph{title}\verb|}| +takes the author and the title of the revisited book. It produces a +subsection like headline and an entry for the table of contents. The +optional argument is used to put also the author of the revision into +the table of contents. This command is also defined in the form +\verb|\revision*|. The command \verb|\revauthor{|\emph{text}\verb|}| +may be useful to sign a revision. It allows the commands \verb|\and| +and \verb|\thanks|. + + +\iflocalin +For more details see the German documentation +\file{\docdir thesis} and \file{\docdir paper}. +\fi + diff --git a/Master/texmf-dist/doc/latex/paper/test02j.tex b/Master/texmf-dist/doc/latex/paper/test02j.tex new file mode 100644 index 00000000000..91185192a2e --- /dev/null +++ b/Master/texmf-dist/doc/latex/paper/test02j.tex @@ -0,0 +1,24 @@ +\documentclass[12pt,sfbold]{journal} + +\begin{document} + +\oddrunhead{G-Animal's Journal, Vol. 15} + +\begin{titlepage} +\begin{center} + {\LARGE\sffamily G-Animal's Journal} + \vfill + {\Large 1983, Vol. 15, No. 4} + \vfill + {\large\bfseries Fanstord University} +\end{center} +\end{titlepage} + +\journalcontents + +%\oddrunhead{} + +\include{journal1} +\include{journal2} + +\end{document} diff --git a/Master/texmf-dist/doc/latex/paper/test02p.tex b/Master/texmf-dist/doc/latex/paper/test02p.tex new file mode 100644 index 00000000000..b13c9d07bf3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/paper/test02p.tex @@ -0,0 +1,73 @@ +\documentclass[%%%titlepage, +]{journal} + +\begin{document} + +%\begin{titlepage} + \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 + + \begin{abstract} + Starting from a historical point of view \dots + \end{abstract} + + \begin{keywords} + Gnats, Gnus + \end{keywords} + +%\end{titlepage} + +\tableofcontents + +\section{Why Gnu} + +According to \cite{book-full}\footnote{Note} \dots + +\begin{itemize} +\item Some items are + \begin{itemize} + \item bullets. + \end{itemize} + \begin{enumerate} + \item And some items + \begin{enumerate} + \item are numbers. + \end{enumerate} + \end{enumerate} +\item But some items are + \begin{description} + \item[gnus] A sort of large aninals. + \end{description} +\end{itemize} + + +\subsection{Everything is changing} + +\newtheorem{change}{Change} + +\begin{change} + Even fonts are changing. +\end{change} + + +\begin{figure}[htbp] + \begin{center} + \leavevmode + The figure is typeset in \verb|\figurefont|. + The caption body is typeset in \verb|\captionbodyfont|. + The header of the caption is typeset in \verb|\captionheaderfont|. + \end{center} + \caption{The body of the caption.} +\end{figure} + + +\bibliographystyle{plain} +\bibliography{xampl} + +\end{document} + -- cgit v1.2.3