summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/orientation
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-11 22:44:39 +0000
committerKarl Berry <karl@freefriends.org>2021-01-11 22:44:39 +0000
commit44f6214748806e7d082ab5dc18c2de04e393e536 (patch)
treec52281a875435a69f0350f1cd8627c4ea80b9cfa /Master/texmf-dist/tex/latex/orientation
parent1516b5dcbb347d2c41c1322b43b0e2ad35284431 (diff)
orientation (11jan21)
git-svn-id: svn://tug.org/texlive/trunk@57390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/orientation')
-rw-r--r--Master/texmf-dist/tex/latex/orientation/orientation.sty15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/orientation/orientation.sty b/Master/texmf-dist/tex/latex/orientation/orientation.sty
new file mode 100644
index 00000000000..e5f47922ba6
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/orientation/orientation.sty
@@ -0,0 +1,15 @@
+\ProvidesPackage{orientation}[orientation 1.0]
+% orientation package by Daniel Benjamin Miller <dbmiller@dbmiller.org>
+% Made available under the CC-Zero Dedication, 2021
+% For more info: https://creativecommons.org/publicdomain/zero/1.0/
+\RequirePackage{everypage}
+\makeatletter
+\newcommand{\thispagelandscape}{\special{ps:[{ThisPage} <</Rotate 90>> /PUT pdfmark true}}
+\newcommand{\thispageupsidedown}{\special{ps:[{ThisPage} <</Rotate 180>> /PUT pdfmark true}}
+\newcommand{\thispagecounterlandscape}{\special{ps:[{ThisPage} <</Rotate 270>> /PUT pdfmark true}}
+\newcommand{\thispageportrait}{\special{ps:[{ThisPage} <</Rotate 0>> /PUT pdfmark true}}
+\newcommand{\setlandscape}{\AddEverypageHook{\special{ps:[{ThisPage} <</Rotate 90>> /PUT pdfmark true}}}
+\newcommand{\setcounterlandscape}{\AddEverypageHook{\special{ps:[{ThisPage} <</Rotate 270>> /PUT pdfmark true}}}
+\newcommand{\setupsidedown}{\AddEverypageHook{\special{ps:[{ThisPage} <</Rotate 180>> /PUT pdfmark true}}}
+\newcommand{\setportrait}{\AddEverypageHook{\special{ps:[{ThisPage} <</Rotate 0>> /PUT pdfmark true}}}
+\endinput \ No newline at end of file