[Greater-commits] r3803 - trunk/greater-pre-processing/doc

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Oct 13 18:39:56 CEST 2011


Author: aheinecke
Date: 2011-10-13 18:39:56 +0200 (Thu, 13 Oct 2011)
New Revision: 3803

Modified:
   trunk/greater-pre-processing/doc/Makefile
   trunk/greater-pre-processing/doc/greater-preprocessing-manual.tex
Log:
Syntax fixes and use pdflatex


Modified: trunk/greater-pre-processing/doc/Makefile
===================================================================
--- trunk/greater-pre-processing/doc/Makefile	2011-10-13 16:34:15 UTC (rev 3802)
+++ trunk/greater-pre-processing/doc/Makefile	2011-10-13 16:39:56 UTC (rev 3803)
@@ -5,9 +5,9 @@
 
 .SUFFIXES: .dvi .tex .jpg .eps .ps .fig .pdf .html
 
-LATEX = latex
+LATEX = pdflatex
 
-DOCUMENTS = greater-preprocessing-manual.ps 
+DOCUMENTS = greater-preprocessing-manual.pdf 
 
 %.eps:	%.jpg
 	convert jpg:$*.jpg eps:$*.eps
@@ -15,20 +15,12 @@
 %.eps:	%.fig
 	fig2dev -L eps $*.fig > $*.eps
 
-%.dvi:	%.tex
+%.pdf:	%.tex
 	$(LATEX) $*.tex && $(LATEX) $*.tex
 
 %.ps:	%.dvi
 	dvips -o $*.ps $*.dvi 
 
-%.pdf:	%.ps
-	( echo "<< /AutoFilterColorImages false"; 	\
-	  echo "   /EncodeColorImages true"; 		\
-	  echo "   /DownsampleColorImages false"; 	\
-	  echo "   /ColorImageFilter /FlateEncode"; 	\
-	  echo ">> setdistillerparams" ) 		\
-	  | cat - $*.ps | ps2pdf - $*.pdf 
-
 all: $(DOCUMENTS)
 
 greater-preprocessing-manual.dvi: theory.tex sourcefiles.tex resultfiles.tex \

Modified: trunk/greater-pre-processing/doc/greater-preprocessing-manual.tex
===================================================================
--- trunk/greater-pre-processing/doc/greater-preprocessing-manual.tex	2011-10-13 16:34:15 UTC (rev 3802)
+++ trunk/greater-pre-processing/doc/greater-preprocessing-manual.tex	2011-10-13 16:39:56 UTC (rev 3803)
@@ -150,9 +150,10 @@
 \verb"http://great-er.intevation.org/"
 
 \begin{center}
-{\bf Note:} {\texthl The Catchment Format between Version 2 of
+\begin{textbf} Note:\end{textbf} \begin{textit}
+The Catchment Format between Version 2 of
 the GREAT-ER Software and Version 3 stayed the same. So when preparing
-data for GREAT-ER III the correct format is 2.0}
+data for GREAT-ER III the correct Format is 2.0\end{textit}
 \end{center}
 %
 % *************************************************************************



More information about the Greater-commits mailing list