aboutsummaryrefslogtreecommitdiff
path: root/Carpet/doc
diff options
context:
space:
mode:
authorschnetter <>2003-01-14 22:20:00 +0000
committerschnetter <>2003-01-14 22:20:00 +0000
commite22a2463dfb649b938e4cccb0c9506ea37fae0b0 (patch)
treee722aa5071f2ce0f0e92d41730905b10488a3fbb /Carpet/doc
parent4279fb88c90c81e2fc36785e8d0d9f9179a9ced7 (diff)
Included the bibliography directly into the latex source file instead
Included the bibliography directly into the latex source file instead of using a *.bib file. This is ugly, but seems not to work otherwise with Cactus' thorn guide build system. darcs-hash:20030114222029-07bb3-f3befb56de8a6945944cc5a82d17eae97329aa76.gz
Diffstat (limited to 'Carpet/doc')
-rw-r--r--Carpet/doc/documentation.tex52
1 files changed, 45 insertions, 7 deletions
diff --git a/Carpet/doc/documentation.tex b/Carpet/doc/documentation.tex
index 73714b450..96749e9ab 100644
--- a/Carpet/doc/documentation.tex
+++ b/Carpet/doc/documentation.tex
@@ -2,7 +2,7 @@
% Cactus Thorn template for ThornGuide documentation
% Author: Ian Kelley
% Date: Sun Jun 02, 2002
-% $Header: /home/eschnett/C/carpet/Carpet/Carpet/doc/documentation.tex,v 1.3 2002/11/29 16:48:35 schnetter Exp $
+% $Header: /home/eschnett/C/carpet/Carpet/Carpet/doc/documentation.tex,v 1.4 2003/01/14 23:20:29 schnetter Exp $
%
% Thorn documentation in the latex file doc/documentation.tex
% will be included in ThornGuides built with the Cactus make system.
@@ -64,7 +64,7 @@
% *======================================================================*
% If you are using CVS use this line to give version information
-% $Header: /home/eschnett/C/carpet/Carpet/Carpet/doc/documentation.tex,v 1.3 2002/11/29 16:48:35 schnetter Exp $
+% $Header: /home/eschnett/C/carpet/Carpet/Carpet/doc/documentation.tex,v 1.4 2003/01/14 23:20:29 schnetter Exp $
\documentclass{article}
@@ -85,7 +85,7 @@
% the date your document was last changed, if your document is in CVS,
% please use:
-\date{$ $Date: 2002/11/29 16:48:35 $ $}
+\date{$ $Date: 2003/01/14 23:20:29 $ $}
\maketitle
@@ -749,11 +749,49 @@ To be continued\ldots
-%% \begin{thebibliography}{9}
-%% \end{thebibliography}
+%% \bibliographystyle{amsalpha} % initials + year
+%% \bibliography{carpet}
-\bibliographystyle{amsalpha} % initials + year
-\bibliography{carpet}
+\providecommand{\bysame}{\leavevmode\hbox to3em{\hrulefill}\thinspace}
+\providecommand{\MR}{\relax\ifhmode\unskip\space\fi MR }
+% \MRhref is called by the amsart/book/proc definition of \MR.
+\providecommand{\MRhref}[2]{%
+ \href{http://www.ams.org/mathscinet-getitem?mr=#1}{#2}
+}
+\providecommand{\href}[2]{#2}
+\begin{thebibliography}{{Pen}}
+
+\bibitem[AA]{Carpet__astro-psu-edu}
+{Department for} Astronomy and Astrophysics,
+ \emph{\href{http://www.astro.psu.edu/} {http://www.astro.psu.edu/}}.
+
+\bibitem[{Cac}]{Carpet__cactuscode-org}
+{Cactus web pages}, \emph{\href{http://www.cactuscode.org/}
+ {http://www.cactuscode.org/}}.
+
+\bibitem[CVS]{Carpet__CVS}
+CVS, \emph{\href{http://www.cvshome.org/} {http://www.cvshome.org/}}.
+
+\bibitem[gnu]{Carpet__gnuplot-info}
+gnuplot, \emph{\href{http://www.gnuplot.info/} {http://www.gnuplot.info/}}.
+
+\bibitem[HDF]{Carpet__HDF}
+HDF, \emph{\href{http://hdf.ncsa.uiuc.edu/} {http://hdf.ncsa.uiuc.edu/}}.
+
+\bibitem[{Pen}]{Carpet__psu-edu}
+{Penn State University}, \emph{\href{http://www.psu.edu/}
+ {http://www.psu.edu/}}.
+
+\bibitem[Sch]{Carpet__erik-schnetter}
+Erik Schnetter, \emph{\href{mailto:schnetter@uni-tuebingen.de} {\textless
+ schnetter@uni-tuebingen.de\textgreater}}.
+
+\bibitem[Sha]{Carpet__FlexIO}
+John Shalf, \emph{{FlexIO} library:
+ \href{http://zeus.ncsa.uiuc.edu/~jshalf/FlexIO/}
+ {http://zeus.ncsa.uiuc.edu/\textasciitilde jshalf/FlexIO/}}.
+
+\end{thebibliography}
% Do not delete next line
% END CACTUS THORNGUIDE