From 1aa3fae7e3ce8a77b3c2927f1b3dda17c5634520 Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 7 Jan 2004 20:12:39 +0000 Subject: Removing unnecessary whitespace. (I forget exactly why, but something seemed wrong to me at some point.) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3488 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/ThornGuide/template.tex | 56 ++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/doc/ThornGuide/template.tex b/doc/ThornGuide/template.tex index 12d54a0f..1e884a22 100644 --- a/doc/ThornGuide/template.tex +++ b/doc/ThornGuide/template.tex @@ -2,18 +2,18 @@ % Cactus Thorn template for ThornGuide documentation % Author: Ian Kelley % Date: Sun Jun 02, 2002 -% $Header$ +% $Header$ % -% Thorn documentation in the latex file doc/documentation.tex +% Thorn documentation in the latex file doc/documentation.tex % will be included in ThornGuides built with the Cactus make system. -% The scripts employed by the make system automatically include -% pages about variables, parameters and scheduling parsed from the +% The scripts employed by the make system automatically include +% pages about variables, parameters and scheduling parsed from the % relevant thorn CCL files. -% -% This template contains guidelines which help to assure that your -% documentation will be correctly added to ThornGuides. More +% +% This template contains guidelines which help to assure that your +% documentation will be correctly added to ThornGuides. More % information is available in the Cactus UsersGuide. -% +% % Guidelines: % - Do not change anything before the line % % START CACTUS THORNGUIDE", @@ -21,28 +21,28 @@ % - Each of these fields should only be on ONE line. % - Author names should be separated with a \\ or a comma. % - You can define your own macros, but they must appear after -% the START CACTUS THORNGUIDE line, and must not redefine standard +% the START CACTUS THORNGUIDE line, and must not redefine standard % latex commands. -% - To avoid name clashes with other thorns, 'labels', 'citations', -% 'references', and 'image' names should conform to the following -% convention: +% - To avoid name clashes with other thorns, 'labels', 'citations', +% 'references', and 'image' names should conform to the following +% convention: % ARRANGEMENT_THORN_LABEL -% For example, an image wave.eps in the arrangement CactusWave and +% For example, an image wave.eps in the arrangement CactusWave and % thorn WaveToyC should be renamed to CactusWave_WaveToyC_wave.eps -% - Graphics should only be included using the graphicx package. +% - Graphics should only be included using the graphicx package. % More specifically, with the "\includegraphics" command. Do -% not specify any graphic file extensions in your .tex file. This +% not specify any graphic file extensions in your .tex file. This % will allow us to create a PDF version of the ThornGuide % via pdflatex. -% - References should be included with the latex "\bibitem" command. +% - References should be included with the latex "\bibitem" command. % - Use \begin{abstract}...\end{abstract} instead of \abstract{...} -% - Do not use \appendix, instead include any appendices you need as -% standard sections. -% - For the benefit of our Perl scripts, and for future extensions, -% please use simple latex. +% - Do not use \appendix, instead include any appendices you need as +% standard sections. +% - For the benefit of our Perl scripts, and for future extensions, +% please use simple latex. +% +% *======================================================================* % -% *======================================================================* -% % Example of including a graphic image: % \begin{figure}[ht] % \begin{center} @@ -60,10 +60,10 @@ % % Example of including a reference % \bibitem{MyArrangement_MyThorn_Author99} -% {J. Author, {\em The Title of the Book, Journal, or periodical}, 1 (1999), +% {J. Author, {\em The Title of the Book, Journal, or periodical}, 1 (1999), % 1--16. {\tt http://www.nowhere.com/}} % -% *======================================================================* +% *======================================================================* % If you are using CVS use this line to give version information % $Header$ @@ -71,7 +71,7 @@ \documentclass{article} % Use the Cactus ThornGuide style file -% (Automatically used from Cactus distribution, if you have a +% (Automatically used from Cactus distribution, if you have a % thorn without the Cactus Flesh download this from the Cactus % homepage at www.cactuscode.org) \usepackage{../../../../doc/latex/cactus} @@ -79,12 +79,12 @@ \begin{document} % The author of the documentation -\author{} +\author{} % The title of the document (not necessarily the name of the Thorn) \title{} -% the date your document was last changed, if your document is in CVS, +% the date your document was last changed, if your document is in CVS, % please use: % \date{$ $Date$ $} \date{} @@ -94,7 +94,7 @@ % Do not delete next line % START CACTUS THORNGUIDE -% Add all definitions used in this documentation here +% Add all definitions used in this documentation here % \def\mydef etc % Add an abstract for this thorn's documentation -- cgit v1.2.3