[NTG-context] How to place page numbers in the margin, at the bottom of the text area?

2013-06-02 Thread Marcin Borkowski
Hi everybody, I'd like to position page numbers in the margin, at the bottom, but *not* in the footer; instead, I want them to be aligned so that their baseline coincides with the baseline of the last line on the page. Is it possible, and if yes, how? Regards, -- Marcin Borkowski room B3-46

Re: [NTG-context] Two-language environment and page breaking

2013-05-23 Thread Eslamica
as overlay on every single page (as background). But for that I would have to use the length of the text on a page, to adjust the line as long, as needed, not longer, not over the complete page every time. Thanks! Huseyin -- *Hüseyin Özoguz ** Verlag Eslamica -- www.eslamica.de http

[NTG-context] [***SPAM***] Re: Two-language environment and page breaking

2013-05-23 Thread H. Özoguz
as overlay on every single page (as background). But for that I would have to use the length of the text on a page, to adjust the line as long, as needed, not longer, not over the complete page every time. Thanks! Huseyin

[NTG-context] [***SPAM***] Re: Two-language environment and page breaking

2013-05-22 Thread H. Özoguz
And if it is not possible, an advice of this impossibility would help me to stop my senseless tries :) Huseyin ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

[NTG-context] [***SPAM***] Two-language environment and page breaking

