[QGIS Commit] r11563 - in docs/branches/1.0.0/french/user_guide: . creating_applications_screenies features_at_a_glance_screenies getting_started_screenies grass_integration_screenies help_and_support_screenies images operating_system_icons plugins_add_wfs_layer_images plugins_coordinate_capture_images plugins_decorations_images plugins_delimited_text_images plugins_dxf2shape_converter_images plugins_ftools_images plugins_geoprocessing_images plugins_georeferencer_images plugins_gps_images plugins_grass_module_images plugins_graticule_creator_images plugins_interpolation_images plugins_mapserver_export_images plugins_ogr_converter_images plugins_python_images plugins_quick_print_images plugins_raster_algebra_images plugins_screenies plugins_spit_images plugins_table_manager_images print_composer_screenies working_with_ogc_screenies working_with_projections_screenies working_with_raster_screenies working_with_vector_screenies

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Sep 5 09:55:25 EDT 2009


Author: yjacolin
Date: 2009-09-05 09:55:23 -0400 (Sat, 05 Sep 2009)
New Revision: 11563

Added:
   docs/branches/1.0.0/french/user_guide/plugins_grass_module_images/nviz.png
Modified:
   docs/branches/1.0.0/french/user_guide/Makefile
   docs/branches/1.0.0/french/user_guide/conventions.tex
   docs/branches/1.0.0/french/user_guide/creating_applications_screenies/Makefile
   docs/branches/1.0.0/french/user_guide/features_at_a_glance.tex
   docs/branches/1.0.0/french/user_guide/features_at_a_glance_screenies/Makefile
   docs/branches/1.0.0/french/user_guide/getting_started.tex
   docs/branches/1.0.0/french/user_guide/getting_started_screenies/Makefile
   docs/branches/1.0.0/french/user_guide/grass_integration_screenies/Makefile
   docs/branches/1.0.0/french/user_guide/help_and_support_screenies/Makefile
   docs/branches/1.0.0/french/user_guide/images/Makefile
   docs/branches/1.0.0/french/user_guide/operating_system_icons/Makefile
   docs/branches/1.0.0/french/user_guide/plugins.tex
   docs/branches/1.0.0/french/user_guide/plugins_add_wfs_layer_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_coordinate_capture_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_decorations_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_delimited_text_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_dxf2shape_converter_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_ftools_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_geoprocessing_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_georeferencer_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_gps_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_grass_module_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_graticule_creator_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_interpolation_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_mapserver_export_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_ogr_converter_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_python_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_quick_print_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_raster_algebra_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_screenies/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_spit_images/Makefile
   docs/branches/1.0.0/french/user_guide/plugins_table_manager_images/Makefile
   docs/branches/1.0.0/french/user_guide/preamble.tex
   docs/branches/1.0.0/french/user_guide/print_composer_screenies/Makefile
   docs/branches/1.0.0/french/user_guide/qgis_style.sty
   docs/branches/1.0.0/french/user_guide/title.tex
   docs/branches/1.0.0/french/user_guide/user_guide.pdf
   docs/branches/1.0.0/french/user_guide/user_guide.tex
   docs/branches/1.0.0/french/user_guide/working_with_ogc.tex
   docs/branches/1.0.0/french/user_guide/working_with_ogc_screenies/Makefile
   docs/branches/1.0.0/french/user_guide/working_with_projections_screenies/Makefile
   docs/branches/1.0.0/french/user_guide/working_with_raster_screenies/Makefile
   docs/branches/1.0.0/french/user_guide/working_with_vector.tex
   docs/branches/1.0.0/french/user_guide/working_with_vector_screenies/Makefile
