Nb Pdf Template Versions Save

A more accurate representation of jupyter notebooks when converting to pdfs.

3.0.0

5 years ago

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.

2.0.1

5 years ago

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

2.0

5 years ago

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

5 years ago

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

5 years ago

Adds text wrapping to Out[] blocks.

1.1.2

6 years ago

Slight improvement to the syntax highlighting of numbers.

1.1.1

6 years ago

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

6 years ago

Fixes #2

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

0.9.2

6 years ago

0.9

6 years ago