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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Sep 3 15:46:07 EDT 2010


Author: jrm
Date: 2010-09-03 19:46:06 +0000 (Fri, 03 Sep 2010)
New Revision: 14189

Modified:
   docs/trunk/english_us/user_guide/plugins_gdaltools.tex
   docs/trunk/english_us/user_guide/plugins_gps.tex
Log:
patchs from Martin Weis, fix labels in \caption

Modified: docs/trunk/english_us/user_guide/plugins_gdaltools.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_gdaltools.tex	2010-09-03 17:48:50 UTC (rev 14188)
+++ docs/trunk/english_us/user_guide/plugins_gdaltools.tex	2010-09-03 19:46:06 UTC (rev 14189)
@@ -44,7 +44,7 @@
 
 \begin{figure}[ht]
    \centering
-   \caption{\label{gdaltools_menu}The \emph{GDALTools} menu list \nixcaption}
+   \caption{The \emph{GDALTools} menu list \nixcaption}\label{gdaltools_menu}
    \includegraphics[clip=true, width=12cm]{plugins_gdaltools_images/raster_menu}
 \end{figure}
 
@@ -53,7 +53,7 @@
 \subsubsection{Getting information about a raster}
 \begin{figure}[ht]
    \centering
-   \caption{\label{gdalinfo}The \emph{Information} dialog window \nixcaption}
+   \caption{The \emph{Information} dialog window \nixcaption}\label{gdalinfo}
    \includegraphics[clip=true, width=12cm]{plugins_gdaltools_images/gdalinfo}
 \end{figure}
 
@@ -61,13 +61,13 @@
 This example will create contour lines from an SRTM elevation tile.
 \begin{figure}[ht]
    \centering
-   \caption{\label{gdal_contour} The \emph{Contours} dialog window \nixcaption}
+   \caption{The \emph{Contours} dialog window \nixcaption}\label{gdal_contour}
    \includegraphics[clip=true, width=12cm]{plugins_gdaltools_images/gdal_contour}
 \end{figure}
 and the result:
 \begin{figure}[ht]
    \centering
-   \caption{\label{gdal_contour} The resulting contours layer \nixcaption}
+   \caption{The resulting contours layer \nixcaption}\label{gdal_contour}
    \includegraphics[clip=true, width=12cm]{plugins_gdaltools_images/qgis_contours}
 \end{figure}
 
@@ -75,7 +75,7 @@
 Here's the dialog window for reprojecting a landcover image, originally in the Albers Equal Area projection for Alaska (from the QGIS sample dataset) into Lon/Lat WGS84 (EPSG:4326).
 \begin{figure}[ht]
    \centering
-   \caption{\label{gdalwarp} The \emph{GDAL warp} dialog window \nixcaption}
+   \caption{The \emph{GDAL warp} dialog window \nixcaption}\label{gdalwarp}
    \includegraphics[clip=true, width=12cm]{plugins_gdaltools_images/gdalwarp}
 \end{figure}
 

Modified: docs/trunk/english_us/user_guide/plugins_gps.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_gps.tex	2010-09-03 17:48:50 UTC (rev 14188)
+++ docs/trunk/english_us/user_guide/plugins_gps.tex	2010-09-03 19:46:06 UTC (rev 14189)
@@ -37,7 +37,7 @@
 
 \begin{figure}[ht]
    \centering
-   \caption{\label{gpxloader}The \emph{GPS Tools} dialog window \nixcaption}
+   \caption{The \emph{GPS Tools} dialog window \nixcaption}\label{gpxloader}
    \includegraphics[clip=true, width=12cm]{loadgpx}
 \end{figure}
 
@@ -72,7 +72,7 @@
 \begin{figure}[ht]
    \centering
    \includegraphics[clip=true, width=12cm]{download}
-   \caption{\label{figure_download}The download tool \nixcaption}
+   \caption{The download tool \nixcaption}\label{figure_download}
 \end{figure}
 
 The device type you select in the GPS device menu determines how GPSBabel tries to communicate with your GPS device.
@@ -91,7 +91,7 @@
 
 This tool is very useful in combination with the vector editing capabilities of QGIS. It allows you to load a map, create waypoints and routes, and then upload them and use them on your GPS device.
 
-\subsection{\label{sec:Defining-new-device}Defining new device types}
+\subsection{Defining new device types}\label{sec:Defining-new-device}
 
 There are lots of different types of GPS devices.
 The QGIS developers can't test all of them, so if you have one that does not work with any of the device types listed in the \tab{Download from GPS} and \tab{Upload to GPS} tools you can define your own device type for it.



More information about the QGIS-commit mailing list