Hallo! I am trying to use 'standardmakeup' to produce 'Schmutztitel'-page with a following blank page. I think this is what \start\stopstandardmakeup is for (in doublesided environments). But the example bellow has first a blank page and then 'Schmutztitel'. There is a fourth blank page too. ------------------------- \setuppagenumbering [alternative=doublesided] \setuplayout [ footer=.04\paperheight, %1 grid=yes, %2 marking=on, location=middle, width=middle, height=middle] \starttext \startfrontmatter %3 \startstandardmakeup Schmutztitel \stopstandardmakeup \stopfrontmatter %3 bla \stoptext ------------------------- My experiments: - a space-char between 'doublesided' and ']' removes the last blank page (strange). - uncommenting the lines in position 1,2,3 exclusivly results in the correct behaviour. I would like to understand what the problem is and why, for example, uncommenting frontmatter solves the problem. I thought frontmatter is the place to do title-things and so. Grüße, Wolfgang
On Wed, 21 Jun 2006 wwl@musensturm.de wrote:
- a space-char between 'doublesided' and ']' removes the last blank page (strange).
This is normal: 'doublesided' is not equal to 'doublesided '. And 'doublesided' requires certainly an even number of pages.
- uncommenting the lines in position 1,2,3 exclusivly results in the correct behaviour.
Yes, very strange. It seems to be the combination of - footer=... - grid=yes - height=middle - \startfrontmatter - \startstandardmakeup that produces a first blank page... Cheers, Peter -- http://pmrb.free.fr/contact/
Hi Wolfgang, I tried your code. Indeed there is no blank page after the "Schmutztitel". So you need to add to the \startstandardmakeup[page=yes]. - Something fuzzy is at hand with grid=yes. If you comment this line then the output is as expected. Willi wwl@musensturm.de wrote:
Hallo!
I am trying to use 'standardmakeup' to produce 'Schmutztitel'-page with a following blank page. I think this is what \start\stopstandardmakeup is for (in doublesided environments).
But the example bellow has first a blank page and then 'Schmutztitel'.
There is a fourth blank page too.
------------------------- \setuppagenumbering [alternative=doublesided] \setuplayout [ footer=.04\paperheight, %1 grid=yes, %2 marking=on, location=middle, width=middle, height=middle] \starttext \startfrontmatter %3 \startstandardmakeup Schmutztitel \stopstandardmakeup \stopfrontmatter %3 bla \stoptext -------------------------
My experiments:
- a space-char between 'doublesided' and ']' removes the last blank page (strange).
- uncommenting the lines in position 1,2,3 exclusivly results in the correct behaviour.
I would like to understand what the problem is and why, for example, uncommenting frontmatter solves the problem.
I thought frontmatter is the place to do title-things and so.
Grüße, Wolfgang _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Willi Egger wrote:
Hi Wolfgang,
I tried your code. Indeed there is no blank page after the "Schmutztitel". So you need to add to the \startstandardmakeup[page=yes]. - Something
Moreover: page=yes|right|... makes the same page break setting to both place: start...matter and stop...matter. I ussually need a different setting. For now I am solving it by \setupsectionblock [frontpart] [page=right, after={\setvalue{\??sb\@@sectionblock\c!page}{}}] but it is not elegant. Can be introduced pagestart|pagestop? Vit
fuzzy is at hand with grid=yes. If you comment this line then the output is as expected.
Willi
wwl@musensturm.de wrote:
Hallo!
I am trying to use 'standardmakeup' to produce 'Schmutztitel'-page with a following blank page. I think this is what \start\stopstandardmakeup is for (in doublesided environments).
But the example bellow has first a blank page and then 'Schmutztitel'.
There is a fourth blank page too.
------------------------- \setuppagenumbering [alternative=doublesided] \setuplayout [ footer=.04\paperheight, %1 grid=yes, %2 marking=on, location=middle, width=middle, height=middle] \starttext \startfrontmatter %3 \startstandardmakeup Schmutztitel \stopstandardmakeup \stopfrontmatter %3 bla \stoptext -------------------------
My experiments:
- a space-char between 'doublesided' and ']' removes the last blank page (strange).
- uncommenting the lines in position 1,2,3 exclusivly results in the correct behaviour.
I would like to understand what the problem is and why, for example, uncommenting frontmatter solves the problem.
I thought frontmatter is the place to do title-things and so.
Grüße, Wolfgang _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
-- ======================================================= Ing. Vít Zýka, Ph.D. TYPOkvítek database publishing databazove publikovani data maintaining and typesetting in typographic quality priprava dat a jejich sazba v typograficke kvalite tel.: (+420) 777 198 189 www: http://typokvitek.com =======================================================
Vit Zyka wrote:
Willi Egger wrote:
Hi Wolfgang,
I tried your code. Indeed there is no blank page after the "Schmutztitel". So you need to add to the \startstandardmakeup[page=yes]. - Something
Moreover:
page=yes|right|... makes the same page break setting to both place: start...matter and stop...matter. I ussually need a different setting. For now I am solving it by
\setupsectionblock [frontpart] [page=right, after={\setvalue{\??sb\@@sectionblock\c!page}{}}]
the problem has to do with an overflow of makeup in grid mode (due to already present mark reset nodes); i uploaded a beta that (hopefully) corrects the problem (thanks to taco for analyzing that it was textheight related) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen wrote:
Vit Zyka wrote:
Willi Egger wrote:
Hi Wolfgang,
I tried your code. Indeed there is no blank page after the "Schmutztitel". So you need to add to the \startstandardmakeup[page=yes]. - Something
Moreover:
page=yes|right|... makes the same page break setting to both place: start...matter and stop...matter. I ussually need a different setting. For now I am solving it by
\setupsectionblock [frontpart] [page=right, after={\setvalue{\??sb\@@sectionblock\c!page}{}}]
the problem has to do with an overflow of makeup in grid mode (due to already present mark reset nodes); i uploaded a beta that (hopefully) corrects the problem (thanks to taco for analyzing that it was textheight related)
Hans
Good news the bug was fixed. What I proposed was not related to mentioned error. It just recalled me this problem of coupled 'page' option and the need to be split. Vit
participants (5)
-
Hans Hagen
-
Peter Münster
-
Vit Zyka
-
Willi Egger
-
wwl@musensturm.de