Skip to content

Commit de225fa

Browse files
renichpvalena
authored andcommitted
Improving the latexpdf section on sphinx.md
I've applied many of the suggestions made by @pvalena in order to improve the latexpdf section.
1 parent a1fdc6b commit de225fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tech/languages/python/sphinx.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ You will probably want to use `html` for local testing purposes and `dirhtml` fo
7070

7171
## latexpdf
7272

73+
Sphinx allows you to render your work in PDF format.
74+
7375
In order to be able to run the `latexpdf` target, you will need to install the following dependencies:
7476

7577
``` sh
@@ -88,6 +90,8 @@ After that, you can continue building the target:
8890
make latexpdf
8991
```
9092

93+
You will see a lot of output showing the process of producing the PDF file and, finally; if successful, find the rendered PDF at `build/latex/<projectname>.pdf`; along with many other files used to produce it.
94+
9195
## What next
9296
- See working examples to get an inspiration [Sphinx examples](http://sphinx-doc.org/examples.html)
9397
- See the full Sphinx possibilities and features [Sphinx contents](http://sphinx-doc.org/contents.html)

0 commit comments

Comments
 (0)