diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lni/lni.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/lni/lni.cls | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/Master/texmf-dist/tex/latex/lni/lni.cls b/Master/texmf-dist/tex/latex/lni/lni.cls index 8e8c9fae7e2..ba299298a25 100644 --- a/Master/texmf-dist/tex/latex/lni/lni.cls +++ b/Master/texmf-dist/tex/latex/lni/lni.cls @@ -14,7 +14,7 @@ %% --------| ----------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{lni} - [2024/07/23 v1.10 Official class for submissions to the ``Lecture Notes + [2025/02/05 v2.0 Official class for submissions to the ``Lecture Notes in Informatics''] \RequirePackage{iftex}\ifluatex\else\pdfoutput=1\fi% \def\@clearglobaloption#1{% @@ -49,9 +49,6 @@ \newif\ifusecleveref \useclevereftrue \DeclareOption{nocleveref}{\useclevereffalse} -\newif\ifusebiblatex -\usebiblatexfalse -\DeclareOption{biblatex}{\usebiblatextrue} \newif\ifcrop \cropfalse \DeclareOption{crop}{\croptrue} @@ -260,13 +257,12 @@ } \renewcommand\Large{\@setfontsize\Large{14}{17}} \RequirePackage[autostyle]{csquotes} -\ifusebiblatex - \RequirePackage[% - backend=biber,% UTF-8 support - date=year, - style=LNI, % The GI style - see https://www.ctan.org/pkg/biblatex-lni - natbib=true % Required for \Citet - ]{biblatex}[2016-09-15]% at least version 3.6 of biblatex is required. +\RequirePackage[% + backend=biber,% UTF-8 support + date=year, + style=LNI, % The GI style - see https://www.ctan.org/pkg/biblatex-lni + natbib=true % Required for \Citet +]{biblatex}[2016-09-15]% at least version 3.6 of biblatex is required. % Enable hyperlinked authors when using \citeauthor % Source: http://tex.stackexchange.com/a/75916/9075 \DeclareCiteCommand{\citeauthor}% @@ -279,7 +275,6 @@ \printtext[bibhyperref]{\printnames{labelname}}}% {\multicitedelim}% {\usebibmacro{postnote}}% -\fi% \RequirePackage{amsmath} \RequirePackage{etoolbox} \RequirePackage{graphicx} @@ -613,7 +608,7 @@ \kern2.6\p@} \setlength{\parindent}{0pt} \setlength{\parskip}{8pt} -\setlist{topsep=0pt,itemsep=7pt,parsep=-2pt} +\setlist{topsep=0pt,itemsep=7pt,parsep=-2pt,leftmargin=*} \setlist[itemize]{labelsep=0.70cm}%Abstand zur Aufzählungsnummer \setlist[itemize,1]{label=$\bullet$} \setlist[itemize,2]{topsep=9pt} @@ -714,14 +709,6 @@ }% \fi% \def\and{\texorpdfstring{\unskip\hspace{-0.42em},\hspace{.6em}}{, }}% -\ifusebiblatex -\else - \iflnienglish - \bibliographystyle{lni}% - \else - \bibliographystyle{lnig}% - \fi% -\fi% \newcommand*{\lni@abbrv}[1]{#1\@\xspace} \newcommand*{\lniabbrv}[2]{\gdef#1{\lni@abbrv{#2}}} \newcommand*{\lni@initialism}[1]{\textsc{#1}\xspace} @@ -768,7 +755,7 @@ \vfuzz \hfuzz \raggedbottom %% -%% Copyright (C) 2016-2023 by Gesellschaft für Informatik e.V. (GI) +%% Copyright (C) 2016-2025 by Gesellschaft für Informatik e.V. (GI) %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either @@ -789,7 +776,5 @@ %% lni-author-template.tex %% lni-paper-example-de.bib %% lni-paper-example-de.tex -%% lni.bst -%% lnig.bst %% %% End of file `lni.cls'. |