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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Jul 27 17:20:55 EDT 2008


Author: taraathan
Date: 2008-07-27 17:20:55 -0400 (Sun, 27 Jul 2008)
New Revision: 8935

Modified:
   docs/trunk/english_us/user_guide/creating_applications.tex
   docs/trunk/english_us/user_guide/getting_started.tex
   docs/trunk/english_us/user_guide/grass_integration.tex
   docs/trunk/english_us/user_guide/map_composer.tex
   docs/trunk/english_us/user_guide/mapserver_export.tex
   docs/trunk/english_us/user_guide/plugins.tex
   docs/trunk/english_us/user_guide/plugins_decorations.tex
   docs/trunk/english_us/user_guide/plugins_delimited_text.tex
   docs/trunk/english_us/user_guide/plugins_georeferencer.tex
   docs/trunk/english_us/user_guide/plugins_gps.tex
   docs/trunk/english_us/user_guide/plugins_graticule_creator.tex
   docs/trunk/english_us/user_guide/plugins_python.tex
   docs/trunk/english_us/user_guide/working_with_ogc.tex
   docs/trunk/english_us/user_guide/working_with_projections.tex
   docs/trunk/english_us/user_guide/working_with_raster.tex
   docs/trunk/english_us/user_guide/working_with_vector.tex
Log:
all figures have been commented out so that errors from missing images do not arise

macros that call images that have had their names changed were commented out and a FIXME tag added

Modified: docs/trunk/english_us/user_guide/creating_applications.tex
===================================================================
--- docs/trunk/english_us/user_guide/creating_applications.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/creating_applications.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -358,24 +358,24 @@
 
 When the application starts up, it looks like this:
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Starting the new demo application}\label{fig:demo_app_startup}\smallskip
-  \includegraphics[scale=0.8]{getdsn}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Starting the new demo application}\label{fig:demo_app_startup}%\smallskip
+%  \includegraphics[scale=0.8]{getdsn}
+%\end{center}
+%\end{figure}
 
 To add the \filename{world\_borders} layer, click on the 
 \usertext{Add Layer} tool and navigate to the data directory.
 Select the shapefile and click \button{Open} to add it to the map. 
 Our custom fill color is applied and the result is:
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Adding a layer the demo application}\label{fig:demo_app_done}\smallskip
-  \includegraphics[scale=0.8]{getdsn}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Adding a layer the demo application}\label{fig:demo_app_done}%\smallskip
+%  \includegraphics[scale=0.8]{getdsn}
+%\end{center}
+%\end{figure}
 
 Creating a PyQGIS application is really pretty simple. 
 In less than 150 lines of code we have an application that can

Modified: docs/trunk/english_us/user_guide/getting_started.tex
===================================================================
--- docs/trunk/english_us/user_guide/getting_started.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/getting_started.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -491,7 +491,7 @@
 incorrect. To fix this you need to set an appropriate map coordinate system.
 
 \subsubsection{Measure length}\index{measure:line length}
-%\includegraphics[width=0.7cm]{measureline} 
+%FIXME \includegraphics[width=0.7cm]{measureline} 
 QGIS is also able to measure real distances between given 
 points according to a defined ellipsoid. Therefore choose menu option \mainmenuopt{Settings} > \dropmenuopt{Options}, 
 click on the \tab{Map tools} tab and choose the appropriate ellipsoid. The tool then allows you to 
@@ -499,7 +499,7 @@
 length is printed. To stop measuring click your right mouse button. 
 
 \subsubsection{Measure areas}\index{measure:areas}
-%\includegraphics[width=0.7cm]{measurearea} 
+%FIXME \includegraphics[width=0.7cm]{measurearea} 
 Also areas can be measured. The window only shows the
 accumulated area-size in the measure window (see figure \ref{fig:measure}).
 
@@ -540,7 +540,7 @@
 
 \subsection{GUI Options}
 \label{subsec:gui_options}
-%\includegraphics[width=0.7cm,clip=true]{mActionOptions} 
+\includegraphics[width=0.7cm,clip=true]{mActionOptions} 
 Some basic options for QGIS
 can be selected using the \dialog{Options} dialog. Select the 
 menu option \mainmenuopt{Settings} >

Modified: docs/trunk/english_us/user_guide/grass_integration.tex
===================================================================
--- docs/trunk/english_us/user_guide/grass_integration.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/grass_integration.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -52,9 +52,13 @@
   and the mapset \filename{PERMANENT} or \filename{user1}. 
   \item Click \button{OK}. Notice that some of the tools in the GRASS toolbar
   that were disabled are now enabled.
-  \item Click on \toolbtntwo{add_grass_raster}{Add GRASS raster layer}, choose
+  \item Click on 
+  %FIXME \toolbtntwo{add_grass_raster}{Add GRASS raster layer}
+  , choose
   the \filename{map name} geology and click \button{OK}. The geology map will be visualized. 
-  \item Click on \toolbtntwo{add_grass_vector}{Add GRASS vector layer}, choose
+  \item Click on 
+  %FIXME \toolbtntwo{add_grass_vector}{Add GRASS vector layer}
+  , choose
   the \filename{map name} roads and click \button{OK}. Now the roads map will
   be overlayed on top of the geology map.  
 \end{enumerate}
