AZ logo

CTAN directory: /macros/latex/contrib/ifoddpage

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
ifoddpage Determine if the current page is odd or even.

Files

Name Size* Date UTC Notes
README 1 KiB 2011-Sep-14 Shown below
ifoddpage.dtx 10 KiB 2011-Sep-14
ifoddpage.ins 212 bytes 2011-Sep-14
ifoddpage.pdf 128 KiB 2011-Sep-14

  *File sizes in kibibytes.

Contents of README

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.