Skip to content

Latest commit

 

History

History
164 lines (97 loc) · 5.45 KB

CHANGELOG.md

File metadata and controls

164 lines (97 loc) · 5.45 KB

Changelog

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.

Changed

  • Renamed to ieee-enhanced to show that this an enhanced version of the existing template IEEEtran
  • Removed paper.tex (because it is a duplicate of paper-conference.tex)

Added

  • Added commands.tex to collects all LaTeX macros / commands for a better overview on available (custom) LaTeX commands.

Added

  • Added TeXcount to GitHub workflow summary.
  • GitHub workflow job summary for latexmk generated using texlogsieve.

Changed

  • Refined README.md
  • Refined .gitignore

Added

  • Added .aspell.en.pws and .aspell.conf to ignore some LaTeX commands at aspell.
  • Added latexindent to GitHub actions (check.yml).
  • When using lualatex: Added support for spelling package (which highlights bad spellings in red - if .spell.bad containing misspelled words exists)

Fixed

  • Fixed tag for iot Docker image.

Changed

  • Refined Makefile

Changed

  • Compilation with both lualatex and pdflatex is possible. Defaults to lualatex.
  • Nicer gray scale for minted listings.
  • Dockerfile switched to Island of TeX's docker image to enable easy addition of new LaTeX packages.

Added

Changed

  • _latexmkrc is available instead of latexmkrc to ease usage at overleaf. lncs#40

Fixed

  • Fixed reference to examples in IEEE template
  • Fixed line break in introduction

Added

  • 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

  • Removed paper-conference-compsoc.tex as the option compsoc is not in use any more.
  • Removed paper-9pt-technote.tex as that format is not used at all.

Changed

Fixed

  • Examples now also work on overleaf. \currfile now correctly returns main.tex/paper.tex instead of output.tex.

1.5.0 – 2020-03-29

Fixed

  • Fixed compatibility with recent babel versions: using main=english as package parameter.

1.4.0 – 2018-03-07

Added

  • Added "aboveskip" and "belowskip" hints.
  • Added example Java listing using minted.
  • Added example XML listing using listings.

Changed

  • Changed minted style from friendly to bw.

1.3.0 – 2018-03-06

Added

  • Added optional tweak to reduce spacing between bibitems
  • Added crefname for lstlisting to ensure cleveref works

Changed

  • 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

Changed

  • Ligatures are disabled for monospaced font. E.g., \texttt{--} stays -- and is not converted to an en dash.

1.1.0 – 2018-02-03

Fixed

  • Title of paper-conference.tex does not show "Computer Society" any more.

Added

  • One more lipsum paragraph on first page and separate Lorem Ipsum section.
  • Enforce version V1.8b (2015/08/26) of IEEEtrans.cls.

Changed

  • 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

  • Removed wrong \allowbreak{} example.

1.0.0 – 2018-01-30

First release using semantic versioning.