[GRASS-SVN] r64938 - grass-promo/grassposter/2015_EGU_G7_PeerReview_SciPlatform

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 30 10:21:10 PDT 2015


Author: wenzeslaus
Date: 2015-03-30 10:21:10 -0700 (Mon, 30 Mar 2015)
New Revision: 64938

Modified:
   grass-promo/grassposter/2015_EGU_G7_PeerReview_SciPlatform/Makefile
Log:
use additional pdflatex run to workaround issue comming from hyperref

Modified: grass-promo/grassposter/2015_EGU_G7_PeerReview_SciPlatform/Makefile
===================================================================
--- grass-promo/grassposter/2015_EGU_G7_PeerReview_SciPlatform/Makefile	2015-03-30 16:31:17 UTC (rev 64937)
+++ grass-promo/grassposter/2015_EGU_G7_PeerReview_SciPlatform/Makefile	2015-03-30 17:21:10 UTC (rev 64938)
@@ -10,7 +10,11 @@
 	done
 
 pdf:
-	pdflatex $(FILE).tex
+	# using - to ignore error from the first latex
+	# the error is caused by something related to hyperref and
+	# second compilation gets through (this is an workaround)
+	-pdflatex -interaction=nonstopmode $(FILE).tex
+	pdflatex -interaction=nonstopmode $(FILE).tex
 	bibtex $(FILE)
 
 clean:



More information about the grass-commit mailing list