Releases: latextemplates/lncs-enhanced
Releases · latextemplates/lncs-enhanced
2025-04-11
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
Changed
- Updated zauguin/install-texlive to
v4.
2025-02-12
Fixed
pdflatexrun works again if both lualatex and pdflatex are used.
2025-01-31
Changed
- Renamed to
lncs-enhancedto show that it is an enhanced version of the Document class and bibliography style for Lecture Notes in Computer Science (LNCS)
Added
- Added
commands.texto collects all LaTeX macros / commands for a better overview on available (custom) LaTeX commands.
2025-01-25
Added
- Added TeXcount to GitHub workflow summary.
- GitHub workflow job summary for
latexmkgenerated using texlogsieve.
Changed
- Renamed
.texfiles in repository to match.pdffilenames linked inREADME.md - Refined
README.md - Refined
.gitignore - Formatting improvements in German examples
2025-01-20
Added
- Added
.aspell.en.pwsand.aspell.confto ignore some LaTeX commands at aspell. - Added
latexindentto GitHub actions (check.yml). - When using lualatex: Added support for spelling package (which highlights bad spellings in red - if
.spell.badcontaining misspelled words exists)
Fixed
- Fixed tag for iot Docker image.
Changed
- Refined
Makefile
2025-01-14
Changed
- Compilation with both lualatex and pdflatex is possible. Defaults to lualatex.
- Nicer gray scale for
mintedlistings. Dockerfileswitched to Island of TeX's docker image to enable easy addition of new LaTeX packages.
2022-03-01
Changed
- LNCS is now based on the offical CTAN package llncs.
- Now generated using the latex template generator.
- Replaced
\ifluatexstatements by separate.texdocuments. This makes each.texdocument smaller and simpler to understand. - Quoting is done with
``...''instead of\qq{...} - Updated to TeXLive 2021
Added
- Added initial
Dockerfileto 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
*.bblwhen callinglatexmk -c - Added explicit
LICENSE: 0BSD - Added more LaTeX hints
Fixed
- Examples now also work on overleaf.
\currfilenow correctly returnsmain.tex/paper.texinstead ofoutput.tex.
Version 1.9.1
Fixed
- Fixed compatibility with recent babel versions: using
main=englishas package parameter.
Version 1.9.0
Added
- Added explanation how to use this class for German papers.
- Added a fix for using the babel package.
See https://tex.stackexchange.com/q/441670/9075 for details.
Changed
- Minimum required
llncs.clsfile: 2018/03/10.