Skip to content

2022-03-01

Latest
Compare
Choose a tag to compare
@koppor koppor released this 28 Feb 23:06
· 5 commits to main since this release

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.