Skip to content

Releases: latextemplates/lncs-enhanced

2025-04-11

11 Apr 19:41
1b4c8bd

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:45
20c3c75

Choose a tag to compare

Changed

2025-02-12

12 Feb 13:23
f91ca67

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

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:15

Choose a tag to compare

Added

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

Changed

  • Renamed .tex files in repository to match .pdf filenames linked in README.md
  • Refined README.md
  • Refined .gitignore
  • Formatting improvements in German examples

2025-01-20

20 Jan 21:45

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:50

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-03-01

28 Feb 23:06

Choose a tag to compare

Changed

  • LNCS is now based on the offical CTAN package llncs.
  • Now generated using the latex template generator.
  • Replaced \ifluatex statements by separate .tex documents. This makes each .tex document smaller and simpler to understand.
  • Quoting is done with ``...'' instead of \qq{...}
  • Updated to TeXLive 2021

Added

  • Added initial Dockerfile to enable building using Docker.
  • 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
  • Enable deletion of *.bbl when calling latexmk -c
  • Added explicit LICENSE: 0BSD
  • Added more LaTeX hints

Fixed

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

Version 1.9.1

14 Jan 05:14

Choose a tag to compare

Fixed

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

Version 1.9.0

18 Jul 04:33

Choose a tag to compare

Added

Changed

  • Minimum required llncs.cls file: 2018/03/10.