Skip to content

Releases: latextemplates/ieee-enhanced

2025-01-25

24 Jan 23:16
97650db
Compare
Choose a tag to compare

Added

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

Changed

  • Refined README.md
  • Refined .gitignore

2025-01-20

20 Jan 21:47
Compare
Choose a tag to compare

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

2025-01-14

14 Jan 19:49
Compare
Choose a tag to compare

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.

2022-02-28

28 Feb 22:50
Compare
Choose a tag to compare

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.

Version 1.4.0

07 Mar 08:22
Compare
Choose a tag to compare

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.

Version 1.3.0

06 Mar 14:48
Compare
Choose a tag to compare

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.

Version 1.2.0

07 Feb 19:53
Compare
Choose a tag to compare

Changed

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

Version 1.1.0

03 Feb 19:52
Compare
Choose a tag to compare

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.

Version 1.0.0

30 Jan 22:25
Compare
Choose a tag to compare

Initial public release