diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-fvextra.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-fvextra.sty | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-fvextra.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-fvextra.sty index c35614440be..414c82ff44f 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-fvextra.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-fvextra.sty @@ -15,8 +15,7 @@ %% http://www.latex-project.org/lppl.txt %% and version 1.3 or later is part of all distributions of LaTeX %% version 2005/12/01 or later. -\LWR@ProvidesPackagePass{fvextra}[2019/02/04] - +\LWR@ProvidesPackagePass{fvextra}[2022/11/30] \define@booleankey{FV}{obeytabs}% {\let\FV@ObeyTabsInit\relax} {\let\FV@ObeyTabsInit\relax} @@ -33,10 +32,10 @@ \newbool{LWR@FV@breaklines} \define@booleankey{FV}{breaklines}% - {\FV@BreakLinesfalse + {\boolfalse{FV@breaklines} \booltrue{LWR@FV@breaklines} \let\FV@ListProcessLine\FV@ListProcessLine@NoBreak} - {\FV@BreakLinesfalse + {\boolfalse{FV@breaklines} \boolfalse{LWR@FV@breaklines} \let\FV@ListProcessLine\FV@ListProcessLine@NoBreak} |