[QGIS Commit] r14278 - docs/branches/1.5.0/german/user_guide
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Sep 23 12:18:55 EDT 2010
Author: dassau
Date: 2010-09-23 16:18:55 +0000 (Thu, 23 Sep 2010)
New Revision: 14278
Modified:
docs/branches/1.5.0/german/user_guide/Makefile
docs/branches/1.5.0/german/user_guide/qgis_style.sty
docs/branches/1.5.0/german/user_guide/user_guide.tex
Log:
applied bibliography fix from Stephan Holl
Modified: docs/branches/1.5.0/german/user_guide/Makefile
===================================================================
--- docs/branches/1.5.0/german/user_guide/Makefile 2010-09-23 15:35:58 UTC (rev 14277)
+++ docs/branches/1.5.0/german/user_guide/Makefile 2010-09-23 16:18:55 UTC (rev 14278)
@@ -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/branches/1.5.0/german/user_guide/qgis_style.sty
===================================================================
--- docs/branches/1.5.0/german/user_guide/qgis_style.sty 2010-09-23 15:35:58 UTC (rev 14277)
+++ docs/branches/1.5.0/german/user_guide/qgis_style.sty 2010-09-23 16:18:55 UTC (rev 14278)
@@ -123,8 +123,7 @@
% author-year-citation paket natbib (for cited literature)
%\usepackage[style=authoryear]{biblatex}
\bibliographystyle{acm}
-\bibliography{references}
-\renewcommand\bibname{Literatur und Internetreferenzen} % Change the string to localize it
+\renewcommand*{\bibname}{Literatur und Internetreferenzen} % Change the string to localize it
%%% Tip
\usepackage{float}
Modified: docs/branches/1.5.0/german/user_guide/user_guide.tex
===================================================================
--- docs/branches/1.5.0/german/user_guide/user_guide.tex 2010-09-23 15:35:58 UTC (rev 14277)
+++ docs/branches/1.5.0/german/user_guide/user_guide.tex 2010-09-23 16:18:55 UTC (rev 14278)
@@ -60,7 +60,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
@@ -69,6 +69,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