aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2002-05-05 09:01:15 +0000
committerallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2002-05-05 09:01:15 +0000
commit93cabb6efffcbbf051d8c519eebb2929b79dd1f0 (patch)
tree7c1e095df535f10caba2a2292ea49303a8634588 /doc
parent955683ee16a78aa85e63403068d116e8c2f517a7 (diff)
fixed figures
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@110 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex30
1 files changed, 26 insertions, 4 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 6547028..2baee16 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -18,7 +18,20 @@
% FIXME: Check that figure was included for Cartoon docs.
\documentclass{article}
-\usepackage{epsfig}
+
+\newif\ifpdf
+\ifx\pdfoutput\undefined
+\pdffalse % we are not running PDFLaTeX
+\else
+\pdfoutput=1 % we are running PDFLaTeX
+\pdftrue
+\fi
+
+\ifpdf
+\usepackage[pdftex]{graphicx}
+\else
+\usepackage{graphicx}
+\fi
\parskip = 0 pt
\parindent = 0pt
@@ -217,7 +230,10 @@ throats connect two identical asymptotically flat spacetimes
\cite{misner:1963}.
\begin{figure}
\centering
- \epsfig{file=misner.eps, height=40mm}
+ \ifpdf
+ \else
+ \includegraphicsfile[height=40mm]{misner.eps}
+ \fi
\caption{The topology of the Misner spacetime is that of a pair of
asymptotically flat sheets connected by a number of Einstein-Rosen
bridges. By construction, an exact isometry exists between the upper
@@ -298,7 +314,10 @@ the first black hole lies on the $x$-axis (as in Figure
\begin{figure}
\centering
\label{fig:multi_misner}
- \epsfig{file=multi_misner.eps, height=40mm}
+ \ifpdf
+ \else
+ \includegraphics[height=40mm]{multi_misner.eps}
+ \fi
\caption{Configuration for three Misner throats using the
\texttt{multiple\_misner\_bh} initial data.}
\end{figure}
@@ -339,7 +358,10 @@ to each other, the Brill-Lindquist data connects each throat to a
separate asymptotically flat region \cite{brill-lindquist:1963}.
\begin{figure}
\centering
- \epsfig{file=brill_lindquist.eps, height=40mm}
+ \ifpdf
+ \else
+ \includegraphics[height=40mm]{brill_lindquist.eps}
+ \fi
\caption{Two Brill-Lindquist throats connecting separate
asymptotically flat regions.}
\end{figure}