@@ -77,12 +81,12 @@
 GRASS module v.external you can view external data sets in GRASS without 
 importing them, but this is currently an exception}
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Creating a GRASS location in QGIS \nixcaption}\label{fig:grass_location}\smallskip
-   \includegraphics[clip=true]{create_grass_location}
-\end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Creating a GRASS location in QGIS \nixcaption}\label{fig:grass_location}\smallskip
+%   \includegraphics[clip=true]{create_grass_location}
+%\end{center}  
+%\end{figure}
 
 Here is an example how to create a GRASS location in Albers Equal Area 
 projection with unit meter for the QGIS sample data (see Section \ref{label_sampledata}). 
@@ -186,12 +190,12 @@
 Figure \ref{fig:grass_edit} shows the GRASS Edit dialog that is displayed
 when you click on the edit tool. 
 
-\begin{figure}[h]
-   \begin{center}
-   \caption{GRASS Edit Dialog}\label{fig:grass_edit}\smallskip
-   \includegraphics[clip=true, width=13cm]{grassedit}
-\end{center}  
-\end{figure}
+%\begin{figure}[h]
+%   \begin{center}
+%   \caption{GRASS Edit Dialog}\label{fig:grass_edit}\smallskip
+%   \includegraphics[clip=true, width=13cm]{grassedit}
+%\end{center}  
+%\end{figure}
 
 The tools and settings are discussed in the following sections.
 
@@ -390,12 +394,12 @@
 maps from other mapsets as well.
 
 % Picture from the GRASS-Browser here:
-\begin{figure}[h]
-\centering
-	\caption{GRASS toolbox}
-   \subfigure[GRASS browser inside the toolbox]{\label{subfig:grass_browser}\includegraphics[clip=true, width=0.4\textwidth]{grassbrowser}}\goodgap
-   \subfigure[GRASS shell inside the toolbox]{\label{subfig:grass_shell}\includegraphics[clip=true, width=0.4\textwidth]{grassshell}}
-\end{figure}
+%\begin{figure}[h]
+%\centering
+%	\caption{GRASS toolbox}
+%  \subfigure[GRASS browser inside the toolbox]{\label{subfig:grass_browser}\includegraphics[clip=true, width=0.4\textwidth]{grassbrowser}}\goodgap
+%   \subfigure[GRASS shell inside the toolbox]{\label{subfig:grass_shell}\includegraphics[clip=true, width=0.4\textwidth]{grassshell}}
+%\end{figure}
 
 \subsubsection{Customizing the modules section} \index{GRASS!toolbox!customize}
 \label{sec:toolbox-customizing}
@@ -419,11 +423,11 @@
 </qgisgrassmodule>
 \end{verbatim}
 
-\begin{figure}[ht]
-\centering
-\caption{Module generated through parsing the XML-file}\label{fig:buffer-module}
-\includegraphics[clip=true, width=0.45\textwidth]{vbuffer}
-\end{figure}
+%\begin{figure}[ht]
+%\centering
+%\caption{Module generated through parsing the XML-file}\label{fig:buffer-module}
+%\includegraphics[clip=true, width=0.45\textwidth]{vbuffer}
+%\end{figure}
 
 The parser reads this definition and creates a new tab inside the toolbox when you select 
 the module:

Modified: docs/trunk/english_us/user_guide/map_composer.tex
===================================================================
--- docs/trunk/english_us/user_guide/map_composer.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/map_composer.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -17,12 +17,12 @@
 want to print to QGIS. The layers should be rendered and symbolized to your
 liking prior to composing the map. 
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Map Composer}\label{fig:map_composer_blank}\smallskip
-   \includegraphics[clip=true, width=14cm]{map_composer_blank09}
-\end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Map Composer}\label{fig:map_composer_blank}\smallskip
+%   \includegraphics[clip=true, width=14cm]{map_composer_blank09}
+%\end{center}  
+%\end{figure}
 
 Opening the map composer provides you with a blank canvas to which you can add
 the current map view, legend, scalebar, and text. Figure
@@ -42,7 +42,8 @@
 \subsubsection{Adding a Map to the Composer}
 
 To add the QGIS map canvas to the map composer, click on the
-\toolbtntwo{composer_add_image}{Add a new map} button in toolbar. Drag a rectangle on the composer canvas to add the
+%FIXME \toolbtntwo{composer_add_image}{Add a new map} 
+button in toolbar. Drag a rectangle on the composer canvas to add the
 map. You can resize the map later by clicking on the \button{Select/move item}
 button, clicking on the map, and dragging one of the handles in the corner of
 the map. With the map selected, you can also resize the map by specifying the
@@ -64,37 +65,43 @@
  
 Already existing QGIS templates can be used to easily load and adapt map
 layouts. To open an existing template, click on the
-\toolbtntwo{composer_open_template}{Open Template} button. Choose a template and
+%FIXME \toolbtntwo{composer_open_template}{Open Template} 
+button. Choose a template and
 customize its appearance. 
 
 To add a logo, north arrow or any  kind of image to the composer, click on
-the \toolbtntwo{composer_add_image}{Add Image} button. The image will 
+the 
+%FIXME \toolbtntwo{composer_add_image}{Add Image} 
+button. The image will 
 be placed on the composer canvas and you can move it where you like. 
 
 A legend can be added to the composer canvas and customized to show only the
 desired layers. To add a legend, click on the