2013-05-21 Thread H. Özoguz
Hi, one more question to my arabic-german table environment. See this code: \definefont[amiri][file:UthmanTN1Ver10.ttf*arabic at 11 pt] % or amiri-regular.ttf \define[1]\Arab{\setupalign[r2l]\amiri#1} %\showgrid \startsetups[arde] \setupTABLE[c][1][rightframe=on] \stopsetups \def\startarde

[NTG-context] Set layout for the first page of Chapters

2013-05-09 Thread Tim Li
Hi, when designing some documents, I hope I can set a global layout and another layout for the first page of all chapters. I have defined two layouts as follows: \setuppagenumbering [alternative=doublesided, location=] % global layout for the whole document \setuplayout [backspace=2.5cm

Re: [NTG-context] Set layout for the first page of Chapters

2013-05-09 Thread Wolfgang Schuster
Am 09.05.2013 um 13:45 schrieb Tim Li timli2...@outlook.com: Hi, when designing some documents, I hope I can set a global layout and another layout for the first page of all chapters. I have defined two layouts as follows: What’t the purpose of the different layout for the chapter

Re: [NTG-context] Set layout for the first page of Chapters

2013-05-09 Thread Tim Li
Hi, Wolfgang, I am reading a book desinged by Springer-Verlag, whose size if 152mm X 226mm. Its backspace is 25mm, width 107mm, topspace 20mm, height 181 mm, this is the global layout. And the page number lies in the header, but no footers. The chapter page in this book has a different layout

Re: [NTG-context] Set layout for the first page of Chapters

2013-05-09 Thread Wolfgang Schuster
Am 10.05.2013 um 03:42 schrieb Tim Li timli2...@outlook.com: Hi, Wolfgang, I am reading a book desinged by Springer-Verlag, whose size if 152mm X 226mm. Its backspace is 25mm, width 107mm, topspace 20mm, height 181 mm, this is the global layout. And the page number lies in the header

[NTG-context] Blank page when using natural table.

2013-05-04 Thread john Culleton
this is an annoyance rather than a deal breaker, but why does this file generate a blank page numbered one and then the table? - \setuppapersize[letter] \setuplayout{margin=0.5in,topspace=0.5in} \starttext \startstandardmakeup[doublesided=no] \bTABLE \setupTABLE

Re: [NTG-context] Blank page when using natural table.

2013-05-04 Thread Wolfgang Schuster
Am 04.05.2013 um 18:18 schrieb john Culleton j...@wexfordpress.com: this is an annoyance rather than a deal breaker, but why does this file generate a blank page numbered one and then the table? - \setuppapersize[letter] \setuplayout{margin=0.5in,topspace

Re: [NTG-context] Blank page when using natural table.

2013-05-04 Thread luigi scarso
On Sat, May 4, 2013 at 6:18 PM, john Culleton j...@wexfordpress.com wrote: this is an annoyance rather than a deal breaker, but why does this file generate a blank page numbered one and then the table? - \setuppapersize[letter] \setuplayout{margin=0.5in

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-27 Thread Marco Patzer
On 2013–04–21 Jörg Hagmann wrote: Has the code for starting pagenumbering at a given number changed? I'm using last year's template for an annual report, but can't get it to work. Minimal example: \setuppagenumber[number=3] \setcounter[userpage][3] Marco signature.asc Description:

[NTG-context] disabling a header on the first page

2013-04-25 Thread Lance Larsen
I am building a context document with a title page. I want to disable the header on the title page. This comes before the first \chapter tag. The documentation indicated that you can disable the header on a page with the \page command. I tried several different things as the first command

Re: [NTG-context] disabling a header on the first page

2013-04-25 Thread Wolfgang Schuster
Am 25.04.2013 um 00:10 schrieb Lance Larsen lance.c.lar...@gmail.com: I am building a context document with a title page. I want to disable the header on the title page. This comes before the first \chapter tag. The documentation indicated that you can disable the header on a page

[NTG-context] Set background color for a single page

2013-04-23 Thread Tim Li
Sometimes, I only want a single page, say, the titlepage or page 32, with colored background rather that the whole document. Here are some codes: \starttext% titlepage (yellow) \startmakeup[standard] \midaligned{How to make document} \stopmakeup % page1 (gray) Many \CONTEXT\ users $\ldots$ \page

Re: [NTG-context] Set background color for a single page

2013-04-23 Thread Aditya Mahajan
On Tue, 23 Apr 2013, Tim Li wrote: Sometimes, I only want a single page, say, the titlepage or page 32, with colored background rather that the whole document. Here are some codes: \starttext% titlepage (yellow) \startmakeup[standard] \midaligned{How to make document} \stopmakeup % page1

Re: [NTG-context] Set background color for a single page

2013-04-23 Thread Tim Li
Aditya, Thanks. Defining a color conversion is a good idea, and we can apply this conversion easily to somethings like chapter, section, etc. which has a `color' filed to assign, but not pages. Is there a way to set the color of a page like that done for chapters and sections? Tim Date: Tue

Re: [NTG-context] Set background color for a single page

2013-04-23 Thread Aditya Mahajan
On Tue, 23 Apr 2013, Tim Li wrote: Aditya, Thanks. Defining a color conversion is a good idea, and we can apply this conversion easily to somethings like chapter, section, etc. which has a `color' filed to assign, but not pages. Is there a way to set the color of a page like that done

Re: [NTG-context] Set background color for a single page

2013-04-23 Thread Tim Li
Aditya, I want to know both please. Now I use the \start \definecolor ... ... \startmakeup[standard] ... \stopmakeup \stopto assign a specific color to the tilepage whose content is on a single page exactly. But I don't know how to set the background for a single page, say, page 3

Re: [NTG-context] Set background color for a single page

2013-04-23 Thread Aditya Mahajan
Aditya, I want to know both please. Now I use the \start \definecolor ... ... \startmakeup[standard] ... \stopmakeup \stopto assign a specific color to the tilepage whose content is on a single page exactly. But I don't know how to set the background for a single page, say, page 3

Re: [NTG-context] Set background color for a single page

2013-04-23 Thread Tim Li
Aditya, thanks. I like this Lua way, but I have to explore the Lua world first. Ok, reading PIL and coding in Lua. Tim Date: Tue, 23 Apr 2013 10:51:24 -0400 From: adit...@umich.edu To: ntg-context@ntg.nl Subject: Re: [NTG-context] Set background color for a single page Aditya, I want

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-22 Thread Jörg Hagmann
Thank you, Huseyin. Yes, that works; but the question remains: Has \setuppagenumber[number=NUMBER] become obsolete? After all, it's all over contextgarden, both in example documents and in the Commands/ list. Cheers, Jörg H. Özoguz writes: Minimal example: \setuppagenumber[number=3]

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-22 Thread Wolfgang Schuster
Am 22.04.2013 um 09:44 schrieb Jörg Hagmann joerg.hagm...@unibas.ch: Thank you, Huseyin. Yes, that works; but the question remains: Has \setuppagenumber[number=NUMBER] become obsolete? After all, it's all over contextgarden, both in example documents and in the Commands/ list. Yes, the

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-22 Thread Jörg Hagmann
Wolfgang Schuster writes: Yes, the number option for \setuppagenumber is gone and you have to use \setupcounter. Even though this breaks backward compatibility it’s now constant with \setupheadnumber which is used to change the start value for sections. Thank you, Wolfgang. I added this

[NTG-context] setuppagenumber--start at page xy

2013-04-21 Thread Jörg Hagmann
Has the code for starting pagenumbering at a given number changed? I'm using last year's template for an annual report, but can't get it to work. Minimal example: \setuppagenumber[number=3] \starttext \input tufte \stoptext I'm using today's context version. Thanks, Jörg -- Prof. Jörg

[NTG-context] setuppagenumber--start at page xy

2013-04-21 Thread H. Özoguz
Minimal example: \setuppagenumber[number=3] \starttext \input tufte \stoptext I'm using today's context version. Thanks, Jörg You could use \setcounter[userpage][2] \starttext \input tufte \stoptext Huseyin

[NTG-context] how to clear the header and footer in some page?

2013-04-16 Thread Tim Li
I have set the header and footer in the setup area, so it will occur in every page unless clearing them. In some pages, for example, the page of dedication that the header and footer shouldn't occur there, how can I clear them in pages like this ? Best regards

Re: [NTG-context] how to clear the header and footer in some page?

2013-04-16 Thread Marco Patzer
On 2013–04–16 Tim Li wrote: I have set the header and footer in the setup area, so it will occur in every page unless clearing them. In some pages, for example, the page of dedication that the header and footer shouldn't occur there, how can I clear them in pages like this ? It would

Re: [NTG-context] how to clear the header and footer in some page?

2013-04-16 Thread Tim Li
oh, sorry, I must remember to do this next time. Date: Tue, 16 Apr 2013 12:41:57 +0200 From: home...@lavabit.com To: ntg-context@ntg.nl Subject: Re: [NTG-context] how to clear the header and footer in some page? On 2013�C04�C16 Tim Li wrote: I have set the header and footer in the setup area

[NTG-context] start page numbering in MKIV

2013-04-01 Thread john Culleton
The command \setuppagenumber[number=3,state=start] seems not to work under MKIV. Here is the sequence: \setuppagenumber[number=3,state=start] \completecontent \chapter[Introduction} but Chapter 1 Introduction is shown in the TOC with page 3. It should be page 5 since the TOC starts on physical

Re: [NTG-context] start page numbering in MKIV

2013-04-01 Thread Wolfgang Schuster
is shown in the TOC with page 3. It should be page 5 since the TOC starts on physical page 3 and there is one blank page in between. Use \setcounter[userpage][number] to change the start value for the pagenumber. Wolfgang

[NTG-context] eliminate blank page.

2013-03-30 Thread john Culleton
OK I am trying to be a good boy and use \component instead of \input in MKIV but my problem persists. I have a file called title.tex which should be followed on the next page (title verso) by the file copy.tex. but a blank page occurs between the two. Here is title.tex

Re: [NTG-context] eliminate blank page.

2013-03-30 Thread Wolfgang Schuster
Am 30.03.2013 um 19:02 schrieb john Culleton j...@wexfordpress.com: OK I am trying to be a good boy and use \component instead of \input in MKIV but my problem persists. I have a file called title.tex which should be followed on the next page (title verso) by the file copy.tex. but a blank

Re: [NTG-context] eliminate blank page.

2013-03-30 Thread john Culleton
title.tex which should be followed on the next page (title verso) by the file copy.tex. but a blank page occurs between the two. Here is title.tex: --- \startstandardmakeup[doublesided=no] \vskip .75in \midaligned{\tfd\ss\bf Inkscape} \vskip

Re: [NTG-context] \startpagefigure[]\stoppagefigure enlarges page by 1 mm

2013-03-28 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, BTW: You can use \pagefigure[image] instead of \startpagefigure[image]\stoppagefigure. Wolfgang it seems \placefigure adds some extra space around, too. Should this be corrected, too? See my example... Best regards, Lukas -- Ing. Lukáš Procházka [mailto:l...@pontex.cz] Pontex

Re: [NTG-context] \startpagefigure[]\stoppagefigure enlarges page by 1 mm

2013-03-28 Thread Wolfgang Schuster
Am 28.03.2013 um 13:33 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: Hello, BTW: You can use \pagefigure[image] instead of \startpagefigure[image]\stoppagefigure. Wolfgang it seems \placefigure adds some extra space around, too. Should this be corrected, too?

Re: [NTG-context] \startpagefigure[]\stoppagefigure enlarges page by 1 mm

2013-03-28 Thread Procházka Lukáš Ing . - Pontex s . r . o .
it seems \placefigure adds some extra space around, too. Should this be corrected, too? See my example… I can’t reproduce this, do you use the current beta on your system? Wolfgang Unfortunately no, I'm using: ConTeXt ver: 2012.11.26 13:31 MKIV fmt: 2012.11.27 int: english/english -

[NTG-context] \startpagefigure[]\stoppagefigure enlarges page by 1 mm

2013-03-25 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, \startpagefigure[...] ... \stoppagefigure enlarges page by 1 mm in both directions. This is an undesired effect as when the printer has auto-select-page mode on (which is useful when printing a document with mixed A4 and A3 pages) and an A4 page (210 x 297 mm) is enlarged to 211 x 298

Re: [NTG-context] \startpagefigure[]\stoppagefigure enlarges page by 1 mm

2013-03-25 Thread Wolfgang Schuster
Am 25.03.2013 um 16:25 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: Hello, \startpagefigure[...] ... \stoppagefigure enlarges page by 1 mm in both directions. It’s 0.25ex on each side. This is an undesired effect as when the printer has auto-select-page mode

[NTG-context] different page background for chapter title page

2013-03-23 Thread Thomas A. Schmitz
Hi all, I'm sure there must be a solution for this, but I haven't been able to find it yet: I want my chapter titles typeset in a sort of frame which will span the entire page, not only the text area, so I guess the easiest way to do that would be a page background. How can I set up

Re: [NTG-context] different page background for chapter title page

2013-03-23 Thread Hans Hagen
(topboundary Page --cycle) enlarged(0,5mm) shifted (0,-5mm) withcolor \MPcolor{color:background:\namedstructureuservariable{chapter}{mycolor}} ; StopPage ; \stopuseMPgraphic \defineoverlay [background:normal] [\useMPgraphic{background:normal}] \startuseMPgraphic

Re: [NTG-context] different page background for chapter title page

2013-03-23 Thread Thomas A. Schmitz
On 03/23/2013 01:27 PM, Hans Hagen wrote: Hi, You know the price you have to pay: wikifying .. Hi Hans, thanks a lot - will do after I have played with it and understood at least the main parts of it! All best Thomas

Re: [NTG-context] wiki page for \feature

2013-03-22 Thread Sietse Brouwer
Dear Idris, I have merged your output graphic into the article --- perhaps a bit large, but I wanted to be sure the features were legible. Thank you for including the PDF, that made things easier. I have taken the liberty of moving the page title to [[Featuresets]] ---easier to remember, I think

[NTG-context] wiki page for \feature

2013-03-21 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, I made a wiki page for \feature et al: http://wiki.contextgarden.net/Open_Type_Fonts_and_Featuresets_in_MkIV Towards the end we need a graphical sample of the sample file, but I do not know how to do that. See === Now let us review the results: [output/graphic here

Re: [NTG-context] TOC: Chapters with and without page-numbers

2013-03-15 Thread H. Özoguz
the chapter-title! But Chapter 2 has no sections, so it need a page number, how to do that? Regards, Huseyin ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

Re: [NTG-context] TOC: Chapters with and without page-numbers

2013-03-15 Thread Keith J. Schultz
{Chapter 2} \stoptext Now Chapter 1 is without pagenumber in the TOC, correct, because it has a section after the chapter-title! But Chapter 2 has no sections, so it need a page number, how to do

Re: [NTG-context] TOC: Chapters with and without page-numbers

2013-03-15 Thread john Culleton
[chapter][pagenumber=no] \starttext \completecontent \chapter{Chapter 1} \section{Section 1} \chapter{Chapter 2} \stoptext Now Chapter 1 is without pagenumber in the TOC, correct, because it has a section after the chapter-title! But Chapter 2 has no sections, so it need a page number

Re: [NTG-context] TOC: Chapters with and without page-numbers

2013-03-15 Thread Jonathan Barchi
the chapter-title! But Chapter 2 has no sections, so it need a page number, how to do that? ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

Re: [NTG-context] TOC: Chapters with and without page-numbers

2013-03-15 Thread Wolfgang Schuster
is without pagenumber in the TOC, correct, because it has a section after the chapter-title! But Chapter 2 has no sections, so it need a page number, how to do that? You can play with the following solution, it’s a bit dirty because you have to save the values of the chapter entry before you check

[NTG-context] TOC: Chapters with and without page-numbers

2013-03-13 Thread H. Özoguz
Hello there, normally I use \setuplist[chapter][pagenumber=no] to prevent pages for chapters in the TOC, because normally (!) after every chapter-titel comes a section-title, directly, without text between the two titles. And so it is in this case enough to give the page-number

[NTG-context] TOC: Chapters with and without page-numbers

2013-03-12 Thread H. Özoguz
Hello there, normally I use \setuplist[chapter][pagenumber=no] to prevent pages for chapters in the TOC, because normally (!) after every chapter-titel comes a section-title, directly, without text between the two titles. And so it is in this case enough to give the page-number

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-03-04 Thread Mikael P. Sundqvist
On Tue, Feb 26, 2013 at 10:01 PM, Marco Patzer home...@lavabit.com wrote: Hi Mikael, your original example works for me with a current beta if you replace uniqueMPgraphic with useMPgraphic. Marco ___ If your

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-26 Thread Mikael P. Sundqvist
result everytime used. http://thread.gmane.org/gmane.comp.tex.context/79507/focus=79538 In any case: Is there a way to get different frames for every page in a random way? Using \startuseMPgraphic is the correct way, since you want the graphic to be recalculated every time. I have no clue why

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-26 Thread Hans Hagen
meant it was done once and then gave the same result everytime used. it's reused *when possible* depending on some characteristics (like width and height) http://thread.gmane.org/gmane.comp.tex.context/79507/focus=79538 In any case: Is there a way to get different frames for every page

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-26 Thread Marco Patzer
On 2013–02–26 Hans Hagen wrote: Hans, is this a bug? Has something changed? I don't know .. no example I provided an example in http://www.ntg.nl/pipermail/ntg-context/2013/071552.html However, it seems to be fixed in a recent beta. At least it works for me. Marco signature.asc

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-26 Thread Marco Patzer
Hi Mikael, your original example works for me with a current beta if you replace uniqueMPgraphic with useMPgraphic. Marco signature.asc Description: Digital signature ___ If your question is of interest to others

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-18 Thread Mikael P. Sundqvist
; \stopuseMPgraphic \starttext \useMPgraphic{figram} %% using the graphic a second time fails %% \useMPgraphic{figram} \stoptext I hoped that the frame would be recalculated at every page. That's not how uniqueMPgraphics work. Marco

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-18 Thread Marco Patzer
/focus=79538 In any case: Is there a way to get different frames for every page in a random way? Using \startuseMPgraphic is the correct way, since you want the graphic to be recalculated every time. I have no clue why this fails at the moment. It works fine in older versions, so I assume it's

[NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-15 Thread Mikael P. Sundqvist
Dear list, with the (almost minimal) example below, I hoped that the frame would be recalculated at every page. But it is not (they all look the same in my output pdf). How can I force the frame to be redrawn at every page? Btw, If I change the uniqueMPgraphic to useMPgraphic (everywhere) my

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-15 Thread Marco Patzer
time fails %% \useMPgraphic{figram} \stoptext I hoped that the frame would be recalculated at every page. That's not how uniqueMPgraphics work. Marco signature.asc Description: Digital signature ___ If your

[NTG-context] Logical Page Numbers (PDF Bookmarks)

2013-02-13 Thread Troy Henderson
I know how to make the page numbers in the frontmatter to use Roman numerals, say, and in the bodymatter use Arabic numerals. I also know how to reset the page counter so that the numbering starts over after the frontmatter. However, I would like to have the page numbers appear in the PDF

[NTG-context] \copypages and page numbers

2013-02-12 Thread Troy Henderson
I have a scanned (raster) PDF that I am inserting into my document via \copypages. However, the document's page number is not showing on top of this raster PDF page (presumably because \copypages places the page on top of everything else). How can I ensure that the page number is on top

[NTG-context] Invisibile page numbers for TOC

2013-01-31 Thread Eslamica-Beratung
Hi together, I use \completecontent for the TOC. How to deactivate the printing of the pagenumbers on TOC-pages? But they should be counted invisibely, so that the first text-page begins with the real page number. Best Regards Huseyin

[NTG-context] Invisibile page numbers for TOC

2013-01-30 Thread H. Özoguz
Hi together, I use \completecontent for the TOC. How to deactivate the printing of the pagenumbers on TOC-pages? But they should be counted invisibely, so that the first text-page begins with the real page number. Best Regards Huseyin

Re: [NTG-context] Invisibile page numbers for TOC

2013-01-30 Thread Wolfgang Schuster
Am 30.01.2013 um 12:23 schrieb H. Özoguz h.oezo...@mmnetz.de: Hi together, I use \completecontent for the TOC. How to deactivate the printing of the pagenumbers on TOC-pages? But they should be counted invisibely, so that the first text-page begins with the real page number

Re: [NTG-context] Multi-page textbackground ignores topoffset

2013-01-30 Thread Andre Caldas
Nicholas, Is there any way to get a multi-page textbackground to respect topoffset on each page? From the second page onwards, it leaves no offset at the top. I have the same problem. A small-not-so-good-hack would be to define a tiny backgroundoffset as well. This messes the layout a little

Re: [NTG-context] Multi-page textbackground ignores topoffset

2013-01-30 Thread Hans Hagen
On 1/30/2013 6:25 PM, Andre Caldas wrote: Nicholas, Is there any way to get a multi-page textbackground to respect topoffset on each page? From the second page onwards, it leaves no offset at the top. I have the same problem. A small-not-so-good-hack would be to define a tiny

[NTG-context] arranging vs. \page[last]

2013-01-28 Thread Henning Hraban Ramm
latest beta of ConTeXt MkIv standalone If I use \page[last] with arranging, ConTeXt inserts additional pages and the page that’s meant to be last is not: \setuppapersize[A5][A4,landscape] \setuparranging[2UP] \starttext \chapter{One} \input tufte \chapter{Two} \input tufte \page[last

Re: [NTG-context] arranging vs. \page[last]

2013-01-28 Thread Wolfgang Schuster
Am 28.01.2013 um 20:39 schrieb Henning Hraban Ramm hra...@fiee.net: latest beta of ConTeXt MkIv standalone If I use \page[last] with arranging, ConTeXt inserts additional pages and the page that’s meant to be last is not: \setuppapersize[A5][A4,landscape] \setuparranging[2UP

Re: [NTG-context] arranging vs. \page[last]

2013-01-28 Thread Henning Hraban Ramm
Am 2013-01-28 um 21:01 schrieb Wolfgang Schuster: With \page[last] can fill your document with empty pages to fill the missing pages which are needed for a certain imposition method but you have to use it at the *end* of the document in *not in* the document. I understood it as forward

Re: [NTG-context] arranging vs. \page[last]

2013-01-28 Thread Mari Voipio
On Mon, Jan 28, 2013 at 10:17 PM, Henning Hraban Ramm hra...@fiee.net wrote: What would you suggest to put something onto the last (i.e. back) page? The wiki has a trick, but I think it stopped working at some stage - maybe somebody can fix it (if it is broken): http://wiki.contextgarden.net

Re: [NTG-context] arranging vs. \page[last]

2013-01-28 Thread Marco Pessotto
Mari Voipio mari.voi...@iki.fi writes: On Mon, Jan 28, 2013 at 10:17 PM, Henning Hraban Ramm hra...@fiee.net wrote: What would you suggest to put something onto the last (i.e. back) page? The wiki has a trick, but I think it stopped working at some stage - maybe somebody can fix

[NTG-context] No page break between chapter-title and section-title in TOC

2013-01-17 Thread H. Özoguz
Hi there, one simple question again: I have \chapter{Blub}... \section{Blub} \section{...} \section{} and so the chapter title is in the table of content (TOC) above the next section-titles. I want to prevent a page-break in the TOC between the chapter-title and the next section-titles

Re: [NTG-context] Page Numbers on Outer Edge of Outer Margin

2013-01-13 Thread Marco Patzer
On 2013–01–13 Malte Stien wrote: One thing, though, it turns out the #pageno variable does not seem to work. I had to rename it to #1 to do the trick. Even #p did not work. Do those variables have to be numbers? http://wiki.contextgarden.net/MkVI Marco signature.asc Description: Digital

[NTG-context] Page Numbers on Outer Edge of Outer Margin

2013-01-12 Thread Malte Stien
Hi, I have a rather wide, 41mm, outer margin in a manual and I am trying to put the page number into the margin like so: \setuppagenumbering[ alternative=doublesided, location={header, margin}, style=bold, ] The trouble is that the page number is only a few

Re: [NTG-context] Page Numbers on Outer Edge of Outer Margin

2013-01-12 Thread Wolfgang Schuster
Am 12.01.2013 um 14:49 schrieb Malte Stien ma...@stien.de: Hi, I have a rather wide, 41mm, outer margin in a manual and I am trying to put the page number into the margin like so: \setuppagenumbering[ alternative=doublesided, location={header, margin}, style=bold

Re: [NTG-context] Page Numbers on Outer Edge of Outer Margin

2013-01-12 Thread Marco Patzer
On 2013–01–13 Malte Stien wrote: The trouble is that the page number is only a few millimetres wide and gets positioned on the inside edge of my outside margin. Hence, it does not end up close enough to the edge of the page. I guess, I would like to right-align it 4mm from the edge

Re: [NTG-context] Page Numbers on Outer Edge of Outer Margin

2013-01-12 Thread Wolfgang Schuster
Am 12.01.2013 um 15:23 schrieb Marco Patzer home...@lavabit.com: On 2013–01–13 Malte Stien wrote: The trouble is that the page number is only a few millimetres wide and gets positioned on the inside edge of my outside margin. Hence, it does not end up close enough to the edge of the page

Re: [NTG-context] Page Numbers on Outer Edge of Outer Margin

2013-01-12 Thread Marco Patzer
On 2013–01–12 Wolfgang Schuster wrote: When you’re in the header you can just use \doifoddpageelse to set different values for left/right pages, \signalrightpage is only necessary for text *in* the document. Thanks for the correction. I updated the wiki. Marco signature.asc Description:

Re: [NTG-context] Page Numbers on Outer Edge of Outer Margin

2013-01-12 Thread Malte Stien
: 1. Re: Layer vs. overlay (Hans Hagen) 2. Page Numbers on Outer Edge of Outer Margin (Malte Stien) 3. Re: Page Numbers on Outer Edge of Outer Margin (Wolfgang Schuster) 4. Re: Page Numbers on Outer Edge of Outer Margin (Marco Patzer) 5. Re: Page Numbers on Outer Edge of Outer Margin

[NTG-context] [***SPAM***] Empty line, but not at the top of a page.

2013-01-03 Thread H. Özoguz
Hi together and happy new year, with \crlf one can force a empty line. But this empty line should not be printed, if it is on the top/start of a new page, so a new page should not begin with an empty line. Which is the correct command for that? Regards, Huseyin

Re: [NTG-context] [***SPAM***] Empty line, but not at the top of a page.

2013-01-03 Thread Wolfgang Schuster
Am 03.01.2013 um 09:47 schrieb H. Özoguz h.oezo...@mmnetz.de: Hi together and happy new year, with \crlf one can force a empty line. But this empty line should not be printed, if it is on the top/start of a new page, so a new page should not begin with an empty line. Which

[NTG-context] Multi-page frame.

2012-12-22 Thread Andre Caldas
Hello! How can I have a framed text that can cross page boundaries? Cheers, André Caldas. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] Multi-page frame.

2012-12-22 Thread Philipp Gesang
···date: 2012-12-22, Saturday···from: Andre Caldas··· Hello! How can I have a framed text that can cross page boundaries? With text backgrounds [0]. Example: \definetextbackground [multipageframe] [ location=paragraph, frame=on, rulethickness=2pt, framecolor

[NTG-context] Resetting Page Numbers

2012-12-10 Thread Troy Henderson
I would like to reset the page number counter after the first (title) page. Currently, I have \setupfooter[state=empty] \setuppagenumbering[location={footer,middle}] \setupfootertexts[Page \currentpage\ of \lastpage] \starttext This is my title page \page \resetnumber[page

Re: [NTG-context] Resetting Page Numbers

2012-12-10 Thread Wolfgang Schuster
Am 10.12.2012 um 17:11 schrieb Troy Henderson thend...@gmail.com: I would like to reset the page number counter after the first (title) page. Currently, I have \setupfooter[state=empty] \setuppagenumbering[location={footer,middle}] \setupfootertexts[Page \currentpage\ of \lastpage

Re: [NTG-context] Resetting Page Numbers

2012-12-10 Thread Troy Henderson
Thanks again Wolfgang. That works perfectly. Troy ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] Copy pages with keeping original page sizes

2012-12-03 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, this is just an announcement and maybe a proposal. I needed to copy all pages from a .pdf file into the document. The pages to be copied were a mix of A4 and A3 pages, with portrait and landscape orientation. Also, I needed to suppress current header footer and to use the whole page

[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

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

2012-11-29 Thread H. Özoguz
Hi there, there are some possibilities for getting empty pages in a book, f.e. if a new chapter begins (and by settings it may only begin on pages with odd pagenumber). In these cases I want the page-number and the headers to disappear on the empty page, it should be totally empty

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

2012-11-29 Thread luigi scarso
On Thu, Nov 29, 2012 at 3:32 PM, H. Özoguz h.oezo...@mmnetz.de wrote: Hi there, there are some possibilities for getting empty pages in a book, f.e. if a new chapter begins (and by settings it may only begin on pages with odd pagenumber). In these cases I want the page-number

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

2012-11-29 Thread Wolfgang Schuster
Am 29.11.2012 um 15:32 schrieb H. Özoguz h.oezo...@mmnetz.de: Hi there, there are some possibilities for getting empty pages in a book, f.e. if a new chapter begins (and by settings it may only begin on pages with odd pagenumber). In these cases I want the page-number and the headers

Re: [NTG-context] ConTeXt: Page numbering in words for spanish

2012-11-23 Thread Marcin Borkowski
Dnia 2012-11-22, o godz. 11:55:17 Mojca Miklavec mojca.miklavec.li...@gmail.com napisał(a): On Thu, Nov 22, 2012 at 1:03 AM, Acidrums4 wrote: * 100 before 'millón' -- should that be 'cien millón', or 'ciento millón'? - It should be 'cien millones'. 'Millones', plural for 'Millón'. Maybe

Re: [NTG-context] ConTeXt: Page numbering in words for spanish

2012-11-23 Thread Hans Hagen
On 11/23/2012 9:50 PM, Marcin Borkowski wrote: Dnia 2012-11-22, o godz. 11:55:17 Mojca Miklavec mojca.miklavec.li...@gmail.com napisał(a): On Thu, Nov 22, 2012 at 1:03 AM, Acidrums4 wrote: * 100 before 'millón' -- should that be 'cien millón', or 'ciento millón'? - It should be 'cien

Re: [NTG-context] ConTeXt: Page numbering in words for spanish

2012-11-23 Thread Alan BRASLAU
On Fri, 23 Nov 2012 23:46:44 +0100 Hans Hagen pra...@wxs.nl wrote: first we need working prototypes for several languages, then I can wrap it into some general mechanism. I think all languages are somewhat different so 'general' is 'sort of general'. For example, in French, 1000 can be une

Re: [NTG-context] ConTeXt: Page numbering in words for spanish

2012-11-22 Thread Hans Hagen
On 11/22/2012 12:47 AM, Sietse Brouwer wrote: Hi Hans, I think the verbose.spanish code you put in the latest beta broke verbose.english: after verbose.english is defined, a second `local verbose = { }` at the start of the spanish code accidentally overwrites that table. sure, it was means as

Re: [NTG-context] ConTeXt: Page numbering in words for spanish

2012-11-22 Thread Mojca Miklavec
On Thu, Nov 22, 2012 at 1:03 AM, Acidrums4 wrote: * 100 before 'millón' -- should that be 'cien millón', or 'ciento millón'? - It should be 'cien millones'. 'Millones', plural for 'Millón'. Maybe it should be a variable for plurals for millions (the only plural used for numbers in spanish).

<    8   9   10   11   12   13   14   15   16   17   >