I have an issue with the latex glossary package, in that it is incompatible with the lni documenttype.
The following code
\documentclass{lni}
\usepackage[utf8]{inputenc}
\usepackage[]{glossaries}
\makeglossaries
\title{test}
\author{author}
\date{December 2020}
\begin{document}
\maketitle
\section{Introduction}
\end{document}
gets me especially this error:
You can't use `\let' after \the.
\new@ifnextchar #1#2#3->\let
\reserved@d = #1\def \reserved@a {#2}\def \rese...
l.15 \end{document}
I'm forgetting what you said and using zero instead.
as soon as I use anything that is not lni, or remove the \makeglossaries, it works no problem. I am using the pdftex compiler. Any ideas?
lni.cls? – Werner Dec 02 '20 at 23:02lni.cls). – Werner Dec 03 '20 at 00:33\yearat the beginning of the document. I'll try to find a fix for that without loosing compatibility. – Martin Dec 03 '20 at 14:25