diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-09 22:51:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-09 22:51:55 +0000 |
commit | 82e5a90bfde07a5459c34702012cb65d32038575 (patch) | |
tree | a62baf5548aafad9f90591f5978265fe03dfc851 /Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty | |
parent | 3c97af82d660bc556cc6517fbc3c214152a8c09f (diff) |
novel (8mar17)
git-svn-id: svn://tug.org/texlive/trunk@43447 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty | 41 |
1 files changed, 2 insertions, 39 deletions
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty b/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty index b50f647a839..ae0a0853088 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-TextMacros.sty}% -[2017/03/05 v1.0.6a LaTeX file (text macros usable within document body)] +[2017/03/09 v1.0.7 LaTeX file (text macros usable within document body)] %% @@ -65,7 +65,6 @@ % \stake inserts zero-width rule, 1pt thick, as placeholder. % \color and \textcolor (from package xcolor) have been modified to ensure black, or grayscale when permitted. % \squeeze{} and \crush{} for emergency text adjustment. -% \bunchofspaces for inserting a pile of actual text space characters in one place. %% The following useful commands are from core code, or other pre-loaded packages. @@ -369,8 +368,6 @@ \global\@tocnumwid=\@tocnumwid% \setlength\@tocskip{#1\nbs}% \global\@tocskip=\@tocskip% - \strut\bunchofspaces\par% - \vspace{-\nbs}% }{% \endgroup\end{adjustwidth}\par% }% @@ -523,41 +520,7 @@ \let\textsuperscipt\sups\relax \let\textsubscript\subs\relax %% - - -%% Ensures that actual space characters are present on each numbered page. -%% Some PDF software cannot accurately extract text, without seeing the space. -\gdef\bunchofspaces{% - \smash{% - {\chapterfont% - \char"20% - \rlap{\emph{\char"20}}% - \rlap{\textbf{\char"20}}% - \rlap{\textbf{\emph{\char"20}}}% - }% - {\subchfont% - \rlap{\char"20}% - \rlap{\emph{\char"20}}% - \rlap{\textbf{\char"20}}% - \rlap{\textbf{\emph{\char"20}}}% - }% - {\headfont% - \rlap{\char"20}% - \rlap{\emph{\char"20}}% - \rlap{\textbf{\char"20}}% - \rlap{\textbf{\emph{\char"20}}}% - }% - \rmfamily{% - \rlap{\char"20}% - \rlap{\emph{\char"20}}% - \rlap{\textbf{\char"20}}% - \rlap{\textbf{\emph{\char"20}}}% - }% - {\decofont\rlap{\char"20}}% - }% -}% -%% end \bunchofspaces -\gdef\specialblankline{\strut\bunchofspaces\par} +\gdef\specialblankline{\null} % deprecated %% |