Giter VIP home page Giter VIP logo

lni's People

Contributors

csware avatar dependabot[bot] avatar fnogatz avatar hfhbd avatar koppor avatar mxpiotrowski avatar paulritter avatar sieversmartin avatar white-gecko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lni's Issues

E-Mail request by @koopor

https://github.com/sieversMartin/LNI/blob/master/lni-author-template.tex

Könnte man hier ein Beispiel aufnehmen, wie man auf Englisch umstellt? Es
sollte nur \documentclass[english]{lni} machen

bibtex

Es scheint so zu sein, dass man bibtex 2x ausführen muss, damit keine Fehler
kommen. Kann man das reparieren?

Übernahme von title und author nach hyperref

In https://github.com/sieversMartin/LNI/blob/master/lni.dtx#L215 ein
pdftitle und ein Author gesetzt. Dieser wird nicht ersetzt, wenn man \title
und \author benutzt.

Würde es sinnvoll sein, auch "pdfpagelayout=PdfTwoPage" als Parameter für
hyperref mitzuübergeben?

Könnte man auch "breaklinks=true" aktivieren?

Commas should be used as separation of authors

The template defines \and as separator, which is good

Desired output:
grabbed_20161220-135623

This was achieved by Thomas Neumann\footnote{...}, , Viktor Leis ... in the old template.

Rendered output with this template:
grabbed_20161220-135710

Running heads

In the running heads, the authors appear as "Thomas Neumann and Viktor Leis and Alfons Kemper"

I think, it should be "Thomas Neumann, Viktor Leis, and Alfons Kemper" or even "Thomas Neumann, Viktor Leis, and Alfons Kemper"

In the Word template, there is only an example with two authors, separated by " and ".

In the case of LNCS, three authors are written using "Thomas Neumann et al."

LNI collides with package datetime

When using \usepackage{datetime}, in a lni-class document, a redefinition of \@year occurs.

Minimal example:

\documentclass[utf8,biblatex,english]{lni}

\usepackage{datetime}

\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


\end{document}

Compiling it with pdflatex, it results in an error message:

! LaTeX Error: Command \@year already defined. Or name \end... illegal, see p.192 of the manual.

The error is circumvented by removing the \usepackage{datetime} above.

Document or fix differences to Word template

See https://gi.de/service/publikationen/lni for the following quote:

Recommendation to editors: Try to avoid mixing up papers written in LaTeX and Word within one volume due to inconsistent layout.

In fact this limitation is the killer for the LNI LaTeX template at many conferences. Since the majority prefers MS Word, LaTeX/PDF submissions will not be accepted.

Could someone explain what needs to be done in order to overcome this limitation?

Unknown option `straightquotes' for package `newtxtt'

Compiling the lni-author-template.tex with xelatex and pdflatex results in the following error.

! LaTeX Error: Unknown option `straightquotes' for package `newtxtt'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.40 \DeclareRobustCommand
                          \ttzfamily

My versions are:

This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2015/dev/Debian) (preloaded format=latex)
 restricted \write18 enabled.

This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/dev/Debian) (preloaded format=xelatex)
 restricted \write18 enabled.

Enable starting at even page number

When compiling proceedings, some papers start at on an even page.

The title page does not take the @editor.

Patch:

Add

   \fancyhead[LE]{\small\@editor~(Hrsg.):\ \@booktitle,\linebreak\hspace{0.05cm}\thepage\hspace{5pt} Lecture Notes in Informatics (LNI), Gesellschaft für Informatik, Bonn~\@year}

hyperref config

The page numbers are displayed correctly in the page counter, however the pages are swapped:

grabbed_20161220-154837

Is it really necessary to pass the options TwoPageRight/TwoPageLeft based on odd/even number of start page? Maybe, this is related to the headings issue and automatically be solved if that is solved?

Font-Problem on Fedora 24 (TexLive 2015)

I used this documentation (Option C) for a paper. Our company uses fedora 24 with texlive 2015. It is not allowed to install a own newer tex-version.

If I compile option C, I get this error:

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 0+480/600 --dpi 480 ntx-Regular-tlf-t1
mktexpk: don't know how to create bitmap font for ntx-Regular-tlf-t1.
mktexpk: perhaps ntx-Regular-tlf-t1 is missing from the map file.
kpathsea: Appending font creation commands to missfont.log.
 )
!pdfTeX error: pdflatex (file ntx-Regular-tlf-t1): Font ntx-Regular-tlf-t1 at 4
80 not found
 ==> Fatal error occurred, no output PDF file produced!

Maybe it is this issue from nixpkgs. I resolved the problem, by commented out the lines 75-81 (require newtxtext, newtxmath, newtxtt) in lni.cls.

Support of subcaption package

I am using the subcaption package. In the default configuration the font size for the main figure captions changes from 9pt to 10pt.
This could be solved by adding the following two lines

\RequirePackage{subcaption}
\captionsetup{skip=7pt,font=small,list=true,hypcap=true}

to the style file.

Add support for ORCiD

The official LNI Word template has support to enter an ORCiD for each author, therefore, it would be nice if this could also be possible with the LaTeX template.

Font error upon arXiv submission

Hi - I am stuck submitting a paper using this template to arXiv. This is the relevant portion of the output logfile detailing the error (click here for the full output file):

kpathsea: Running mktexmf ntx-Regular-tlf-t1+20

! I can't find file `ntx-Regular-tlf-t1+20'.
<*> ... ; nonstopmode; input ntx-Regular-tlf-t1+20

Please type another input file name
! Emergency stop.
<*> ... ; nonstopmode; input ntx-Regular-tlf-t1+20

Transcript written on mfput.log.
grep: ntx-Regular-tlf-t1+20.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input ntx-Regular-tlf-t1+20' failed.
kpathsea: Appending font creation commands to missfont.log.

! Font csnameendcsname=ntx-Regular-tlf-t1+20 at 10.0pt not loadable: Metric (TF
M) file not found.

As per arXiv documentation

Use of unusual/uncommon fonts
Authors should keep in mind that if they use unusual fonts, many potential readers of their work won't have them installed.

Because it would require significant admin time to install and maintain non-standard fonts, we do not generally support such fonts.

It is, however, possible to include your local metafont .mf files as well as your local fontmap.map file. This will require special handling with a 00README.XXX file with the appropriate fontmap directive.

How to include the fontmap is described here

My question is: how can I obtain such a metafont file?

This issue is not related to #81 as it discusses a hyperref error (see https://www.overleaf.com/learn/how-to/LaTeX_checklist_for_arXiv_submissions#Are_you_using_the_hyperref_package.3F)

Unknown pattern `ngerman-x-latest`

Dear LNI developers,

When using the document class, I am experiencing an error related to the hyphsubst package (error log below). Apparently, ngerman-x-latest is unknown (Running pdflatex with Texlive 2016 on Fedora 25). I tried installing / updating various packages after some googling without any success. However, the error even occurs if I pass english as option to the document class (I assume this is not the intended behaviour in any case).

Thanks in advance,
lgalke

latexmk -pdf  paper-lni.tex
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Latexmk: applying rule 'pdflatex'...
Rule 'pdflatex': Rules & subrules not known to be previously run:
   pdflatex
Rule 'pdflatex': The following rules & subrules became out-of-date:
      'pdflatex'
------------
Run number 1 of rule 'pdflatex'
------------
------------
Running 'pdflatex  -recorder  "paper-lni.tex"'
------------
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./paper-lni.tex
LaTeX2e <2016/03/31>
Babel <3.9r> and hyphenation patterns for 3 language(s) loaded.
(./lni.cls
Document Class: lni 2017/04/07 v1.1BETA Official class for submissions to the `
`Lecture Notes in Informatics''
Cleared option english from global list
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hyphsubst.sty
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty)

