v0.4
The changes compared to the previous release are outlined below. There should be no breaking change. 🎉
- Added the
assignment
parameter to thebasimple
environment. This should optionally point to a PDF file, which first page will be included right after the titlepage. - Added the boolean
blocknotice
parameter to thebasimple
environment, which determines if a blocknotice will be included or not. It's true per default. - Added
\captioncite
intended to be used with thesource
parameter ofbafigure
andbatable
. It's basically\textcite
but with a larger clickable area for the link. - Added proper formatting for the
@unpublished
citetype for citing internal documents. - Every acronym links to its respective entry in the list of acronyms now.
- URLs in the bibliography can now be broken across multiple lines. Some additional potential break points have been added to the bibliography style.
- Multi-line captions are now centered.
- When using
pdftex
the font encoding is now set to T1. This allows accented characters to be properly copied from the final document. - The default
pdftex
font "Computer Modern" does not look good when combined with the T1 encoding. The template loads "Latin Modern" instead, which little to no visual difference. - Improved documentation.