View Issue Details

IDProjectCategoryView StatusLast Update
0000359contextpublic2010-04-01 17:57
ReporterTomBenjey Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
PlatformTex-LiveOSWindowsOS VersionVista
Summary0000359: Need ability to turn off page headers/footers on selected pages
DescriptionThe Chicago Manual of Style, 14th edition, states that page numbers are normally omitted on pages containing only illustrations or tables, except in long sequences of figures or tables. Is it practical within ConTeXt to omit page numbers from a single page within a chapter?

Context needs an option to allow headers/footers to be suppressed for such pages.
Steps To Reproduce\starttext

\dorecurse{10}{\input knuth\par}

\placefigure[page,none]{}{\externalfigure[dummy][factor=max]}

\dorecurse{10}{\input knuth\par}

\placefigure[page,none,header]{}{\externalfigure[dummy][factor=max]} %
no header on float page

\dorecurse{10}{\input knuth\par}

\placefigure[page,none,footer]{}{\externalfigure[dummy][factor=max]} %
no footer on float page

\dorecurse{10}{\input knuth\par}

\placefigure[page,none,empty]{}{\externalfigure[dummy][factor=max]} % no
header and footer on float page

\dorecurse{10}{\input knuth\par}

\stoptext
Additional InformationWolfgang supports the addition of such an option.
TagsNo tags attached.

Activities

Hans Hagen

2010-04-01 17:57

manager   ~0000520

this will be implemented when we have a more extensive float model where info is carried around .. the reason is that we need to deal with mixed cases and i'm not going to implement temp mkii hacks while there are better ways

Issue History

Date Modified Username Field Change
2010-03-25 16:56 TomBenjey New Issue
2010-04-01 17:57 Hans Hagen Note Added: 0000520