[QGIS Commit] r14277 - docs/trunk/english_us/user_guide
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Sep 23 11:35:58 EDT 2010
Author: sholl
Date: 2010-09-23 15:35:58 +0000 (Thu, 23 Sep 2010)
New Revision: 14277
Modified:
docs/trunk/english_us/user_guide/Makefile
docs/trunk/english_us/user_guide/qgis_style.sty
docs/trunk/english_us/user_guide/user_guide.tex
Log:
fixed the Makefile-issue with the bibloiography; TODO: make it available in the TOC
Modified: docs/trunk/english_us/user_guide/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/Makefile 2010-09-23 15:13:23 UTC (rev 14276)
+++ docs/trunk/english_us/user_guide/Makefile 2010-09-23 15:35:58 UTC (rev 14277)
@@ -49,11 +49,11 @@
working_with_raster.tex \
working_with_vector.tex
-TARGET = user_guide.pdf
+TARGET = user_guide
IMAGES =
all: $(INCLUDES) $(APPENDIX)
- $(MAKE) $(TARGET)
+ $(MAKE) $(TARGET).pdf
%.eps: %.jpg
convert jpg:$*.jpg eps:$*.eps
@@ -68,7 +68,7 @@
dvips -R0 -o $*.ps $*.dvi
%.pdf: %.tex $(INCLUDES) $(APPENDIX)
- $(PDFLATEX) $*.tex $*.pdf && makeindex -cl -o user_guide.ind user_guide.idx && $(PDFLATEX) $*.tex $*.pdf && $(PDFLATEX) $*.tex $*.pdf
+ $(PDFLATEX) $*.tex $*.pdf && bibtex $(TARGET) && makeindex -cl -o $(TARGET).ind $(TARGET).idx && $(PDFLATEX) $*.tex $*.pdf && $(PDFLATEX) $*.tex $*.pdf
# To add bibliography you need manually run at the moment
# pdflatex user_guide.tex
Modified: docs/trunk/english_us/user_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.sty 2010-09-23 15:13:23 UTC (rev 14276)
+++ docs/trunk/english_us/user_guide/qgis_style.sty 2010-09-23 15:35:58 UTC (rev 14277)
@@ -119,8 +119,7 @@
%\usepackage{csquotes}
%\usepackage[style=authoryear]{biblatex}
\bibliographystyle{acm}
-\bibliography{references}
-\renewcommand\bibname{Literature and Web References} % Change the string to localize it
+\renewcommand*{\bibname}{Literature and Web References} % Change the string to localize it
%%% Tip
\usepackage{float}
Modified: docs/trunk/english_us/user_guide/user_guide.tex
===================================================================
--- docs/trunk/english_us/user_guide/user_guide.tex 2010-09-23 15:13:23 UTC (rev 14276)
+++ docs/trunk/english_us/user_guide/user_guide.tex 2010-09-23 15:35:58 UTC (rev 14277)
@@ -61,7 +61,7 @@
%\input{plugins_raster_algebra}
%end of plugin docs
\input{help_and_support}
-\appendix
+\begin{appendix}
\input{appendices/supported_data_formats}
\input{appendices/grass_toolbox_modules}
%install guide is a special case because we are extracting it
@@ -70,6 +70,7 @@
\input{appendices/gpl}
\input{appendices/qgis_qt_gpl_exception}
\input{appendices/fdl_1.3}
+\end{appendix}
\input{index}
\input{literature}
More information about the QGIS-commit
mailing list