Log:
[french@ convert file (Makefile and sty file) to use pdflatex instead of latex

Modified: docs/branches/1.0.0/french/user_guide/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -22,9 +22,9 @@
 all: 
 	make pics
 	latex $(FILE)
-	#bibtex $(FILE)
-	bibtex $(FILE)1
-	bibtex $(FILE)2
+# 	#bibtex $(FILE)
+# 	bibtex $(FILE)1
+# 	bibtex $(FILE)2
 	#now loop over Latex files, until stable:
 	echo Rerun > $(FILE).log
 	while grep Rerun $(FILE).log >/dev/null 2>&1 ; do latex $(FILE).tex ; done
@@ -61,7 +61,8 @@
 #make PDF:
 pdf:
 	make all
-	dvipdf  $(FILE).dvi
+# 	dvipdf $(FILE).dvi
+	pdflatex $(FILE).tex
 
 # make pics
 pics:
@@ -97,6 +98,8 @@
 	(cd ./creating_applications_screenies && make)
 #	(cd ./help_and_support_screenies && make)
 	(cd ./operating_system_icons && make)
+	(cd ./finalpix/ && ebb -b *.png)
+	(cd ./finalpix/ && ebb -b *.jpg)
 
 # make html
 # requires: latex2html oder tex4ht

Modified: docs/branches/1.0.0/french/user_guide/conventions.tex
===================================================================
--- docs/branches/1.0.0/french/user_guide/conventions.tex	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/conventions.tex	2009-09-05 13:55:23 UTC (rev 11563)
@@ -321,15 +321,15 @@
 % shortcut should always be Command Q
 %- Colour, font and file dialogs will have differences between platforms
 %- if other differences are discovered, please add here
-\newcommand{\nix}[1]{\includegraphics[height=5mm]{nix.eps} #1}
-\newcommand{\win}[1]{\includegraphics[height=5mm]{win.eps} #1}
-\newcommand{\osx}[1]{\includegraphics[height=5mm]{osx.eps} #1}
+\newcommand{\nix}[1]{\includegraphics[bb=0 0 120 141, height=5mm]{nix.png} #1}
+\newcommand{\win}[1]{\includegraphics[bb=0 0 69 59, height=5mm]{win.png} #1}
+\newcommand{\osx}[1]{\includegraphics[bb=0 0 50 60, height=5mm]{osx.png} #1}
 %
 % add operation system icons to figure \caption
 % usage: \caption{Text \wincaption}
-\newcommand{\nixcaption}{\protect\includegraphics[height=4mm]{nix.eps}}
-\newcommand{\wincaption}{\protect\includegraphics[height=4mm]{win.eps}}
-\newcommand{\osxcaption}{\protect\includegraphics[height=4mm]{osx.eps}}
+\newcommand{\nixcaption}{\protect\includegraphics[bb=0 0 120 141, height=4mm]{nix.png}}
+\newcommand{\wincaption}{\protect\includegraphics[bb=0 0 69 59, height=4mm]{win.png}}
+\newcommand{\osxcaption}{\protect\includegraphics[bb=0 0 50 60, height=4mm]{osx.png}}
 
 
 % OTHER STYLES
@@ -369,7 +369,7 @@
 % 
 % \mainmenuopt{Settings} > %
 % \dropmenuopt{Toolbars} > \dropmenucheck{Digitizing}
-\dropmenuopttwo{mActionAddRasterLayer}{Ajouter une couche raster}
+\dropmenuopttwo{mActionAddRasterLayer.png}{Ajouter une couche raster}
 
 ou
 
@@ -381,25 +381,25 @@
 %Its really important to get the icon in there because that's what a user
 %has to search for. The tooltip adds confirmation
 % \item Tool: \toolbtntwo{mActionAddRasterLayer}{Add a Raster Layer}
-\item Outil: \toolbtntwo{mActionAddRasterLayer}{Ajouter une couche raster}
+\item Outil : \toolbtntwo{mActionAddRasterLayer.png}{Ajouter une couche raster}
 %
 %Use \button for a clickable button which has no icon, just text
 %Save As Default is a button that appears in the Layer Properties dialog.
 % \item Button: \button{Save as Default}
-\item Bouton: \button{Sauvegarder par défaut}
+\item Bouton : \button{Sauvegarder par défaut}
 %
 %
 %Use \dialog for the title of a dialog box
 %such as the Layer Properties dialog.
 %Please use the exact title as it appears in the GUI.
 % \item Dialog Box Title: \dialog{Layer Properties}
-\item Titre de boîte de dialogue: \dialog{Propriétés de la couche}
+\item Titre de boîte de dialogue : \dialog{Propriétés de la couche}
 %
 %Use \tab for clickable tabs which have no icons, just text
 %General is a tab that appears in the Layer Properties dialog.
 %At the moment, it looks just like \button, but that may change.
 % \item Tab: \tab{General}
-\item Panneau: \tab{Général}
+\item Panneau : \tab{Général}
 %
 %Use \toolboxtwo, \toolboxthree or \toolboxfour
 % for GRASS toolbox (not toolbar) items
@@ -408,15 +408,15 @@
 %The number part of the name is the total number of arguments (N)
 %The number of icons is (N-1)
 % \item Toolbox Item: \toolboxtwo{nviz.1.eps}{nviz - Open 3D-View in NVIZ}
-\item Objet de boîte d'outils: \toolboxtwo{nviz.1.eps}{nviz - Open 3D-View in NVIZ}
+\item Objet de boîte d'outils : \toolboxtwo{nviz.png}{nviz - Open 3D-View in NVIZ}
 %
 %Use \checkbox for a checkbox item in a dialog popup
 % \item Checkbox: \checkbox{Render}
-\item Case à cocher: \checkbox{Rendu}
+\item Case à cocher : \checkbox{Rendu}
 %
 %Use \radiobuttonoff for a radio button item in a dialog popup
 % \item Radio Button:  \radiobuttonon{Postgis SRID} \radiobuttonoff{EPSG ID}
-\item Bouton radio:  \radiobuttonon{Postgis SRID} \radiobuttonoff{EPSG ID}
+\item Bouton radio :  \radiobuttonon{Postgis SRID} \radiobuttonoff{EPSG ID}
 %
 % Use \selectnumber for a selection box with up and down arrows
 % and a numerical value
@@ -426,25 +426,25 @@
 % Use \selectstring for a selection box with down arrows
 % and a string value
 % \item Select a String: \selectstring{Outline style}{---Solid Line}
-\item Sélection d'une ligne: \selectstring{Style de bordure externe}{--- Ligne solide}
+\item Sélection d'une ligne : \selectstring{Style de bordure externe}{--- Ligne solide}
 %
 %
 % Use \browsebutton for a button that opens a file browser popup
 % \item Browse for a File: \browsebutton 
-\item Parcourir un fichier: \browsebutton 
+\item Parcourir un fichier : \browsebutton 
 %
 % Use \selectcolor for a button which opens a color selector popup
 % \item Select a Color: \selectcolor{Outline color}{yellow}
-\item Sélection d'une couleur: \selectcolor{Couleur de bordure externe}{yellow}
+\item Sélection d'une couleur : \selectcolor{Couleur de bordure externe}{yellow}
 %
 % \item Slider: \slider{Transparency}{0}{20mm}
-\item Barre coulissante: \slider{Transparence}{0}{20mm}
+\item Barre coulissante : \slider{Transparence}{0}{20mm}
 %
 % Use \inputtext for a labelled field for user input of text 
 % \item Input Text: \inputtext{Display Name}{lakes.shp}
 % \end{itemize}
 % A shadow indicates a clickable GUI component.
-\item Zone de saisie de texte: \inputtext{Nom affiché}{lakes.shp}
+\item Zone de saisie de texte : \inputtext{Nom affiché}{lakes.shp}
 \end{itemize}
 Une ombre indique un élément de l'interface qui peut être cliqué.
 
@@ -466,17 +466,17 @@
 % \item Keystroke Combinations: press \keystroke{Ctrl+B}, meaning press and
 % hold the Ctrl key and then press the B key.
 % \item Name of a File: \filename{lakes.shp}
-\item Hyperliens: \url{http://qgis.org}
-\item Simple touche: appuyez sur \keystroke{p}
-\item Combinaisons de touches: appuyez sur \keystroke{Ctrl+B}, signifie qu'il faut rester en appui sur la touche Contrôle (Ctrl) tout en pressant la touche B.
-\item Nom d'un fichier: \filename{lakes.shp}
+\item Hyperliens : \url{http://qgis.org}
+\item Simple touche : appuyez sur \keystroke{p}
+\item Combinaisons de touches : appuyez sur \keystroke{Ctrl+B}, signifie qu'il faut rester en appui sur la touche Contrôle (Ctrl) tout en pressant la touche B.
+\item Nom d'un fichier : \filename{lakes.shp}
 %\item Name of a Field: \fieldname{NAMES}
 % \item Name of a Class: \classname{NewLayer}
 % \item Method: \method{classFactory}
 % \item Server: \server{myhost.de}
-\item Nom d'une classe: \classname{NewLayer}
-\item Méthode: \method{classFactory}
-\item Serveur: \server{myhost.de}
+\item Nom d'une classe : \classname{NewLayer}
+\item Méthode : \method{classFactory}
+\item Serveur : \server{myhost.de}
 %\item SQL Table: \sqltable{example needed here}    
 %
 %Use usertext for all other text that the user must enter from the keyboard
@@ -486,7 +486,7 @@
 \end{itemize}
 
 % Code is indicated by a fixed-width font:
-Les codifications sont indiquées par une police à taille fixe:
+Les codifications sont indiquées par une police à taille fixe :
 \begin{verbatim}
 PROJCS["NAD_1927_Albers",
   GEOGCS["GCS_North_American_1927",
@@ -509,8 +509,8 @@
 Cela indique que sous Windows, Linux et les plateformes Unix il faudra d'abord cliquer sur Fichier puis dans la liste déroulane sur Quitter, alors que sous Mac il faudra cliquer sur le menu Qgis. De grandes portions de textes peuvent être présentées en liste:
 
 \begin{itemize}
-\item \nix{faites ceci;} 
-\item \win{faites cela;} 
+\item \nix{faites ceci ;}
+\item \win{faites cela ;}
 \item \osx{faites autre chose.}
 \end{itemize}
 

Modified: docs/branches/1.0.0/french/user_guide/creating_applications_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/creating_applications_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/creating_applications_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -19,7 +19,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@

Modified: docs/branches/1.0.0/french/user_guide/features_at_a_glance.tex
===================================================================
--- docs/branches/1.0.0/french/user_guide/features_at_a_glance.tex	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/features_at_a_glance.tex	2009-09-05 13:55:23 UTC (rev 11563)
@@ -20,7 +20,7 @@
 
 \subsection{Démarrer et arrêter QGIS}\label{label_startinqgis}
 
-Dans le chapitre \ref{samplesession} vous avez appris comment démarrer QGIS? Nous allons le répéter ici et vous verrez que QGIS propose des options supplémentaires via la ligne de commande.
+Dans le chapitre \ref{samplesession} vous avez appris comment démarrer QGIS ? Nous allons le répéter ici et vous verrez que QGIS propose des options supplémentaires via la ligne de commande.
 
 %\begin{itemize}
 %\item \nix{assuming that QGIS is installed in the PATH, you can start QGIS 

Modified: docs/branches/1.0.0/french/user_guide/features_at_a_glance_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/features_at_a_glance_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/features_at_a_glance_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -19,7 +19,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@

Modified: docs/branches/1.0.0/french/user_guide/getting_started.tex
===================================================================
--- docs/branches/1.0.0/french/user_guide/getting_started.tex	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/getting_started.tex	2009-09-05 13:55:23 UTC (rev 11563)
@@ -143,6 +143,11 @@
 %\end{figure} %
 %You can see how easy it is to visualize raster and vector layers in  %QGIS. Let's move on to the sections that follow to learn more about the  %available functionality, features and settings and how to use them.
 
-\begin{figure}[ht]    \begin{center}    \caption{Une session basique de QGIS \nixcaption}\label{fig:simple_session}\smallskip    \includegraphics[clip=true, width=14cm]{simple_session} \end{center}   \end{figure}
+\begin{figure}[ht]
+  \begin{center}
+    \caption{Une session basique de QGIS \nixcaption}\label{fig:simple_session}\smallskip
+    \includegraphics[clip=true, width=14cm]{simple_session}
+  \end{center}
+\end{figure}
 
 Vous pouvez constater combien il est aisé d'afficher des couches raster ou vecteur dans QGIS. Passons aux sections suivantes pour en apprendre plus sur les autres fonctionnalités et paramètres disponibles et la façon de les utiliser.

Modified: docs/branches/1.0.0/french/user_guide/getting_started_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/getting_started_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/getting_started_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -18,7 +18,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@

Modified: docs/branches/1.0.0/french/user_guide/grass_integration_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/grass_integration_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/grass_integration_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -31,7 +31,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use mv:
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -42,12 +43,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for the PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/help_and_support_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/help_and_support_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/help_and_support_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -21,6 +21,7 @@
 #	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use mv:
 #	cp *.eps ../finalpix/
+# 	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@

Modified: docs/branches/1.0.0/french/user_guide/images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -129,7 +129,9 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#don't use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
+	cp *.jpg ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -140,12 +142,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/operating_system_icons/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/operating_system_icons/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/operating_system_icons/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -21,7 +21,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#don't use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -32,12 +33,13 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
+
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins.tex
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins.tex	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins.tex	2009-09-05 13:55:23 UTC (rev 11563)
@@ -81,7 +81,7 @@
 \begin{figure}[ht]
    \begin{center}
    \caption{Gestionnaire d'extension \nixcaption}\label{fig:pluginmanager}\smallskip
-   \includegraphics[clip=true, width=14cm]{pluginmanager}
+   \includegraphics[clip=true, width=14cm]{pluginmanager.png}
 \end{center}
 \end{figure}
 
@@ -154,7 +154,7 @@
 %\item \textbf{invalid} - the plugin is installed, but is unworkable. The reason is explained in the plugin description.
 %\end{itemize}
 
-Pour télécharger et installer une extension python complémentaire, cliquez  sur le menu \mainmenuopt{Plugins} > \dropmenuopttwo{plugin_installer}{Récupération des extensions python...}.
+Pour télécharger et installer une extension python complémentaire, cliquez  sur le menu \mainmenuopt{Plugins} > \dropmenuopttwo{plugin_installer.png}{Récupération des extensions python...}.
 La fenêtre de l'\filename{Installeur d'extension python} apparaîtra (figure \ref{fig:plugininstaller}) avec l'onglet \tab{Plugins}, qui présente la liste de toutes les extensions python installées ou disponibles dans des dépôts distants. Chaque extension peut-être soit :
 \begin{itemize}
 \item \textbf{non installée} - signifie que l'extension est disponible dans le dépôt, mais n'est pas encore installée. Pour l'installer, sélectionnez-la dans la liste et cliquez sur le bouton \button{Installer l'extension}.

Modified: docs/branches/1.0.0/french/user_guide/plugins_add_wfs_layer_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_add_wfs_layer_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_add_wfs_layer_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -17,7 +17,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -28,12 +29,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_coordinate_capture_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_coordinate_capture_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_coordinate_capture_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -21,7 +21,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -32,12 +33,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_decorations_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_decorations_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_decorations_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -24,7 +24,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -35,12 +36,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_delimited_text_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_delimited_text_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_delimited_text_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -20,7 +20,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#please don't use move:
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 	
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -31,12 +32,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_dxf2shape_converter_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_dxf2shape_converter_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_dxf2shape_converter_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -19,7 +19,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -30,12 +31,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_ftools_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_ftools_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_ftools_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -61,7 +61,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -72,12 +73,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_geoprocessing_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_geoprocessing_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_geoprocessing_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -18,7 +18,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#please don't use move:
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -29,12 +30,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_georeferencer_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_georeferencer_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_georeferencer_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -23,7 +23,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -34,12 +35,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_gps_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_gps_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_gps_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -21,7 +21,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -32,12 +33,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_grass_module_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_grass_module_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_grass_module_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -11,7 +11,7 @@
 # JPG=qgis_icon_new_verylarge.eps\
 #	nextfile.eps
 
-PNG=nviz.1.eps\
+PNG=nviz.eps\
 grass.eps\
 grass_add_map.eps\
 grass_add_raster.eps\
@@ -62,7 +62,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -73,12 +74,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Added: docs/branches/1.0.0/french/user_guide/plugins_grass_module_images/nviz.png
===================================================================
(Binary files differ)


Property changes on: docs/branches/1.0.0/french/user_guide/plugins_grass_module_images/nviz.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: docs/branches/1.0.0/french/user_guide/plugins_graticule_creator_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_graticule_creator_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_graticule_creator_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -19,7 +19,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -30,12 +31,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_interpolation_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_interpolation_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_interpolation_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -18,7 +18,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -29,12 +30,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_mapserver_export_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_mapserver_export_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_mapserver_export_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -17,7 +17,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -28,12 +29,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_ogr_converter_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_ogr_converter_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_ogr_converter_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -18,7 +18,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -29,12 +30,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_python_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_python_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_python_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -18,7 +18,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -29,12 +30,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_quick_print_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_quick_print_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_quick_print_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -20,7 +20,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -31,12 +32,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_raster_algebra_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_raster_algebra_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_raster_algebra_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -19,7 +19,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -30,12 +31,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -26,7 +26,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -37,12 +38,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_spit_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_spit_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_spit_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -19,7 +19,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -30,12 +31,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/plugins_table_manager_images/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/plugins_table_manager_images/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/plugins_table_manager_images/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -23,7 +23,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -34,12 +35,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/preamble.tex
===================================================================
--- docs/branches/1.0.0/french/user_guide/preamble.tex	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/preamble.tex	2009-09-05 13:55:23 UTC (rev 11563)
@@ -31,7 +31,7 @@
 
 Ainsi l'ensemble des donn\'ees ne sauraient faire l'objet d'une garantie. Les auteurs et les \'editeurs ne sauraient \^etre responsables de tout dommage direct, indirect, secondaire ou accessoire d\'ecoulant de l'utilisation de ce manuel. Les \'eventuelles corrections sont toujours les bienvenues.
 
-Ce document a \'et\'e r\'edig\'e avec \LaTeX. Les sources sont disponibles en code \LaTeX via \href{http://wiki.qgis.org/qgiswiki/DocumentationWritersCorner}{subversion} et en PDF via \url{http://qgis.osgeo.org/documentation/manuals.html}. 
+Ce document a \'et\'e r\'edig\'e avec \LaTeX. Les sources sont disponibles en code \LaTeX via \url{http://wiki.qgis.org/qgiswiki/DocumentationWritersCorner}{subversion} et en PDF via \url{http://qgis.osgeo.org/documentation/manuals.html}. 
 Des versions traduites peuvent \^etre t\'el\'echarg\'ees via la section de documentation du projet QGIS. Pour plus d'informations sur les mani\`eres de contribuer \`a ce document et \`a sa traduction, veuillez visiter \url{http://wiki.qgis.org/qgiswiki/DocumentationWritersCorner} 
 
 \textbf{R\'ef\'erences de ce document}
@@ -61,9 +61,11 @@
 St\'ephane Morel & Jean Roc Morreale & Marie Silvestre \\
 Cyril de Ruz \\
 \end{tabular}
+\end{flushleft}
 
 \begin{flushleft}
-\textbf{Contributeurs :}
+\textbf{Contributeurs à la version française :}
+
 \begin{tabular}{p{5cm} p{5cm} p{5cm}}
 Ludovic Granjon (aide à la compilation) \\
 \end{tabular}

Modified: docs/branches/1.0.0/french/user_guide/print_composer_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/print_composer_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/print_composer_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -25,7 +25,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use mv (move):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -36,12 +37,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/qgis_style.sty
===================================================================
--- docs/branches/1.0.0/french/user_guide/qgis_style.sty	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/qgis_style.sty	2009-09-05 13:55:23 UTC (rev 11563)
@@ -42,6 +42,7 @@
 \usepackage[dvips,dvipdf]{graphicx}
 	\graphicspath{{./finalpix/}{../finalpix/}{grass_integration_images}{help_and_support_images}{images}{map_composer_images}{plugins_delimited_text_images}{plugins_gps_images}{working_with_ogc_images}{working_with_projections_images}}
 
+
 % color package for dvips
 \usepackage[dvips]{color}
 
@@ -187,7 +188,7 @@
 has not yet been updated for
 consistency with Quantum GIS v\CURRENT. Read at your own risk!}
 
-\usepackage[bookmarks=true, bookmarksnumbered=false, pdftitle={Documentation QGIS}, pdfauthor={Projet QGIS}, pdfsubject={Manuel Utilisateur QGIS}, breaklinks=true, colorlinks=false, linkcolor=black,dvips]{hyperref}
+% \usepackage[bookmarks=true, bookmarksnumbered=false, pdftitle={Documentation QGIS}, pdfauthor={Projet QGIS}, pdfsubject={Manuel Utilisateur QGIS}, breaklinks=true, colorlinks=false, linkcolor=black,pdftex]{hyperref}
 % if colorlinks=false then add pdfborder={0 0 0} (no link boxes)
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -210,3 +211,4 @@
 
 \renewcommand{\@pnumwidth}{1.75em}
 \renewcommand{\@tocrmarg}{2em} 
+

Modified: docs/branches/1.0.0/french/user_guide/title.tex
===================================================================
--- docs/branches/1.0.0/french/user_guide/title.tex	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/title.tex	2009-09-05 13:55:23 UTC (rev 11563)
@@ -4,7 +4,7 @@
 
 \begin{figure}[H]
 \begin{center}
-\includegraphics[clip=true, scale=0.4]{qgis_icon_new_verylarge} 
+\includegraphics[clip=true, scale=0.4]{qgis_icon_new_verylarge.jpg} 
 \end{center}
 \end{figure}
 

Modified: docs/branches/1.0.0/french/user_guide/user_guide.pdf
===================================================================
(Binary files differ)

Modified: docs/branches/1.0.0/french/user_guide/user_guide.tex
===================================================================
--- docs/branches/1.0.0/french/user_guide/user_guide.tex	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/user_guide.tex	2009-09-05 13:55:23 UTC (rev 11563)
@@ -1,10 +1,7 @@
-%
-%
 \documentclass[a4paper,pagesize=dvips,onecolumn,11pt,titlepage,twoside]{scrartcl}
 % \documentclass[a4paper,dvips,onecolumn,11pt,titlepage]{scrreprt}
 \usepackage{qgis_style}
 
-
 \begin{document}
 
 \include{title}
@@ -45,7 +42,7 @@
 %% \include{plugins_raster_algebra}
 \include{plugins_writing_in_cpp}
 \include{plugins_writing_in_python}
-%end of plugin docs
+% %end of plugin docs
 \include{creating_cpp_applications}
 \include{creating_pyqgis_applications}
 \include{help_and_support}
@@ -53,9 +50,6 @@
 \include{appendices/supported_data_formats}
 \include{appendices/grass_toolbox_modules}
 
-%install guide is a special case because we are extracting it
-%out of the INSTALL.t2t document of in the QGIS sources
-%when we tag a new document release
 \include{install} % Pas relu
 \include{coding} % Pas relu
 \include{appendices/gpl}
@@ -63,7 +57,5 @@
 \include{literature}
 \include{index}
 
-%\begin{htmlonly}
-%        \input{qgis_style.tex}
-%\end{htmlonly}
+
 \end{document}

Modified: docs/branches/1.0.0/french/user_guide/working_with_ogc.tex
===================================================================
--- docs/branches/1.0.0/french/user_guide/working_with_ogc.tex	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/working_with_ogc.tex	2009-09-05 13:55:23 UTC (rev 11563)
@@ -632,7 +632,7 @@
 % to the WMS icon. Click on it to open the dialog. In General adding a WFS 
 % layer is very similar to the procedure used with WMS. The difference is 
 % there are no default servers defined, so we have to add our own.
-Une nouvelle icône \toolbtntwo{mIconAddWfsLayer}{Ajouter une couche WFS}
+Une nouvelle icône \toolbtntwo{mIconAddWfsLayer.png}{Ajouter une couche WFS}
 apparaît à côté de celle du WMS. Cliquez dessus pour ouvrir la boîte de
 dialogue. En général ajouter une couche WFS est identique à la procédure
 utilisée pour une couche WMS. La différence est qu'il n'y a pas de serveurs par

Modified: docs/branches/1.0.0/french/user_guide/working_with_ogc_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/working_with_ogc_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/working_with_ogc_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -20,7 +20,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#do not use move (mv):
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -31,12 +32,12 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 $(JPG): %.eps: %.jpg
 	# Workaround for PDF
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@
+# 	convert $< $@
 
 clean:
 	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Modified: docs/branches/1.0.0/french/user_guide/working_with_projections_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/working_with_projections_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/working_with_projections_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -20,7 +20,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#please, don't use mv:
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -31,7 +32,7 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF version
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 #$(JPG): %.eps: %.jpg
 	# Workaround for PDF version

Modified: docs/branches/1.0.0/french/user_guide/working_with_raster_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/working_with_raster_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/working_with_raster_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -18,7 +18,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#please, don't use mv:
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -29,7 +30,7 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF version
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 #$(JPG): %.eps: %.jpg
 	# Workaround for PDF version

Modified: docs/branches/1.0.0/french/user_guide/working_with_vector.tex
===================================================================
--- docs/branches/1.0.0/french/user_guide/working_with_vector.tex	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/working_with_vector.tex	2009-09-05 13:55:23 UTC (rev 11563)
@@ -282,7 +282,7 @@
 %\minisec{SPIT Plugin}
 \minisec{Extension SPIT}
 %\includegraphics[width=0.7cm]{spiticon} QGIS comes with a plugin named SPIT (Shapefile to PostGIS Import Tool)\index{PostGIS!SPIT}. SPIT can be used to load multiple shapefiles at one time and includes support for schemas. To use SPIT, open the Plugin Manager from the \mainmenuopt{Plugins} menu, check the box next to the \checkbox{SPIT plugin} and click \button{OK}. The SPIT icon will be added to the plugin toolbar\index{PostGIS!SPIT!loading}.
-\includegraphics[width=0.7cm]{spiticon} QGIS est distribué avec une extension nommée SPIT (Shapefile to PostGIS Import Tool)\index{PostGIS!SPIT}. SPIT peut être utilisé pour charger plusieurs shapefiles en une fois et inclut la gestion des schémas. Pour utiliser SPIT, ouvrez le Gestionnaire d'extensions depuis le menu \mainmenuopt{Plugins}, cochez la case adjacente à \checkbox{SPIT plugin} et cliquez sur \button{OK}. L'icône SPIT sera ajoutée à la barre d'outils\index{PostGIS!SPIT!charger}.
+\includegraphics[width=0.7cm]{spiticon.png} QGIS est distribué avec une extension nommée SPIT (Shapefile to PostGIS Import Tool)\index{PostGIS!SPIT}. SPIT peut être utilisé pour charger plusieurs shapefiles en une fois et inclut la gestion des schémas. Pour utiliser SPIT, ouvrez le Gestionnaire d'extensions depuis le menu \mainmenuopt{Plugins}, cochez la case adjacente à \checkbox{SPIT plugin} et cliquez sur \button{OK}. L'icône SPIT sera ajoutée à la barre d'outils\index{PostGIS!SPIT!charger}.
 
 %To import a shapefile, click on the \toolbtntwo{spiticon}{SPIT} tool in the toolbar to open the \dialog{SPIT - Shapefile to PostGIS Import Tool} dialog. Select the PostGIS database you want to connect to and click on \button{Connect}. Now you can add one or more files to the queue by clicking on the \button{Add} button. To process the files, click on the \button{OK} button. The progress of the import as well as any errors/warnings will be displayed as each shapefile is processed.
 Pour importer un shapefile, cliquez sur le bouton \toolbtntwo{spiticon}{SPIT} dans la barre d'outils pour ouvrir la fenêtre \dialog{SPIT - Outil d'importation de Shapefile dans PostGIS}. Sélectionnez la base de données à laquelle vous voulez vous connecter et cliquez sur le bouton \button{Connecter}. Vous pouvez alors ajouter un ou plusieurs fichiers à la liste en cliquant sur le bouton \button{Ajouter}. Pour traiter les fichiers, appuyez sur le bouton \button{OK}. La progression de l'importation aussi bien que les erreurs ou les alertes s'afficheront pour chaque shapefile.

Modified: docs/branches/1.0.0/french/user_guide/working_with_vector_screenies/Makefile
===================================================================
--- docs/branches/1.0.0/french/user_guide/working_with_vector_screenies/Makefile	2009-09-05 12:57:21 UTC (rev 11562)
+++ docs/branches/1.0.0/french/user_guide/working_with_vector_screenies/Makefile	2009-09-05 13:55:23 UTC (rev 11563)
@@ -33,7 +33,8 @@
 all: $(PNG) $(JPG)
 	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
 	#please, don't use mv:
-	cp *.eps ../finalpix/
+# 	cp *.eps ../finalpix/
+	cp *.png ../finalpix/
 
 #$(EPS):	%.eps: %.fig
 #	fig2dev -L eps $< > $@
@@ -44,7 +45,7 @@
 $(PNG): %.eps: %.png
 	# Workaround for PDF version
 	#convert -geometry 300x -depth 1 $< $@
-	convert $< $@ 
+# 	convert $< $@ 
 
 #$(JPG): %.eps: %.jpg
 	# Workaround for PDF version



More information about the QGIS-commit mailing list