-\toolbtntwo{composer_add_legend08}{Add Vector Legend} button. The legend will be
+%FIXME \toolbtntwo{composer_add_legend08}{Add Vector Legend} 
+button. The legend will be
 placed on the composer canvas and you can move it where you like. Click on
 the \tab{Items} tab to customize the appearance of the legend, including
 which layers are shown.
 
 To add a scalebar to the composer, click on the
-\toolbtntwo{composer_add_scalebar08}{Add Scalebar} button. Use the \tab{Item}
+%FIXME \toolbtntwo{composer_add_scalebar08}{Add Scalebar} 
+button. Use the \tab{Item}
 tab to customize the segment size, number of segments, scalebar units, size,
 and font for the scalebar.
 
 You can add text labels to the composer by clicking on the
-\toolbtntwo{composer_add_label}{Add New Label} button. Use the \tab{Item} tab
+%FIXME \toolbtntwo{composer_add_label}{Add New Label} 
+button. Use the \tab{Item} tab
 while the text is selected to customize the settings or change the default text.
 
 Figure \ref{fig:map_composer_complete} shows the map composer after adding
 each type of map element.
-\begin{figure}[h]
-   \begin{center}
-   \caption{Map Composer with map view, legend, scalebar, and text added}\label{fig:map_composer_complete}\smallskip
-   \includegraphics[clip=true, width=14cm]{map_composer09}
-\end{center}  
-\end{figure}
+%\begin{figure}[h]
+%   \begin{center}
+%   \caption{Map Composer with map view, legend, scalebar, and text added}\label{fig:map_composer_complete}\smallskip
+%   \includegraphics[clip=true, width=14cm]{map_composer09}
+%\end{center}  
+%\end{figure}
 
 \subsubsection{Other Features}
 
@@ -112,14 +119,18 @@
 export to SVG. Each of these functions is available from the composer toolbar.
 
 To save the composer canvas as a templates, click on the
-\toolbtntwo{composer_save_template}{Save Template As} button. Browse to the directory 
+%\toolbtntwo{composer_save_template}{Save Template As} 
+button. Browse to the directory 
 you like and save a template to use it again for another map canvas.
 
 It is possible to export the result as an image by clicking on the
-\toolbtntwo{composer_export_image}{Export as image} button. 
+%FIXME \toolbtntwo{composer_export_image}{Export as image} 
+button. 
 
 To export the composer canvas as an  SVG (Scalable Vector Graphic), click on
-the \toolbtntwo{composer_export_svg}{Export as SVG} button. \textbf{Note:}
+the 
+%FIXME \toolbtntwo{composer_export_svg}{Export as SVG} 
+button. \textbf{Note:}
 Currently the SVG output is very basic. This is not a QGIS problem, but a
 problem of the underlaying Qt library. This will be sorted out in future versions.
  

Modified: docs/trunk/english_us/user_guide/mapserver_export.tex
===================================================================
--- docs/trunk/english_us/user_guide/mapserver_export.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/mapserver_export.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -91,12 +91,12 @@
 \end{enumerate}
 
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Export to MapServer map module in QGIS}\label{fig:mapserver_export}\smallskip
-  \includegraphics[clip=true, width=0.8\textwidth]{mapserver_export}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Export to MapServer map module in QGIS}\label{fig:mapserver_export}\smallskip
+%  \includegraphics[clip=true, width=0.8\textwidth]{mapserver_export}
+%\end{center}
+%\end{figure}
 
 You'll notice there is no feedback on the success of your efforts. This
 is an enhancement scheduled for the next version. 

Modified: docs/trunk/english_us/user_guide/plugins.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/plugins.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -32,12 +32,12 @@
 \index{plugins!manager}The Plugin Manager displays all the available plugins and their status (loaded or unloaded).
 Figure \ref{fig:pluginmanager} shows the Plugin Manager dialog.
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Plugin Manager}\label{fig:pluginmanager}\smallskip
-   \includegraphics[clip=true, width=14cm]{pluginmanager2}
-\end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Plugin Manager}\label{fig:pluginmanager}\smallskip
+%   \includegraphics[clip=true, width=14cm]{pluginmanager2}
+%\end{center}  
+%\end{figure}
 
 Typically all QGIS plugins are installed in the same location.
 This location is shown in the Plugin Directory text field.
@@ -80,28 +80,37 @@
  \begin{tabular}{|l|l|p{4in}|}
 \hline \textbf{Icon} & \textbf{Plugin} & \textbf{Description} \\
 \hline 
-\includegraphics[width=0.7cm]{copyright} & Copyright Label \index{plugins!copyright}& Display a copyright label on the map canvas\\
+%FIXME \includegraphics[width=0.7cm]{copyright}
+ & Copyright Label \index{plugins!copyright}& Display a copyright label on the map canvas\\
 \hline 
-\includegraphics[width=0.7cm]{delim_text} & Delimited Text \index{plugins!delimited text}& Load a delimited text file containing x,y coordinates as a point layer \\
+%FIXME \includegraphics[width=0.7cm]{delim_text}
+ & Delimited Text \index{plugins!delimited text}& Load a delimited text file containing x,y coordinates as a point layer \\
 \hline 
-\includegraphics[width=0.7cm]{gps} & GPS Tools \index{plugins!gps}& Load and display GPS data \\
+%FIXME \includegraphics[width=0.7cm]{gps}
+ & GPS Tools \index{plugins!gps}& Load and display GPS data \\
 \hline 