! Package hyphsubst Error: Unknown pattern `ngerman-x-latest'.

See the hyphsubst package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.223 \ProcessOptions*
                      \relax

Fix hyperref warnings

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\leavevmode@ifvmode' on input line 4050.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                \kern 1.6663pt
(hyperref)                removed on input line 4050.

Next release

In my opinion we are ready for a new release as soon as we settle issue #61.

@koppor Are there any other issue you want to resolve before v1.4?

yearofpublication is undefined

Hey, I am using overleaf and I tried to use the lni-author-template.tex template, copied into test.tex.
I always get the error: l.27 \yearofpublication{2017} The control sequence at the end of the top line of your error message was never \def'ed

overleaf settings:
image

raw log
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex 2020.5.18)  8 APR 2021 15:52
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**test.tex

(/var/lib/sharelatex/data/compiles/606dc273478fc0007073b40d-5fad1bc93712af0070f
8d526/test.tex
LaTeX2e <2020-02-02>
L3 programming layer <2020-02-03> (/usr/local/texlive/2019/texmf-dist/tex/latex
/lni/lni.cls
Document Class: lni 2019/10/14 v1.6BETA Official class for submissions to the `
`Lecture Notes in Informatics''
(/usr/local/texlive/2019/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2019/11/07 v1.0c TeX engine tests
) (/usr/local/texlive/2019/texmf-dist/tex/generic/oberdiek/hyphsubst.sty
Package: hyphsubst 2016/05/16 v0.3 Substitute hyphenation patterns (HO)
(/usr/local/texlive/2019/texmf-dist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
))
Package hyphsubst Info: Redefined: \l@ngerman
(hyphsubst)             old value: 33
(hyphsubst)             new value: 4 on input line 71.
Class lni Info: Using latest German hyphenation patterns on input line 71.
(/usr/local/texlive/2019/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
(/usr/local/texlive/2019/texmf-dist/tex/latex/base/fleqn.clo
File: fleqn.clo 2016/12/29 v1.2b Standard LaTeX option (flush left equations)
\mathindent=\dimen134
Applying: [2015/01/01] Make \[ robust on input line 50.
LaTeX Info: Redefining \[ on input line 51.
Already applied: [0000/00/00] Make \[ robust on input line 62.
Applying: [2015/01/01] Make \] robust on input line 74.
LaTeX Info: Redefining \] on input line 75.
Already applied: [0000/00/00] Make \] robust on input line 83.
) (/usr/local/texlive/2019/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2019/12/20 v1.4l Standard LaTeX file (size option)
)
\c@part=\count167
\c@section=\count168
\c@subsection=\count169
\c@subsubsection=\count170
\c@paragraph=\count171
\c@subparagraph=\count172
\c@figure=\count173
\c@table=\count174
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
\bibindent=\dimen135
) (/usr/local/texlive/2019/texmf-dist/tex/latex/cmap/cmap.sty
Package: cmap 2008/03/06 v1.0h CMap support: searchable PDF
) (/usr/local/texlive/2019/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2018/08/11 v1.3c Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15
) (/usr/local/texlive/2019/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2020/01/25 v2.0m Standard LaTeX package
<<t1.cmap>>) (/usr/local/texlive/2019/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2020/02/02 v2.0m Standard LaTeX package
LaTeX Font Info:    Changing ? sub-encoding to TS1/0 on input line 75.
) (/usr/local/texlive/2019/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2020/02/03 3.39 The Babel package
(/usr/local/texlive/2019/texmf-dist/tex/generic/babel/switch.def
File: switch.def 2020/02/03 3.39 Babel switching mechanism
) (/usr/local/texlive/2019/texmf-dist/tex/generic/babel-english/english.ldf
Language: english 2017/06/06 v3.3r English support from the babel system
(/usr/local/texlive/2019/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2020/02/03 3.39 Babel common definitions
\babel@savecnt=\count175
\U@D=\dimen136
(/usr/local/texlive/2019/texmf-dist/tex/generic/babel/txtbabel.def)
\bbl@readstream=\read2
\bbl@dirlevel=\count176
)
Package babel Info: \l@canadian = using hyphenrules for english
(babel)             (\language0) on input line 102.
Package babel Info: \l@australian = using hyphenrules for ukenglish
(babel)             (\language21) on input line 105.
Package babel Info: \l@newzealand = using hyphenrules for ukenglish
(babel)             (\language21) on input line 108.
) (/usr/local/texlive/2019/texmf-dist/tex/generic/babel-german/ngerman.ldf
Language: ngerman 2018/12/08 v2.11 German support for babel (post-1996 orthogra
phy)
(/usr/local/texlive/2019/texmf-dist/tex/generic/babel-german/ngermanb.ldf
Language: ngermanb 2018/12/08 v2.11 German support for babel (post-1996 orthogr
aphy)
Package babel Info: Making " an active character on input line 121.
)))
Class lni Info: ******************************************************* on inpu
t line 88.
Class lni Info: Checking for fonts ... on input line 90.
Class lni Info: ******************************************************* on inpu
t line 91.
(/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/newtxtext.sty
Package: newtxtext 2018/03/27 v1.531

`newtxtext' v1.531, 2018/03/27 Text macros taking advantage of TeX-Gyre Termes 
fonts (msharpe) (/usr/local/texlive/2019/texmf-dist/tex/latex/fontaxes/fontaxes
.sty
Package: fontaxes 2014/03/23 v1.0d Font selection axes
LaTeX Info: Redefining \upshape on input line 29.
LaTeX Info: Redefining \itshape on input line 31.
LaTeX Info: Redefining \slshape on input line 33.
LaTeX Info: Redefining \swshape on input line 35.
LaTeX Info: Redefining \scshape on input line 37.
LaTeX Info: Redefining \sscshape on input line 39.
LaTeX Info: Redefining \ulcshape on input line 41.
LaTeX Info: Redefining \textsw on input line 47.
LaTeX Info: Redefining \textssc on input line 48.
LaTeX Info: Redefining \textulc on input line 49.
)
\ntx@fs=\dimen137
(/usr/local/texlive/2019/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2014/12/03 v2.7a package option processing (HA)
(/usr/local/texlive/2019/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/local
/texlive/2019/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks16
\XKV@tempa@toks=\toks17
(/usr/local/texlive/2019/texmf-dist/tex/generic/xkeyval/keyval.tex))
\XKV@depth=\count177
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
)) (/usr/local/texlive/2019/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2019/09/21 v2.5h e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count178
) (/usr/local/texlive/2019/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2020/01/25 v2.0m Standard LaTeX package
LaTeX Font Info:    Trying to load font information for T1+ntxtlf on input line
 112.
(/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/t1ntxtlf.fd
File: t1ntxtlf.fd 2015/01/17 v1.0 font definition file for T1/ntx/tlf
)
LaTeX Font Info:    Font shape `T1/ntxtlf/m/n' will be
(Font)              scaled to size 10.0pt on input line 112.
)
LaTeX Font Info:    Redeclaring math symbol \mathsterling on input line 234.
) (/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/newtxmath.sty
Package: newtxmath 2020/01/25 v1.624

`newtxmath' v1.624, 2020/01/25 Math macros based originally on txfonts (msharpe
) (/usr/local/texlive/2019/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2020/01/20 v2.17e AMS math features
\@mathmargin=\skip49
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2019/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01 AMS text
(/usr/local/texlive/2019/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks18
\ex@=\dimen138
)) (/usr/local/texlive/2019/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen139
) (/usr/local/texlive/2019/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2016/03/08 v2.02 operator names
)
\inf@bad=\count179
LaTeX Info: Redefining \frac on input line 227.
\uproot@=\count180
\leftroot@=\count181
LaTeX Info: Redefining \overline on input line 389.
\classnum@=\count182
\DOTSCASE@=\count183
LaTeX Info: Redefining \ldots on input line 486.
LaTeX Info: Redefining \dots on input line 489.
LaTeX Info: Redefining \cdots on input line 610.
\Mathstrutbox@=\box45
\strutbox@=\box46
\big@size=\dimen140
LaTeX Font Info:    Redeclaring font encoding OML on input line 733.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 734.
\macc@depth=\count184
\c@MaxMatrixCols=\count185
\dotsspace@=\muskip16
\c@parentequation=\count186
\dspbrk@lvl=\count187
\tag@help=\toks19
\row@=\count188
\column@=\count189
\maxfields@=\count190
\andhelp@=\toks20
\eqnshift@=\dimen141
\alignsep@=\dimen142
\tagshift@=\dimen143
\tagwidth@=\dimen144
\totwidth@=\dimen145
\lineht@=\dimen146
\@envbody=\toks21
\multlinegap=\skip50
\multlinetaggap=\skip51
\mathdisplay@stack=\toks22
LaTeX Info: Redefining \[ on input line 2859.
LaTeX Info: Redefining \] on input line 2860.
) (/usr/local/texlive/2019/texmf-dist/tex/generic/iftex/ifxetex.sty
Package: ifxetex 2019/10/25 v0.7 ifxetex legacy package. Use iftex instead.
) (/usr/local/texlive/2019/texmf-dist/tex/generic/iftex/ifluatex.sty
Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead.
) (/usr/local/texlive/2019/texmf-dist/tex/latex/oberdiek/centernot.sty
Package: centernot 2016/05/16 v1.4 Centers the not symbol horizontally (HO)
)
\tx@cntz=\count191
(/usr/local/texlive/2019/texmf-dist/tex/generic/kastrup/binhex.tex)
\tx@Isdigit=\count192
\tx@IsAlNum=\count193
\tx@tA=\toks23
\tx@tB=\toks24
\tx@su=\read3
LaTeX Font Info:    Redeclaring symbol font `operators' on input line 317.
LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmr/m/n --> OT1/ntxtlf/m/n on input line 317.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/ntxtlf/m/n on input line 317.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/ntxtlf/m/n --> OT1/ntxtlf/b/n on input line 318.
LaTeX Font Info:    Redeclaring math alphabet \mathsf on input line 326.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `normal'
(Font)                  OT1/cmss/m/n --> T1/qhv/m/n on input line 326.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  OT1/cmss/bx/n --> T1/qhv/m/n on input line 326.
LaTeX Font Info:    Redeclaring math alphabet \mathit on input line 327.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  OT1/cmr/m/it --> OT1/ntxtlf/m/it on input line 327.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmr/bx/it --> OT1/ntxtlf/m/it on input line 327.
LaTeX Font Info:    Redeclaring math alphabet \mathtt on input line 328.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `normal'
(Font)                  OT1/cmtt/m/n --> T1/ntxtt/m/n on input line 328.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  OT1/cmtt/m/n --> T1/ntxtt/m/n on input line 328.
LaTeX Font Info:    Redeclaring math alphabet \mathbf on input line 330.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  OT1/cmr/bx/n --> OT1/ntxtlf/b/n on input line 330.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/ntxtlf/b/n on input line 330.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/ntxtlf/m/it --> OT1/ntxtlf/b/it on input line 331.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  T1/qhv/m/n --> T1/qhv/b/n on input line 332.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  T1/ntxtt/m/n --> T1/ntxtt/b/n on input line 333.
LaTeX Font Info:    Redeclaring symbol font `letters' on input line 422.
LaTeX Font Info:    Overwriting symbol font `letters' in version `normal'
(Font)                  OML/cmm/m/it --> OML/ntxmi/m/it on input line 422.
LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
(Font)                  OML/cmm/b/it --> OML/ntxmi/m/it on input line 422.
LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
(Font)                  OML/ntxmi/m/it --> OML/ntxmi/b/it on input line 423.
\symlettersA=\mathgroup4
LaTeX Font Info:    Overwriting symbol font `lettersA' in version `bold'
(Font)                  U/ntxmia/m/it --> U/ntxmia/b/it on input line 476.
Now handling font encoding LMS ...
... no UTF-8 mapping file for font encoding LMS
LaTeX Font Info:    Redeclaring symbol font `symbols' on input line 497.
LaTeX Font Info:    Encoding `OMS' has changed to `LMS' for symbol font
(Font)              `symbols' in the math version `normal' on input line 497.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `normal'
(Font)                  OMS/cmsy/m/n --> LMS/ntxsy/m/n on input line 497.
LaTeX Font Info:    Encoding `OMS' has changed to `LMS' for symbol font
(Font)              `symbols' in the math version `bold' on input line 497.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
(Font)                  OMS/cmsy/b/n --> LMS/ntxsy/m/n on input line 497.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
(Font)                  LMS/ntxsy/m/n --> LMS/ntxsy/b/n on input line 498.
\symAMSm=\mathgroup5
LaTeX Font Info:    Overwriting symbol font `AMSm' in version `bold'
(Font)                  U/ntxsym/m/n --> U/ntxsym/b/n on input line 521.
\symsymbolsC=\mathgroup6
LaTeX Font Info:    Overwriting symbol font `symbolsC' in version `bold'
(Font)                  U/ntxsyc/m/n --> U/ntxsyc/b/n on input line 542.
Now handling font encoding LMX ...
... no UTF-8 mapping file for font encoding LMX
LaTeX Font Info:    Redeclaring symbol font `largesymbols' on input line 555.
LaTeX Font Info:    Encoding `OMX' has changed to `LMX' for symbol font
(Font)              `largesymbols' in the math version `normal' on input line 5
55.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `normal'
(Font)                  OMX/cmex/m/n --> LMX/ntxexx/m/n on input line 555.
LaTeX Font Info:    Encoding `OMX' has changed to `LMX' for symbol font
(Font)              `largesymbols' in the math version `bold' on input line 555
.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
(Font)                  OMX/cmex/m/n --> LMX/ntxexx/m/n on input line 555.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
(Font)                  LMX/ntxexx/m/n --> LMX/ntxexx/b/n on input line 556.
\symlargesymbolsTXA=\mathgroup7
LaTeX Font Info:    Overwriting symbol font `largesymbolsTXA' in version `bold'

