gi-ev / LNI

A LaTeX class for submissions to the “Lecture Notes in Informatics” (LNI) published by the German “Gesellschaft für Informatik” (GI)
https://www.ctan.org/pkg/lni
LaTeX Project Public License v1.3c
38 stars 34 forks source link

\affil: ! Undefined control sequence. #169

Closed jd-s closed 1 month ago

jd-s commented 4 months ago

When trying to compile the new template (lni-author-template.tex) with pdflatex, I receive the following error:

! Undefined control sequence.
l.26 \affil
           [1]{Universität\\Abteilung\\Straße\\Postleitzahl Ort\\Land}
? 

Any idea how to solve this? Of course, this error persists when working on the paper...

Thank you!

sieversMartin commented 4 months ago

Which version of lni.cls do you use? \affil is a new macro defined in v1.8

weberi commented 2 months ago

I was facing this issue as well. It turned out that Latex used an outdated version of the LNI style from TexLive instead of the current version which I had downloaded manually. v1.8 works well for me.

koppor commented 1 month ago

@jd-s Download https://github.com/gi-ev/LNI/blob/main/lni.cls and store it next to your .tex file.