-\includegraphics[width=0.7cm]{gridmaker} & Graticule Creator \index{plugins!graticule}& Create a latitude/longitude grid and save as a shapefile\\
+%FIXME \includegraphics[width=0.7cm]{gridmaker}
+ & Graticule Creator \index{plugins!graticule}& Create a latitude/longitude grid and save as a shapefile\\
 \hline 
-\includegraphics[width=0.7cm]{scalebar} & Scalebar \index{plugins!scalebar}& Add a scalebar to the map canvas\\
+%FIXME \includegraphics[width=0.7cm]{scalebar}
+ & Scalebar \index{plugins!scalebar}& Add a scalebar to the map canvas\\
 \hline 
-\includegraphics[width=0.7cm]{northarrow}& North Arrow \index{plugins!north arrow}& Add a north arrow to the map canvas\\
+%FIXME \includegraphics[width=0.7cm]{northarrow}
+& North Arrow \index{plugins!north arrow}& Add a north arrow to the map canvas\\
 \hline 
-\includegraphics[width=0.7cm]{buffer} & PostgreSQL Geoprocessing \index{plugins!geoprocessing}& Buffer a PostGIS layer \\
+%FIXME \includegraphics[width=0.7cm]{buffer}
+ & PostgreSQL Geoprocessing \index{plugins!geoprocessing}& Buffer a PostGIS layer \\
 \hline 
-\includegraphics[width=0.7cm]{spiticon} & SPIT \index{plugins!SPIT}& Shapefile to PostGIS Import Tool - import shapefiles into PostgreSQL\\
+FIXME \includegraphics[width=0.7cm]{spiticon} & SPIT \index{plugins!SPIT}& Shapefile to PostGIS Import Tool - import shapefiles into PostgreSQL\\
 \hline
-\includegraphics[width=0.7cm]{georeferencer} & Georeferencer\footnote{The
+%FIXME \includegraphics[width=0.7cm]{georeferencer}
+ & Georeferencer\footnote{The
 georeferencer-plugin is only available if you have installed the
 gsl-libraries and headers during compile-time. Please check the
 installation-chapter \ref{label_install} for details.} \index{plugin!Georeferencer} & Georeferencing rasterlayers \\
 \hline
-\includegraphics[width=0.7cm]{wfs-icon} & WFS & Load and display WFS layer \\
+%FIXME \includegraphics[width=0.7cm]{wfs-icon}
+ & WFS & Load and display WFS layer \\
 \hline
 \end{tabular}
 \end{table}

Modified: docs/trunk/english_us/user_guide/plugins_decorations.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_decorations.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/plugins_decorations.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -12,12 +12,12 @@
 
 \subsubsection{Copyright Label Plugin}
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Copyright Plugin}\label{fig:copyright}\smallskip
-   \includegraphics[clip=true, width=8cm]{copyright}
-\end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Copyright Plugin}\label{fig:copyright}\smallskip
+%   \includegraphics[clip=true, width=8cm]{copyright}
+%\end{center}  
+%\end{figure}
 
 The title of this plugin is a bit misleading - you can add any random text to the map.
 
@@ -46,12 +46,12 @@
 For placement of the arrow you have four options, corresponding to the four 
 corners of the map canvas.
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{North Arrow Plugin}\label{fig:north_arrow}\smallskip
-   \includegraphics[clip=true, width=8cm]{north_arrow}
-\end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{North Arrow Plugin}\label{fig:north_arrow}\smallskip
+%   \includegraphics[clip=true, width=8cm]{north_arrow}
+%\end{center}  
+%\end{figure}
 
 \subsubsection{Scale Bar Plugin}
 The Scale Bar plugin adds a simple scale bar to the map canvas. You
@@ -77,10 +77,10 @@
 \item Click \textsl{OK} 
 \end{enumerate} 
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Scale Bar Plugin}\label{fig:scale_bar}\smallskip
-   \includegraphics[clip=true, width=8cm]{scale_bar}
-\end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Scale Bar Plugin}\label{fig:scale_bar}\smallskip
+%   \includegraphics[clip=true, width=8cm]{scale_bar}
+%\end{center}  
+%\end{figure}
 

Modified: docs/trunk/english_us/user_guide/plugins_delimited_text.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_delimited_text.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/plugins_delimited_text.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -59,17 +59,17 @@
 
 
 A new toolbar icon is now present:
-\includegraphics[width=0.7cm]{toolbar_icon}
+%FIXME \includegraphics[width=0.7cm]{toolbar_icon}
 Click on the icon to open the Delimited Text dialog as shown in Figure
 \ref{fig:delim_text_plugin_dialog}.
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Delimited Text
-Dialog}\label{fig:delim_text_plugin_dialog}\smallskip
-\includegraphics[clip=true, width=8cm]{dialog}            
-   \end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Delimited Text
+%Dialog}\label{fig:delim_text_plugin_dialog}\smallskip
+%\includegraphics[clip=true, width=8cm]{dialog}            
+%   \end{center}  
+%\end{figure}
 
 First select the file to import by clicking on the \textit{Browse...} button.
 Select the desired text file from the file dialog.
