[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:53:11 UTC 2009


The following commit has been merged in the upstream branch:
commit c16c514167cb1d2d054e2b18e7f3fb5241ca2f41
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Mar 31 11:02:06 2006 +1100

    Removed obsolete pdflatex doc stuff
    
    darcs-hash:20060331000206-d4795-1bc272d690d35ad27f31b0f5d332020685bf2ccc.gz

diff --git a/doc/tutorial/depend.awk b/doc/tutorial/depend.awk
index 2ff3d0e..ed7e187 100644
--- a/doc/tutorial/depend.awk
+++ b/doc/tutorial/depend.awk
@@ -11,13 +11,10 @@ BEGIN {
 	   $1 == "\\includegraphics*[height" ||
 	   $1 == "\\includegraphics*[angle") {
     for (i = 2; i <= NF; i++)
-      if (match ($i, "\\gfx"))
+      if (match ($i, "eps"))
 	depeps = depeps " " $i;
   }
 }
 END {
-  gsub("\\\\gfx", "eps", depeps);
   print file "1.dvi: " depeps;
-#  gsub("eps", "pdf", depeps);
-#  print "\n" file ".pdf: " depeps;
 }
diff --git a/doc/tutorial/pdf.tex b/doc/tutorial/pdf.tex
deleted file mode 100644
index 67a9d6f..0000000
--- a/doc/tutorial/pdf.tex
+++ /dev/null
@@ -1,20 +0,0 @@
-\newif\ifpdf
-\ifx\pdfoutput\undefined
-   \pdffalse
-\else
-   \pdfoutput=1
-   \pdftrue
-\fi  
-
-\ifpdf
-  \usepackage[pdftex]{graphicx}
-  \pdfcompresslevel=9
-  \pdfpageheight = 297truemm
-  \pdfpagewidth = 210truemm
-  \pdfhorigin=1truein     % default value(?), but doesn't work without
-  \pdfvorigin=1truein     % default value(?), but doesn't work without
-  \newcommand{\gfx}{pdf}
-\else
-  \usepackage{graphicx}
-  \newcommand{\gfx}{eps}
-\fi
diff --git a/doc/tutorial/tutorial.tex b/doc/tutorial/tutorial.tex
index 3182982..57dd2c4 100644
--- a/doc/tutorial/tutorial.tex
+++ b/doc/tutorial/tutorial.tex
@@ -2,7 +2,7 @@
 \usepackage{html}
 \usepackage{color}
 \pagecolor{white}
-\input{pdf.tex}
+\usepackage{graphicx}
 
 \oddsidemargin=4mm
 \evensidemargin=-1mm
@@ -394,7 +394,7 @@ containing one node (a {\tt GfsBox}) connected with itself in both the
 horizontal ({\tt right}) and vertical ({\tt top}) directions.
 \begin{figure}[htbp]
 \begin{center}
-\includegraphics[width=0.4\hsize]{direction.\gfx}
+\includegraphics[width=0.4\hsize]{direction.eps}
 \end{center}
 \caption{Definition of spatial directions}
 \label{direction}
@@ -716,7 +716,7 @@ you will get the image on figure \ref{vorticity} at $t=18$ (resolution
 has been increased to $128\times 128$).
 \begin{figure}
 \begin{center}
-\includegraphics[width=0.4\hsize]{vorticity.\gfx}
+\includegraphics[width=0.4\hsize]{vorticity.eps}
 \end{center}
 \caption{Vorticity field for the initial random vorticity problem at
 $t=18$.}
@@ -876,7 +876,7 @@ manual for details), you should see something like the image on figure
 \ref{half-cylinder}.
 \begin{figure}[htbp]
 \begin{center}
-\includegraphics[width=0.3\hsize]{half-cylinder.\gfx}
+\includegraphics[width=0.3\hsize]{half-cylinder.eps}
 \end{center}
 \caption{Geomview representation of {\tt half-cylinder.gts}}
 \label{half-cylinder}
@@ -957,7 +957,7 @@ to disable automatic normalization in Geomview by selecting
 Inspect$\rightarrow$Appearance$\rightarrow$Normalize$\rightarrow$None).
 \begin{figure}[htbp]
 \begin{center}
-\includegraphics[angle=90,width=0.8\hsize]{boundaries.\gfx}
+\includegraphics[angle=90,width=0.8\hsize]{boundaries.eps}
 \end{center}
 \caption{Representation of boundary conditions and solid boundaries}
 \label{boundaries}
@@ -1084,7 +1084,7 @@ dragging the left button.
 \begin{figure}[htbp]
 \begin{center}
 \htmlimage{scale=2.0,external,thumbnail=1}
-\includegraphics[width=\hsize]{gfsview.\gfx}
+\includegraphics[width=\hsize]{gfsview.eps}
 \end{center}
 \caption{Screenshot of a GfsView session.}
 \label{gfsview}
@@ -1131,7 +1131,7 @@ and zooming around (and possibly tune things like face shading) you
 should get an image looking like figure \ref{gfs2oogl}.
 \begin{figure}[htbp]
 \begin{center}
-\includegraphics[angle=90,width=0.6\hsize]{gfs2oogl.\gfx}
+\includegraphics[angle=90,width=0.6\hsize]{gfs2oogl.eps}
 \end{center}
 \caption{Scalar and vector representation generated using {\tt
 gfs2oogl}.}
@@ -1188,7 +1188,7 @@ menu should bring up windows looking like figure \ref{dx-screen}.
 \begin{figure}[htbp]
 \begin{center}
 \htmlimage{scale=2.0,external,thumbnail=1}
-\includegraphics[width=\hsize]{dxscreen.\gfx}
+\includegraphics[width=\hsize]{dxscreen.eps}
 \end{center}
 \caption{Screenshot of an OpenDX session using the ImportGfs2D module.}
 \label{dx-screen}
@@ -1306,7 +1306,7 @@ as usual, but also the boundaries (thin black lines) between different
 levels of refinement.
 \begin{figure}[htbp]
 \begin{center}
-\includegraphics[angle=90,width=0.6\hsize]{refined1.\gfx}
+\includegraphics[angle=90,width=0.6\hsize]{refined1.eps}
 \end{center}
 \caption{Dynamic adaptive mesh refinement $t=0.1$}
 \label{refined1}
@@ -1320,7 +1320,7 @@ will get a picture looking like figure \ref{refined1-cells}, showing
 all the cells used for the discretisation.
 \begin{figure}[htbp]
 \begin{center}
-\includegraphics[angle=90,width=0.6\hsize]{refined1_cells.\gfx}
+\includegraphics[angle=90,width=0.6\hsize]{refined1_cells.eps}
 \end{center}
 \caption{Dynamic adaptive mesh refinement $t=0.1$. Detail of the cells.}
 \label{refined1-cells}
@@ -1337,7 +1337,7 @@ domains to avoid any contamination of the solution by the boundary
 conditions.
 \begin{figure}[htbp]
 \begin{center}
-\includegraphics[angle=90,width=0.8\hsize]{refined2.\gfx}
+\includegraphics[angle=90,width=0.8\hsize]{refined2.eps}
 \end{center}
 \caption{Dynamic adaptive mesh refinement $t=9$.}
 \label{refined2}

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list