[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
ous that I'm missing, but any help is > > 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] > > \setupbodyfo

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

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

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

2021-08-06 Thread Joey McCollum via ntg-context
ublesided, location=] %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] %Se

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
l (bottomboundary Page -- 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

[NTG-context] Strange behavior in somewhat complex layout

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

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

2018-08-26 Thread Wolfgang Schuster
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
ionblock[bodypart] [page=] \setupsectionblock[backpart] [page=] \setupsectionblock[appendix] [page=] \definepagebreak[firstpagebreak][yes,header,footer,right] \setuphead[chapter][page=firstpagebreak] \setuppagenumbering[alternative=doublesided] \starttext \startfrontmatter \chapter

[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

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

2016-12-06 Thread Michael Eidenbenz
t;> {\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 just > > \d

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 - \enab

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 o

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 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 to

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
> \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] [ye

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

[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

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 Wolfgang Schuster
BTW: Shouldn’t the following assignment in page-ini.miv be global? >>> >>> \appendtoks >>> \ifcase\pageornamentstate \or >>> \pageornamentstate\zerocount >>> \fi >>> \to \everyaftershipout >> >> sure >

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

2015-02-09 Thread Aditya Mahajan
te \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 \starttext \startc

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

2014-06-29 Thread Wolfgang Schuster
genumber}] > [{page \pagenumber}] > [{\Titlea}] > \setuppagenumbering[location=] > ... > \setuppagenumbering[command=\bf] Use the style key for bold page numbers. > \definetext[chapter][footer][pagenumber] > \setupmakeup[standard][page=yes, doublesided=no] > \defi

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

2014-06-29 Thread john Culleton
d=\bf] \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: &q

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

2014-02-12 Thread Aditya Mahajan
is request 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]

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

[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
ow to deal with) \setuplayout [header=\lineheight, headerdistance=\lineheight, footer=\lineheight, footerdistance=\lineheight] \setuppagenumbering [location=, alternative=doublesided] \definepagebreak [chapterpagebreak] [yes,header,footer,right] \definetext [chapterstart] [footer

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 : > 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

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" wrote: > Am 29.11.2012 19:09, schrieb ntg-context-requ...@ntg.nl: >> >> \definepagebreak >>[mychapterpagebreak] >> % [yes,header,right] >> %[yes,header,left] >> [yes,header,footer,ri

[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-29 Thread Wolfgang Schuster
headers 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] [p

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

2012-11-29 Thread luigi scarso
page-number 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] [y

[NTG-context] compilation broken in latest beta

2012-04-06 Thread Pablo Rodríguez
t=yes,ss11=yes,ss06=yes] 6 \setmainfont[Theano Didot][italicfont=Old Standard Italic] 7 \setupbodyfontenvironment[default][em=italic] 8 \setupinteraction[state=start,color=,style=,contrastcolor=,focus=standard] 9 \setupcombinedlist[content][interaction=all] 10 \setupindenting[medi

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 a

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[firstpa

[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] \setuppagenumb

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{\named

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

2012-02-19 Thread Wolfgang Schuster
ith > the latest one: > > \definepagebreak[numberpagebreak][yes,header,footer,right] > \setuphead[part][page=numberpagebreak,placehead=yes] > \setuphead[chapter][page=numberpagebreak] > \setuppagenumbering[alternative=doublesided,location=inmargin] > \starttext > \completecontent &

[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,

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
t] #2}} \def\MyChapterCommand#1#2% #1 is number, #2 is text {\framed[frame=off,bottomframe=on,topframe=off] {\vbox{\centerline{\headtext{chapter} #1}\par\blank{\centerline{#2} \definepagebreak[mychapterpagebreak][yes,header,right] \startstructureblockenvironmen

Re: [NTG-context] Style of header text

2011-03-09 Thread Wolfgang Schuster
st 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 the attribute page=mychapterpagebreak. >

[NTG-context] Style of header text

2011-03-09 Thread Milton Galo Patricio Inostroza Aguilera
ttext \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 MyChapte

[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
,right}, >   %header=high, >   %footer=high, >    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={\starts

Re: [NTG-context] Pagebreak without background

2010-08-04 Thread Hans Hagen
x27;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=chapterpagebreak] \defineoverlay[left page]

[NTG-context] Pagebreak without background

2010-08-02 Thread Julian Becker
page] 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[cha

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

2010-05-21 Thread Piotr Kopszak
ur 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] >>  

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-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] feauture request - no numbers on blank pages at chapter's end

2010-05-20 Thread Piotr Kopszak
ttp://wiki.contextgarden.net/Titles#Truly_empty_pagebreak_before_chapters > > You don't \definepagebreak as mentioned in the wiki because > >  \setuphead[chapter][page={header,footer,right}] > > is also valid. > > Wolfgang > > ___

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

2010-05-20 Thread Wolfgang Schuster
ering . 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 \def

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
=off,align=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[chapt

Re: [NTG-context] Hanging indents

2010-04-05 Thread Tom
; 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] %elim

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][

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

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

2009-10-25 Thread Bryant Eastham
ist) has the same inconsistent use of italics. * 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

[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
rden.net/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]

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 wrote: > On Tue, May 26, 2009 at 10:53:30AM +0200, Alan Stone wrote: > > \setupsectionblock[bodypart][page=yes] > > \setupmakeup[standard][page=empty] > > > > \definepagebreak > > [mychapterpagebreak

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]

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

2009-05-26 Thread Alan Stone
ards, > > Khaled > > > > > > http://www.ntg.nl/pipermail/ntg-context/2008/030594.html > > > > Alan > > Thanks for the tip, but I've a slightly more complex layout and it might > need a more generalized solution, see: > > \definepagebreak >

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

2009-05-25 Thread Khaled Hosny
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={header,margin}] \setupheadertexts

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

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[A

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

2008-12-03 Thread Bart C. Wise
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] definepagebreak: problem at the end of front, body & backmatter