(Font)                  U/ntxexa/m/n --> U/ntxexa/b/n on input line 570.
\tx@sbptoks=\toks25
LaTeX Font Info:    Redeclaring math delimiter \lfloor on input line 792.
LaTeX Font Info:    Redeclaring math delimiter \rfloor on input line 793.
LaTeX Font Info:    Redeclaring math delimiter \lceil on input line 794.
LaTeX Font Info:    Redeclaring math delimiter \rceil on input line 795.
LaTeX Font Info:    Redeclaring math delimiter \lbrace on input line 796.
LaTeX Font Info:    Redeclaring math delimiter \rbrace on input line 797.
LaTeX Font Info:    Redeclaring math delimiter \langle on input line 798.
LaTeX Font Info:    Redeclaring math delimiter \rangle on input line 800.
LaTeX Font Info:    Redeclaring math delimiter \arrowvert on input line 804.
LaTeX Font Info:    Redeclaring math delimiter \vert on input line 805.
LaTeX Font Info:    Redeclaring math symbol \hbar on input line 851.
LaTeX Font Info:    Redeclaring math accent \dot on input line 876.
LaTeX Font Info:    Redeclaring math accent \ddot on input line 877.
LaTeX Font Info:    Redeclaring math accent \vec on input line 1940.
\ntx@numstart=\count194
\ntx@UCstart=\count195
\ntx@lcstart=\count196
\ntx@tmpc=\count197
\ntx@imath=\count198
\ntx@jmath=\count199
LaTeX Info: Redefining \Bbbk on input line 2449.
LaTeX Info: Redefining \not on input line 2598.
) (/usr/local/texlive/2019/texmf-dist/tex/latex/newtxtt/newtxtt.sty
Package: newtxtt 2014/12/23 v1.051

`newtxtt' v1.051, 2014/12/23 Typewriter text macros based on txfonts (msharpe) 
(/usr/local/texlive/2019/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2020/01/25 v2.0m Standard LaTeX package
)
LaTeX Font Info:    Setting newtxtt sub-encoding to TS1/0 on input line 9.
LaTeX Font Info:    Setting newtxttz sub-encoding to TS1/0 on input line 10.
) (/usr/local/texlive/2019/texmf-dist/tex/latex/microtype/microtype.sty
Package: microtype 2019/11/18 v2.7d Micro-typographical refinements (RS)
\MT@toks=\toks26
\MT@count=\count266
LaTeX Info: Redefining \textls on input line 790.
\MT@outer@kern=\dimen147
LaTeX Info: Redefining \textmicrotypecontext on input line 1354.
\MT@listname@count=\count267
(/usr/local/texlive/2019/texmf-dist/tex/latex/microtype/microtype-pdftex.def
File: microtype-pdftex.def 2019/11/18 v2.7d Definitions specific to pdftex (RS)

LaTeX Info: Redefining \lsstyle on input line 914.
LaTeX Info: Redefining \lslig on input line 914.
\MT@outer@space=\skip52
)
Package microtype Info: Loading configuration file microtype.cfg.
(/usr/local/texlive/2019/texmf-dist/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2019/11/18 v2.7d microtype main configuration file (RS)
))
\symMnSyC=\mathgroup8
(/usr/local/texlive/2019/texmf-dist/tex/latex/ccicons/ccicons.sty
Package: ccicons 2017/10/30 v1.6 LaTeX support for Creative Commons icons
)
\doihoffset=\skip53
\doivoffset=\skip54
(/usr/local/texlive/2019/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2020/01/02 v5.9 Page Geometry
(/usr/local/texlive/2019/texmf-dist/tex/generic/iftex/ifvtex.sty
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
)
\Gm@cnth=\count268
\Gm@cntv=\count269
\c@Gm@tempcnt=\count270
\Gm@bindingoffset=\dimen148
\Gm@wd@mp=\dimen149
\Gm@odd@mp=\dimen150
\Gm@even@mp=\dimen151
\Gm@layoutwidth=\dimen152
\Gm@layoutheight=\dimen153
\Gm@layouthoffset=\dimen154
\Gm@layoutvoffset=\dimen155
\Gm@dimlist=\toks27
) (/usr/local/texlive/2019/texmf-dist/tex/latex/csquotes/csquotes.sty
Package: csquotes 2019-12-06 v5.2j context-sensitive quotations (JAW)
\csq@reset=\count271
\csq@gtype=\count272
\csq@glevel=\count273
\csq@qlevel=\count274
\csq@maxlvl=\count275
\csq@tshold=\count276
\csq@ltx@everypar=\toks28
(/usr/local/texlive/2019/texmf-dist/tex/latex/csquotes/csquotes.def
File: csquotes.def 2019-12-06 v5.2j csquotes generic definitions (JAW)
)
Package csquotes Info: Trying to load configuration file 'csquotes.cfg'...
Package csquotes Info: ... configuration file loaded successfully.
(/usr/local/texlive/2019/texmf-dist/tex/latex/csquotes/csquotes.cfg
File: csquotes.cfg 
)
Package csquotes Info: Enabling multilingual quotes.
) (/usr/local/texlive/2019/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2019/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2019/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
) (/usr/local/texlive/2019/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 105.
(/usr/local/texlive/2019/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex
))
\Gin@req@height=\dimen156
\Gin@req@width=\dimen157
) (/usr/local/texlive/2019/texmf-dist/tex/latex/eso-pic/eso-pic.sty
Package: eso-pic 2018/04/12 v2.0h eso-pic (RN)
(/usr/local/texlive/2019/texmf-dist/tex/generic/atbegshi/atbegshi.sty
Package: atbegshi 2019/12/05 v1.19 At begin shipout hook (HO)
(/usr/local/texlive/2019/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO)
)) (/usr/local/texlive/2019/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)
(/usr/local/texlive/2019/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: pdftex.def on input line 225.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352.
Package xcolor Info: Model `RGB' extended on input line 1364.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
)) (/usr/local/texlive/2019/texmf-dist/tex/latex/grffile/grffile.sty
Package: grffile 2019/11/11 v2.1 Extended file name support for graphics (legac
y)
Package grffile Info: This package is an empty stub for compatibility on input 
line 40.
) (/usr/local/texlive/2019/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
Package: fancyhdr 2019/01/31 v3.10 Extensive control of page headers and footer
s
\f@nch@headwidth=\skip55
\f@nch@O@elh=\skip56
\f@nch@O@erh=\skip57
\f@nch@O@olh=\skip58
\f@nch@O@orh=\skip59
\f@nch@O@elf=\skip60
\f@nch@O@erf=\skip61
\f@nch@O@olf=\skip62
\f@nch@O@orf=\skip63
) (/usr/local/texlive/2019/texmf-dist/tex/latex/listings/listings.sty
\lst@mode=\count277
\lst@gtempboxa=\box47
\lst@token=\toks29
\lst@length=\count278
\lst@currlwidth=\dimen158
\lst@column=\count279
\lst@pos=\count280
\lst@lostspace=\dimen159
\lst@width=\dimen160
\lst@newlines=\count281
\lst@lineno=\count282
\lst@maxwidth=\dimen161
(/usr/local/texlive/2019/texmf-dist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2019/09/10 1.8c (Carsten Heinz)
\c@lstnumber=\count283
\lst@skipnumbers=\count284
\lst@framebox=\box48
) (/usr/local/texlive/2019/texmf-dist/tex/latex/listings/listings.cfg
File: listings.cfg 2019/09/10 1.8c listings configuration
))
Package: listings 2019/09/10 1.8c (Carsten Heinz)
(/usr/local/texlive/2019/texmf-dist/tex/latex/caption/caption.sty
Package: caption 2020/01/03 v3.4h Customizing captions (AR)
(/usr/local/texlive/2019/texmf-dist/tex/latex/caption/caption3.sty
Package: caption3 2020/01/03 v1.8h caption3 kernel (AR)
Package caption3 Info: TeX engine: e-TeX on input line 61.
\captionmargin=\dimen162
\captionmargin@=\dimen163
\captionwidth=\dimen164
\caption@tempdima=\dimen165
\caption@indent=\dimen166
\caption@parindent=\dimen167
\caption@hangindent=\dimen168
Package caption Info: Standard document class detected.
)
\c@caption@flags=\count285
\c@continuedfloat=\count286
Package caption Info: listings package is loaded.
) (/usr/local/texlive/2019/texmf-dist/tex/latex/tools/verbatim.sty
Package: verbatim 2019/11/10 v1.5r LaTeX2e package for verbatim enhancements
\every@verbatim=\toks30
\verbatim@line=\toks31
\verbatim@in@stream=\read4
)
\fnindent=\dimen169
(/usr/local/texlive/2019/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip17
Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
) (/usr/local/texlive/2019/texmf-dist/tex/latex/tools/xspace.sty
Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH)
))
Package csquotes Info: Checking for multilingual support...
Package csquotes Info: ... found 'babel' package.
(/usr/local/texlive/2019/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2020/01/14 v7.00d Hypertext links for LaTeX
(/usr/local/texlive/2019/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2019/11/24 v0.31 Utility functions of pdfTeX for LuaTeX (HO
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
) (/usr/local/texlive/2019/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
) (/usr/local/texlive/2019/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
) (/usr/local/texlive/2019/texmf-dist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
) (/usr/local/texlive/2019/texmf-dist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
) (/usr/local/texlive/2019/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
) (/usr/local/texlive/2019/texmf-dist/tex/latex/auxhook/auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
) (/usr/local/texlive/2019/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO)
)
\@linkdim=\dimen170
\Hy@linkcounter=\count287
\Hy@pagecounter=\count288
(/usr/local/texlive/2019/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2020/01/14 v7.00d Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
) (/usr/local/texlive/2019/texmf-dist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
) (/usr/local/texlive/2019/texmf-dist/tex/generic/etexcmds/etexcmds.sty
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
)
\Hy@SavedSpaceFactor=\count289
\pdfmajorversion=\count290
Package hyperref Info: Option `bookmarks' set `false' on input line 4421.
Package hyperref Info: Hyper figures OFF on input line 4547.
Package hyperref Info: Link nesting OFF on input line 4552.
Package hyperref Info: Hyper index ON on input line 4555.
Package hyperref Info: Plain pages OFF on input line 4562.
Package hyperref Info: Backreferencing OFF on input line 4567.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks OFF on input line 4806.
\c@Hy@tempcnt=\count291
LaTeX Info: Redefining \url on input line 5159.
\XeTeXLinkMargin=\dimen171
(/usr/local/texlive/2019/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(/usr/local/texlive/2019/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
)
))
\Fld@menulength=\count292
\Field@Width=\dimen172
\Fld@charsize=\dimen173
Package hyperref Info: Hyper figures OFF on input line 6430.
Package hyperref Info: Link nesting OFF on input line 6435.
Package hyperref Info: Hyper index ON on input line 6438.
Package hyperref Info: backreferencing OFF on input line 6445.
Package hyperref Info: Link coloring OFF on input line 6450.
Package hyperref Info: Link coloring with OCG OFF on input line 6455.
Package hyperref Info: PDF/A mode OFF on input line 6460.
LaTeX Info: Redefining \ref on input line 6500.
LaTeX Info: Redefining \pageref on input line 6504.
\Hy@abspage=\count293
\c@Item=\count294
\c@Hfootnote=\count295
)
Package hyperref Info: Driver (autodetected): hpdftex.
(/usr/local/texlive/2019/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2020/01/14 v7.00d Hyperref driver for pdfTeX
(/usr/local/texlive/2019/texmf-dist/tex/latex/atveryend/atveryend.sty
Package: atveryend 2019-12-11 v1.11 Hooks at the very end of document (HO)
)
\Fld@listcount=\count296
\c@bookmark@seq@number=\count297

(/usr/local/texlive/2019/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)

(/usr/local/texlive/2019/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
86.
)
\Hy@SectionHShift=\skip64
)
Package hyperref Info: Option `pdfdisplaydoctitle' set `true' on input line 12.

