Skip to content

Commit

Permalink
Place picture at the top of the example
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jan 6, 2015
1 parent 0e048f7 commit 69e53b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ formatted strings to the container class you want it to be in.

### Examples

This is generated by the code below:

![Generated PDF by PyLaTeX](https://raw.github.com/JelteF/PyLaTeX/master/docs/static/screenshot.png)


```python
import numpy as np

Expand Down Expand Up @@ -103,10 +108,6 @@ with doc.create(Section('The fancy stuff')):
doc.generate_pdf()
```

This code will generate this:

![Generated PDF by PyLaTeX](https://raw.github.com/JelteF/PyLaTeX/master/docs/static/screenshot.png)


### Future development

Expand Down

0 comments on commit 69e53b8

Please sign in to comment.