diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/floatrow/listpen.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/floatrow/listpen.sty | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/floatrow/listpen.sty b/Master/texmf-dist/tex/latex/floatrow/listpen.sty index ae28db02a9f..7925512793c 100644 --- a/Master/texmf-dist/tex/latex/floatrow/listpen.sty +++ b/Master/texmf-dist/tex/latex/floatrow/listpen.sty @@ -22,7 +22,8 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{listpen} - [2007/05/24 v0.1b list penalty managing] + [2007/10/28 v0.1d list penalty managing] +%%^^A|\newcommand\CenterFloatBoxes{\CADJfalse\OADJfalse| \newcommand\allowprelistbreaks{\let\LP@penalty\@beginparpenalty \@testopt{\LP@setlistbreaks}{-1}} \newcommand\allowpostlistbreaks{\let\LP@penalty\@endparpenalty @@ -40,7 +41,17 @@ \or\LP@penalty#1\@highpenalty \or\LP@penalty#1\@M \fi} -\providecommand\RestoreSpaces{\@nobreakfalse} +\newcommand\RestoreSpaces{\@nobreakfalse} +\newcommand\RemoveSpaces {\@nobreaktrue} +\newcommand\newseparatedlabel[3]{% + \@ifdefinable#1{% + \def#1##1{\protected@edef\@currentlabel{\string + \LP@label@sep {\csname the#3\endcsname}}\label{sub##1}% + \protected@edef\@currentlabel{\csname the#2\endcsname + \string\LP@label@sep {\csname the#3\endcsname}}\label{##1}}}} +\newcommand\newseparatedref[2]{\@ifdefinable#1{\def#1##1{{\def\LP@label@sep{#2}\ref{##1}}}}} +\@ifdefinable\LP@label@sep{} +\newcommand\makelabelseparator[1]{\def\LP@label@sep{#1}} \endinput %% %% End of file `listpen.sty'. |