[QGIS Commit] r14182 - docs/trunk/english_us/user_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Sep 2 12:00:12 EDT 2010


Author: dassau
Date: 2010-09-02 16:00:11 +0000 (Thu, 02 Sep 2010)
New Revision: 14182

Modified:
   docs/trunk/english_us/user_guide/foreword.tex
   docs/trunk/english_us/user_guide/qgis_style.sty
Log:
added roman page numbering in the beginning and small style changes

Modified: docs/trunk/english_us/user_guide/foreword.tex
===================================================================
--- docs/trunk/english_us/user_guide/foreword.tex	2010-09-02 15:46:15 UTC (rev 14181)
+++ docs/trunk/english_us/user_guide/foreword.tex	2010-09-02 16:00:11 UTC (rev 14182)
@@ -2,8 +2,9 @@
 \mainmatter
 \pagestyle{scrheadings}
 \addchap{Foreword}\label{label_forward}
+\pagenumbering{arabic}
+\setcounter{page}{1}
 
-
 % when the revision of a section has been finalized, 
 % comment out the following line:
 % \updatedisclaimer

Modified: docs/trunk/english_us/user_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.sty	2010-09-02 15:46:15 UTC (rev 14181)
+++ docs/trunk/english_us/user_guide/qgis_style.sty	2010-09-02 16:00:11 UTC (rev 14182)
@@ -2,19 +2,25 @@
 % % !TEX encoding = utf8
 % !TEX TS-program = pdflatex
 
+%%% Start with roman page numbers and change in section foreword
+\pagenumbering{roman}
 
 %%% encoding, utf8 should work for any localization
 \usepackage[utf8]{inputenc} 
 \usepackage[T1]{fontenc} 
 
-
 %%% font settings
 \usepackage{helvet}
 \renewcommand{\sfdefault}{phv}  % switch \sf to Helvetica T1
 \renewcommand*{\familydefault}{\sfdefault} 
 \usepackage{numprint}
 
-% hypertext links   
+%%% spacing and paragraph style
+\renewcommand{\baselinestretch}{1.1}
+\parskip1.5ex
+\parindent 0pt
+
+%%% hypertext links   
 \usepackage[bookmarks=true, pdftitle={QGIS User Guide}, pdfauthor={QGIS Project}, pdfsubject={QGIS User Guide}, breaklinks=true, colorlinks=true, linkcolor=blue, urlcolor=red]{hyperref}
 
 %%%   images              



More information about the QGIS-commit mailing list