Package hyperref Info: Option `colorlinks' set `true' on input line 12.
(/usr/local/texlive/2019/texmf-dist/tex/latex/cleveref/cleveref.sty
Package: cleveref 2018/03/27 v0.21.4 Intelligent cross-referencing
Package cleveref Info: `hyperref' support loaded on input line 2370.
LaTeX Info: Redefining \cref on input line 2370.
LaTeX Info: Redefining \Cref on input line 2370.
LaTeX Info: Redefining \crefrange on input line 2370.
LaTeX Info: Redefining \Crefrange on input line 2370.
LaTeX Info: Redefining \cpageref on input line 2370.
LaTeX Info: Redefining \Cpageref on input line 2370.
LaTeX Info: Redefining \cpagerefrange on input line 2370.
LaTeX Info: Redefining \Cpagerefrange on input line 2370.
LaTeX Info: Redefining \labelcref on input line 2370.
LaTeX Info: Redefining \labelcpageref on input line 2370.
Package cleveref Info: `listings' support loaded on input line 3131.
Package cleveref Info: include cross-reference names in hyperlinks on input lin
e 7836.
Package cleveref Info: include cross-reference names in hyperlinks on input lin
e 7852.
) (/usr/local/texlive/2019/texmf-dist/tex/latex/oberdiek/hypcap.sty
Package: hypcap 2016/05/16 v1.12 Adjusting the anchors of captions (HO)
) (/usr/local/texlive/2019/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def
File: l3backend-pdfmode.def 2020-02-03 L3 backend support: PDF mode
\l__kernel_color_stack_int=\count298
\l__pdf_internal_box=\box49
)
(/var/lib/sharelatex/data/compiles/606dc273478fc0007073b40d-5fad1bc93712af0070f
8d526/output.aux)
\openout1 = `output.aux'.

LaTeX Font Info:    Checking defaults for OML/ntxmi/m/it on input line 12.
LaTeX Font Info:    Trying to load font information for OML+ntxmi on input line
 12.
(/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/omlntxmi.fd
File: omlntxmi.fd 2015/08/25 Fontinst v1.933 font definitions for OML/ntxmi.
)
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for U/ntxexa/m/n on input line 12.
LaTeX Font Info:    Trying to load font information for U+ntxexa on input line 
12.
(/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/untxexa.fd
File: untxexa.fd 2012/04/16 Fontinst v1.933 font definitions for U/ntxexa.
)
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for LMS/ntxsy/m/n on input line 12.
LaTeX Font Info:    Trying to load font information for LMS+ntxsy on input line
 12.
(/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/lmsntxsy.fd
File: lmsntxsy.fd 2016/07/02 Fontinst v1.933 font definitions for LMS/ntxsy.
)
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for LMX/ntxexx/m/n on input line 12.
LaTeX Font Info:    Trying to load font information for LMX+ntxexx on input lin
e 12.
(/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/lmxntxexx.fd
File: lmxntxexx.fd 2016/07/03 Fontinst v1.933 font definitions for LMX/ntxexx.
)
LaTeX Font Info:    ... okay on input line 12.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 12.
LaTeX Font Info:    ... okay on input line 12.
\c@mv@tabular=\count299
\c@mv@boldtabular=\count300
LaTeX Info: Redefining \microtypecontext on input line 12.
Package microtype Info: Generating PDF output.
Package microtype Info: Character protrusion enabled (level 2).
Package microtype Info: Using protrusion set `alltext-nott'.
Package microtype Info: Automatic font expansion enabled (level 2),
(microtype)             stretch: 20, shrink: 20, step: 1, non-selected.
Package microtype Info: Using expansion set `alltext'.
LaTeX Info: Redefining \showhyphens on input line 12.
Package microtype Info: Tracking enabled.
Package microtype Info: Using tracking set `smallcaps'.
Package microtype Info: No adjustment of interword spacing.
Package microtype Info: No adjustment of character kerning.
(/usr/local/texlive/2019/texmf-dist/tex/latex/microtype/mt-ptm.cfg
File: mt-ptm.cfg 2006/04/20 v1.7 microtype config. file: Times (RS)
)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: <default>
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* hratio: 1:1
* vratio: 1:1
* modes: includehead twoside 
* h-part:(L,W,R)=(119.50148pt, 358.5049pt, 119.5015pt)
* v-part:(T,H,B)=(149.37701pt, 546.29282pt, 149.37701pt)
* \paperwidth=597.50787pt
* \paperheight=845.04684pt
* \textwidth=358.5049pt
* \textheight=517.08253pt
* \oddsidemargin=47.23149pt
* \evensidemargin=47.2315pt
* \topmargin=77.10703pt
* \headheight=20.39pt
* \headsep=8.82028pt
* \topskip=10.0pt
* \footskip=30.0pt
* \marginparwidth=111.0pt
* \marginparsep=11.0pt
* \columnsep=10.0pt
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidetrue
* \@mparswitchtrue
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)

