summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ifoddpage/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ifoddpage/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/ifoddpage/README')
-rw-r--r--macros/latex/contrib/ifoddpage/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/latex/contrib/ifoddpage/README b/macros/latex/contrib/ifoddpage/README
new file mode 100644
index 0000000000..b71473ec4d
--- /dev/null
+++ b/macros/latex/contrib/ifoddpage/README
@@ -0,0 +1,18 @@
+LaTeX package 'ifoddpage'
+~~~~~~~~~~~~~~~~~~~~~~~~
+Copyright (c) 2011 by Martin Scharrer <martin@scharrer-online.de>
+WWW: http://latex.scharrer-online.de/
+CTAN: http://www.ctan.org/pkg/ifoddpage
+Code repository: https://bitbucket.org/martin_scharrer/ifoddpage
+
+This LaTeX package provides a \ifoddpage conditional to determine if the current page is odd or even.
+The macro \checkoddpage must be used direct before to check the page number using a label.
+Two compiler runs are therefore required to achieve correct results.
+In addition the conditional \ifoddpageoronside is provided which is also true in oneside mode where
+all pages use the odd page layout.
+
+This package got inspired from the 'changepage' package which provides (and uses) the same macros (\checkoddpage and
+\ifoddpage) for its main function of changing the page design mid-way in the document. Both packages can be used
+together, but the 'ifoddpage' should be loaded last in this case, otherwise the \ifoddpageoroneside conditional will
+stop working.
+