@@ -77,24 +77,24 @@
 last used delimiter, in this case \mbox{$|$} (see Figure
 \ref{fig:delim_text_file_selected}).
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{File Selected}\label{fig:delim_text_file_selected}\smallskip
-\includegraphics[clip=true, width=8cm]{file_selected}   
-   \end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{File Selected}\label{fig:delim_text_file_selected}\smallskip
+%\includegraphics[clip=true, width=8cm]{file_selected}   
+%   \end{center}  
+%\end{figure}
   
 In this case the delimiter \mbox{$|$} is not correct for the file. The file is
 actually tab delimited. Note that the X and Y field drop down boxes do not
 contain valid field names.
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Fields Parsed from Text
-File}\label{fig:delim_text_file_selected2}\smallskip  
-\includegraphics[clip=true, width=8cm]{file_selected2}
-   \end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Fields Parsed from Text
+%File}\label{fig:delim_text_file_selected2}\smallskip  
+%\includegraphics[clip=true, width=8cm]{file_selected2}
+%   \end{center}  
+%\end{figure}
 
 To properly parse the file, change the delimiter to
 tab using \mbox{$\backslash$}t (this is a regular expression for the tab
@@ -102,13 +102,13 @@
 The drop down boxes now contain the fields properly parsed as shown in Figure
 \ref{fig:delim_text_file_selected2}.
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Selecting the X and Y
-Fields}\label{fig:delim_text_file_selected3}\smallskip
-\includegraphics[clip=true, width=8cm]{file_selected3}
-   \end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Selecting the X and Y
+%Fields}\label{fig:delim_text_file_selected3}\smallskip
+%\includegraphics[clip=true, width=8cm]{file_selected3}
+%   \end{center}  
+%\end{figure}
 
 Choose the X and Y fields from the drop
 down boxes and enter a Layer name as shown in Figure

Modified: docs/trunk/english_us/user_guide/plugins_georeferencer.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_georeferencer.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/plugins_georeferencer.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -21,22 +21,22 @@
 The next step is to start QGIS, load the georeferencer plugin and select 
 the file spearfish\_topo24.tif.
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Select an image to georeference}\label{fig:select_image}\smallskip
-  \includegraphics[clip=true]{select_image}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Select an image to georeference}\label{fig:select_image}\smallskip
+%  \includegraphics[clip=true]{select_image}
+%\end{center}
+%\end{figure}
 
 Now click on the button \textsl{Arrange plugin window} to open the image 
 in the georeferencer and to arrange it with the reference map in the qgis map canvas on your dekstop.
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Arrange plugin window with the qgis map canvas}\label{fig:georeferencer}\smallskip
-  \includegraphics[clip=true,width=\textwidth]{georeferencer}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Arrange plugin window with the qgis map canvas}\label{fig:georeferencer}\smallskip
+%  \includegraphics[clip=true,width=\textwidth]{georeferencer}
+%\end{center}
+%\end{figure}
 
 With the button \textsl{Add Point} you can start to add points on the 
 raster image and enter their coordinates, and the plugin will compute the 
@@ -51,12 +51,12 @@
 of a georeferenced map already loaded in QGIS.
 \end{enumerate}
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Add points to the raster image}\label{fig:choose_points}\smallskip
-  \includegraphics[clip=true,width=0.8\textwidth]{choose_points}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Add points to the raster image}\label{fig:choose_points}\smallskip
+%  \includegraphics[clip=true,width=0.8\textwidth]{choose_points}
+%\end{center}
+%\end{figure}
 
 For this example we use the second option and enter the coordinates for the
 selected points with the help of the \textsl{roads} map provided with the 
@@ -102,12 +102,12 @@
 the new georeferenced map \textsl{spearfish\_topo24.tif} and overlay it with the map \textsl{roads} 
 of the spearfish60 location.
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Georeferenced map with overlayed roads from spearfish60 location}\label{fig:result_map}\smallskip
-  \includegraphics[clip=true,width=0.8\textwidth]{result_map}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Georeferenced map with overlayed roads from spearfish60 location}\label{fig:result_map}\smallskip
+%  \includegraphics[clip=true,width=0.8\textwidth]{result_map}
+%\end{center}
+%\end{figure}
 
 
 

Modified: docs/trunk/english_us/user_guide/plugins_gps.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_gps.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/plugins_gps.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -28,12 +28,12 @@
 phone). Clicking on this button will open the \emph{GPS Tools} dialog (see
 figure \ref{figure GPX loader}).
 
-\begin{figure}[ht]
-   \begin{center}
-\caption{\label{figure GPX loader}The \emph{GPS Tools} dialog window}
-\includegraphics[clip=true, width=12cm]{loadgpx}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%\caption{\label{figure GPX loader}The \emph{GPS Tools} dialog window}
+%\includegraphics[clip=true, width=12cm]{loadgpx}
+%\end{center}
+%\end{figure}
 
 Use the browse button {[}Browse...{]} to select the GPX file, then use the
 checkboxes to select the feature types you want to load from that
@@ -67,13 +67,13 @@
 feature types, so for many formats you will only be able to choose
 between one or two types.
 
-\begin{figure}[ht]
-   \begin{center}
-\caption{\label{figure importdialog}File selection dialog for the import
-tool}
-\includegraphics[clip=true, width=12cm]{importdialog}
-   \end{center}
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%\caption{\label{figure importdialog}File selection dialog for the import
+%tool}
+%\includegraphics[clip=true, width=12cm]{importdialog}
+%   \end{center}
+%\end{figure}
 
 \subsubsection{Downloading GPS data from a device}
 
@@ -84,12 +84,12 @@
 that you want to download, the GPX file where the data should be stored,
 and the name of the new layer.
 
