All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. From 2022-02-28 onwards, versioning is done using Calendar Versioning.
- Magic comment for LTeX (because of vscode-ltex#632)
_latexmkrc
is available instead oflatexmkrc
to ease usage at overleaf. lncs#40
- Fixed reference to examples in IEEE template
- Fixed line break in introduction
- Added package mindflow, which supports quickly noting down thoughts with a) a proper rendering of LaTeX and b) a proper differentiation from the main text
- Removed
paper-conference-compsoc.tex
as the optioncompsoc
is not in use any more. - Removed
paper-9pt-technote.tex
as that format is not used at all.
- Now generated using the latex template generator.
- Updated to TeXLive 2021
- Switch from balance to pbalance, because the latter works better in edge cases.
- Examples now also work on overleaf.
\currfile
now correctly returnsmain.tex
/paper.tex
instead ofoutput.tex
.
1.5.0 – 2020-03-29
- Fixed compatibility with recent babel versions: using
main=english
as package parameter.
1.4.0 – 2018-03-07
- Added "aboveskip" and "belowskip" hints.
- Added example Java listing using minted.
- Added example XML listing using listings.
- Changed minted style from friendly to bw.
1.3.0 – 2018-03-06
- Added optional tweak to reduce spacing between bibitems
- Added
crefname
forlstlisting
to ensure cleveref works
- Removed
chngcntr
, because lsitings package counts right in the case of IEEE. - Separated minted support to separate file
paper-conference-minted.tex
.
1.2.0 – 2018-02-07
- Ligatures are disabled for monospaced font. E.g., \texttt{--} stays
--
and is not converted to an en dash.
1.1.0 – 2018-02-03
- Title of
paper-conference.tex
does not show "Computer Society" any more.
- One more lipsum paragraph on first page and separate Lorem Ipsum section.
- Enforce version V1.8b (2015/08/26) of IEEEtrans.cls.
- Removed
tracking=smallcaps
option in microtype to have letters in\textsc{BPMN}
standing closer together. - Instead of package cite the more comprehensive package natbib is used. Thereby,
\citet{ref}
is enabled.
- Removed wrong
\allowbreak{}
example.
1.0.0 – 2018-01-30
First release using semantic versioning.