(/usr/local/texlive/2019/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count301
\scratchdimen=\dimen174
\scratchbox=\box50
\nofMPsegments=\count302
\nofMParguments=\count303
\everyMPshowfont=\toks32
\MPscratchCnt=\count304
\MPscratchDim=\dimen175
\MPnumerator=\count305
\makeMPintoPDFobject=\count306
\everyMPtoPDFconversion=\toks33
) (/usr/local/texlive/2019/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
(/usr/local/texlive/2019/texmf-dist/tex/latex/grfext/grfext.sty
Package: grfext 2019/12/03 v1.3 Manage graphics extensions (HO)
)
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
85.
Package grfext Info: Graphics extension search list:
(grfext)             [.pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext)             \AppendGraphicsExtensions on input line 504.
(/usr/local/texlive/2019/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
\AtBeginShipoutBox=\box51
\c@lstlisting=\count307
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: hyperref package is loaded.
Package caption Info: hypcap package is loaded.
Package caption Info: End \AtBeginDocument code.
Package hyperref Info: Link coloring ON on input line 12.
(/usr/local/texlive/2019/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2019/09/16 v2.46 Cross-referencing by name of section
(/usr/local/texlive/2019/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
)
(/usr/local/texlive/2019/texmf-dist/tex/generic/gettitlestring/gettitlestring.s
ty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
)
\c@section@level=\count308
)
LaTeX Info: Redefining \ref on input line 12.
LaTeX Info: Redefining \pageref on input line 12.
LaTeX Info: Redefining \nameref on input line 12.
! Undefined control sequence.
l.27 \yearofpublication
                       {2017}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

LaTeX Font Info:    Font shape `T1/ntxtlf/m/n' will be
(Font)              scaled to size 9.0pt on input line 30.
[11{/usr/local/texlive/2019/texmf-var/fonts/map/pdftex/updmap/pdftex.map}

]
LaTeX Font Info:    Font shape `T1/ntxtlf/m/n' will be
(Font)              scaled to size 14.0pt on input line 30.
LaTeX Font Info:    Font shape `T1/ntxtlf/b/n' will be
(Font)              scaled to size 14.0pt on input line 30.
LaTeX Font Info:    Trying to load font information for OT1+ntxtlf on input lin
e 30.
(/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/ot1ntxtlf.fd
File: ot1ntxtlf.fd 2015/01/17 v1.0 font definition file for OT1/ntx/tlf
)
LaTeX Font Info:    Font shape `OT1/ntxtlf/m/n' will be
(Font)              scaled to size 10.0pt on input line 30.
<<ot1.cmap>>
LaTeX Font Info:    Font shape `OT1/ntxtlf/m/n' will be
(Font)              scaled to size 7.3pt on input line 30.
LaTeX Font Info:    Font shape `OT1/ntxtlf/m/n' will be
(Font)              scaled to size 5.5pt on input line 30.
<<oml.cmap>>
LaTeX Font Info:    Trying to load font information for U+ntxmia on input line 
30.
(/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/untxmia.fd
File: untxmia.fd 2018/04/14 Fontinst v1.933 font definitions for U/ntxmia.
)
LaTeX Font Info:    Trying to load font information for U+ntxsym on input line 
30.
(/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/untxsym.fd
File: untxsym.fd 2015/03/20 Fontinst v1.933 font definitions for U/ntxsym.
)
LaTeX Font Info:    Trying to load font information for U+ntxsyc on input line 
30.
(/usr/local/texlive/2019/texmf-dist/tex/latex/newtx/untxsyc.fd
File: untxsyc.fd 2012/04/12 Fontinst v1.933 font definitions for U/ntxsyc.
)
LaTeX Font Info:    Font shape `T1/ntxtlf/m/n' will be
(Font)              scaled to size 7.3pt on input line 30.
LaTeX Font Info:    Font shape `T1/ntxtlf/m/n' will be
(Font)              scaled to size 8.0pt on input line 30.
LaTeX Font Info:    Font shape `OT1/ntxtlf/m/n' will be
(Font)              scaled to size 8.0pt on input line 30.
LaTeX Font Info:    Font shape `OT1/ntxtlf/m/n' will be
(Font)              scaled to size 6.2pt on input line 30.
LaTeX Font Info:    Font shape `T1/ntxtlf/m/n' will be
(Font)              scaled to size 6.2pt on input line 30.
LaTeX Font Info:    Font shape `T1/ntxtlf/b/n' will be
(Font)              scaled to size 9.0pt on input line 31.
LaTeX Font Info:    Font shape `T1/ntxtlf/m/n' will be
(Font)              scaled to size 12.0pt on input line 39.
LaTeX Font Info:    Font shape `T1/ntxtlf/b/n' will be
(Font)              scaled to size 12.0pt on input line 39.

(/var/lib/sharelatex/data/compiles/606dc273478fc0007073b40d-5fad1bc93712af0070f
8d526/output.bbl
Package cleveref Info: loaded `ngerman' language definitions on input line 1.

LaTeX Warning: Empty `thebibliography' environment on input line 3.

Package cleveref Info: loaded `ngerman' language definitions on input line 3.
)
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 43.
LaTeX Font Info:    Font shape `U/ccicons/m/n' will be
(Font)              scaled to size 10.0pt on input line 43.
[12]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 43.

(/var/lib/sharelatex/data/compiles/606dc273478fc0007073b40d-5fad1bc93712af0070f
8d526/output.aux
Package cleveref Info: loaded `ngerman' language definitions on input line 21.
Package cleveref Info: loaded `ngerman' language definitions on input line 24.
Package cleveref Info: loaded `ngerman' language definitions on input line 25.
)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 43.
Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 43.
 ) 
Here is how much of TeX's memory you used:
 17093 strings out of 481248
 270232 string characters out of 5918183
 602844 words of memory out of 5000000
 31947 multiletter control sequences out of 15000+600000
 583826 words of font info for 113 fonts, out of 8000000 for 9000
 1141 hyphenation exceptions out of 8191
 63i,11n,100p,823b,554s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/local/texlive/2019/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf.enc}</us
r/local/texlive/2019/texmf-dist/fonts/type1/public/ccicons/ccicons.pfb></usr/lo
cal/texlive/2019/texmf-dist/fonts/type1/public/tex-gyre/qtmb.pfb></usr/local/te
xlive/2019/texmf-dist/fonts/type1/public/tex-gyre/qtmr.pfb>
Output written on /var/lib/sharelatex/data/compiles/606dc273478fc0007073b40d-5f
ad1bc93712af0070f8d526/output.pdf (2 pages, 69265 bytes).
PDF statistics:
 38 PDF objects out of 1000 (max. 8388607)
 27 compressed objects within 1 object stream
 5 named destinations out of 1000 (max. 500000)
 30733 words of extra memory for PDF output out of 35830 (max. 10000000)

unknown option causes "Argument of \@iforloop has an extra }"

I have a trivial document:

\documentclass[utf8,foo]{lni}
\begin{document}
	foo
\end{document}

and the unknown option causes havoc:

latexmk -pdf lni-author-template.tex
Latexmk: This is Latexmk, John Collins, 16 May 2017, version: 4.53a.
Latexmk: applying rule 'pdflatex'...
Rule 'pdflatex': File changes, etc:
   Changed files, or newly in use since previous run(s):
      'lni-author-template.tex'
   Non-existent destination files:
      'lni-author-template.pdf'
------------
Run number 1 of rule 'pdflatex'
------------
------------
Running 'pdflatex  -recorder  "lni-author-template.tex"'
------------
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./lni-author-template.tex
LaTeX2e <2017-04-15>
Babel <3.18> and hyphenation patterns for 38 language(s) loaded.
(./lni.cls
Document Class: lni 2019/04/18 v1.6BETA Official class for submissions to the `
`Lecture Notes in Informatics''
! Argument of \@iforloop has an extra }.
<inserted text> 
                \par 
l.62 \ProcessOptions\relax
                          
?  
Runaway argument?
\on@line .
! Paragraph ended before \@iforloop was complete.
<to be read again> 
                   \par 
l.62 \ProcessOptions\relax
                          
? 

Class Option `foo` is not supported! Warning: \par 
! Undefined control sequence.
<argument> \@nil 
                 ,\@nil 
l.62 \ProcessOptions\relax
                          
? 

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.62 \ProcessOptions\relax
                          
? 
! Undefined control sequence.
<argument> \@nil ,\@nil 
                        
l.62 \ProcessOptions\relax
                          
? 
! Undefined control sequence.
\@forloop ...fx #4\@nnil \else #5\@iforloop #3\@@ 
                                                  #4{#5}\fi \fi 
l.62 \ProcessOptions\relax
                          
? 
! Argument of \ClassWarning has an extra }.
<inserted text> 
                \par 
l.62 \ProcessOptions\relax
                          
? 
Runaway argument?
! Paragraph ended before \ClassWarning was complete.
<to be read again> 
                   \par 
l.62 \ProcessOptions\relax
                          
? 

Overfull \hbox (20.0pt too wide) in paragraph at lines 62--62
[] 

That's very unfortunate, because I would like to use final or draft globally for other packages I'm using, e.g. todonotes. Now I can't use final, because then the class chokes.

Larger title and smaller headings

I checked 6317278 whether it affects other font sizes.

And IMHO, yes, it does:

  • The title font is a bit larger smaller
  • the spacing of the heading got smaller: there is (i) less space between the two lines and (ii) less space between the text and the headsepline.
  • Size of Listing caption
  • Spacing of table rows
  • Spacing before a caption.

Equation spacing is OK.

I really like using existing code, but seeing that it causes troubles, maybe we should use the "hack" of @sieversMartin (#59 (comment)) to use scrlfile?

Before 6317278:

grafik

After

grafik

Before

grafik

After

grafik

unable to create symlink lni-instructions.pdf: File name too long

Hi,
first of all thanks for this repo, because I think it is very nice to have!

Nevertheless I am unable to clone the repo as the error

unable to create symlink lni-instructions.pdf: File name too long

occurs by using the terminal (macOS 10.13).

Thanks in advance

Suggestion for a small improvement of the lni-author-template.tex

I would like to suggest to slightly change the order of \title and \author, the spacing before \and, and to provide English language terms as well.

\title[Ein Kurztitel]{Ein sehr langer Titel über mehrere Zeilen mit sehr vielen Worten und noch mehr Buchstaben}
%% \subtitle{Test} % not implemented yet
\author[Vorname1 Nachname1 \and Firstname2 Lastname2]
{Vorname1 Nachname1\footnote{Universität, Abteilung, Straße, Postleitzahl Ort, Land \email{emailaddressse@author1}} \and
Firstname2 Lastname2\footnote{University, Department, Address, Country \email{emailadresse@author2}}}
\startpage{11} % Beginn der Seitenzählung für diesen Beitrag / Start page numbering at this number
\editor{Herausgeber et al.} % Names of Editors
\booktitle{Name-der-Konferenz} % Name of book title
\year{2017}
\maketitle

\begin{abstract}
Some abstract
\end{abstract}
\begin{keywords}
Schlagwort1, Schlagwort2 / Keyword1, Keyword2
\end{keywords}

Incompatible packages

The rule in the heading should be at the same position of each page.

grabbed_20170117-143917

With following packages, the header gets a one-liner:

Screenshot:

grabbed_20170117-144040

Minimal example:

\documentclass[english]{lni}
\startpage{53}

\usepackage{mwe}

\usepackage{ifthen}

\author{author}
\title{title}

\begin{document}

\maketitle

\blindtext[10]

\end{document}

This is clearly an issue of the fancyhdr package, but I thought, it would be helpful to mention it here:

\documentclass{book}

\usepackage{mwe}
\usepackage{fancyhdr}
\usepackage{xifthen} %disable it and "LE running" will move down.

\fancypagestyle{plain}{%
   \fancyhead[RO]{RO\linebreak firstpage}
   \renewcommand{\headrulewidth}{0.4pt}
}

\pagestyle{fancy}
\fancyhead[LE]{LE running}
\renewcommand{\headrulewidth}{0.4pt}

\begin{document}
\thispagestyle{plain}
\blindtext[8]

\end{document}

biblatex reference format & ISBN number

I noticed the following inconsistency, between @book and @collection, but perhaps it is intentionally.
Entries generated from Zotero.

The following entry generates reference without ISBN number, and OCLC number

@book{schutz_phenomenology_1967,
langid = {english},
location = {{Evanston}},
title = {The Phenomenology of the Social World: {{Transl}}. by {{George Walsh}} and {{Frederick Lehnert}}. {{Original}} Published in 1932},
isbn = {978-0-8101-0390-0},
shorttitle = {The Phenomenology of the Social World},
publisher = {{Northwestern Univ. Press}},
date = {1967},
author = {Schutz, Alfred},
note = {OCLC: 631085675}
}

Schutz, A.: The Phenomenology of the Social World: Transl. by George Walsh and Frederick Lehnert. Original Published in 1932. Northwestern Univ. Press, Evanston, 1967.

The following entry generates reference with ISBN and OCLC

@collection{zahavi_oxford_2012,
location = {{Oxford}},
title = {The {{Oxford}} Handbook of Contemporary Phenomenology},
edition = {1st ed},
isbn = {978-0-19-959490-0},
pagetotal = {619},
series = {Oxford Handbooks},
publisher = {{Oxford University Press}},
date = {2012},
keywords = {Phenomenology},
editor = {Zahavi, Dan},
note = {OCLC: ocn808492321}
}

Zahavi, D., ed.: The Oxford Handbook of Contemporary Phenomenology. 1st ed, Oxford Handbooks, OCLC: ocn808492321, Oxford: Oxford University Press, 2012, 619 pp., isbn: 978-0-19-959490-0.

lni.cls causes Warning

Using the documentclass lni causes the following warning in default configuration:

Package hyperref Warning: Option `bookmarks' has already been used,
(hyperref)                setting the option has no effect on input line 515.

Add hint to word limit in abstract

The Word template states:

Abstract: This is a brief overview of the paper, which should be 70 to 150 words long and include the most relevant points

Further, @heseba required a single paragraph in the abstract which seems to be a general guideline.

siunitx package does not work

When adding the line \usepackage{siunitx} below \documentclass[]{lni} (or somewhere else) in lni-author-template.tex, pdflatex lni-author-template.tex fails with:

! Missing number, treated as zero.
<to be read again>
                   \let
l.17200 ...nst:Nn \c_sys_year_int  { \tex_year:D }

?

Plattform is Windows 10 x64
MiKTeX-pdfTeX 2.9.6000 (1.40.17) (MiKTeX 2.9 64-bit)
Copyright (C) 1982 D. E. Knuth, (C) 1996-2016 Han The Thanh
TeX is a trademark of the American Mathematical Society.
compiled with zlib version 1.2.8; using 1.2.8
compiled with libpng version 1.6.21; using 1.6.21
compiled with poppler version 0.42.0
compiled with jpeg version 8.4

siunitx package has version 2.6q (2016-03-09 19:33:43)

Documentation

  • add the (technical) documentation
  • turn the existing lniguide into a manual

Support of runningauthors

When having many authors, the \author definition is as follows:

\author[Vorname1 Name1\and Vorname2 Name2\and Vorname3 Name3\and Vorname4 Name4\and Vorname5 Name5\and Vorname6 Name6]
{
 Vorname1 Nachname1\footnote{Einrichtung/Universität, Abteilung, Anschrift, Postleitzahl Ort, \email{emailadresse@author1}}\and
 Vorname2 Nachname2\footnote{Einrichtung/Universität, Abteilung, Anschrift, Postleitzahl Ort, \email{emailadresse@author2}}\and
 Vorname3 Nachname3\footnote{Einrichtung/Universität, Abteilung, Anschrift, Postleitzahl Ort, \email{emailadresse@author3}}\and
 Vorname4 Nachname4\footnote{Einrichtung/Universität, Abteilung, Anschrift, Postleitzahl Ort, \email{emailadresse@author4}}\and
 Vorname5 Nachname5\footnote{Einrichtung/Universität, Abteilung, Anschrift, Postleitzahl Ort, \email{emailadresse@author5}}
}

This renders as follows:

grabbed_20170331-193932

The optional parameter is used, because these authors are used in the TOC. For the authors used in the title, Springer LNCS template uses \runningauthors. Maybe this macro would be an option?

Otherwise, one has to use following macro directly after \author:

\fancyhead[LE]{\hspace{0.05cm}\small\thepage\hspace{5pt}Nachname1 et al.}

(This is #8 (comment))

How to publish on arXiv.org?

I'd like to publish my paper on arxiv.org. However, I've some trouble to process the latex files. It works on my computer but arxiv prints multiple error messages. Do you have any experiences with publishing LNI on arxiv? I've created a minimale example (arvivtest.zip). I've also attached the output log from arxiv. I also tried the oldfonts option, but with the same result.

Thanks in advance!

arxivtest.zip
arxiv.log

Author and title not properly included in PDF metadata

Building the lni-author-template.tex as-is (i.e., \author and \title come after \begin{document}), the resulting PDF does neither contain title nor the author metadata (click on commands to expand and see the logs).

pdflatex lni-author-template.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./lni-author-template.tex
LaTeX2e <2020-10-01> patch level 2
L3 programming layer <2020-10-27> xparse <2020-03-03> (./lni.cls
Document Class: lni 2020/12/03 v1.7BETA Official class for submissions to the `
`Lecture Notes in Informatics''
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hyphsubst.sty
(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/fleqn.clo)
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
(/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>)
(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def))
(/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/ngerman.ldf
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/ngermanb.ldf)))
(/usr/share/texlive/texmf-dist/tex/latex/newtx/newtxtext.sty
`newtxtext' v1.630, 2020/09/19 Text macros taking advantage of TeX-Gyre Termes 
fonts (msharpe) (/usr/share/texlive/texmf-dist/tex/latex/fontaxes/fontaxes.sty)
(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex))))
(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.sty
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.tex))
(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty)
(/usr/share/texlive/texmf-dist/tex/latex/carlisle/scalefnt.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
(/usr/share/texlive/texmf-dist/tex/latex/newtx/t1ntxtlf.fd)))
(/usr/share/texlive/texmf-dist/tex/latex/newtx/newtxmath.sty
`newtxmath' v1.630, 2020/09/19 Math macros based originally on txfonts (msharpe
) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty)
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.sty)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/centernot.sty)
(/usr/share/texlive/texmf-dist/tex/generic/kastrup/binhex.tex))
(/usr/share/texlive/texmf-dist/tex/latex/newtxtt/newtxtt.sty
`newtxtt' v1.051, 2014/12/23 Typewriter text macros based on txfonts (msharpe)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty))
(/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype.sty
(/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype-pdftex.def)
(/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/ccicons/ccicons.sty)
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty))
(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.sty
(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.def)
(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)))
(/usr/share/texlive/texmf-dist/tex/latex/eso-pic/eso-pic.sty
(/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)))
(/usr/share/texlive/texmf-dist/tex/latex/grffile/grffile.sty)
(/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty))
(/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty)
(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty))
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
(/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty)
(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
(/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
(/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
(/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
(/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
(/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty)
(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty)
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty)
(/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
(/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
(/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
(/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty))
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
(/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty)
(/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
(/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))
(/usr/share/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty)
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)
(./lni-author-template.aux)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/omlntxmi.fd)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/untxexa.fd)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/lmsntxsy.fd)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/lmxntxexx.fd)
(/usr/share/texlive/texmf-dist/tex/latex/microtype/mt-ptm.cfg)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
(/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty)
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty)
(/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
(/usr/share/texlive/texmf-dist/tex/latex/newtx/ot1ntxtlf.fd)<<ot1.cmap>><<oml.c
map>> (/usr/share/texlive/texmf-dist/tex/latex/newtx/untxmia.fd)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/untxsym.fd)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/untxsyc.fd)
No file lni-author-template.bbl.
[11{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
(./lni-author-template.aux) ){/usr/share/texlive/texmf-dist/fonts/enc/dvips/new
tx/ntx-ec-tlf.enc}</usr/share/texlive/texmf-dist/fonts/type1/public/ccicons/cci
cons.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/newtx/ztmb.pfb></usr
/share/texlive/texmf-dist/fonts/type1/public/newtx/ztmr.pfb>
Output written on lni-author-template.pdf (1 page, 113949 bytes).
Transcript written on lni-author-template.log.
pdftk lni-author-template.pdf dump_data
InfoBegin
InfoKey: Creator
InfoValue: LaTeX with hyperref
InfoBegin
InfoKey: ModDate
InfoValue: D:20210211091117Z
InfoBegin
InfoKey: CreationDate
InfoValue: D:20210211091117Z
InfoBegin
InfoKey: Producer
InfoValue: pdfTeX-1.40.21
InfoBegin
InfoKey: PTEX.Fullbanner
InfoValue: This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) kpathsea version 6.3.2
PdfID0: d197ad3e0ea89c68b01814bedf136723
PdfID1: d197ad3e0ea89c68b01814bedf136723
NumberOfPages: 1
PageMediaBegin
PageMediaNumber: 1
PageMediaRotation: 0
PageMediaRect: 0 0 595.276 841.89
PageMediaDimensions: 595.276 841.89
PageLabelBegin
PageLabelNewIndex: 01
PageLabelStart: 11
PageLabelNumStyle: DecimalArabicNumerals

If, however, the \author and \title command are called before \begin{document}, the meta-data fields are filled with data, but the author field is somewhat garbled:

-\begin{document}
 %%% Mehrere Autoren werden durch \and voneinander getrennt.
 %%% Die Fußnote enthält die Adresse sowie eine E-Mail-Adresse.
 %%% Das optionale Argument (sofern angegeben) wird für die Kopfzeile verwendet.
 \title[Ein Kurztitel]{Ein sehr langer Titel über mehrere Zeilen mit sehr vielen
 Worten und noch mehr Buchstaben}
 %%%\subtitle{Untertitel / Subtitle} % if needed
 \author[Vorname1 Nachname1 \and Firstname2 Lastname2]
 {Vorname1 Nachname1\footnote{Universität, Abteilung, Straße, Postleitzahl Ort,
 Land \email{emailaddress@author1}} \and
 Firstname2 Lastname2\footnote{University, Department, Address, Country
 \email{emailaddress@author2}}}
+\begin{document}

Compiling the PDF file also produces a number of hyperref warnings now:

pdflatex lni-author-template.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./lni-author-template.tex
LaTeX2e <2020-10-01> patch level 2
L3 programming layer <2020-10-27> xparse <2020-03-03> (./lni.cls
Document Class: lni 2020/12/03 v1.7BETA Official class for submissions to the `
`Lecture Notes in Informatics''
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hyphsubst.sty
(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/fleqn.clo)
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
(/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>)
(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def))
(/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/ngerman.ldf
(/usr/share/texlive/texmf-dist/tex/generic/babel-german/ngermanb.ldf)))
(/usr/share/texlive/texmf-dist/tex/latex/newtx/newtxtext.sty
`newtxtext' v1.630, 2020/09/19 Text macros taking advantage of TeX-Gyre Termes 
fonts (msharpe) (/usr/share/texlive/texmf-dist/tex/latex/fontaxes/fontaxes.sty)
(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex))))
(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.sty
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.tex))
(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty)
(/usr/share/texlive/texmf-dist/tex/latex/carlisle/scalefnt.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
(/usr/share/texlive/texmf-dist/tex/latex/newtx/t1ntxtlf.fd)))
(/usr/share/texlive/texmf-dist/tex/latex/newtx/newtxmath.sty
`newtxmath' v1.630, 2020/09/19 Math macros based originally on txfonts (msharpe
) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty)
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.sty)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/centernot.sty)
(/usr/share/texlive/texmf-dist/tex/generic/kastrup/binhex.tex))
(/usr/share/texlive/texmf-dist/tex/latex/newtxtt/newtxtt.sty
`newtxtt' v1.051, 2014/12/23 Typewriter text macros based on txfonts (msharpe)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty))
(/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype.sty
(/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype-pdftex.def)
(/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/ccicons/ccicons.sty)
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty))
(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.sty
(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.def)
(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)))
(/usr/share/texlive/texmf-dist/tex/latex/eso-pic/eso-pic.sty
(/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)))
(/usr/share/texlive/texmf-dist/tex/latex/grffile/grffile.sty)
(/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty))
(/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty)
(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty))
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
(/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty)
(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
(/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
(/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
(/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
(/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
(/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty)
(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty)
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty)
(/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
(/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
(/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
(/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty))
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
(/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty)
(/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
(/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))

Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\@ifnextchar' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\UrlFont' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\begingroup' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\catcode' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\active' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\catcode' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\active' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\%' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\catcode' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\active' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\#' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\catcode' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\&' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\textunderscore' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\_' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\catcode' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\active' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\~' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\textasciitilde' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\\' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\Hy@tempa' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\Hy@tempa' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\unskip' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\@ifnextchar' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\UrlFont' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\begingroup' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\catcode' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\active' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\catcode' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\active' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\%' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\catcode' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\active' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\#' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\catcode' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\&' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\textunderscore' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\_' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\catcode' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\active' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\~' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\textasciitilde' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<let>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\\' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\csname\endcsname' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\Hy@tempa' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\<def>-command' on input line 24.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\Hy@tempa' on input line 24.

(/usr/share/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty)
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)
(./lni-author-template.aux)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/omlntxmi.fd)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/untxexa.fd)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/lmsntxsy.fd)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/lmxntxexx.fd)
(/usr/share/texlive/texmf-dist/tex/latex/microtype/mt-ptm.cfg)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
(/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty)
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty)
(/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
(/usr/share/texlive/texmf-dist/tex/latex/newtx/ot1ntxtlf.fd)<<ot1.cmap>><<oml.c
map>> (/usr/share/texlive/texmf-dist/tex/latex/newtx/untxmia.fd)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/untxsym.fd)
(/usr/share/texlive/texmf-dist/tex/latex/newtx/untxsyc.fd)
No file lni-author-template.bbl.
[11{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
(./lni-author-template.aux) ){/usr/share/texlive/texmf-dist/fonts/enc/dvips/new
tx/ntx-ec-tlf.enc}</usr/share/texlive/texmf-dist/fonts/type1/public/ccicons/cci
cons.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/newtx/ztmb.pfb></usr
/share/texlive/texmf-dist/fonts/type1/public/newtx/ztmr.pfb>
Output written on lni-author-template.pdf (1 page, 114267 bytes).
Transcript written on lni-author-template.log.
pdftk lni-author-template.pdf dump_data
InfoBegin
InfoKey: Creator
InfoValue: LaTeX with hyperref
InfoBegin
InfoKey: ModDate
InfoValue: D:20210211091740Z
InfoBegin
InfoKey: CreationDate
InfoValue: D:20210211091740Z
InfoBegin
InfoKey: Producer
InfoValue: pdfTeX-1.40.21
InfoBegin
InfoKey: PTEX.Fullbanner
InfoValue: This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) kpathsea version 6.3.2
InfoBegin
InfoKey: Author
InfoValue: Vorname1 Nachname1Universit&#228;t, Abteilung, Stra&#223;e, Postleitzahl Ort, Land ` `%%%`#`&amp;12_`__~~~
                                                                                                rue