-\begin{figure}[ht]
-   \begin{center}
-\caption{\label{figure_download}The download tool}
-\includegraphics[clip=true, width=12cm]{download}
-   \end{center}
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%\caption{\label{figure_download}The download tool}
+%\includegraphics[clip=true, width=12cm]{download}
+%   \end{center}
+%\end{figure}
 
 
 The device type you select in the GPS device menu determines how GPSBabel

Modified: docs/trunk/english_us/user_guide/plugins_graticule_creator.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_graticule_creator.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/plugins_graticule_creator.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -5,12 +5,12 @@
 decimal degrees. The output is a shapefile which can be projected on the
 fly to match your other data.
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Create a graticule layer}\label{fig:graticule}\smallskip
-  \includegraphics[scale=0.5]{graticule}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Create a graticule layer}\label{fig:graticule}\smallskip
+%  \includegraphics[scale=0.5]{graticule}
+%\end{center}
+%\end{figure}
 
 Here is an example how to create a graticule:
 

Modified: docs/trunk/english_us/user_guide/plugins_python.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_python.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/plugins_python.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -239,12 +239,12 @@
 The first thing we need to do is use the \textbf{QInputDialog} to get the 
 name of the table to create. This is done in line 32 where we prompt for it.
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Enter new PostGIS table name}\label{fig:gettablename}\smallskip
-  \includegraphics[scale=0.8]{gettablename}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Enter new PostGIS table name}\label{fig:gettablename}\smallskip
+%  \includegraphics[scale=0.8]{gettablename}
+%\end{center}
+%\end{figure}
 
 In line 34 we check to see if the user actually entered anything before 
 proceeding.
@@ -255,12 +255,12 @@
 to provide a way for the user to specify the type. In line 36 we 
 prompt the user to enter a comma delimited list of field names. 
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Enter field names for new PostGIS table}\label{fig:getfieldname}\smallskip
-  \includegraphics[scale=0.8]{getfieldname}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Enter field names for new PostGIS table}\label{fig:getfieldname}\smallskip
+%  \includegraphics[scale=0.8]{getfieldname}
+%\end{center}
+%\end{figure}
 
 We then split this list into its components for use in constructing the SQL 
 statement (line 38). 
@@ -287,12 +287,12 @@
 
 To get the DSN, we prompt the user with a \textbf{QInputDialog} in line 47.
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Enter DSN for connection to PostGIS database}\label{fig:getdsn}\smallskip
-  \includegraphics[scale=0.8]{getdsn}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Enter DSN for connection to PostGIS database}\label{fig:getdsn}\smallskip
+%  \includegraphics[scale=0.8]{getdsn}
+%\end{center}
+%\end{figure}
 
 If the user enters a DSN then we can proceed with the connection to the 
 database in line 50. We get a cursor from the connection in 
@@ -354,12 +354,12 @@
 
 When the table is created, the user sees this:
 
-\begin{figure}[ht]
-\begin{center}
-  \caption{Message Box with Plugin results}\label{fig:plugin_results}\smallskip
-  \includegraphics[scale=0.8]{plugin_results}
-\end{center}
-\end{figure}
+%\begin{figure}[ht]
+%\begin{center}
+%  \caption{Message Box with Plugin results}\label{fig:plugin_results}\smallskip
+%  \includegraphics[scale=0.8]{plugin_results}
+%\end{center}
+%\end{figure}
 
 \subsubsection{Summary}
 Writing a QGIS plugin in Python is pretty easy. Some plugins won't require a

Modified: docs/trunk/english_us/user_guide/working_with_ogc.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_ogc.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/working_with_ogc.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -139,12 +139,12 @@
 response provided by the NASA JPL OnEarth WMS server.
 
 % \begin{figure}[ht]
-\begin{figure}[ht]
-  \begin{center}
-  	\caption{Dialog for adding a WMS server, showing its available layers}\label{fig:connection_wms}
-	\includegraphics[clip=true,width=0.6\textwidth]{connection_wms}
-  \end{center}
-\end{figure}
+%\begin{figure}[ht]
+%  \begin{center}
+%  	\caption{Dialog for adding a WMS server, showing its available layers}\label{fig:connection_wms}
+%	\includegraphics[clip=true,width=0.6\textwidth]{connection_wms}
+% \end{center}
+%\end{figure}
 
 \minisec{Image Encoding}
 
@@ -389,7 +389,9 @@
 
 \begin{enumerate}
   \item Make sure the WFS plugin is loaded; if not, open the Plugin Manager and load it
-  \item Click on the \toolbtntwo{wfs-icon}{Add WFS Layer} tool on the plugins toolbar
+  \item Click on the 
+  %FIXME \toolbtntwo{wfs-icon}{Add WFS Layer} 
+  tool on the plugins toolbar
   \item Click on \button{New} 
   \item Enter \inputtext{Name}{DM Solutions} as the name
   \item Enter the URL (see previous page)
@@ -402,12 +404,12 @@
   \item Wait patiently for the features to appear
 \end{enumerate}
 
