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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Oct 9 15:27:30 EDT 2010


Author: jrm
Date: 2010-10-09 12:27:30 -0700 (Sat, 09 Oct 2010)
New Revision: 14359

Modified:
   docs/trunk/english_us/user_guide/qgis_style.sty
Log:
fix list of tips

Modified: docs/trunk/english_us/user_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.sty	2010-10-09 19:26:07 UTC (rev 14358)
+++ docs/trunk/english_us/user_guide/qgis_style.sty	2010-10-09 19:27:30 UTC (rev 14359)
@@ -9,6 +9,12 @@
 \usepackage[utf8]{inputenc} 
 \usepackage[T1]{fontenc} 
 
+%%% Tip     
+\usepackage{float}
+\floatstyle{ruled}
+\newfloat{Tip}{ht}{toa}
+\floatname{Tip}{QGIS Tip} % Change the second string to localize it
+
 %%% build index
 %%% see http://web.image.ufl.edu/help/latex/latex_indexes.shtml
 \usepackage{makeidx}
@@ -121,12 +127,6 @@
 \bibliographystyle{acm}
 \renewcommand*{\bibname}{Literature and Web References} % Change the string to localize it
 
-%%% Tip     
-\usepackage{float}
-\floatstyle{ruled}
-\newfloat{Tip}{ht}{toa}
-\floatname{Tip}{QGIS Tip} % Change the second string to localize it
-
 % math
 \usepackage{amssymb}
 \usepackage{pifont}



More information about the QGIS-commit mailing list