[NTG-context] How to reset settings in setuphead back to defaults?

2022-08-21 Thread Joel via ntg-context
I have some settings like this, which define the part, chapter, and section titles within a file that contains all of my common settings for all files. \definepagebreak[chapterpagebreak][yes, right] \setuphead[part][style=\sse, placehead=yes, expansion=yes] \setuphead[chapter][style=\sse

Re: [NTG-context] Setting a heading text on its own page with \setuphead

2021-08-07 Thread Joey McCollum via ntg-context
t; > appreciated. > > Most of the stuff was already answered by Pablo. Below is my version how > to set the layout to fit the requirements. > > \definefontfamily >[garamond] >[rm] >[EBGaramond] > > \setupbodyfont >[garamond,12pt] > > \definef

Re: [NTG-context] Setting a heading text on its own page with \setuphead

2021-08-07 Thread Wolfgang Schuster via ntg-context
d,12pt] \definefont [MyPartFont] [Serif at 24pt] [line=36pt] \setuppagenumbering [alternative=doublesided, location=] \setupinterlinespace [line=18pt] \definepagebreak [blankpagebreak] [yes,header,footer,right] \definehead [MyPart] [part] \definecharacterkerning [mypartkerni

[NTG-context] Setting a heading text on its own page with \setuphead

2021-08-06 Thread Joey McCollum via ntg-context
] %undo default page numbering in middle of header; doublesided option will ensure that the document has an even number of pages %Define an odd page break between books that omits headers and footers in blank pages \definepagebreak[blankpagebreak][yes,header,footer,right] %Setup body and

Re: [NTG-context] Let chapter start on odd page and make the even page before show an image

