summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/math-into-latex-4/cleardoublepage.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/math-into-latex-4/cleardoublepage.sty')
-rw-r--r--Master/texmf-dist/doc/latex/math-into-latex-4/cleardoublepage.sty6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/math-into-latex-4/cleardoublepage.sty b/Master/texmf-dist/doc/latex/math-into-latex-4/cleardoublepage.sty
new file mode 100644
index 00000000000..a28150fea80
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/math-into-latex-4/cleardoublepage.sty
@@ -0,0 +1,6 @@
+\let\cleardouble@page\cleardoublepage
+\AtBeginDocument{%
+ \ifx\cleardouble@page\cleardoublepage
+ \def\cleardoublepage{\clearpage{\pagestyle{empty}\cleardouble@page}}
+ \fi
+} \ No newline at end of file