InfoBegin
InfoKey: Title
InfoValue: Ein sehr langer Titel &#252;ber mehrere Zeilen mit sehr vielen Worten und noch mehr Buchstaben
PdfID0: 9bdcc76d9983cfac05dd355f9f047a78
PdfID1: 9bdcc76d9983cfac05dd355f9f047a78
NumberOfPages: 1
PageMediaBegin
PageMediaNumber: 1
PageMediaRotation: 0
PageMediaRect: 0 0 595.276 841.89
PageMediaDimensions: 595.276 841.89
PageLabelBegin
PageLabelNewIndex: 01
PageLabelStart: 11
PageLabelNumStyle: DecimalArabicNumerals

Neither outcome is desirable.

Caption font size too large

The class is missing \RequirePackage[font=small]{caption}

Left: result when using the class; right: result with the original template.

grabbed_20161220-144924

Keywords should take a space

Got:
grabbed_20161222-130725

Expected:

grabbed_20161222-130657

New code to achieve expected result:

\newenvironment{keywords}{\fontsize{9}{10}\selectfont
    \noindent{\bfseries Keywords:\ }}{}

Wrong usage of "keywords" changes document font size

If a user uses \keywords{xy} instead of the keywords environment, the font size of the main text changes:

\documentclass[english]{lni}
\usepackage{mwe}
\begin{document}
\title{Title}
\author{Author}
\keywords{\blindtext}
\blinddocument
\end{document}

