[GRASS-SVN] r35927 - grass/branches/releasebranch_6_4/tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 19 02:15:29 EST 2009
Author: hamish
Date: 2009-02-19 02:15:23 -0500 (Thu, 19 Feb 2009)
New Revision: 35927
Modified:
grass/branches/releasebranch_6_4/tools/module_synopsis.sh
Log:
smaller logo; exclude r.cats wrapper; hint on how to make pretty 2up version
Modified: grass/branches/releasebranch_6_4/tools/module_synopsis.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/module_synopsis.sh 2009-02-19 06:36:05 UTC (rev 35926)
+++ grass/branches/releasebranch_6_4/tools/module_synopsis.sh 2009-02-19 07:15:23 UTC (rev 35927)
@@ -65,7 +65,7 @@
# echo "[$MODULE]"
case "$MODULE" in
- g.parser | r.mapcalc | r3.mapcalc | mkftcap | p.out.vrml| d.paint.labels)
+ g.parser | r.mapcalc | r3.mapcalc | mkftcap | p.out.vrml| d.paint.labels | r.cats)
continue
;;
esac
@@ -253,7 +253,7 @@
#### write header
cat << EOF > "${TMP}.tex"
-%% Adapted from LyX 1.3 LaTeX export. (c) 2007 The GRASS Development Team
+%% Adapted from LyX 1.3 LaTeX export. (c) 2009 The GRASS Development Team
\documentclass[a4paper]{article}
\usepackage{palatino}
\usepackage[T1]{fontenc}
@@ -276,7 +276,7 @@
\makeatother
\begin{document}
\begin{center}\includegraphics[%
- width=0.5\textwidth]{grasslogo_vector.pdf}\end{center}
+ width=0.3\textwidth]{grasslogo_vector.pdf}\end{center}
\begin{center}{\huge `g.version | cut -f1 -d'('` Command list}\end{center}{\huge \par}
@@ -399,6 +399,9 @@
fi
\mv module_synopsis.pdf "$GISBASE/docs/pdf/"
+# Convert to pretty two-up version:
+# Open PDF in Acrobat, print-to-file as postscript, then run:
+# a2ps module_list.ps -o module_list_2up.ps
+# ps2pdf13 module_list_2up.ps
g.message "Done."
-
More information about the grass-commit
mailing list