2020-05-29 Thread Wolfgang Schuster
} \stopsetups Here comes the not so mwe: %% start mwe \setuplayout [ location=doublesided ] \setuppagenumbering[alternative=doublesided] \definepagebreak [chapter] [footer,yes,header,footer,right] \startsetups [chapter:before] \doifoddpageelse {} {\pushbackground[page

[NTG-context] Let chapter start on odd page and make the even page before show an image

2020-05-29 Thread juh
: %% start mwe \setuplayout [ location=doublesided ] \setuppagenumbering[alternative=doublesided] \definepagebreak [chapter] [footer,yes,header,footer,right] \startsetups [chapter:before] \doifoddpageelse {} {\pushbackground[page] \setupbackgrounds[page][background=color

[NTG-context] Strange behavior in somewhat complex layout (again)

2019-06-27 Thread Andres Conrado Montoya
cycle) enlarged(0,0.25u) shifted (0,6i) withcolor \MPcolor{rojo} ; fi; StopPage; \stopuseMPgraphic \defineoverlay [chapter:background] [\useMPgraphic{page:background}] \setupbackgrounds[page][background=chapter:background] \definepagebreak[first

[NTG-context] Strange behavior in somewhat complex layout

2019-06-23 Thread Andres Conrado Montoya
fi; StopPage; \stopuseMPgraphic \defineoverlay [chapter:background] [\useMPgraphic{page:background}] \setupbackgrounds[page][background=chapter:background] \definepagebreak[firstpagebreak][yes,header] \startsetups [chapter:before] \doifoddpageelse {} {\pushbackground[page]

Re: [NTG-context] unwanted page break in contents

2018-08-26 Thread Wolfgang Schuster
. Is it possible to list them continuously? Best regards, Dalyoung \starttext \definepagebreak[emptyodd][yes,header, footer, odd] \setuphead[chapter][page=emptyodd] \setuphead[title][incrementnumber=list] \setupcombinedlist[content][list={title,chapter,section,subsection}] \setuplist[chapter, title

[NTG-context] unwanted page break in contents

2018-08-26 Thread Jeong Dal
, Dalyoung \starttext \definepagebreak[emptyodd][yes,header, footer, odd] \setuphead[chapter][page=emptyodd] \setuphead[title][incrementnumber=list] \setupcombinedlist[content][list={title,chapter,section,subsection}] \setuplist[chapter, title][width=5mm, style=,textcommand={\ss\bf

[NTG-context] Confusing level change message, why?

2018-06-15 Thread Rik Kabel
\setupsectionblock[backpart] [page=] \setupsectionblock[appendix] [page=] \definepagebreak[firstpagebreak][yes,header,footer,right] \setuphead[chapter][page=firstpagebreak] \setuppagenumbering[alternative=doublesided] \starttext \startfrontmatter \chapter{front} \stopfrontmatter

[NTG-context] tex error Argument of \titlecmd has an extra }

2018-03-06 Thread ????????
\setupfootertexts[text][][][][] \stopsetups % \setupheads[indentnext=yes] \definepagebreak[headpagebreak][yes, header, footer, odd] \setuphead[chapter,title][header=empty, style=\ssc, page=headpagebreak,] \def\HeadOffset{\hbox to -10mm{}} \def\chaptercmd#1#2{\hbox to \hsize{#2\hfil

Re: [NTG-context] hbox after \page[disable]

2016-12-06 Thread Michael Eidenbenz
allpagebreakmethod \v!odd >> {\relax\ifconditional\c_page_breaks_enabled >> \page >> \doifelseoddpage\donothing\page_reset_marks_and_insert_dummy >> \else >> \resetpagebreak >> \fi} >> >> with this my MWE works perfectly. > > isn't that jus

Re: [NTG-context] hbox after \page[disable]

2016-12-05 Thread Hans Hagen
\page_reset_marks_and_insert_dummy \else \resetpagebreak \fi} with this my MWE works perfectly. isn't that just \definepagebreak[mypagebreak][yes,odd,reset] and then \page[mypagebreak] But will this break other things? I dont really know what I'm doing just hacking. Michael - \enabletrackers

Re: [NTG-context] appendices disregards page method

2016-09-30 Thread Alain Auger
Hi Henri, try this : --- \setuppagenumbering[alternative=doublesided] \setupsectionblock[bodypart] [page=] \setupsectionblock[appendix] [page=] \definepagebreak[chapterpagebreak][yes,header,footer,right] \setuphead[chapter][page=chapterpagebreak] \starttext \startbodymatter

[NTG-context] appendices disregards page method

2016-09-30 Thread Henri Menke
Dear list, when I'm starting a new chapter I want it to start on a recto page and if a page without text has to be inserted to fulfil this requirement it should be completely blank (no headers of footers). It was easy to achieve using \definepagebreak and setting the page method

Re: [NTG-context] starting a chapter on odd page

2016-05-11 Thread Marco Patzer
On Wed, 11 May 2016 13:19:41 +0200 Andrea Valle <va...@di.unito.it> wrote: > Thanks marco, should I rather use > > > \definepagebreak > [chapterpagebreak] > [yes, odd] I don't know what the actual difference is. According to the source it has something t

Re: [NTG-context] starting a chapter on odd page

2016-05-11 Thread Andrea Valle
Thanks marco, should I rather use \definepagebreak [chapterpagebreak] [yes, odd] ? -a- -- Andrea Valle -- CIRMA - StudiUm Università degli Studi di Torino --> http://www.cirma.unito.it/and

Re: [NTG-context] starting a chapter on odd page

2016-05-11 Thread Marco Patzer
ch .tex file contains > > \startchapter[various options] > \section{First section} > etc > \stopchapter > > The publisher is asking me to start each chapter on a odd page. Can I > do it by setting some options? \definepagebreak [chapterpagebreak]

Re: [NTG-context] New beta and definepagebreak

2015-12-18 Thread Hans Hagen
On 12/18/2015 9:38 AM, Jan U. Hasecke wrote: Hi all, after updating to the new beta this doesn't work anymore. \definepagebreak [pagebreak:chapter] [yes, header, footer] \setuphead [chapter,title] [page=pagebreak:chapter] \starttext \chapter{Lorem ipsum} \input tufte

[NTG-context] New beta and definepagebreak

2015-12-18 Thread Jan U. Hasecke
Hi all, after updating to the new beta this doesn't work anymore. \definepagebreak [pagebreak:chapter] [yes, header, footer] \setuphead [chapter,title] [page=pagebreak:chapter] \starttext \chapter{Lorem ipsum} \input tufte \chapter{Dolor sit} \input tufte \stoptext TIA

Re: [NTG-context] bug in blank pagebreak?

2015-07-24 Thread Hans Hagen
On 7/19/2015 7:56 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \definepagebreak [right:pagebreak] [yes, blank, right] %~ [yes, header, footer, right] \setuppagenumbering [location=inmargin] \setupheadertexts

[NTG-context] bug in blank pagebreak?

2015-07-19 Thread Pablo Rodriguez
Dear list, I have the following sample: \definepagebreak [right:pagebreak] [yes, blank, right] %~ [yes, header, footer, right] \setuppagenumbering [location=inmargin] \setupheadertexts [Header text] \setuphead [chapter

Re: [NTG-context] Disappearing backgrounds/pagenumbers with \page[none]

2015-02-09 Thread Aditya Mahajan
\pageornamentstate \or \pageornamentstate\zerocount \fi \to \everyaftershipout sure Not sure if this completely fixes the problem. For example: \definepagebreak [chapterpagebreak] [yes, blank, right] \setuphead [chapter] [page=chapterpagebreak] \showframe

Re: [NTG-context] Disappearing backgrounds/pagenumbers with \page[none]

2015-02-09 Thread Wolfgang Schuster
otherwise the assignment won’t have any effect because the output routine (and this is where \everyaftershipout is used) forms a group but this won’t fix the problem with \page[none]. \definepagebreak [chapterpagebreak] [yes, blank, right] \setuphead [chapter

[NTG-context] chapter title does not show on header.

2014-06-29 Thread john Culleton
] \definetext[chapter][footer][pagenumber] \setupmakeup[standard][page=yes, doublesided=no] \definepagebreak [mychapterpagebreak] [yes,header,right] ... \chapter{Summary} etc. -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: Create

[NTG-context] state=high vs state=empty for headers and footers

2014-02-12 Thread Aditya Mahajan
is motivated by: http://tex.stackexchange.com/q/110701/323 Aditya%\showframe \setuplayout [ header=\lineheight, headerdistance=\lineheight, ] \setuppagenumbering [ location=, alternative=doublesided, ] \definepagebreak [chapterpagebreak] [yes,empty,right] \setuphead

Re: [NTG-context] Drop folio on first page of chapter.

2014-01-10 Thread Willi Egger
I do this? definepagebreak [mychapterpagebreak] [yes,header,right] \setuphead[chapter] [alternative=middle, header=empty, align=normal, number=no, page=mychapterpagebreak, style=ssbfc, before={\blank[2*big]}, after={\blank[2*big]}] -- John Culleton Wexford Press Free

[NTG-context] Drop folio on first page of chapter.

2014-01-09 Thread john Culleton
My chapter heads have no headline. For chapter heads only I want to put the page number on the bottom of the page centered. How do I do this? definepagebreak [mychapterpagebreak] [yes,header,right] \setuphead[chapter] [alternative=middle, header=empty, align=normal, number=no, page

[NTG-context] Draw a line below the header texts

2013-04-27 Thread Tim Li
with) \setuplayout [header=\lineheight, headerdistance=\lineheight, footer=\lineheight, footerdistance=\lineheight] \setuppagenumbering [location=, alternative=doublesided] \definepagebreak [chapterpagebreak] [yes,header,footer,right] \definetext [chapterstart] [footer] [{\hfill

[NTG-context] No header and no page-number on empty pages

2012-11-30 Thread H. Özoguz
Am 29.11.2012 19:09, schrieb ntg-context-requ...@ntg.nl: \definepagebreak [mychapterpagebreak] % [yes,header,right] %[yes,header,left] [yes,header,footer,right] \setuphead [chapter] [page=mychapterpagebreak] %[page=Mychapterpagebreak,header=empty,footer=empty

Re: [NTG-context] No header and no page-number on empty pages

2012-11-30 Thread luigi scarso
On Fri, Nov 30, 2012 at 9:05 AM, H. Özoguz h.oezo...@mmnetz.de wrote: Am 29.11.2012 19:09, schrieb ntg-context-requ...@ntg.nl: \definepagebreak [mychapterpagebreak] % [yes,header,right] %[yes,header,left] [yes,header,footer,right] \setuphead [chapter] [page

Re: [NTG-context] No header and no page-number on empty pages

2012-11-30 Thread Wolfgang Schuster
Am 30.11.2012 um 09:05 schrieb H. Özoguz h.oezo...@mmnetz.de: Am 29.11.2012 19:09, schrieb ntg-context-requ...@ntg.nl: \definepagebreak [mychapterpagebreak] % [yes,header,right] %[yes,header,left] [yes,header,footer,right] \setuphead [chapter] [page=mychapterpagebreak

Re: [NTG-context] No header and no page-number on empty pages

2012-11-29 Thread luigi scarso
and the headers to disappear on the empty page, it should be totally empty, if no text is in it. How to achieve that? Thanks Huseyin from http://wiki.contextgarden.net/Titles \definepagebreak [mychapterpagebreak] % [yes,header,right] %[yes,header,left] [yes,header,footer,right] \setuphead [chapter

Re: [NTG-context] No header and no page-number on empty pages

2012-11-29 Thread Wolfgang Schuster
to disappear on the empty page, it should be totally empty, if no text is in it. How to achieve that? \setuphead [chapter] [page={yes,header,footer,right}] or \definepagebreak[chapterpage][yes,header,footer,right] \setuphead [chapter] [page=chapterbreak] Wolfgang

[NTG-context] compilation broken in latest beta

2012-04-06 Thread Pablo Rodríguez
] 10 \setupindenting[medium,always] 11 \setupinterlinespace[line=3.15ex] 12 \setupwhitespace[small] 13 \setupheads[indentnext=yes] 14 \definepagebreak[firstpagebreak][yes,header,footer,right] 15 \setupsectionblock[frontpart][page=] 16 \setupsectionblock[bodypart] [page=] 17

Re: [NTG-context] \definepagebreak[header, footer] not working when changing matters

2012-03-25 Thread Pablo Rodríguez
On 24/03/12 11:39, Wolfgang Schuster wrote: Am 24.03.2012 um 09:54 schrieb Pablo Rodríguez: [...] Pages previous to chapters with no text should also lack header and footer, but in the example above this doesn't work when text divisions (such as front matter, body matter, appendices and back

[NTG-context] \definepagebreak[header, footer] not working when changing matters

2012-03-24 Thread Pablo Rodríguez
I have discovered that \definepagebreak[header,footer] doesn't right with chapters when changing from frontmatter to bodymatter (and similar divisions). Here you have a sample: \definepagebreak[firstpagebreak][yes,header,footer,right] \setuphead[chapter][page=firstpagebreak] \setuppagenumbering

Re: [NTG-context] \definepagebreak[header, footer] not working when changing matters

2012-03-24 Thread Wolfgang Schuster
Am 24.03.2012 um 09:54 schrieb Pablo Rodríguez: I have discovered that \definepagebreak[header,footer] doesn't right with chapters when changing from frontmatter to bodymatter (and similar divisions). Here you have a sample: \definepagebreak[firstpagebreak][yes,header,footer,right

[NTG-context] bug with \definepagebreak in latest beta?

2012-02-19 Thread Pablo Rodríguez
Hans, truly empty pages before parts and chapters (as explained at http://wiki.contextgarden.net/Titles#Truly_empty_pagebreak_before_chapters worked with the previous beta (and in stable), but they don't work with the latest one: \definepagebreak[numberpagebreak][yes,header,footer,right

Re: [NTG-context] bug with \definepagebreak in latest beta?

2012-02-19 Thread Wolfgang Schuster
: \definepagebreak[numberpagebreak][yes,header,footer,right] \setuphead[part][page=numberpagebreak,placehead=yes] \setuphead[chapter][page=numberpagebreak] \setuppagenumbering[alternative=doublesided,location=inmargin] \starttext \completecontent \part{Part} \chapter{Chapter} a \part{Part} \chapter

Re: [NTG-context] bug with \definepagebreak in latest beta?

2012-02-19 Thread Pablo Rodríguez
On 02/19/2012 09:39 PM, Wolfgang Schuster wrote: Am 19.02.2012 um 21:29 schrieb Pablo Rodríguez: [...] Has been \definepagebreak replaced with a new command or is this a bug? page-txt.mkvi: \installpagebreakmethod \v!header - {\doifnot{\namedlayoutelementparameter\v!header\c!state}\v

Re: [NTG-context] math signs in itemize

2011-09-25 Thread R. Ermers
[section]}]% \setuphead[part][placehead=no] \defineblankmethod[nobreak]{\penalty\plustenthousand} \defineblankmethod[endgraf]{\endgraf} \setuphead[section][grid=line] \setupheader[style=small] \definepagebreak[chapter][yes,empty,right] \setupinmargin[location=both,line=1,align=normal,stack=yes,style

[NTG-context] [***SPAM***] Minimals ignores structureblockenvironment for frontmatter etc.

2011-03-20 Thread Tom
{\framed[frame=off,bottomframe=on,topframe=off] {\vbox{\centerline{\headtext{chapter} #1}\par\blank{\centerline{#2} \definepagebreak[mychapterpagebreak][yes,header,right] \startstructureblockenvironment[frontmatter] %ignored if frontmatter, applied if frontpart %\startstructureblockenvironment

[NTG-context] Style of header text

2011-03-09 Thread Milton Galo Patricio Inostroza Aguilera
\MyChapter{Introduccion} \MyChapter{Final} \stoptext It work's fine. I want that when exist a pagebreak, the system shows the name of the chapter in the new page. For that, I define a custom pagebreak like this: \definepagebreak [mychapterpagebreak] [yes,header] and set in MyChapter's header

Re: [NTG-context] Style of header text

2011-03-09 Thread Wolfgang Schuster
like this: \definepagebreak [mychapterpagebreak] [yes,header] and set in MyChapter's header the attribute page=mychapterpagebreak. The system shows the name of the chapter, but I want to setup its style (color, fontstyle, size, etc)...is it possible?. \setupheader[style=...,color

[NTG-context] header text for each page of a chapter

2011-03-05 Thread Milton Galo Patricio Inostroza Aguilera
Hi, I need that the name of a chapter appears in each page that belongs of it. For that, I use the following code: \definepagebreak [mychapterpagebreak] [yes,header] \setuphead [chapter] [page=mychapterpagebreak, placehead=no] \setupheadertexts[][chapter

Re: [NTG-context] linebreak in part title

2010-11-09 Thread Michael Goerz
,    prefix=no] Works great! I ended up with \definefont[PartStyle][Caps sa 1] \definepagebreak [mychapterpagebreak] [yes,header,right] \setuphead[part] [placehead=yes, page=mychapterpagebreak, number=no, before={\startstandardmakeup[align={middle,lohi}]\switchtobodyfont[18pt]}, after

Re: [NTG-context] Pagebreak without background

2010-08-04 Thread Hans Hagen
want those to appear on certain pages. E.g. I want to start chapters on the right page and want the left page to be completely empty. For my chapters I currently have \definepagebreak[chapterpagebreak][yes,header,right] \setuphead[chapter][page=chapterpagebreak] \defineoverlay[left page] [left

[NTG-context] Pagebreak without background

2010-08-02 Thread Julian Becker
] But now I have them on every page. I don't want those to appear on certain pages. E.g. I want to start chapters on the right page and want the left page to be completely empty. For my chapters I currently have \definepagebreak[chapterpagebreak][yes,header,right] \setuphead[chapter][page

Re: [NTG-context] feauture request - no numbers on blank pages at chapter's end

2010-05-21 Thread Wolfgang Schuster
Am 20.05.10 13:21, schrieb Piotr Kopszak: Many thanks for your help! First the file according to the wiki example. Works if location=footer in \setuppagenumbering but not when \definepagebreak [mychapterpagebreak] [yes,header,right] \setuphead [chapter] [page=mychapterpagebreak

Re: [NTG-context] feauture request - no numbers on blank pages at chapter's end

2010-05-21 Thread Piotr Kopszak
for your help! First the file according to the wiki example. Works if location=footer in \setuppagenumbering but not when \definepagebreak   [mychapterpagebreak]   [yes,header,right] \setuphead   [chapter]   [page=mychapterpagebreak,footer=empty] \setuppagenumbering[alternative=doublesided

Re: [NTG-context] feauture request - no numbers on blank pages at chapter's end

2010-05-20 Thread Wolfgang Schuster
. It's not a huge problem and I think I will not wait for a solution before sending my next book for printing, but it would be nice if it appeared in the future. This is mentioned here: http://wiki.contextgarden.net/Titles#Truly_empty_pagebreak_before_chapters You don't \definepagebreak

Re: [NTG-context] feauture request - no numbers on blank pages at chapter's end

2010-05-20 Thread Piotr Kopszak
\definepagebreak as mentioned in the wiki because  \setuphead[chapter][page={header,footer,right}] is also valid. Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] feauture request - no numbers on blank pages at chapter's end

2010-05-20 Thread Piotr Kopszak
Many thanks for your help! First the file according to the wiki example. Works if location=footer in \setuppagenumbering but not when \definepagebreak [mychapterpagebreak] [yes,header,right] \setuphead [chapter] [page=mychapterpagebreak,footer=empty] \setuppagenumbering[alternative

Re: [NTG-context] Suppressing page number on chapter's last page

2010-05-12 Thread Piotr Kopszak
This works, but not in my case, as I absolutely need \setuppagenumbering[alternative=doublesided,location=margin] Best Piotr \definepagebreak [mychapterpagebreak] [yes,header,right] %[yes,header,left

[NTG-context] Page headers drop capitals not working but pagenumbering is

2010-04-20 Thread Tom
number and title on right \def\MyFrontMatterCommand#1#2% #1 is number, #2 is text {\framed[frame=off,align=middle,width=broad] {\switchtobodyfont[15pt] #1\\\blank[small] #2}} %eliminate headers on blank page at end of chapter \definepagebreak[mychapterpagebreak][yes,header,right] %put

[NTG-context] (no subject)

2010-04-18 Thread Tom
=middle,width=broad] {\switchtobodyfont[15pt] #1\\\blank[small] #2}} %eliminate headers on blank page at end of chapter \definepagebreak[mychapterpagebreak][yes,header,next] %put pagenumber on bottom of first page of chapter \definetext[chapter][footer][pagenumber] \setuphead[chapter][header

Re: [NTG-context] Hanging indents

2010-04-05 Thread Tom
Aditya, It took me awhile to sort through all the code to find what was creating the problem. It appears that the code for the first page of a chapter is the culprit but I don't know why it's causing the problem. \definepagebreak[mychapterpagebreak][yes,header,right] %eliminates headers

Re: [NTG-context] Hanging indents

2010-04-05 Thread Wolfgang Schuster
Am 06.04.10 00:19, schrieb Tom: Aditya, It took me awhile to sort through all the code to find what was creating the problem. It appears that the code for the first page of a chapter is the culprit but I don't know why it's causing the problem. \definepagebreak[mychapterpagebreak][yes,header

Re: [NTG-context] Hanging indents

2010-04-05 Thread Tom
to sort through all the code to find what was creating the problem. It appears that the code for the first page of a chapter is the culprit but I don't know why it's causing the problem. \definepagebreak[mychapterpagebreak][yes,header,right] %eliminates headers on blank pages You change

Re: [NTG-context] Page Numbering Hell (SOLVED)

2009-10-25 Thread Bryant Eastham
. * setuphead is not documented completely (no reference to special 'page' formats) * definepagebreak not documented Also, the solution for 'truly empty pagebreak before chapters' does not appear to work for the last chapter in the document. I would be more than happy to contribute

[NTG-context] Strange Behaviour for toc

2009-10-12 Thread Martin Scholz
=footer] \setupheader[state=none] \setuptolerance[tolerant, stretch] \setupwhitespace[medium] \setupfootnotes[way=bypage, conversion=set 2] \definepagebreak[chapter][yes,footer,right] \setuphead[chapter][textcommand=\MyChapterText,color=BigColorTwo,style= \BigFontTwo] \def\MyChapterText#1{\rlap

Re: [NTG-context] empty page - how?

2009-07-18 Thread Aditya Mahajan
/Titles#Truly_empty_pagebreak_before_chapters it didn't work. I get the same blank page with header and footer. Please reply to the list so that others might also help... The following example works for me: \definepagebreak [mychapterpagebreak] [yes,header,footer,right] \setuphead [chapter

Re: [NTG-context] How to disable page numbers in empty pages

2009-05-26 Thread Alan Stone
Alan Thanks for the tip, but I've a slightly more complex layout and it might need a more generalized solution, see: \definepagebreak [mychapterpagebreak] [yes,header,footer,right] \setuphead [chapter] [page=mychapterpagebreak] \setuppagenumbering[alternative=doublesided,location

Re: [NTG-context] How to disable page numbers in empty pages

2009-05-26 Thread Khaled Hosny
On Tue, May 26, 2009 at 10:53:30AM +0200, Alan Stone wrote: \setupsectionblock[bodypart][page=yes] \setupmakeup[standard][page=empty]   \definepagebreak   [mychapterpagebreak]    [yes,header,footer,right]   \setuphead  [chapter]  [page=mychapterpagebreak]   \setuppagenumbering

Re: [NTG-context] How to disable page numbers in empty pages

2009-05-26 Thread Alan Stone
On Tue, May 26, 2009 at 3:12 PM, Khaled Hosny khaledho...@eglug.org wrote: On Tue, May 26, 2009 at 10:53:30AM +0200, Alan Stone wrote: \setupsectionblock[bodypart][page=yes] \setupmakeup[standard][page=empty] \definepagebreak [mychapterpagebreak] [yes,header,footer,right

Re: [NTG-context] How to disable page numbers in empty pages

2009-05-25 Thread Khaled Hosny
generalized solution, see: \definepagebreak [mychapterpagebreak] [yes,header,footer,right] \setuphead [chapter] [page=mychapterpagebreak] \setuppagenumbering[alternative=doublesided,location={header,margin}] \setupheadertexts[{My special headertext}] \setupfootertexts[This is a text

Re: [NTG-context] definepagebreak: problem at the end of front, body backmatter

2008-12-03 Thread Wolfgang Schuster
.). The code below works except for the last chapter in the frontmatter, bodymatter, and backmatter. For the last chapter in those divisions, the page is not blank, but has the header footers. How do I get definepagebreak to work at the end of a division? \setupheadertexts[][chapter

Re: [NTG-context] definepagebreak: problem at the end of front, body backmatter

2008-12-03 Thread Bart C. Wise
page completely blank (no headers, footers, page numbers, etc.). The code below works except for the last chapter in the frontmatter, bodymatter, and backmatter. For the last chapter in those divisions, the page is not blank, but has the header footers. How do I get definepagebreak

Re: [NTG-context] definepagebreak: problem at the end of front, body backmatter

2008-12-03 Thread Wolfgang Schuster
Am 03.12.2008 um 19:43 schrieb Bart C. Wise: You tried to enable doublesided documents with \setuplayout but the option location control the location of your document on the real paper, this option is usefull if you use different sizes your document and paper e.g. \setupapersize[A4][A3].

Re: [NTG-context] definepagebreak: problem at the end of front, body backmatter

2008-12-03 Thread Bart C. Wise
On Wednesday 03 December 2008 12:09:53 pm Wolfgang Schuster wrote: Am 03.12.2008 um 19:43 schrieb Bart C. Wise: You tried to enable doublesided documents with \setuplayout but the option location control the location of your document on the real paper, this option is usefull if you use

[NTG-context] definepagebreak: problem at the end of front, body backmatter

2008-12-02 Thread Bart C. Wise
in the frontmatter, bodymatter, and backmatter. For the last chapter in those divisions, the page is not blank, but has the header footers. How do I get definepagebreak to work at the end of a division? \setupheadertexts[][chapter][Deluxe Header][] \definepagebreak [ChapterPageBreak] [yes

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Wolfgang Schuster
--lua test.tex --- start of code --- \setuppapersize [A4][A4] %\setuppagenumbering[alternative=singlesided] \setuppagenumbering[alternative=doublesided] \definepagebreak[myChapterPageBreak][yes,header,footer,right] \setuphead[chapter][page=myChapterPageBreak] \startsectionblockenvironment

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Alan Stone
But only in MkII, if you have a problem with this in MkIV make a example. \setuppapersize [A4][A4] %\setuppagenumbering[alternative=singlesided] \setuppagenumbering[alternative=doublesided] \definepagebreak[myChapterPageBreak][yes,header,footer,right] \setuphead[chapter][page

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Alan Stone
Correction ( disregard the previous example)... \setuppapersize [A4][A4] %\setuppagenumbering[alternative=singlesided] \setuppagenumbering[alternative=doublesided] \definepagebreak[myChapterPageBreak][yes,header,footer,right] \setuphead[chapter][page=myChapterPageBreak

Re: [NTG-context] startbodymatter question

2008-07-23 Thread Wolfgang Schuster
On Wed, Jul 23, 2008 at 4:46 PM, Alan Stone [EMAIL PROTECTED] wrote: Correction ( disregard the previous example)... \setuppapersize [A4][A4] %\setuppagenumbering[alternative=singlesided] \setuppagenumbering[alternative=doublesided] \definepagebreak[myChapterPageBreak][yes,header,footer

[NTG-context] startbodymatter question

2008-07-22 Thread Alan Stone
] %\setuppagenumbering[alternative=singlesided] \setuppagenumbering[alternative=doublesided] \definepagebreak[myChapterPageBreak][yes,header,footer,right] \setuphead[chapter][page=myChapterPageBreak] \startsectionblockenvironment[frontpart] \setupheader[state=stop] \setupfooter[state=stop

Re: [NTG-context] chapter page on right.

2008-07-09 Thread Wolfgang Schuster
itself, so that every time a blank page is generated automatically it is shorn of these items. That is the usual practice in book layout according to my references. \definepagebreak is a normal ConTeXt and not a fix, you could also use the values in \setuphead without the intermediate way

Re: [NTG-context] page numbering question

2008-04-09 Thread Jörg Hagmann
\definepagebreak[chapter][yes,footer,right] (or: \definepagebreak[chapter][yes,header,right]) Jörg David C. Walden wrote: Hi, I have been searching contextgarden.net and the manuals at the Pragma website for more than an hour now, and I have yet to find a way to have ConTeXt decide

Re: [NTG-context] page numbering question

2008-04-09 Thread David C. Walden
at http://wiki.contextgarden.net/Titles that Jörg's message about \definepagebreak led me to, and I tried various versions of the additional discussion about Again: How to make empty pages by default empty? from November 2003 in the NTG-context archives. I couldn't make any of that work within

Re: [NTG-context] page numbering question

2008-04-09 Thread Aditya Mahajan
versions of the code for Truly empty page breaks at http://wiki.contextgarden.net/Titles that Jörg's message about \definepagebreak led me to, and I tried various versions of the additional discussion Does this do what you want (at least in this test case) \definepagebreak

Re: [NTG-context] page numbering question

2008-04-09 Thread David C. Walden
Does this do what you want (at least in this test case) \definepagebreak [mychapterpagebreak] [yes,header,footer,right] \setuphead [chapter] [page=mychapterpagebreak] \setuppagenumbering[alternative=doublesided,location={header,margin}] \setupheadertexts[{My special

Re: [NTG-context] suppressing page number on an empty page

2008-01-30 Thread Wolfgang Schuster
at a different position, which would force me to reposition all the margin figures etc.. Is there a trick to avoid this behaviour? Thanks for your help, \definepagebreak[chapter][yes,header,right] \setuphead[chapter][page=chapter] Wolfgang

Re: [NTG-context] suppressing page number on an empty page

2008-01-30 Thread Jörg Hagmann
.. Is there a trick to avoid this behaviour? Thanks for your help, \definepagebreak[chapter][yes,header,right] \setuphead[chapter][page=chapter] Wolfgang ___ If your question is of interest to others as well, please add

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
] # \definemeasure # \defineoutput[name][specials] \defineoverlay[names][command] # \definepagebreak \definepalet[name][name] \definepapersize[name][dimenstions] \defineparagraphs[name][options and settings] \defineprofile[names][names] \defineprogram[name][text][text] # \definepushbutton # \definepushsymbol

Re: [NTG-context] Page numbers at empty pages

2007-09-10 Thread Steffen Wolfrum
chapters (and thus you can save a lot of time when manually fine-tuning your book!) And using \definepagebreak[chapter][yes,header,right] with this projects-stucture always gives you a chapter starting on a right page *and* guarantees the respective empty left page to be completely empty

Re: [NTG-context] Page numbers at empty pages

2007-09-06 Thread Steffen Wolfrum
. But if the last page before a chapter is empty, it should not contain a header with the page number. I use the following setup (apologies for not translating the german comments): % Leere Linke Seiten sind leer: %\definepagebreak[chapter][yes,header,right]% klappt gut! NICHT: [empty,header,right

Re: [NTG-context] Using doublesided and even blank page shows header

2006-06-04 Thread Willi Egger
Hi Jeff, On 17/09/2003 Patrick Gundlach provided the following solution on this list: \definepagebreak [Mychapterpagebreak] [yes,header,right] %[yes,header,left] %[yes,header,footer,right] \setuphead [chapter] [page=mychapterpagebreak] % [page=Mychapterpagebreak,header

Re: [NTG-context] blank page in doublesided mode

2004-02-19 Thread Hans Hagen
a blue, underlined URL for email in my output has curiously enough turned by footnote numbers blue.) no, these commands are not in a manual, but one can find them in the source code; the \install.. ones are real low level; the \definepagebreak[whatever][yes] one is public. Hans

Re: [NTG-context] blank page in doublesided mode

2004-02-19 Thread Henning Hraban Ramm
numbers blue.) no, these commands are not in a manual, but one can find them in the source code; the \install.. ones are real low level; the \definepagebreak[whatever][yes] one is public. Regarding the rest (some hints to play with): \useURL [context] [http://www.pragma-ade.com] \goto{Pragma

[NTG-context] Problems with pagenumbering using frontpart/bodyart/...

2004-01-08 Thread Holger Schöner
\setupsectionblock[bodypart][page=no] % *2 \setupsectionblock[appendixpart][page=no] % *2 \setuphead[part][placehead=yes,alternative=middle,number=no,ownnumber=no,resetnumber=no] \definepagebreak [chapter] [yes,header,footer,right] \setuphead [part,chapter,title] [page=chapter

[NTG-context] Re: Again: How to make empty pages by default empty?

2003-09-30 Thread Steffen Wolfrum
Patrick Gundlach [EMAIL PROTECTED] wrote: Steffen Wolfrum [EMAIL PROTECTED] writes: This \setupsectionblock[...part][page=no] is a good idea, but the pagebreak definition was wrong. See this: \definepagebreak [chapter] [yes,header,right] I can't see any difference

[NTG-context] Re: Again: How to make empty pages by default empty?

2003-09-29 Thread Patrick Gundlach
Steffen Wolfrum [EMAIL PROTECTED] writes: This \setupsectionblock[...part][page=no] is a good idea, but the pagebreak definition was wrong. See this: \definepagebreak [chapter] [yes,header,right] I can't see any difference here. Now it's fine. good to know. Patrick -- You

Re: [NTG-context] Re: Again: How to make empty pages by default empty?

2003-09-23 Thread Willi Egger
, Steffen Hans Hagen [EMAIL PROTECTED] wrote: At 10:05 19/09/2003 +0200, you wrote: Hi Steffen, \definepagebreak [chapter] [yes,header,right] \definepagebreak [chapter] [empty,header,right

[NTG-context] Again: How to make empty pages by default empty?

2003-09-22 Thread Steffen Wolfrum
it may concern - don't hesitate to post an answer... Thank you all, Steffen Hans Hagen [EMAIL PROTECTED] wrote: At 10:05 19/09/2003 +0200, you wrote: Hi Steffen, \definepagebreak [chapter] [yes,header,right] \definepagebreak [chapter] [empty,header,right] Sorry

Re: [NTG-context] Again: How to make empty pages by default empty?

2003-09-22 Thread Willi Egger
wrote: Hi Steffen, \definepagebreak [chapter] [yes,header,right] \definepagebreak [chapter] [empty,header,right] Sorry, but that doesn't work. When changed the minimal example to... \definepagebreak [chapter] [empty,header,right

[NTG-context] Re: Again: How to make empty pages by default empty?

2003-09-22 Thread Steffen Wolfrum
to post an answer... Thank you all, Steffen Hans Hagen [EMAIL PROTECTED] wrote: At 10:05 19/09/2003 +0200, you wrote: Hi Steffen, \definepagebreak [chapter] [yes,header,right] \definepagebreak [chapter] [empty,header,right

Re: [NTG-context] Expert version: How to make empty pages by default empty?

2003-09-19 Thread Holger Schöner
the last chapter (14 and 15) all have pagenumbers. Quite ugly. How to get rid of them? How to make empty pages by default empty? Steffen Minimal Example: \definepagebreak [chapter] [yes,header,right] \setuphead [chapter] [page=chapter, ] \setuppagenumbering[alternative

Re: [NTG-context] Re: Expert version: How to make empty pages by default empty?

2003-09-19 Thread Holger Schöner
is your ConTeXt Version? It must be more than one year old (that is if my memory serves me right). Not quite that much: ConTeXt ver: 2003.2.11 fmt: 2003.4.4 int: english mes: english and what I was wondering about is, that the command \definepagebreak exists, and I cannot find an error message; so

  1   2   >