\keywords

grabbed_20161222-234919

keywords environment

grabbed_20161222-234741

Remove \hoffset and \voffset

According to weinelt.de and a personal discussion of the author of pdfpages, \hoffset and \voffset are intended to be used in print production after the typesetting.

lni.cls contains these two lines at the beginning:

\setlength{\hoffset}{-0,2cm}% correct left margin to 4.2cm
\setlength{\voffset}{2.60cm}% correct top margin to 5.25cm

Is it possible to get rid of them?

The Word template has top: 5,25cm, bottom: 5,25cm, left: 4,2cm, right: 4,2cm, but the pages in the template seem larger. I'll try to come up with other values later.

I assume that using the geometry package is the solution?

xelatex support

Currently the lni class can't be used with xelatex. With #51 I would like to start getting support for XeLaTeX as well.

Stray comma in @misc bibliography entries

Citing a @misc reference causes a stray comma before the title in the bibliography. E.g. this reference

@misc{https://doi.org/10.48550/arxiv.1912.07756,
  doi = {10.48550/ARXIV.1912.07756},
  note = {\url{https://arxiv.org/abs/1912.07756} [2022-04-01]},
  url = {https://arxiv.org/abs/1912.07756},
  author = {Nanni, Loris and Maguolo, Gianluca and Paci, Michelangelo},
  title = {Data augmentation approaches for improving animal audio classification},
  keywords = {Machine Learning (cs.LG), Sound (cs.SD), Audio and Speech Processing (eess.AS), Machine Learning (stat.ML), FOS: Computer and information sciences, FOS: Computer and information sciences, FOS: Electrical engineering, electronic engineering, information engineering, FOS: Electrical engineering, electronic engineering, information engineering},
  publisher = {arXiv},
  year = {2019},
  copyright = {arXiv.org perpetual, non-exclusive license}
}

generates this result with a comma before "Data augmentation..."

[NMP19] Nanni, Loris; Maguolo, Gianluca; Paci, Michelangelo: , Data augmentation approaches for improving animal audio classification, 2019. https://arxiv.org/abs/1912.07756 [2022-04-01].

Option for disabling running header necessary?

I got an email today asking how to remove the running header as this was requested by a conference call for papers ("Wissensmanagement Konferenz").

The solution is not complicated:

\pagestyle{empty}
\fancypagestyle{plain}{%
   \fancyhead{}
   \renewcommand{\headrulewidth}{0.0pt}
}%

Howver, I wonder, whether this is a common usecase so that an option for the document class would be a good idea.

@koppor What do you think?

bibtex problems

When using the following test.tex:

%% !TeX encoding = UTF-8
%% !TeX program = pdflatex
%% !BIB program = bibtex
\documentclass[english]{lni}

\begin{document}
\author[Vorname1 Name1\and Vorname2 Name 2]{Vorname1
Nachname1\footnote{Einrichtung/Universität, Abteilung, Anschrift, Postleitzahl
Ort, \email{emailadresse@author1}}\and Vorname2
Nachname2\footnote{Einrichtung/Universität, Abteilung, Anschrift, Postleitzahl
Ort, \email{emailadresse@author2}} und weitere Autorinnen und Autoren in der
gleichen Notation}
\title[Kurztitel (falls nötig)]{Titel}
\startpage{11}% Beginn der Seitenzählung für diesen Beitrag
\editor{Ich selbst}
\booktitle{Ein Test}
\year{2017}
\maketitle

\begin{abstract}
Hier kommt die Zusammenfassung hin
Add your abstract here
\end{abstract}
\begin{keywords}
Hier kommen die Keywords hin
Add your keywords here
\end{keywords}

\section{Überschrift}
Test1 \cite{CON2012,BPV2014,H2015,CBA+2015}.

\bibliography{test}
\end{document}

with the following test.bib:

% Encoding: UTF-8

@Online{CBA+2015,
  author       = {Raman Chitkara and Werner Ballhaus and Olaf Acker and Dr. Bin Song and Anand Sundaram and Maria Popova},
  title        = {The Internet of Things: The next growth engine for the semiconductor industry},
  year         = {2015},
  url          = {https://www.pwc.ie/media-centre/assets/publications/2015-pwc-iot-semicon-paper.pdf},
  organization = {PricewaterhouseCoopers AG Wirtschaftsprüfungsgesellschaf},
  month        = may,
  file         = {:CBA+2015 - The Internet of Things_ The next growth engine for the semiconductor industry.pdf:PDF},
  owner        = {andreas},
  timestamp    = {2015.12.22},
}

@TechReport{CON2012,
  author    = {INTECHNO CONSULTING},
  title     = {Sensors Markets 2016 -- Press Release},
  year      = {2012},
  subtitle  = {Major Findings of the New Report onMarkets, Strategies, Technologies},
  month     = mar,
  url       = {http://www.intechnoconsulting.com/ic/press/details/e-press-se2016-us.pdf},
  file      = {:CON2012 - Sensors Markets 2016 - Press Release.pdf:PDF},
  owner     = {andreas},
  timestamp = {2015.12.22},
}

@Online{H2015,
  author    = {Aaron Hand},
  title     = {How the Internet of Things Is Shaping the Sensor Market},
  year      = {2015},
  url       = {http://www.automationworld.com/how-internet-things-shaping-sensor-market},
  month     = aug,
  owner     = {andreas},
  timestamp = {2015.12.22},
}

@Online{BPV2014,
  author       = {Harald Bauer and Mark Patel and Jan Veira},
  title        = {The Internet of Things: Sizing up the opportunity},
  year         = {2014},
  url          = {http://www.mckinsey.com/insights/high_tech_telecoms_internet/the_internet_of_things_sizing_up_the_opportunity},
  organization = {McKinsey \& Company},
  month        = dec,
  owner        = {andreas},
  timestamp    = {2015.12.22},
}

latexmk -pdf -latexoption="-shell-escape" test returns:

------------
For rule 'bibtex test', running '&run_bibtex(  )' ...
------------
Running 'bibtex  "test"'
------------
This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit)
The top-level auxiliary file: test.aux
The style file: lni.bst
Database file #1: test.bib
ptr=1, stack=
C
---the literal stack isn't empty for entry CBA+2015
while executing---line 1206 of file lni.bst
Warning--empty institution in CON2012
ptr=1, stack=

---the literal stack isn't empty for entry CON2012
while executing---line 1271 of file lni.bst
(There were 2 error messages)
Latexmk: Errors, so I did not complete making targets
Collected error summary (may duplicate other messages):
  bibtex test: Bibtex errors: See file 'test.blg'
Latexmk: Use the -f option to force complete processing,
 unless error was exceeding maximum runs of latex/pdflatex.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.

Space-Efficient Display of Many Author Affiliations

Hi,

I'm using the template to submit a paper, but ran into a minor issue. Our paper has nine authors overall, which come from different, but partly overlapping institutions. We do not share the author's email addresses, and only the institutions. Unfortunately, with the default styling of one footnote per author, this seems to waste a lot of space.

My \author section currently looks like this:

\author[Vorname1 Nachname1 \and Firstname2 Lastname2 \and Firstname3 Lastname3 \and Firstname4 Lastname4 \and Firstname5 Lastname5 \and Firstname6 Lastname6 \and Firstname7 Lastname7 \and Firstname8 Lastname8 \and Firstname9 Lastname9]
{Vorname1 Nachname1\footnote{Universität 1, Abteilung, Straße, Postleitzahl Ort, Land \email{emailaddress@author1}} \and
Firstname2 Lastname2\footnote{University 2, Department, Address, Country
\email{emailaddress@author2}} \and
Firstname3 Lastname3\footnote{University 2, Department, Address, Country
\email{emailaddress@author3}} \and
Firstname4 Lastname4\footnote{University 2, Department, Address, Country
\email{emailaddress@author4}} \and
Firstname5 Lastname5\footnote{Universität 1, Abteilung, Straße, Postleitzahl Ort, Land \email{emailaddress@author5}} \and
Firstname6 Lastname6\footnote{University 2, Department, Address, Country
\email{emailaddress@author6}} \and
Firstname7 Lastname7\footnote{University 2, Department, Address, Country
\email{emailaddress@author7}} \and
Firstname8 Lastname8\footnote{Universität 1, Abteilung, Straße, Postleitzahl Ort, Land \email{emailaddress@author7}} \and
Firstname9 Lastname9\footnote{Universität 1, Abteilung, Straße, Postleitzahl Ort, Land \email{emailaddress@author9}}}

This is the resulting pdf: lni-author-template.pdf.

Is there a way to style the author affiliations more space efficient? For example, in our case multiple authors could (theoretically) share an affiliation footnote.

Thank you for your help!

Can't compile valid bibtext file with lin.bst

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

biblatex option: bbx file cant be found

When I add the biblatex option to the document class I get the following error message:

! Package biblatex Error: Style 'LNI' not found.

See the biblatex package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.10838 \RequireBibliographyStyle{\blx@bbxfile}
                                               

There are only the lni.bst and lnig.bst files in the repository. Where can I find the correct bibliography style for biblatex?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.