Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix output #62

Merged
merged 1 commit into from
Aug 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions lni.cls
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,16 @@
\fi%
\ifoldfonts
\RequirePackage{mathptmx}
\else% nofonts activated
\ClassWarning{lni}{Option `nofonts' set! I will use standard fonts
\MessageBreak
instead of the New TX fonts. Your document will NOT look like the
\MessageBreak
final result for publication. This should only be used if you have
\MessageBreak
no possibility to install fonts or upgrade your TeX installation!}%
\else%
\ifnofonts % nofonts activated
\ClassWarning{lni}{Option `nofonts' set! I will use standard fonts
\MessageBreak
instead of the New TX fonts. Your document will NOT look like the
\MessageBreak
final result for publication. This should only be used if you have
\MessageBreak
no possibility to install fonts or upgrade your TeX installation!}%
\fi%
\fi%
\ifPDFTeX
\RequirePackage[%
Expand Down
18 changes: 10 additions & 8 deletions lni.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -804,14 +804,16 @@ This work consists of the file lni.dtx
\fi%
\ifoldfonts
\RequirePackage{mathptmx}
\else% nofonts activated
\ClassWarning{lni}{Option `nofonts' set! I will use standard fonts
\MessageBreak
instead of the New TX fonts. Your document will NOT look like the
\MessageBreak
final result for publication. This should only be used if you have
\MessageBreak
no possibility to install fonts or upgrade your TeX installation!}%
\else%
\ifnofonts % nofonts activated
\ClassWarning{lni}{Option `nofonts' set! I will use standard fonts
\MessageBreak
instead of the New TX fonts. Your document will NOT look like the
\MessageBreak
final result for publication. This should only be used if you have
\MessageBreak
no possibility to install fonts or upgrade your TeX installation!}%
\fi%
\fi%
% \begin{macrocode}
\ifPDFTeX
Expand Down