-\begin{figure}[ht]
- \begin{center}
-  \caption{Adding a WFS layer}\label{fig:wfs_dmsolutions}
-  \includegraphics[clip=true,width=\textwidth]{wfs_dmsolutions}
- \end{center}
-\end{figure}
+%\begin{figure}[ht]
+% \begin{center}
+%  \caption{Adding a WFS layer}\label{fig:wfs_dmsolutions}
+%  \includegraphics[clip=true,width=\textwidth]{wfs_dmsolutions}
+% \end{center}
+%\end{figure}
 
 You'll notice the download progress is visualized in the left bottom of the QGIS main window. 
 Once the layer is loaded, you can identify and select a province or two and view the 

Modified: docs/trunk/english_us/user_guide/working_with_projections.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_projections.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/working_with_projections.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -67,12 +67,12 @@
 The Projection tab of the \dialog{Project Properties} dialog contains four important components as numbered in Figure
 \ref{fig:projections} and described below.
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Projection Dialog (GNU/Linux)}\label{fig:projections}\smallskip
-   \includegraphics[clip=true, width=14cm]{projectiondialog08}
-\end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Projection Dialog (GNU/Linux)}\label{fig:projections}\smallskip
+%   \includegraphics[clip=true, width=14cm]{projectiondialog08}
+%\end{center}  
+%\end{figure}
 
 \begin{enumerate}
 \item \textbf{Enable on the fly projection}\index{Projections!enabling} - this checkbox is used
@@ -117,13 +117,13 @@
 database. In addition to your projections, this database contains your spatial
 bookmarks and other custom data. 
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Custom Projection Dialog (OS
-X)}\label{fig:customprojections}\smallskip
-   \includegraphics[clip=true, width=14cm]{customprojection}
-\end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Custom Projection Dialog (OS
+%X)}\label{fig:customprojections}\smallskip
+%   \includegraphics[clip=true, width=14cm]{customprojection}
+%\end{center}  
+%\end{figure}
 
 At version \CURRENT of QGIS, defining a custom projection requires a good
 understanding of the Proj.4 projection library. To begin, refer to

Modified: docs/trunk/english_us/user_guide/working_with_raster.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_raster.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/working_with_raster.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -60,12 +60,12 @@
 name. This displays the raster layer context menu that includes a number of
 items that allow you to:\index{raster layers!context menu}
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Raster context menu}\label{fig:raster_contextmenu}\smallskip
-   \includegraphics[clip=true, width=5cm]{rastercontextmenu}
-\end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Raster context menu}\label{fig:raster_contextmenu}\smallskip
+%   \includegraphics[clip=true, width=5cm]{rastercontextmenu}
+%\end{center}  
+%\end{figure}
 
 \begin{itemize}
 \item \toolbtntwo{mActionZoomFullExtent}{Zoom to the full extent} of the raster
@@ -88,13 +88,13 @@
 Properties} dialog. There are five
 tabs on the dialog: \tab{Symbology}, \tab{General}, \tab{Metadata}, \tab{Pyramids} and \tab{Histogram}.
 
-\begin{figure}[h]
-   \begin{center}
-   \caption{Raster Layers Properties
-Dialog}\label{fig:raster_properties}\smallskip
-   \includegraphics[clip=true, width=14cm]{raster_properties}
-\end{center}  
-\end{figure}
+%\begin{figure}[h]
+%   \begin{center}
+%   \caption{Raster Layers Properties
+%Dialog}\label{fig:raster_properties}\smallskip
+%   \includegraphics[clip=true, width=14cm]{raster_properties}
+%\end{center}  
+%\end{figure}
 
 \subsubsection{Symbology Tab}\label{label_sombology}
 

Modified: docs/trunk/english_us/user_guide/working_with_vector.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_vector.tex	2008-07-27 20:22:37 UTC (rev 8934)
+++ docs/trunk/english_us/user_guide/working_with_vector.tex	2008-07-27 21:20:55 UTC (rev 8935)
@@ -57,8 +57,10 @@
 that can be found at \url{http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf}\index{shapefile!specification}.
 
 \subsubsection{Loading a Shapefile}\label{sec:load_shapefile}
-{\includegraphics[width=0.7cm]{addshapefile}} To load a shapefile, start
-QGIS and click on the \toolbtntwo{addshapefile}{Add a vector layer}
+%FIXME {\includegraphics[width=0.7cm]{addshapefile}} 
+To load a shapefile, start
+QGIS and click on the 
+%FIXME \toolbtntwo{addshapefile}{Add a vector layer}
 toolbar button\index{shapefile!loading} or simply type \keystroke{V}. This same tool can be used to
 load any of the formats supported by the OGR library.
 
