From b8873fe7b09387ace7f769efd956a832fa0c86a1 Mon Sep 17 00:00:00 2001 From: Robert Lehmann Date: Thu, 6 Oct 2011 14:52:54 +0200 Subject: [PATCH] Fixes #354: Addressed PDF generation in the tutorial. --- doc/tutorial.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index fa6ee2ab6..055dda979 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -125,6 +125,12 @@ to run :: to build HTML docs in the build directory you chose. Execute ``make`` without an argument to see which targets are available. +.. admonition:: How do I generate PDF documents? + + ``make latexpdf`` runs the :mod:`LaTeX builder + ` and readily invokes the pdfTeX + toolchain for you. + Documenting objects -------------------