View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000359 | context | public | 2010-03-25 16:56 | 2010-04-01 17:57 | |
Reporter | TomBenjey | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Tex-Live | OS | Windows | OS Version | Vista |
Summary | 0000359: Need ability to turn off page headers/footers on selected pages | ||||
Description | The 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 Information | Wolfgang supports the addition of such an option. | ||||
Tags | No tags attached. | ||||
|
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 |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-03-25 16:56 | TomBenjey | New Issue | |
2010-04-01 17:57 | Hans Hagen | Note Added: 0000520 |