Releases: t-makaro/nb_pdf_template
Releases · t-makaro/nb_pdf_template
5.0.0
Support for nbconvert 7.0 (probably works with 6.0 as well). Upgraded to pyproject.toml for proper pip installation of the template.
3.0.0
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
Fixes compiling this template with versions of XeLaTeX from before 2016.
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
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
Adds text wrapping to Out[] blocks.
1.1.2
Slight improvement to the syntax highlighting of numbers.
1.1.1
Changes
- Improved syntax highlighting if using XeLaTeX
- Added another template that moves in/out prompts above cells instead of in the margins.
- Restructure templates for better inheritability
- Depreciated 'jupyter.tplx' in favor of 'classic.tplx'
1.0.0
Fixes #2
The template now uses the LaTeX packages needspace, and tcolorbox in place of fancybox.