summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lwarp/lwarp-setspace.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-setspace.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lwarp/lwarp-setspace.sty20
1 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-setspace.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-setspace.sty
index 8a480d0b230..a8e454210ae 100644
--- a/Master/texmf-dist/tex/latex/lwarp/lwarp-setspace.sty
+++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-setspace.sty
@@ -28,11 +28,17 @@
\newcommand*{\doublespacing}{}
\newenvironment*{singlespace}
-{\BlockClass{singlespace}}
+{
+\LWR@forcenewpage
+\BlockClass{singlespace}
+}
{\endBlockClass}
\newenvironment*{singlespace*}
-{\BlockClass{singlespace}}
+{
+\LWR@forcenewpage
+\BlockClass{singlespace}
+}
{\endBlockClass}
\newenvironment*{spacing}[1]{
@@ -42,11 +48,17 @@
}
\newenvironment*{onehalfspace}
-{\BlockClass{onehalfspace}}
+{
+\LWR@forcenewpage
+\BlockClass{onehalfspace}
+}
{\endBlockClass}
\newenvironment*{doublespace}
-{\BlockClass{doublespace}}
+{
+\LWR@forcenewpage
+\BlockClass{doublespace}
+}
{\endBlockClass}
\endinput