diff options
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty b/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty index b05d11b721d..0e6215ddfcd 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-LayoutSettings.sty}% -[2017/03/21 v1.0.9 LaTeX file (layout settings)] +[2017/03/27 v1.0.10 LaTeX file (layout settings)] %% @@ -477,7 +477,12 @@ \def\setmainfont{% \ClassError{novel}{Use \string\SetMasterFont\space not \string\setmainfont}% {The \string\setmainfont\space command is not in this document class.^^J% - Use \string\SetMasterFont\space to get what you need.}% + Use \string\SetMasterFont\space to get what you need.^^J% + You may see this message if you \string\usepackage{some font}^^J% + in the Preamble. Do not do that. If you wish to use that font, and if^^J% + it is Open Type (or TrueType) format, and installed, then instead of^^J% + \string\usepackage\space use \string\SetMasterFont. See `novel' docs.^^J% + Any attempt to continue without fixing is doomed to failure!}% } \ExplSyntaxOn %% Store settings for the master font: |