Skip to content

Releases: latextemplates/ieee-enhanced

2025-04-11

11 Apr 19:40
dac915a

Choose a tag to compare

Added

  • Added support to use lualatex-dev.
  • Added more words to personal aspell dictionary.
  • Added support for TeXLive 2025.

Fixed

  • Fixed utf-8 marking in generated .aspell-en.pws.

Removed

  • Removed support for TeXLive 2023.

2025-03-04

04 Mar 20:43
dfabc1f

Choose a tag to compare

Changed

  • Switched from paper-conference* to paper-* as keeping -conference increases maintenance effort.

2025-02-12

12 Feb 13:24
d7f1401

Choose a tag to compare

Fixed

  • pdflatex run works again if both lualatex and pdflatex are used.

2025-01-31

31 Jan 04:07

Choose a tag to compare

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.

2025-01-25

24 Jan 23:16
97650db

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

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

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

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

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

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.