2008-12-03 Thread Wolfgang Schuster
age > 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 > definepage

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

2008-12-02 Thread Bart C. Wise
> 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 to work at the end of a divisi

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

2008-12-02 Thread Bart C. Wise
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]

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[

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 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

Re: [NTG-context] startbodymatter question

2008-07-22 Thread Wolfgang Schuster
int: english/english > > texmfstart texexec --lua test.tex > > --- start of code --- > > \setuppapersize [A4][A4] > > %\setuppagenumbering[alternative=singlesided] > \setuppagenumbering[alternative=doublesided] > > \definepagebreak[myChapterPageBreak][ye

[NTG-context] startbodymatter question

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

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

2008-07-09 Thread Wolfgang Schuster
s >> >> Aditya > > That does it. Thanks very much. I will only suggest that since a > blank page needs neither header nor footer that this fix be included > some way in Context itself, so that every time a blank page is > generated automatically it is shorn of these items

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

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) \

Re: [NTG-context] page numbering question

2008-04-09 Thread David C. Walden
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 about "Again: How to make empty pages by default empty?" from November 2003 in the NTG-context archives. I

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 C

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

2008-01-30 Thread Jörg Hagmann
the bottom with \page[empty], or just breaking >> a page 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,he

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

2008-01-30 Thread Wolfgang Schuster
yond the pagenumber at the bottom with \page[empty], or just breaking > a page 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, \definepagebrea

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
[position][command][state] # \definemainfield \definemakeup[name][settings] \definemarking[name][name] # \definemeasure # \defineoutput[name][specials] \defineoverlay[names][command] # \definepagebreak \definepalet[name][name] \definepapersize[name][dimenstions] \defineparagraphs[name][op

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

2007-09-10 Thread Steffen Wolfrum
opproduct This gives flexibility for larger projects as you can comment/ uncomment certain 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 startin

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

2007-09-06 Thread Steffen Wolfrum
> Hi Steffen, > > that seems to me a misunderstanding. Empty pages are created > automatically because first pages of chapters begin at a right side. > That's ok. But if the last page before a chapter is empty, it should > not contain a header with the page number. I use th

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 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

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

2004-02-19 Thread Hans Hagen
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

[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 > >

[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

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

2003-09-29 Thread Steffen Wolfrum
\startbodymatter \stopbodymatter the emptypages > > at new chapters are empty pages with an empty header, thus no > > pagenumber. > > > except for the last page: see if this solves your problem: > > \definepagebreak > [chapter] > [empty,header

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

2003-09-28 Thread Patrick Gundlach
ages with an empty header, thus no > pagenumber. except for the last page: see if this solves your problem: \definepagebreak [chapter] [empty,header,right] \setupsectionblock[frontpart][page=no] % not needed? \setupsectionblock[bodypart][page=no] \setuppagenumbering[alternative=dou

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

2003-09-27 Thread Steffen Wolfrum
OTECTED]> wrote: >> > > >> > > > At 10:05 19/09/2003 +0200, you wrote: >> > > > >Hi Steffen, >> > > > >> > > > >> > > > >> > > > > > \definepagebreak >> > > > > &g

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

2003-09-23 Thread Willi Egger
; > > > > > Alright! So maybe I am also allowed to send again > > > one of my favorite problems from last week? > > > > > > Still unanswered. Still unsolved. Very interesting! > > > > > > To whom it may concern - don't hesit

  1   2   >