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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Sep 22 04:17:00 EDT 2010


Author: dassau
Date: 2010-09-22 08:16:59 +0000 (Wed, 22 Sep 2010)
New Revision: 14271

Added:
   docs/trunk/english_us/user_guide/references.bib
Removed:
   docs/trunk/english_us/user_guide/cited_lit.bib
   docs/trunk/english_us/user_guide/cited_weblinks.bib
Modified:
   docs/trunk/english_us/user_guide/Makefile
   docs/trunk/english_us/user_guide/literature.tex
   docs/trunk/english_us/user_guide/qgis_style.sty
   docs/trunk/english_us/user_guide/user_guide.tex
Log:
implemented bibliography, not yet compiling with make - see Makefile how to create a proper manual for now 

Modified: docs/trunk/english_us/user_guide/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/Makefile	2010-09-21 20:48:37 UTC (rev 14270)
+++ docs/trunk/english_us/user_guide/Makefile	2010-09-22 08:16:59 UTC (rev 14271)
@@ -70,6 +70,13 @@
 %.pdf:	%.tex $(INCLUDES) $(APPENDIX)
 	$(PDFLATEX) $*.tex $*.pdf && makeindex -cl -o user_guide.ind user_guide.idx && $(PDFLATEX) $*.tex $*.pdf && $(PDFLATEX) $*.tex $*.pdf
 
+# To add bibliography you need manually run at the moment
+# pdflatex user_guide.tex
+# bibtex user_guide
+# makeindex -cl -o user_guide.ind user_guide.idx
+# pdflatex user_guide.tex
+# pdflatex user_guide.tex
+
 %.tif:	%.pdf
 	gs -sDEVICE=tiffg3 -sPapersize=a4 -dNOPAUSE -q -sOutputFile=$*.tif $*.pdf -c quit
 

