summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r--Master/texmf-dist/tex/generic/lpform/lpform.sty8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/generic/lpform/lpform.sty b/Master/texmf-dist/tex/generic/lpform/lpform.sty
index 75a228a425f..59760c4e81c 100644
--- a/Master/texmf-dist/tex/generic/lpform/lpform.sty
+++ b/Master/texmf-dist/tex/generic/lpform/lpform.sty
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{lpform}[2014/07/14]
+\ProvidesPackage{lpform}[2015/04/18]
\usepackage{xifthen}
@@ -64,6 +64,12 @@
\renewcommand{\@lpsubeq}[2][]{\ifthenelse{\value{eqcounter} = 0}{}{\displaybreak[0]\\}\stepcounter{eqcounter}&\lpindent\refstepcounter{subcounter} #2 \tag{\lpsubeqtag}\ifthenelse{\isempty{#1}}{}{\label{#1}}&}
\renewcommand{\@@lpsubeq}[2][]{\ifthenelse{\value{eqcounter} = 0}{}{\displaybreak[0]\\}\stepcounter{eqcounter}&\lpindent #2 \nonumber\ifthenelse{\isempty{#1}}{}{\label{#1}}&}
}
+
+% Using the alignedforall option
+\DeclareOption{alignedforall}{
+ \renewcommand{\lpforall}[1]{&& \forall #1}
+}
+
\ExecuteOptions{}
\ProcessOptions\relax