* Added Chapter 1, 2, 3, 4.1, 4.2, and 4.3.
* Added the participants example CSV. * Added the patch to fix the LaTeX output. * Fixed the sphinx config so that the images are always at where the text is.
This commit is contained in:
2
Makefile
2
Makefile
@ -129,6 +129,7 @@ epub3:
|
||||
.PHONY: latex
|
||||
latex:
|
||||
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
|
||||
patch -p 1 < learning-limesurvey.tex.patch
|
||||
@echo
|
||||
@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
|
||||
@echo "Run \`make' in that directory to run these through (pdf)latex" \
|
||||
@ -137,6 +138,7 @@ latex:
|
||||
.PHONY: latexpdf
|
||||
latexpdf:
|
||||
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
|
||||
patch -p 1 < learning-limesurvey.tex.patch
|
||||
@echo "Running LaTeX files through pdflatex..."
|
||||
$(MAKE) -C $(BUILDDIR)/latex all-pdf
|
||||
@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
|
||||
|
Reference in New Issue
Block a user