[QGIS Commit] r11426 - docs/branches/1.0.0/french/user_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Aug 18 08:05:12 EDT 2009


Author: jrm
Date: 2009-08-18 08:05:12 -0400 (Tue, 18 Aug 2009)
New Revision: 11426

Modified:
   docs/branches/1.0.0/french/user_guide/qgis_style.sty
   docs/branches/1.0.0/french/user_guide/qgis_style.tex
Log:
utilisation de l'encodage utf-8 et du paquet babel

Modified: docs/branches/1.0.0/french/user_guide/qgis_style.sty
===================================================================
--- docs/branches/1.0.0/french/user_guide/qgis_style.sty	2009-08-18 12:01:26 UTC (rev 11425)
+++ docs/branches/1.0.0/french/user_guide/qgis_style.sty	2009-08-18 12:05:12 UTC (rev 11426)
@@ -8,7 +8,8 @@
 \makeindex
 
 % important for nice acroread-visualization as pdf.
-\usepackage[latin1]{inputenc}
+\usepackage[utf8]{inputenc}
+\usepackage[francais]{babel}
 \usepackage[T1]{fontenc}
 
 % To make all GRASS commands appear smooth

Modified: docs/branches/1.0.0/french/user_guide/qgis_style.tex
===================================================================
--- docs/branches/1.0.0/french/user_guide/qgis_style.tex	2009-08-18 12:01:26 UTC (rev 11425)
+++ docs/branches/1.0.0/french/user_guide/qgis_style.tex	2009-08-18 12:05:12 UTC (rev 11426)
@@ -3,7 +3,8 @@
 %% nothing to change below
 
 % important for nice acroread-visualization as pdf.
-\usepackage[latin1]{inputenc}
+\usepackage[utf8]{inputenc}
+\usepackage[francais]{babel}
 \usepackage[T1]{fontenc} 
 % to qgis and grass commands optimize:
 % found here: http://www.open4me.de/pdfprobleme.html



More information about the QGIS-commit mailing list