[GRASS-SVN] r59662 - grass-promo/grassposter/2014_EGU_WD_Landscape

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 9 21:13:57 PDT 2014


Author: ychemin
Date: 2014-04-09 21:13:57 -0700 (Wed, 09 Apr 2014)
New Revision: 59662

Modified:
   grass-promo/grassposter/2014_EGU_WD_Landscape/Makefile
   grass-promo/grassposter/2014_EGU_WD_Landscape/poster.tex
Log:
trying to add code highlighting

Modified: grass-promo/grassposter/2014_EGU_WD_Landscape/Makefile
===================================================================
--- grass-promo/grassposter/2014_EGU_WD_Landscape/Makefile	2014-04-10 03:45:08 UTC (rev 59661)
+++ grass-promo/grassposter/2014_EGU_WD_Landscape/Makefile	2014-04-10 04:13:57 UTC (rev 59662)
@@ -7,14 +7,14 @@
 all: $(FILE).pdf
 
 $(FILE).pdf: *.tex Makefile
-	make pdf
-	make pdf
+	make pdf 
+	make pdf 
 	@while grep Rerun $(FILE).log >/dev/null 2>&1 ; do \
 		make pdf; \
 	done
 
 pdf: fig
-	pdflatex $(FILE).tex
+	pdflatex -shell-escape $(FILE).tex 
 
 fig: $(SVGPDF)
 

Modified: grass-promo/grassposter/2014_EGU_WD_Landscape/poster.tex
===================================================================
--- grass-promo/grassposter/2014_EGU_WD_Landscape/poster.tex	2014-04-10 03:45:08 UTC (rev 59661)
+++ grass-promo/grassposter/2014_EGU_WD_Landscape/poster.tex	2014-04-10 04:13:57 UTC (rev 59662)
@@ -1,5 +1,6 @@
 \documentclass[landscape,a0,final]{a0poster}
 \usepackage[dvipsnames,svgnames]{xcolor}
+\usepackage{minted} %code highlighting, not working yet
 \usepackage{tikzposter} % here most of the things are defined
 % change parameters only after this line You can also start a new column with an arbitrary 
 % x-coordinate by specifying explicitly the coordinate of the new block node as follows:
@@ -132,7 +133,11 @@
  	\end{tabular}\newline
 \end{center}
 
-
+%Minted version Not working (+ compile needs -shell-escape)
+%\begin{minted}[frame=single,linenos,mathescape,fontsize=\small]{sh}
+%	i.group group=pca_group input=$(g.mlist type=rast pattern=*h28v07*EVI)
+%	i.pca input=pca_group output_prefix=pca_ percent=99 --o
+%\end{minted}
 }
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



More information about the grass-commit mailing list