Deleted: docs/trunk/english_us/user_guide/cited_lit.bib
===================================================================
--- docs/trunk/english_us/user_guide/cited_lit.bib	2010-09-21 20:48:37 UTC (rev 14270)
+++ docs/trunk/english_us/user_guide/cited_lit.bib	2010-09-22 08:16:59 UTC (rev 14271)
@@ -1,25 +0,0 @@
- at BOOKLET  {qgis04,
-AUTHOR  = {G. Sherman and T. Sutton and R. Blazek and L. Luthmann },
-TITLE   = {Quantum GIS User Manual, Version 0.6},
-YEAR    = 2004,
-}
-
- at BOOKLET  {mitchel05,
-AUTHOR  = {T. Mitchell},
-TITLE   = {Web Mapping Illustrated, published by O'Reilly},
-YEAR    = 2005,
-}
-
- at BOOKLET  {sherman07,
-AUTHOR  = {G. Sherman},
-TITLE   = {Shuffing Quantum GIS into the Open Source GIS Stack, 
-            Free and Open Source Software for Geospatial (FOSS4G) 
-	    Conference Victoria, BC},
-YEAR    = 2007,
-}
-
- at BOOKLET  {neteler_mitasova08,
-AUTHOR  = {M. Neteler and H. Mitasova},
-TITLE   = {Open Source GIS: A GRASS GIS Approach. 3. Edition, Springer, New York},
-YEAR    = 2008,
-}

Deleted: docs/trunk/english_us/user_guide/cited_weblinks.bib
===================================================================
--- docs/trunk/english_us/user_guide/cited_weblinks.bib	2010-09-21 20:48:37 UTC (rev 14270)
+++ docs/trunk/english_us/user_guide/cited_weblinks.bib	2010-09-22 08:16:59 UTC (rev 14271)
@@ -1,84 +0,0 @@
- at booklet {FreeGISweb,
- author = {FreeGIS Project},
- address = {\url{http://www.freegis.org}},
- year = 2009
-}
-
- at booklet {Postgreweb,
- author = {PostgreSQL},
- address = {\url{http://www.postgresql.org/}},
- year = 2009
-}
-
- at booklet {PostGISweb,
- author = {PostGIS},
- address = {\url{http://postgis.refractions.net/}},
- year = 2009
-}
-
- at booklet {GEOSweb,
- author = {GEOS},
- address = {\url{http://geos.refractions.net/}},
- year = 2009
-}
-
- at booklet {PROJweb,
- author = {PROJ.4},
- address = {\url{http://www.remotesensing.org/proj/}},
- year = 2009
-}
-
- at booklet {Qtweb,
- author = {Qt},
- address = {\url{http://www.qtsoftware.com}},
- year = 2009
-}
-
- at booklet {SQliteweb,
- author = {SQlite},
- address = {\url{http://www.sqlite.org}},
- year = 2009
-}
-
- at booklet {GRASSweb,
- author = {GRASS GIS},
- address = {\url{http://grass.osgeo.org}},
- year = 2009
-}
-
- at booklet {OGRweb,
- author = {OGR-Software-Suite},
- address = {\url{http://www.gdal.org/ogr/}},
- year = 2009
-}
-
- at booklet {GDALweb,
- author = {GDAL-Software-Suite},
- address = {\url{http://www.gdal.org}},
- year = 2009
-}
-
- at booklet {QGISweb,
- author = {QGIS-Development-Team},
- address = {\url{http://qgis.osgeo.org}},
- year = 2009
-}
-
- at booklet {QGISwiki,
- author = {QGIS-Wiki},
- address = {\url{http://www.qgis.org/wiki/}},
- year = 2009
-}
-
- at booklet {OGCWMS010101web,
- author = {Web Map Service (1.1.1) Implementation Specification},
- address = {\url{http://portal.opengeospatial.org}},
- year = {2002}
-}
-
- at booklet {OGCWMS010300web,
- author = {Web Map Service (1.3.0) Implementation Specification},
- address = {\url{http://portal.opengeospatial.org}},
- year = {2004}
-}
-

Modified: docs/trunk/english_us/user_guide/literature.tex
===================================================================
--- docs/trunk/english_us/user_guide/literature.tex	2010-09-21 20:48:37 UTC (rev 14270)
+++ docs/trunk/english_us/user_guide/literature.tex	2010-09-22 08:16:59 UTC (rev 14271)
@@ -2,16 +2,17 @@
 
 \addcontentsline{toc}{section}{Cited literature}
 
+\bibliography{references} 
 
-\begin{btSect}[plain]{cited_lit}
-\section*{Literature}
-\setlength{\bibhang}{2em}
-\btPrintCited
-\end{btSect}
-
-\nocite{*} 
-\begin{btSect}[plain]{cited_weblinks}
-\section*{Web-References}
-\setlength{\bibhang}{2em}
-\btPrintCited
-\end{btSect}
+%\begin{btSect}[plain]{cited_lit}
+%\section*{Literature}
+%\setlength{\bibhang}{2em}
+%\btPrintCited
+%\end{btSect}
+%
+%\nocite{*} 
+%\begin{btSect}[plain]{cited_weblinks}
+%\section*{Web-References}
+%\setlength{\bibhang}{2em}
+%\btPrintCited
+%\end{btSect}

Modified: docs/trunk/english_us/user_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.sty	2010-09-21 20:48:37 UTC (rev 14270)
+++ docs/trunk/english_us/user_guide/qgis_style.sty	2010-09-22 08:16:59 UTC (rev 14271)
@@ -115,19 +115,19 @@
 \setkomafont{captionlabel}{\sffamily\bfseries} 
 %\KOMAoptions{toc=flat,listof=flat}
 
-%%%   bibliography     
-\usepackage{csquotes}
+%%% Bibliography     
+%\usepackage{csquotes}
 %\usepackage[style=authoryear]{biblatex}
-\bibliography{cited_lit,cited_weblinks}
+\bibliographystyle{acm}
+\bibliography{references}
+\renewcommand\bibname{Literature and Web References} % Change the string to localize it
 
-
-%%%   Tip     
+%%% 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}

Added: docs/trunk/english_us/user_guide/references.bib
===================================================================
--- docs/trunk/english_us/user_guide/references.bib	                        (rev 0)
+++ docs/trunk/english_us/user_guide/references.bib	2010-09-22 08:16:59 UTC (rev 14271)
@@ -0,0 +1,65 @@
+ at BOOKLET  {mitchel05,
+AUTHOR  = "T. Mitchell",
+TITLE   = "Web Mapping Illustrated",
+PUBLISHER = "O'Reilly",
+YEAR    = 2005
+}
+
+ at BOOKLET  {sherman07,
+AUTHOR  = {G. Sherman},
+TITLE   = {Shuffing Quantum GIS into the Open Source GIS Stack, 
+            Free and Open Source Software for Geospatial (FOSS4G) 
+	    Conference Victoria, BC},
+YEAR    = 2007
+}
+
+ at BOOKLET  {neteler_mitasova08,
+AUTHOR  = "M. Neteler and H. Mitasova",
+TITLE   = "Open Source GIS: A GRASS GIS Approach",
+EDITION = "Third", 
+PUBLISHER = "Springer, New York",
+YEAR    = 2008
+}
+
+ at BOOKLET  {PostGISweb,
+AUTHOR =  "PostGIS-Project",
+TITLE  =  "Spatial Support for PostgreSQL",
+ADDRESS = "\url{http://postgis.refractions.net/}",
+YEAR   = 2010
+}
+
+ at BOOKLET  {GDALweb,
+AUTHOR  = "GDAL-Software-Suite",
+TITLE   = "Geospatial Data Abstraction Library",
+ADDRESS = "\url{http://www.gdal.org}",
+YEAR    = 2010
+}
+
+ at BOOKLET  {GRASSweb,
+AUTHOR  = "GRASS-Project",
+TITLE   = "Geographic Ressource Analysis Support System",
+ADDRESS = "\url{http://grass.osgeo.org}",
+YEAR    = 2010
+}
+
+ at BOOKLET {OGRweb,
+AUTHOR  = "OGR-Software-Suite",
+TITLE   = "Geospatial Data Abstraction Library",
+ADDRESS = "\url{http://www.gdal.org/ogr}",
+YEAR    = 2010
+}
+
+ at BOOKLET {OGCWMS010101web,
+AUTHOR  = "Open-Geospatial-Consortium",
+TITLE   = "Web Map Service (1.1.1) Implementation Specification",
+ADDRESS = "\url{http://portal.opengeospatial.org}",
+YEAR    = 2002
+}
+
+ at BOOKLET {OGCWMS010300web,
+AUTHOR  = "Open-Geospatial-Consortium",
+TITLE   = "Web Map Service (1.3.0) Implementation Specification",
+ADDRESS = "\url{http://portal.opengeospatial.org}",
+YEAR    = 2004
+}
+

Modified: docs/trunk/english_us/user_guide/user_guide.tex
===================================================================
--- docs/trunk/english_us/user_guide/user_guide.tex	2010-09-21 20:48:37 UTC (rev 14270)
+++ docs/trunk/english_us/user_guide/user_guide.tex	2010-09-22 08:16:59 UTC (rev 14271)
@@ -70,8 +70,7 @@
 \input{appendices/gpl}
 \input{appendices/qgis_qt_gpl_exception}
 \input{appendices/fdl_1.3}
-%\input{literature}
 \input{index}
+\input{literature}
 
-%\printbibliography
 \end{document}



More information about the QGIS-commit mailing list