Skip to content

Commit

Permalink
updated examples/docs/version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 1, 2017
1 parent b67b5eb commit 874a057
Show file tree
Hide file tree
Showing 13 changed files with 153 additions and 132 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,19 @@ if you are not setting additional options, use `"value":true`.

### Document Tags

To change the **language** of the document:

```json
{
"ipub": {
"language" : "french"
}
}
```

where the language can be any specified in the
[babel](https://people.phys.ethz.ch/~ihn/latex/babel.pdf) package.

To specify where the **bibliography** is:

```json
Expand Down
52 changes: 16 additions & 36 deletions converted/Example.html

Large diffs are not rendered by default.

Binary file modified converted/Example.pdf
Binary file not shown.
32 changes: 6 additions & 26 deletions converted/Example.slides.html

Large diffs are not rendered by default.

163 changes: 94 additions & 69 deletions converted/Example.tex

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions converted/Example_files/embed.html

Large diffs are not rendered by default.

Binary file removed converted/Example_files/output_13_0.jpeg
Binary file not shown.
Binary file removed converted/Example_files/output_14_0.png
Binary file not shown.
Binary file removed converted/Example_files/output_15_0.png
Binary file not shown.
Binary file removed converted/Example_files/output_16_0.png
Binary file not shown.
Binary file removed converted/Example_files/output_20_0.pdf
Binary file not shown.
Binary file added converted/MultiOutput_Test.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion ipypublish/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.1'
__version__ = '0.6.2'

0 comments on commit 874a057

Please sign in to comment.