diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-28 20:38:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-28 20:38:16 +0000 |
commit | 190b2375d2855a8380b8b941af2903967858bc5f (patch) | |
tree | 8622a91c7987a0c82922132f5544193178f84921 /Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty | |
parent | e5dac69408e1ddde72d24d8f0c96cdd6240cb672 (diff) |
novel (28mar17)
git-svn-id: svn://tug.org/texlive/trunk@43632 c570f23f-e606-0410-a88d-b1316a301751
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: |