diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-16 18:23:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-16 18:23:59 +0000 |
commit | eb6d3c1ea4bd719ae29509ed3ce4e0745343e8a7 (patch) | |
tree | 799377b8079e69366009202030883c0b3ae2d2e4 /Master/texmf-dist/doc/latex/ifoddpage | |
parent | 0d911214e0ace39eb10344ef714cfbcbdd92cced (diff) |
new latex package ifoddpage
git-svn-id: svn://tug.org/texlive/trunk@23979 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ifoddpage')
-rw-r--r-- | Master/texmf-dist/doc/latex/ifoddpage/README | 18 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ifoddpage/ifoddpage.pdf | bin | 0 -> 131336 bytes |
2 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ifoddpage/README b/Master/texmf-dist/doc/latex/ifoddpage/README new file mode 100644 index 00000000000..b71473ec4d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/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. + diff --git a/Master/texmf-dist/doc/latex/ifoddpage/ifoddpage.pdf b/Master/texmf-dist/doc/latex/ifoddpage/ifoddpage.pdf Binary files differnew file mode 100644 index 00000000000..ec7a188b0b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ifoddpage/ifoddpage.pdf |