Skip to content

Releases: chrisjsewell/ipypublish

added output level metadata

changed top-level meta tag from latex_doc -> ipub

26 Jul 07:18
Compare
Choose a tag to compare

To reflect that it also applys to html/slides output

also:

  • improved control of slide output
  • changed from using utf8x -> xelatex, for handling font encoding
  • added mkdown output tag

Small bug fix for html caption prefixing

24 Jul 10:16
Compare
Choose a tag to compare
  • moved html caption prefixing to LatexCaption, so that captions from other cells are prefixed

Slide autonumbering and captions from code output

23 Jul 23:57
Compare
Choose a tag to compare

Improvements to Slide Output and Smart Slide Creation

22 Jul 09:32
Compare
Choose a tag to compare

slide rows/columns partitioned by markdown headers

also improved latex listings default options for text & stream data

Default Conversion Plugins & Enhancements to HTML/Slides Conversion

21 Jul 06:15
Compare
Choose a tag to compare
  • added auto numbering and correct reference hyperlinks for figures/tables/equations/code in html & slides
  • added text meta-tag, default meta-tag post processor, and additional converters based on it
  • added embeddable html

added universal bdist flag

18 Jul 06:44
Compare
Choose a tag to compare
v0.4.1

added universal bdist flag

Introducing nbpresent: for reveal.js slideshow creation and serving

18 Jul 05:58
Compare
Choose a tag to compare

a lot of refactoring of html template creation
improvement of command line argument processing
introduction of preprocessors
general awesomeness

First full, tested pypi release!

15 Jul 22:00
Compare
Choose a tag to compare
v0.3.0

updated version for release

New Latex Metadata convention

12 Jul 00:10
Compare
Choose a tag to compare

Now all under "latex_doc" key with no "latex_" prefix , e.g.

{
"latex_doc" : {
    "ignore": true
    }
}

instead of:

{"latex_ignore": true}