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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Dec 19 03:47:34 EST 2008


Author: dassau
Date: 2008-12-19 03:47:34 -0500 (Fri, 19 Dec 2008)
New Revision: 9860

Modified:
   docs/trunk/english_us/user_guide/features_at_a_glance.tex
   docs/trunk/english_us/user_guide/getting_started.tex
   docs/trunk/english_us/user_guide/preamble.tex
   docs/trunk/english_us/user_guide/print_composer.tex
   docs/trunk/english_us/user_guide/qgis_style.sty
   docs/trunk/english_us/user_guide/qgis_style.tex
   docs/trunk/english_us/user_guide/toc.tex
Log:
added QGIS Tips to TOC
added missing platform indication for some figures  


Modified: docs/trunk/english_us/user_guide/features_at_a_glance.tex
===================================================================
--- docs/trunk/english_us/user_guide/features_at_a_glance.tex	2008-12-19 05:06:30 UTC (rev 9859)
+++ docs/trunk/english_us/user_guide/features_at_a_glance.tex	2008-12-19 08:47:34 UTC (rev 9860)
@@ -699,7 +699,7 @@
 \includegraphics[width=0.7cm]{mActionMeasureArea} Also areas can be measured. The window only shows the accumulated area-size in the measure window 
 
 \begin{figure}[h]
-\caption{Measure tools in action} \label{fig:measure}
+\caption{Measure tools in action \nixcaption} \label{fig:measure}
 \centering
    \subfigure[Measure lines] {\label{subfig:measure_line}\includegraphics[clip=true, width=0.4\textwidth]{measure_line}}\goodgap
    \subfigure[Measure areas]{\label{subfig:measure_area}\includegraphics[clip=true, width=0.4\textwidth]{measure_area}}

Modified: docs/trunk/english_us/user_guide/getting_started.tex
===================================================================
--- docs/trunk/english_us/user_guide/getting_started.tex	2008-12-19 05:06:30 UTC (rev 9859)
+++ docs/trunk/english_us/user_guide/getting_started.tex	2008-12-19 08:47:34 UTC (rev 9860)
@@ -117,7 +117,7 @@
 
 \begin{figure}[ht]
    \begin{center}
-   \caption{A Simple QGIS Session}\label{fig:simple_session}\smallskip
+   \caption{A Simple QGIS Session \nixcaption}\label{fig:simple_session}\smallskip
    \includegraphics[clip=true, width=14cm]{simple_session}
 \end{center}  
 \end{figure}

Modified: docs/trunk/english_us/user_guide/preamble.tex
===================================================================
--- docs/trunk/english_us/user_guide/preamble.tex	2008-12-19 05:06:30 UTC (rev 9859)
+++ docs/trunk/english_us/user_guide/preamble.tex	2008-12-19 08:47:34 UTC (rev 9860)
@@ -1,7 +1,23 @@
 % vim: set textwidth=78 autoindent:
 
