diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty index 68103bddc69..7da04f1da90 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty @@ -53,7 +53,7 @@ \renewcommand*{\LWR@maketitlesetup}{% \def\@makefnmark{\textsuperscript{\@thefnmark}} \long\def\@makefntext##1{% -\makethanksmark \LWR@orighspace{1in} +\makethanksmark~% ##1% }% } @@ -104,11 +104,15 @@ \renewcommand{\thanksmarkseries}[1]{% \def\@bsmarkseries{\renewcommand{\thefootnote}{\@nameuse{#1}{footnote}}}% } +\@ifclassloaded{memoir}{ + \thanksmarkseries{arabic} +}{% not memoir \if@titlepage \thanksmarkseries{arabic} \else \thanksmarkseries{fnsymbol} \fi +}% not memoir \endinput %% %% End of file `lwarp-titling.sty'. |