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
40 stars 33 forks source link

Can't compile valid bibtext file with lin.bst #84

Closed anddann closed 3 years ago

anddann commented 4 years ago

Compiling my latex file with latexmk -pdf failes for the following bibtext entry

@inproceedings{Doop2011,
 author = {Smaragdakis, Yannis and Bravenboer, Martin},
 title = {Using Datalog for Fast and Easy Program Analysis},
 booktitle = {Proceedings of the First International Conference on Datalog Reloaded},
 series = {Datalog'10},
 year = {2011},
 isbn = {978-3-642-24205-2},
 location = {Oxford, UK},
 pages = {245--251},
 numpages = {7},
 url = {http://dx.doi.org/10.1007/978-3-642-24206-9_14},
 doi = {10.1007/978-3-642-24206-9_14},
 acmid = {2185939},
 publisher = {Springer-Verlag},
 address = {Berlin, Heidelberg},
}

with the exception

--the literal stack isn't empty for entry
sieversMartin commented 3 years ago

I can not reproduce it with

% !BIB TS-program = bibtex
% !TeX encoding = UTF-8

\RequirePackage[l2tabu, orthodox]{nag}

\documentclass[utf8,english]{lni}

\begin{document}
\title[Ein Kurztitel]{Ein sehr langer Titel über mehrere Zeilen mit sehr vielen Worten und noch mehr Buchstaben}
\author[Vorname1 Nachname1 \and Vorname2 Nachname2]
{Vorname1 Nachname1\footnote{Universität, Abteilung, Straße, Postleitzahl Ort, Land \email{emailaddress@author1}} \and
 Vorname2 Nachname2\footnote{University, Department, Address, Country \email{emailaddress@author2}}}
\startpage{11} % Beginn der Seitenzählung für diesen Beitrag
\editor{Herausgeber et al.}    % Namen der Herausgeber
\booktitle{Name-der-Konferenz} % Name des Tagungsband; optional Kurztitel
\year{2017}
\maketitle

\section{Test}
\cite{Doop2011}
\bibliography{example}
\end{document}

using

@inproceedings{Doop2011,
   author = {Smaragdakis, Yannis and Bravenboer, Martin}, 
   title = {Using Datalog for Fast and Easy Program Analysis}, 
   booktitle = {Proceedings of the First International Conference on Datalog Reloaded}, 
   series = {Datalog'10}, 
   year = {2011}, 
   isbn = {978-3-642-24205-2}, 
   location = {Oxford, UK}, 
   pages = {245--251}, 
   numpages = {7}, 
   url = {http://dx.doi.org/10.1007/978-3-642-24206-9_14},
   doi = {10.1007/978-3-642-24206-9_14},
   acmid = {2185939},
   publisher = {Springer-Verlag},
   address = {Berlin, Heidelberg},
}
koppor commented 3 years ago

@anddann Please download the most recent version from https://raw.githubusercontent.com/gi-ev/LNI/master/lni.bst and put in the directory of your paper.

Reason: I would assume that your latex distribution is not uptodate. The reulated issue https://github.com/gi-ev/LNI/issues/6 was fixed end of 2019.

koppor commented 3 years ago

@anddann Since Martin cannot repoduce it, I close the issue. Feel free to reopen it if the issue persists.