+% QGIS Tips
+% define tip float
+% doesn't work if written in qgis_style.sty
+% please keep the style definitions here and 
+% and load float package in qgis_style.sty
+\floatstyle{ruled}
+\newfloat{Tip}{ht}{lox}
+\floatname{Tip}{Tip}
+\newcommand\qgistip[1]{\raggedright\small{#1}}
+\renewcommand{\topfraction}{0.85}
+\renewcommand{\textfraction}{0.1}
+\renewcommand{\floatpagefraction}{0.75}
+
 \thispagestyle{empty}
 \addcontentsline{toc}{section}{Preamble}
+
+%%%%%%%%%%% nothing to change above %%%%%%%%%%
+
 \section*{Preamble}
 
 % when the revision of a section has been finalized, 

Modified: docs/trunk/english_us/user_guide/print_composer.tex
===================================================================
--- docs/trunk/english_us/user_guide/print_composer.tex	2008-12-19 05:06:30 UTC (rev 9859)
+++ docs/trunk/english_us/user_guide/print_composer.tex	2008-12-19 08:47:34 UTC (rev 9860)
@@ -75,7 +75,7 @@
 
 \begin{figure}[ht]
    \begin{center}
-   \caption{Print Composer}\label{fig:print_composer_blank}\smallskip
+   \caption{Print Composer \nixcaption}\label{fig:print_composer_blank}\smallskip
    \includegraphics[clip=true, width=\textwidth]{print_composer_blank}
 \end{center}  
 \end{figure}
@@ -191,7 +191,7 @@
 
 \begin{figure}[h]
    \begin{center}
-   \caption{Print Composer with map view, legend, scalebar, and text added}
+   \caption{Print Composer with map view, legend, scalebar, and text added \nixcaption}
    \label{fig:print_composer_complete}\smallskip
    \includegraphics[clip=true, width=\textwidth]{print_composer_complete}
 \end{center}  

Modified: docs/trunk/english_us/user_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.sty	2008-12-19 05:06:30 UTC (rev 9859)
+++ docs/trunk/english_us/user_guide/qgis_style.sty	2008-12-19 08:47:34 UTC (rev 9860)
@@ -2,40 +2,11 @@
 %% [$Id$]
 %% nothing to change below
 
-
 % creating an Index using package makeidx
 % see http://web.image.ufl.edu/help/latex/latex_indexes.shtml
 \usepackage{makeidx}
 \makeindex
 
-% QGIS Tips
-% define tip float
-% doesn't work if written in qgis_style.sty
-% please keep it here
-\usepackage{float}
-\floatstyle{ruled}
-\newfloat{Tip}{ht}{lox}
-\floatname{Tip}{Tip}
-\newcommand\qgistip[1]{\raggedright\small{#1}}
-\renewcommand{\topfraction}{0.85}
-\renewcommand{\textfraction}{0.1}
-\renewcommand{\floatpagefraction}{0.75}
-
-% internal macros for style consitency from Gary's foss4g 07 workbook
-% package fancybox is used for \button and \toolbtn
-% moved to conventions.tex
-%\newcommand{\button}[1]{\cornersize{0.1}\ovalbox{\textsf{\scriptsize#1}}}
-%\newcommand{\classname}[1]{\textsf{\textbf{#1}}}
-%\newcommand{\fieldname}[1]{\textsl{#1}}
-%\newcommand{\filename}[1]{\texttt{#1}}
-%\newcommand{\keystroke}[1]{\fbox{\textsf{\scriptsize#1}}}
-%\newcommand{\menuopt}[1]{\textsf{#1}}
-%\newcommand{\method}[1]{\textsf{\textit{#1}}}
-%\newcommand{\server}[1]{\textit{#1}}
-%\newcommand{\sqltable}[1]{\textsf{\textbf{#1}}}
-%\newcommand{\toolbtn}[1]{\cornersize{7mm}\Ovalbox{\textsf{\scriptsize#1}}}
-%\newcommand{\usertext}[1]{\texttt{#1}}
-
 % important for nice acroread-visualization as pdf.
 \usepackage[latin1]{inputenc}
 \usepackage[T1]{fontenc}

Modified: docs/trunk/english_us/user_guide/qgis_style.tex
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.tex	2008-12-19 05:06:30 UTC (rev 9859)
+++ docs/trunk/english_us/user_guide/qgis_style.tex	2008-12-19 08:47:34 UTC (rev 9860)
@@ -17,6 +17,9 @@
 % http://irb.cs.tu-berlin.de/leitfaden/manuale/latex-local/html/node20.html
 \usepackage{html}
 
+% float package needed for QGIS tips, QGIS tips style is in preamble.tex
+\usepackage{float}
+
 % Serif font
 %\usepackage{palatino}	
 % mathpazo are mathefonts for formulars in palatino font

Modified: docs/trunk/english_us/user_guide/toc.tex
===================================================================
--- docs/trunk/english_us/user_guide/toc.tex	2008-12-19 05:06:30 UTC (rev 9859)
+++ docs/trunk/english_us/user_guide/toc.tex	2008-12-19 08:47:34 UTC (rev 9860)
@@ -5,16 +5,17 @@
 \tableofcontents
 \newpage
 
-\addcontentsline{toc}{section}{List of figures}
+\addcontentsline{toc}{section}{List of Figures}
 \listoffigures
 \newpage
 
-\addcontentsline{toc}{section}{List of tables}
+\addcontentsline{toc}{section}{List of Tables}
 \listoftables
 \newpage
 
-% \addcontentsline{toc}{section}{List of QGIS Tips}
-% \listof{Tip}{QGIS Tips}
+\addcontentsline{toc}{section}{List of QGIS Tips}
+\listof{Tip}{QGIS Tips}
+\newpage
 
 \renewcommand{\baselinestretch}{1.1} 
 \parskip1.5ex



More information about the QGIS-commit mailing list