summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-13 22:25:57 +0000
committerKarl Berry <karl@freefriends.org>2018-01-13 22:25:57 +0000
commita4e9c5d7905538e43846cfce2a67a41ccb495f9f (patch)
tree1b312c721009620de8fbcde13cd5d4de696b7439 /Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty
parent88c79b1089afed4ca1c72394817bb8f55bd1e9aa (diff)
novel (13jan18)
git-svn-id: svn://tug.org/texlive/trunk@46301 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.sty10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty b/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty
index 0ce042052dc..dc4d3d2cb52 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/11/29 v1.46.1 LaTeX file (layout settings)]
+[2018/01/14 v1.46.2 LaTeX file (layout settings)]
%%
@@ -100,9 +100,8 @@
\fi
}
%
-% Retroactively change Trim Size after layout. See documentation:
-\newcommand\ReworkTrimSize[2]{%
- \if@coverart % New in version 1.2
+\newcommand\ReworkTrimSize[2]{% DEPRECATED. Works, but removed from docs.
+ \if@coverart %
\ClassError{novel}{Rework command cannot be used with coverart option}%
{Instead of reworking document size, you must re-do the artwork.}
\else
@@ -137,8 +136,7 @@
\setlength\Old@InsideMargin{#4}
\setlength\New@InsideMargin{#4}
}
-% Retroactively change margins after layout. See documentation:
-\newcommand\ReworkMargins[4]{
+\newcommand\ReworkMargins[4]{ % DEPRECATED. Works, but removed from docs.
\if@coverart % New in version 1.2
\ClassError{novel}{Rework command cannot be used with coverart option}%
{Instead of reworking document size, you must re-do the artwork.}