* 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:
依瑪貓
2017-11-17 20:55:08 +08:00
parent c5dd1e3e94
commit 0fc047f2c9
39 changed files with 1294 additions and 27 deletions

View File

@ -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."