- Separate names in author list with commas for use in
shortauthor
.
- Use better defaults. The default theme is now
Ilmenau
and the--overlaybullets
is now disabled by default.
- Respect
--language
in the context of admonition directives.
- Fix width calculation in columns.
- Improve scaling.
- Enable syntax highlighting by default.
- Added Python 3 support.
- Added experimental support for codeblocks, which may be syntax-colored with Pygments.
- Normalised all directive names to
beamer-
(as opposed tor2b_
) in line with general docutils style, although the old names are still silently supported.
- The parsed-literal environment was losing indentation, and perhaps has been since docutils 0.4. It now works correctly.
- Added "calling" information to examples. Also added bullet example.
- It seems there have been some changes in the docutils LaTeX2e writer, which the Beamer writer is based upon. Hopefully they've all been caught.
- Corrected url in header of source, as well as some misspellings.
- Added note environment
- Added manual
- Introduced column environment
- Fixed manifest so source included (facepalm)
- Changed setup.py to get single-file module to install
- Expanded documentation.
- Shift to setuptools distribution with script installation.
- RK takes over. Sections and subsections are supported. Images default to being centered and having a height of 0.7textheight.
- Date approximate. Earlier versions of rst2beamer did not work with docutils 0.4, seemingly due to changes in the LaTeX writer.
- Date approximate. Initial release.