From eb6d3c1ea4bd719ae29509ed3ce4e0745343e8a7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 16 Sep 2011 18:23:59 +0000 Subject: new latex package ifoddpage git-svn-id: svn://tug.org/texlive/trunk@23979 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ifoddpage/README | 18 ++++++++++++++++++ Master/texmf-dist/doc/latex/ifoddpage/ifoddpage.pdf | Bin 0 -> 131336 bytes 2 files changed, 18 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/ifoddpage/README create mode 100644 Master/texmf-dist/doc/latex/ifoddpage/ifoddpage.pdf (limited to 'Master/texmf-dist/doc/latex/ifoddpage') 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 +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 new file mode 100644 index 00000000000..ec7a188b0b8 Binary files /dev/null and b/Master/texmf-dist/doc/latex/ifoddpage/ifoddpage.pdf differ -- cgit v1.2.3