Skip to content

Releases: t-makaro/nb_pdf_template

3.0.0

26 Mar 00:34
122a6b5
Compare
Choose a tag to compare

This update simplifies the setup by removing all of the optional extra setup needed for text wrapping. Bonus, compiling is much faster, and prompts are more consistently aligned.

Patch

16 Sep 18:41
Compare
Choose a tag to compare

Fixes compiling this template with versions of XeLaTeX from before 2016.

2.0

05 Sep 02:45
Compare
Choose a tag to compare
2.0

Added the ability to make code cells wrap text. Since, this requires setting nbconvert's latex command to use a -shell-escape, this is not the default. To obtain this feature, install the templates with the --minted flag like:

python -m nb_pdf_template.install --minted

1.3.0

19 May 07:54
Compare
Choose a tag to compare

Mostly internal changes to the templates. (Refactoring to make the .tplx files and the intermediate .tex file easier to read, and also to make inheriting from these templates easier.)
Added the ability to use:

--TemplateExporter.exclude_output_prompt=True
--TemplateExporter.exclude_input_prompt=True
--no-prompt

to remove input prompts, output prompts, or both.

1.2.0

17 May 21:39
89ad2a7
Compare
Choose a tag to compare

Adds text wrapping to Out[] blocks.

1.1.2

04 Mar 17:28
Compare
Choose a tag to compare

Slight improvement to the syntax highlighting of numbers.

1.1.1

20 Jan 21:59
Compare
Choose a tag to compare

Changes

  1. Improved syntax highlighting if using XeLaTeX
  2. Added another template that moves in/out prompts above cells instead of in the margins.
  3. Restructure templates for better inheritability
  4. Depreciated 'jupyter.tplx' in favor of 'classic.tplx'

1.0.0

06 Jan 22:39
f330361
Compare
Choose a tag to compare

Fixes #2

The template now uses the LaTeX packages needspace, and tcolorbox in place of fancybox.

0.9.2

06 Jan 20:33
7ea2b0d
Compare
Choose a tag to compare
Update README.md

0.9

30 Dec 11:05
ae107bd
Compare
Choose a tag to compare
0.9
Update README.md