@@ -69,22 +71,22 @@
 
 You can also select the Encoding type for the shapefile if desired.
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Open an OGR Supported Vector Layer Dialog}\label{fig:openshapefile}\smallskip
-   \includegraphics[clip=true, width=14cm]{shapefileopendialog}
-\end{center} 
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Open an OGR Supported Vector Layer Dialog}\label{fig:openshapefile}\smallskip
+%   \includegraphics[clip=true, width=14cm]{shapefileopendialog}
+%\end{center} 
+%\end{figure}
 
 Selecting a shapefile from the list and clicking \button{Open} loads it into QGIS. Figure
 \ref{fig:loadedshapefile} shows QGIS after loading the \filename{alaska.shp} file.
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{QGIS with Shapefile of Alaska loaded}\label{fig:loadedshapefile}\smallskip
-   \includegraphics[clip=true, width=17cm]{shapefileloaded09}
-\end{center} 
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{QGIS with Shapefile of Alaska loaded}\label{fig:loadedshapefile}\smallskip
+%   \includegraphics[clip=true, width=17cm]{shapefileloaded09}
+%\end{center} 
+%\end{figure}
 
 \begin{Tip}\caption{\textsc{Layer Colors}}
 \qgistip{When you add a layer to the map, it is assigned a random color. When
@@ -119,7 +121,8 @@
 \subsubsection{Loading a MapInfo Layer}
 \index{vector layers!MapInfo}
 
-To load a MapInfo layer, click on the \toolbtntwo{addshapefile}{Add a vector layer}
+To load a MapInfo layer, click on the 
+%FIXME \toolbtntwo{addshapefile}{Add a vector layer}
 toolbar bar button or type \keystroke{V}, change the file type filter to
 \selectstring{Files of Type}{[OGR] MapInfo (*.mif
 *.tab *.MIF *.TAB)} and select the layer you want to load.
@@ -128,7 +131,8 @@
 \index{vector layers!ArcInfo Coverage}
 
 Loading an ArcInfo coverage is done using the same method as with a
-shapefiles and MapInfo layers. Click on the \toolbtntwo{addshapefile}{Add a vector layer}
+shapefiles and MapInfo layers. Click on the 
+%FIXME \toolbtntwo{addshapefile}{Add a vector layer}
 toolbar button or type \keystroke{V} to open the 
 \dialog{Open on OGR Supported Vector Layer} 
 dialog and change the file type filter to
@@ -430,13 +434,13 @@
 entry and the vector \dialog{Layer Properties} dialog will be 
 shown.\index{symbology!changing}.
 
-\begin{figure}[H]
-   \begin{center}
-   \caption{Vector Layer Properties
-Dialog}\label{fig:vector_symbology}\smallskip
-   \includegraphics[clip=true, width=12cm]{vectorLayerSymbology09} 
-\end{center}  
-\end{figure}
+%\begin{figure}[H]
+%   \begin{center}
+%   \caption{Vector Layer Properties
+%Dialog}\label{fig:vector_symbology}\smallskip
+%   \includegraphics[clip=true, width=12cm]{vectorLayerSymbology09} 
+%\end{center}  
+%\end{figure}
 
 Since \usertext{version v0.9} there is a function to use image files stored on 
 your computer as fill pattern for vector layers.
@@ -660,12 +664,12 @@
 of interest. Make sure the \filename{lakes} layer is active and identify a
 lake. In the result box you'll now see that our action is visible:
 
-\begin{figure}[H]
-   \begin{center}
-   \caption{Select feature and choose action}\label{fig:identify_action}\smallskip
-   \includegraphics[clip=true, width=8cm]{identify_action} 
-\end{center}  
-\end{figure}
+%\begin{figure}[H]
+%   \begin{center}
+%   \caption{Select feature and choose action}\label{fig:identify_action}\smallskip
+%   \includegraphics[clip=true, width=8cm]{identify_action} 
+%\end{center}  
+%\end{figure}
 
 When we click on the action, it brings up Firefox and navigates to the URL
 \url{http://www.google.com/search?q=Tustumena}. It is also possible to add further 
@@ -818,13 +822,13 @@
 Figure \ref{fig:vector_digitising} shows setting attributes for a fictitious
 new river in Alaska.
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Vector Digitizing Attributes Capture
-Dialog}\label{fig:vector_digitising}\smallskip
-   \includegraphics[clip=true, width=16cm]{digitising_attributes09}
-\end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Vector Digitizing Attributes Capture
+%Dialog}\label{fig:vector_digitising}\smallskip
+%   \includegraphics[clip=true, width=16cm]{digitising_attributes09}
+%\end{center}  
+%\end{figure}
 
 \begin{Tip}[ht]\caption{\textsc{Attribute Value Types}}
 \qgistip{In the current version of QGIS, the attributes
@@ -1053,12 +1057,12 @@
 shown in Figure \ref{fig:newvectorlayer}. Choose the type of layer (point,
 line or polygon).
 
-\begin{figure}[ht]
-   \begin{center}
-   \caption{Creating a New Vector Dialog}\label{fig:newvectorlayer}\smallskip
-   \includegraphics[clip=true, width=7cm]{newvectorlayer}
-\end{center} 
-\end{figure}
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Creating a New Vector Dialog}\label{fig:newvectorlayer}\smallskip
+%   \includegraphics[clip=true, width=7cm]{newvectorlayer}
+%\end{center} 
+%\end{figure}
 
 Note that QGIS does not yet support creation of 2.5D
 features (i.e. features with X,Y,Z coordinates) or measure features. At this
@@ -1088,12 +1092,12 @@
 \ref{fig:query_builder} shows an example of the query builder populated with
 data from a PostGIS layer with attributes stored in PostgreSQL. 
 
-\begin{figure}[ht]
-  \begin{center}
-    \caption{Query Builder}\label{fig:query_builder}\smallskip
-    \includegraphics[clip=true, width=14cm]{querybuilder}
-  \end{center}  
-\end{figure}
+%\begin{figure}[ht]
+%  \begin{center}
+%    \caption{Query Builder}\label{fig:query_builder}\smallskip
+%    \includegraphics[clip=true, width=14cm]{querybuilder}
+%  \end{center}  
+%\end{figure}
 
 The query builder\index{Query Builder} lists the layer's database
 fields in the list box on the left. You can get a sample of the data



More information about the QGIS-commit mailing list