Skip to content

Commit

Permalink
Add option
Browse files Browse the repository at this point in the history
  • Loading branch information
sieversMartin committed Nov 25, 2023
1 parent c82a02c commit 35be547
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lni.cls
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
\DeclareOption{norunningheads}{%
\norunningheadstrue
\ClassNoteNoLine{lni}{The option `norunningheads` will be removed from the class with the next major release}}
\newif\ifrunningheads
\DeclareOption{runningheads}{\norunningheadsfalse}
\newif\ifanonymous
\anonymousfalse
\DeclareOption{anonymous}{\anonymoustrue}
Expand Down
9 changes: 7 additions & 2 deletions lni.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,11 @@ This work consists of the file lni.dtx
% to load the package \pkg{mathptmx} instead of the New TX fonts. The output
% will be in accordance to (or at least near) the publisher's requirements.
%
% \DescribeOption{norunningheads}To easily remove all running
% headers from your document, you can use the option \opt{norunningheads}.
% \DescribeOption{norunningheads (deprecated in v1.8)}By default there are no more
% running headers from your document.
%
% \DescribeOption{runningheads (new in v1.8)}Editors can turn on the running headers
% using option \opt{runningheads}.
%
% \DescribeOption{anonymous (new in v1.8)}To easily anonymize a paper for
% blind review, use this option. Then all author information will be replaced
Expand Down Expand Up @@ -777,6 +780,8 @@ This work consists of the file lni.dtx
\DeclareOption{norunningheads}{%
\norunningheadstrue
\ClassNoteNoLine{lni}{The option `norunningheads` will be removed from the class with the next major release}}
\newif\ifrunningheads
\DeclareOption{runningheads}{\norunningheadsfalse}
\newif\ifanonymous
\anonymousfalse
\DeclareOption{anonymous}{\anonymoustrue}
Expand Down

0 comments on commit 35be547

Please sign in to comment.