Re: [NTG-context] Leave out reference to page if on the same page?

2014-08-02 Thread Gerben Wierda
On 01 Aug 2014, at 16:13, Otared Kavian ota...@gmail.com wrote: […] I’ve tried to add this to my environment and product file, but even without using it, it ends in an error: (/usr/local/texlive/2014/texmf-dist/tex/context/base/spec-tpd.mkii specials: loading definition file fdf

Re: [NTG-context] Leave out reference to page if on the same page?

2014-08-02 Thread Gerben Wierda
On 02 Aug 2014, at 15:12, Gerben Wierda gerben.wie...@rna.nl wrote: I suspected as such. I’m afraid to move to mkiv at this stage of my project. Is mkiv downwards compatible with mkii? What must I do to see if my project compiles with mkiv? I’m running currently commands like Later for me.

Re: [NTG-context] Leave out reference to page if on the same page?

2014-08-02 Thread Otared Kavian
Hi Gerben, Regarding the text encodings understood by mkii and mkiv, one can always use UTF-8 in both. Unless you have some very uncommon characters in your ascii file, the migration from ascii to utf-8 is quite easy, at least on a Mac (I don’t know what OS you are using): for instance you can

Re: [NTG-context] Leave out reference to page if on the same page?

2014-08-02 Thread Gerben Wierda
On 02 Aug 2014, at 18:58, Otared Kavian ota...@gmail.com wrote: Regarding the text encodings understood by mkii and mkiv, one can always use UTF-8 in both. Unless you have some very uncommon characters in your ascii file, the migration from ascii to utf-8 is quite easy, at least on a Mac (I

Re: [NTG-context] Leave out reference to page if on the same page?

2014-08-01 Thread Gerben Wierda
was looking for was something simple that made for instance \at{page][foo] conditional, e.g. \conditionalat[when]{page}[foo] with ‘when’ is something like always onpage offpage onspread offspread never Typing \conditionalat instead of \at is what I

Re: [NTG-context] Leave out reference to page if on the same page?

2014-08-01 Thread Otared Kavian
On 01 Aug 2014, at 13:30, Gerben Wierda gerben.wie...@rna.nl wrote: […] I’ve tried to add this to my environment and product file, but even without using it, it ends in an error: (/usr/local/texlive/2014/texmf-dist/tex/context/base/spec-tpd.mkii specials: loading definition file

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-26 Thread Hans Hagen
, that kind of decisions demand injecting a node so there could be potential interference (as with more mechanisms that carry status info around for a second pass). Anyway, maybe someone else benefits from the extension. What I was looking for was something simple that made for instance \at{page][foo

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-25 Thread Hans Hagen
On 7/24/2014 2:03 PM, Otared Kavian wrote: Hi, Thanks for your attention, Wolfgang: indeed removing \analyzecurrentreference from your example allows mkiv to typeset correctly and obtain the expected result. yet another sparsely documented feature ... in beta: %

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-25 Thread Gerben Wierda
for instance \at{page][foo] conditional, e.g. \conditionalat[when]{page}[foo] with ‘when’ is something like always onpage offpage onspread offspread never Typing \conditionalat instead of \at is what I as a simpleton user can handle… G On 25 Jul 2014

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-25 Thread Rik Kabel
that current is set in some iterations, but never shows up in the final version of the page, so references on the same page always come out as backward or forward. I would think that the default should match the default for \setuppagenumbering[alternative=], and perhaps be tied to that. -- Rik

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-25 Thread Hans Hagen
it with today's beta, I see that current is set in some iterations, but never shows up in the final version of the page, so references on the same page always come out as backward or forward. well, in the case of 5 alternatives current will only happen when the reference is at the *exact* spot

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-24 Thread Otared Kavian
discussions, there is another serious shortcoming with this. References should be relative to the current page spread, which on doublesided layouts includes two pages, verso and recto. A reference to something on either of these pages is traditionally considered to be current, and above and below

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-24 Thread luigi scarso
\realfolio=\currentreferencepage\else\at{page}[FOO]\fi}{}% \placefigure[none][FOO]{FOO}{\externalfigure[cow.pdf][width=1cm]} \page is shown in \in{figure}[FOO1]% \doifreferencefoundelse{FOO1}{\ifnum\realfolio=\currentreferencepage\else\at{page}[FOO1]\fi}{}\page% \placefigure[none][FOO1]{FOO1

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-24 Thread Wolfgang Schuster
. What could be improved in the module is the check for left/right pages because the current check can fail when the reference appears at the begin of a page. Wolfgang ___ If your question is of interest to others

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-24 Thread Wolfgang Schuster
should work \starttext is shown in \in{figure}[FOO]% \doifreferencefoundelse{FOO}{\ifnum\realfolio=\currentreferencepage\else\at{page}[FOO]\fi}{}% \placefigure[none][FOO]{FOO}{\externalfigure[cow.pdf][width=1cm]} \page is shown in \in{figure}[FOO1]% \doifreferencefoundelse{FOO1}{\ifnum

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-24 Thread Otared Kavian
[conditionalfloatreferences] \input conditionalfloatreferences.mkvi \useMPlibrary[dum] \starttext {\bf Test 1:} See \smartref{figure}[fig:alpha] and \smartref{figure}[fig:gamma]. See \smartref{equation}[eq:Fermat]. \page {\bf Test 2:} See \smartref{figure}[fig:alpha] and \smartref{figure}[fig:gamma]. See

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-24 Thread Wolfgang Schuster
Am 24.07.2014 um 14:03 schrieb Otared Kavian ota...@gmail.com: Hi, Thanks for your attention, Wolfgang: indeed removing \analyzecurrentreference from your example allows mkiv to typeset correctly and obtain the expected result. Regarding Marco Patzer’s smartref command, I can

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-24 Thread Rik Kabel
On 2014-07-24 07:20, Otared Kavian wrote: Hi Rik, As a matter of fact the example given by Wolfgang works despite mkiv complaining about \analyzecurrentreference being unknown… Whent the typesetting stops because of this command, saying « run » or rather « r » continues the typesetting.

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-24 Thread luigi scarso
On Thu, Jul 24, 2014 at 1:38 PM, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: I won’t trust this pagenumber check because when a reference appears at the begin of a page it can sometimes use the pagenumber of the previous page (hard to notice when you use \page in your examples

[NTG-context] Leave out reference to page if on the same page?

2014-07-23 Thread Gerben Wierda
Suppose I have this fragment: is shown in \in{figure}[foo] on \at{page}[foo]. \placefigure [] [foo] I would like to leave the fragment “on \at{page}[foo]” out of the text if the figure ends up on the same page as the \at. Is that doable or is this a matter of manual tweaking

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-23 Thread Otared Kavian
to perform the following task: % %I have to typeset documents that contain many pictures of various %sizes. Due to lack of space, some may pictures may not appear on the %page on which they are discussed. And also in the course of revising %the document, adding text may push them to another page

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-23 Thread Rik
an undefined control sequence with \analyzecurrentreference. As others pointed out in related discussions, there is another serious shortcoming with this. References should be relative to the current page spread, which on doublesided layouts includes two pages, verso and recto. A reference

Re: [NTG-context] Figure whitespace overflows page

2014-07-20 Thread Rik Kabel
On 2014-03-26 19:35, Rik Kabel wrote, originally with the subject Caption whitespace overflows page: How can I get rid of the space at the top of the first line of text on page three in the following MWE. The \setupfloats[spaceafter=none] masks the problem rather than addresses the problem

Re: [NTG-context] Stop Hyphenating Across Columns and Page Breaks

2014-07-10 Thread Wolfgang Schuster
Am 09.07.2014 um 17:57 schrieb H. Özoguz h.oezo...@mmnetz.de: Adding one information: In TeX \brokenpenalty=1 should do the job. But this is ignored in ConText. In this a bug? ConTeXt integrated the penalty setups in the layout mechanism, you can create your own settings but you should

[NTG-context] Stop Hyphenating Across Columns and Page Breaks

2014-07-09 Thread H. Özoguz
, see here: http://indesignsecrets.com/stop-hyphenating-across-columns-and-page-breaks.php Hyphenation across pages is really ugly and uncomfortable to read, how would you prevent them? Thanks! Huseyin ___ If your

Re: [NTG-context] Prevent hyphenation of the last word on a page

2014-07-09 Thread john Culleton
is hyphenated at the end of a page enclose it in {}. This is not global of course. -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: Create Book Covers with Scribus available at http://www.booklocker.com/books/4055.html

Re: [NTG-context] Stop Hyphenating Across Columns and Page Breaks

2014-07-09 Thread H. Özoguz
Adding one information: In TeX \brokenpenalty=1 should do the job. But this is ignored in ConText. In this a bug? Huseyin ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] Prevent hyphenation of the last word on a page

2014-07-05 Thread H. Özoguz
If its not possible at all, a small hint to this fact would help, too. So I could stop to search :) Huseyin ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] Prevent hyphenation of the last word on a page

2014-07-02 Thread H. Özoguz
http://article.gmane.org/gmane.comp.tex.context/45001/ Don’t know if luatex has brought any advance here… Thanks Thomas, but \brokenpenalty seems to be simply ignored or overwritten, no effect. See here a minexample: \brokenpenalty 1 \starttext

[NTG-context] Prevent hyphenation of the last word on a page

2014-07-01 Thread H. Özoguz
Hello, how to forbid hyphenation of the last word of page? Such that no word is broken onto two consecutive pages like this: page 1: Diese Unter- page 2: brechung ist unschön. I think the question is clear without minexample. Of course I can use \unhyphenated and things like that, but I

Re: [NTG-context] Prevent hyphenation of the last word on a page

2014-07-01 Thread Thomas A. Schmitz
On 01 Jul 2014, at 14:40, H. Özoguz h.oezo...@mmnetz.de wrote: Hello, how to forbid hyphenation of the last word of page? Such that no word is broken onto two consecutive pages like this: page 1: Diese Unter- page 2: brechung ist unschön. I think the question is clear without

[NTG-context] bugs in page breaks with items

2014-06-16 Thread Pablo Rodriguez
}{Sentence. }\par} \startitemize \item \dorecurse{5}{This is an item. } \item \dorecurse{15}{This is an item. } \item \dorecurse{5}{This is an item. } \stopitemize \stoptext The second item from the list has the page break in the sample above. But if you comment the last item from

Re: [NTG-context] bugs in page break (relevant for TeX Live 2014)

2014-06-01 Thread Hans Hagen
On 6/1/2014 7:09 AM, Pablo Rodriguez wrote: Dear Hans, there is a wrong page break introduced in the stable version intended for TeX Live 2014. it's unlikely to be fixed in tl 2014 ... already frozen ... but there is updating built-in texlive so it's no big deal Here you have the sample

[NTG-context] bugs in page break (relevant for TeX Live 2014)

2014-05-31 Thread Pablo Rodriguez
Dear Hans, there is a wrong page break introduced in the stable version intended for TeX Live 2014. Here you have the sample that shows the issue: \showframe\showgrid \setupbodyfont[pagella,15pt] \starttext \chapter{Chapter title} \section{Section title} \dorecurse{140

[NTG-context] wrong page break

2014-05-28 Thread Pablo Rodriguez
Hans, I have found the another wrong page break in this sample: \showframe\showgrid \setupbodyfont[pagella,15pt] \starttext \chapter{Chapter title} \section{Section title} \dorecurse{140}{Sentence. } \subsection{Subsection title} This is another line

Re: [NTG-context] Force two figures to appear on the same page

2014-05-07 Thread Thomas Friedrich
Thank you Wolfgang, it works like a bliss! Best Thomas 2014-05-06 12:49 GMT+02:00 Wolfgang Schuster schuster.wolfg...@gmail.com: Am 06.05.2014 um 12:36 schrieb Thomas Friedrich friedr...@statistik.tu-dortmund.de: Unfortunately, this is not what I am looking for: Both figures have there

Re: [NTG-context] Text background that spans the width of the page

2014-05-07 Thread Darksair
Hi Hans, On Tue, May 06, 2014 at 09:29:32PM +0200, Hans Hagen wrote: On 5/2/2014 5:59 PM, Darksair wrote: Hi all, I would like to have a colored horizontal stripe as background for one line of text. Sort of like what textbackground does, but I want it to span the whole \paperwidth,

Re: [NTG-context] Force two figures to appear on the same page

2014-05-06 Thread Thomas Friedrich
Unfortunately, this is not what I am looking for: Both figures have there own caption and shall appear as separate figures in the list of figures at the end of the document. 2014-04-30 22:39 GMT+02:00 Andres Conrado ela...@chiquitico.org: Maybe combinations is what you are looking for? It works

Re: [NTG-context] Force two figures to appear on the same page

2014-05-06 Thread Wolfgang Schuster
Am 06.05.2014 um 12:36 schrieb Thomas Friedrich friedr...@statistik.tu-dortmund.de: Unfortunately, this is not what I am looking for: Both figures have there own caption and shall appear as separate figures in the list of figures at the end of the document. You can use the floatcombination

Re: [NTG-context] Text background that spans the width of the page

2014-05-06 Thread Hans Hagen
On 5/2/2014 5:59 PM, Darksair wrote: Hi all, I would like to have a colored horizontal stripe as background for one line of text. Sort of like what textbackground does, but I want it to span the whole \paperwidth, instead of just \textwidth. At the end of the day, I would use it to style for

[NTG-context] Text background that spans the width of the page

2014-05-02 Thread Darksair
Hi all, I would like to have a colored horizontal stripe as background for one line of text. Sort of like what textbackground does, but I want it to span the whole \paperwidth, instead of just \textwidth. At the end of the day, I would use it to style for example my section heads, or to

[NTG-context] Force two figures to appear on the same page

2014-04-30 Thread Thomas Möbius
Dear ConTeXt list, I have multiple figures appearing in a single chapter which are roughly half a page in height. They would fit on top of each other. It seems as if context is only putting floats on top of each other if at least 2 lines of text fit underneath them. How to force two figures

Re: [NTG-context] Force two figures to appear on the same page

2014-04-30 Thread Andres Conrado
Maybe combinations is what you are looking for? It works very well for me. http://wiki.contextgarden.net/Command/startcombination Andres ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] Force two figures to appear on the same page

2014-04-30 Thread Andres Conrado
I forgot to include a MWE: %% \starttext \setupexternalfigures[location={local, default}] \startcombination[1*3] {\externalfigure[cow][height=1cm]} {d} {\externalfigure[cow][height=1cm]} {e} {\externalfigure[cow][height=1cm]} {f} \stopcombination \stoptext

[NTG-context] Fail to upgrade, can't find file page-lin.mkiv

2014-04-15 Thread Mikael P. Sundqvist
Hi, I tried today to upgrade my ConTeXt Standalone (using first-setup.sh) and get the error ! I can't find file `page-lin.mkiv'. to be read again \relax l.299 \loadmarkfile{page-lin} What can I do about this? Best regards, Mikael

Re: [NTG-context] Fail to upgrade, can't find file page-lin.mkiv

2014-04-15 Thread Mikael P. Sundqvist
first-setup.sh) and get the error ! I can't find file `page-lin.mkiv'. to be read again \relax l.299 \loadmarkfile{page-lin} What can I do about this? Best regards, Mikael ___ If your question is of interest

Re: [NTG-context] Page layouts in chapter 3 of manual.

2014-04-15 Thread Willi Egger
Hi John, Sorry for the delayed reaction. The example in figure 3.21 is showing a special way of arranging 8 pages on a single sided print. What you can do with this arrangement is to fold a booklet. - I attach a short description how to do this. The ZFLYER-8 is an arranging scheme for double

Re: [NTG-context] Fail to upgrade, can't find file page-lin.mkiv

2014-04-15 Thread Hans Hagen
On 4/15/2014 9:06 AM, Mikael P. Sundqvist wrote: OK, I reinstalled and that seemed to just work. Not sure if the problem was here or in the upgrading, but this is no longer a problem here at least. maybe you updated in the middle of an upload

[NTG-context] page reference to figure fails when figure location is none

2014-04-06 Thread Sanjoy Mahajan
Using a recent MkIV beta (2014.03.27), it seems that a page reference to a figure fails if the figure location is none. Here is a minimal example: \starttext \input knuth \placefigure[none][regularref]{}{\pagereference[workaroundref] \externalfigure[cow.pdf]} \input knuth See

Re: [NTG-context] page reference to figure fails when figure location is none

2014-04-06 Thread Hans Hagen
On 4/6/2014 12:14 PM, Sanjoy Mahajan wrote: Using a recent MkIV beta (2014.03.27), it seems that a page reference to a figure fails if the figure location is none. Here is a minimal example: \starttext \input knuth \placefigure[none][regularref]{}{\pagereference[workaroundref

Re: [NTG-context] page reference to figure fails when figure location is none

2014-04-06 Thread Sanjoy Mahajan
Hans Hagen pra...@wxs.nl writes: more a side effect .. in mkii we store refs independently, in mkiv they can also travel with other properties (like lists and here we have no list entry in the next beta this will work ok That make sense. I will try it out. I have found a few other

[NTG-context] bug in \setupsectionblock[...][page=no]

2014-04-01 Thread Pablo Rodriguez
Dear list, here you have the sample: \setupsectionblock[bodypart][page=no] \setupheadertexts[chapter] \starttext \startbodymatter \part{Zapf} \chapter{Digital typography} \dorecurse{15}{\input zapf\par} \stopbodymatter \stoptext I’m afraid that the first

[NTG-context] Page layouts in chapter 3 of manual.

2014-04-01 Thread john Culleton
I am having a bit of trouble matching up the diagrams in chapter three with the corresponding \setuparranging statements. For example which \setuparranging statement matches up with figure 3.21 (8 pages single sided 1 sheet.)? I think it is [ZFLYER-8] but I am not certain. -- John Culleton

[NTG-context] Caption whitespace overflows page

2014-03-26 Thread Rik Kabel
How can I get rid of the space at the top of the first line of text on page three in the following MWE. The \setupfloats[spaceafter=none] masks the problem rather than addresses the problem directly. Playing with the size of the figures (changing them to 3cm) shows that the caption text

[NTG-context] Blank page

2014-03-19 Thread Philippe Figon
-env file containing only - \startenvironment simple-env \setuppagenumbering[alternative=doublesided] \setuphead [chapter] [page=right] \stopenvironment - The text

Re: [NTG-context] Blank page

2014-03-19 Thread Wolfgang Schuster
{} This is an example \stoptext with simple-env file containing only - \startenvironment simple-env \setuppagenumbering[alternative=doublesided] \setuphead [chapter] [page=right

Re: [NTG-context] Blank page

2014-03-19 Thread Philippe Figon
Thanks Wolfgang. It was indeed a file problem. I opened and resaved the same files in Sublime text in place of Texshop and ran context from the terminal. Everything's just fine know. So I guess Texshop added some extra invisible character that made chapter start on a new page. Le 19 mars

[NTG-context] Index register page entry numbers missing

2014-03-19 Thread Rik Kabel
In the following example, page number entries in the index are not displayed when a blank line is inserted in the text, but do appear without that blank. This happens with both the current 20140316 standalone beta and with TL2013. (I noticed this constructing MWEs for other index register

Re: [NTG-context] Index register page entry numbers missing

2014-03-19 Thread Hans Hagen
On 3/19/2014 4:59 PM, Rik Kabel wrote: In the following example, page number entries in the index are not displayed when a blank line is inserted in the text, but do appear without that blank. This happens with both the current 20140316 standalone beta and with TL2013. (I noticed

Re: [NTG-context] page numbering 'marginedge'

2014-03-04 Thread David Wooten
Exactly so, thanks Pablo. On Mar 3, 2014, at 10:44 AM, Pablo Rodriguez oi...@gmx.es wrote: On 03/03/2014 07:37 PM, David Wooten wrote: Hello all, trying to get page numbers in the outer margin edge of a double-sided document — marginedge as it is places the numbers to the inside margin edge

[NTG-context] (critical edition) wrong page breaks with linenotes

2014-03-04 Thread Pablo Rodriguez
Hi Thomas, Luigi and Hans, I have a sample (http://www.ousia.tk/hefestio-ctx.tex) that shows problematic page breaks with notes in paragraph form. This is especially relevant for linenotes in critical editions. The compiled version (http://www.ousia.tk/hefestio-ctx.pdf) shows results at twelve

[NTG-context] page numbering 'marginedge'

2014-03-03 Thread David Wooten
Hello all, trying to get page numbers in the outer margin edge of a double-sided document — marginedge as it is places the numbers to the inside margin edge, is there an opposite command? Thanks, David ___ If your

Re: [NTG-context] page numbering 'marginedge'

2014-03-03 Thread Pablo Rodriguez
On 03/03/2014 07:37 PM, David Wooten wrote: Hello all, trying to get page numbers in the outer margin edge of a double-sided document — marginedge as it is places the numbers to the inside margin edge, is there an opposite command? Hi David, as far as I know, location=right is the option you

Re: [NTG-context] different page sizes on one sheet

2014-02-27 Thread amerke
hi rudolf ( list), thank you for your 'quick hack', it's ok for my current solution. page number, margins and background and stuff like grid alignment are still a problem ... but, i suppose, there must be :-) a tiny piece of code in ConTeXt, where the rotation of the whole page can

Re: [NTG-context] different page sizes on one sheet

2014-02-27 Thread Aditya Mahajan
On Thu, 27 Feb 2014, amerke wrote: hi rudolf ( list), thank you for your 'quick hack', it's ok for my current solution. page number, margins and background and stuff like grid alignment are still a problem ... but, i suppose, there must be :-) a tiny piece of code in ConTeXt, where

Re: [NTG-context] Appendix Page Numbering

2014-02-26 Thread Troy Henderson
I have now :-) which now reflects may changes, but now I have to figure out why my changes aren't working as expected. :-/ After trying for quite some time, I believe it's safe to say that someone with more knowledge of Lua and the internals of ConTeXt may have to look into this as I may be

Re: [NTG-context] different page sizes on one sheet

2014-02-26 Thread amerke
hi all, using \setuppaper[nx=2, ny=2] \setuparranging[XY] \showframe[cut=true] \setuppapersize[A4] \starttext \setuppapersize[A6][A4] Page 1. A6 Portrait \input knuth \page Page 2. A6 Portrait \input knuth \page \setuppapersize[A5,landscape][A4] Page 3. A5 \input knuth \stoptext i ALMOST get

Re: [NTG-context] different page sizes on one sheet

2014-02-26 Thread Rudolf Bahr
On Wed, Feb 26, 2014 at 03:37:48PM +0100, amerke wrote: hi all, using \setuppaper[nx=2, ny=2] \setuparranging[XY] \showframe[cut=true] \setuppapersize[A4] \starttext \setuppapersize[A6][A4] Page 1. A6 Portrait \input knuth \page Page 2. A6 Portrait \input knuth \page

Re: [NTG-context] different page sizes on one sheet

2014-02-26 Thread Rudolf Bahr
On Wed, Feb 26, 2014 at 03:37:48PM +0100, amerke wrote: hi all, using \setuppaper[nx=2, ny=2] \setuparranging[XY] \showframe[cut=true] \setuppapersize[A4] \starttext \setuppapersize[A6][A4] Page 1. A6 Portrait \input knuth \page Page 2. A6 Portrait \input knuth \page

[NTG-context] Feature Request: ToC page number alternative

2014-02-26 Thread Thangalin
Hi, The predefined alternative list setups (e.g., a, b, c...) provide various ways to format the ToC with the page number to the right of the list entry title. An alternative with the page number to the left of the list entry title would be useful. For example: \setupinteraction[state=start

Re: [NTG-context] Feature Request: ToC page number alternative

2014-02-26 Thread Wolfgang Schuster
Am 26.02.2014 um 20:31 schrieb Thangalin thanga...@gmail.com: Hi, The predefined alternative list setups (e.g., a, b, c...) provide various ways to format the ToC with the page number to the right of the list entry title. An alternative with the page number to the left of the list entry

Re: [NTG-context] different page sizes on one sheet

2014-02-25 Thread amerke
page on one sheet of A4 paper (no back page in this case) would also be a great starting point ... +--+--+ | | | | A6 | | | | | +--+A5+ | | | | A6

Re: [NTG-context] different page sizes on one sheet

2014-02-25 Thread Wolfgang Schuster
the pages with ConTeXt and produce then directly a PDF file, which will include the generated pages at the right position. but a pure ConTeXt solution would be nice in the end … Context has a interface which can be used to save finished pages before the page is put in the pdf file but what you

[NTG-context] Wiki - Main Page

2014-02-25 Thread Thangalin
Hi, The link to Documentation of the source code on the front page of the ConTeXt Garden Wiki is broken: https://foundry.supelec.fr/gf/project/modules/ ___ If your question is of interest to others as well, please

Re: [NTG-context] Appendix Page Numbering

2014-02-25 Thread Troy Henderson
Is it possible to have ONLY the prefix (not followed by the corresponding page number) with this implementation? If not, is that a feature that can also be added? I tried to create a custom label called viewercustom (which operates like viewerprefix but omits the userpage counter value

Re: [NTG-context] Appendix Page Numbering

2014-02-25 Thread Aditya Mahajan
On Tue, 25 Feb 2014, Troy Henderson wrote: Is it possible to have ONLY the prefix (not followed by the corresponding page number) with this implementation? If not, is that a feature that can also be added? I tried to create a custom label called viewercustom (which operates like

Re: [NTG-context] Appendix Page Numbering

2014-02-25 Thread Troy Henderson
Did you regenerate the format? context --make. I have now :-) which now reflects may changes, but now I have to figure out why my changes aren't working as expected. :-/ Troy ___ If your question is of interest to

Re: [NTG-context] different page sizes on one sheet

2014-02-24 Thread amerke
hi again, a simplified setup with two A6 and one A5 page on one sheet of A4 paper (no back page in this case) would also be a great starting point ... +--+--+ | | | | A6 | | | | | +--+A5

Re: [NTG-context] different page sizes on one sheet

2014-02-24 Thread Wolfgang Schuster
Am 24.02.2014 um 20:55 schrieb amerke artur.me...@udo.edu: hi again, a simplified setup with two A6 and one A5 page on one sheet of A4 paper (no back page in this case) would also be a great starting point ... +--+--+ | | | | A6

[NTG-context] different page sizes on one sheet

2014-02-23 Thread amerke
hi, i'm new to the list and also pretty new to ConTeXt (but I used LaTeX for a lot of years), but need a quite complicated page setup right in the beginning: i have a combination of two A5 pages and four A6 pages and i'd like to put them on one double sided A4 paper sheet (please use

[NTG-context] different page sizes on one sheet

2014-02-23 Thread Artur Merke
hi, i'm new to the list and also pretty new to ConTeXt (but I used LaTeX for a lot of years), but need a quite complicated page setup right in the beginning: i have a combination of two A5 pages and four A6 pages and i'd like to put them on one double sided A4 paper sheet (please use monotyped

Re: [NTG-context] Appendix Page Numbering

2014-02-20 Thread Troy Henderson
anyhow, i'll add this: \setupuserpagenumber[viewerprefix=titlepage] \startstandardmakeup The first page \stopstandardmakeup \setupuserpagenumber[viewerprefix=p ] Thanks Hans. That works great. Is it possible to have ONLY the prefix (not followed

[NTG-context] How to put the same page a few times in the document

2014-02-16 Thread Marcin Borkowski
Hi list, I am pretty sure I asked about it some time ago, but could not find it. How do I put the same page a few times in a document? (Use case: an A6 leaflet, printed 4 times on an A4 sheet.) TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [NTG-context] How to put the same page a few times in the document

2014-02-16 Thread Wolfgang Schuster
Am 16.02.2014 um 23:09 schrieb Marcin Borkowski mb...@wmi.amu.edu.pl: Hi list, I am pretty sure I asked about it some time ago, but could not find it. How do I put the same page a few times in a document? (Use case: an A6 leaflet, printed 4 times on an A4 sheet.) http

Re: [NTG-context] How to put the same page a few times in the document

2014-02-16 Thread Marcin Borkowski
Dnia 2014-02-16, o godz. 23:13:35 Wolfgang Schuster schuster.wolfg...@gmail.com napisał(a): Am 16.02.2014 um 23:09 schrieb Marcin Borkowski mb...@wmi.amu.edu.pl: Hi list, I am pretty sure I asked about it some time ago, but could not find it. How do I put the same page a few times

Re: [NTG-context] Appendix Page Numbering

2014-02-15 Thread Troy Henderson
Have you updated you installation because the viewerprefix key was added yesterday. Oh no. I'm using the TeXLive 2013 ConTeXt. Is the update something I can do on this, or do I have to download and install minimals? \dorecurse{2}{\dontleavehmode\page} Thanks

Re: [NTG-context] Appendix Page Numbering

2014-02-14 Thread Hans Hagen
with an interface for that which also can be wikified and remembered well anyhow, i'll add this: \setupuserpagenumber[viewerprefix=titlepage] \startstandardmakeup The first page \stopstandardmakeup \setupuserpagenumber[viewerprefix=p ] so it's a semi-manual job Hans

[NTG-context] bug in page break and footnotes

2014-02-14 Thread Pablo Rodriguez
Dear list, I have just discovered that there is a buggy interaction between references and footnotes. The sample is taken form a book I’m writing. When including two \about and a footnote at the end of the paragraph, ConTeXt is not able to move the two last lines from paragraph to the next page

Re: [NTG-context] Appendix Page Numbering

2014-02-14 Thread Troy Henderson
\setupuserpagenumber[viewerprefix=titlepage] \startstandardmakeup The first page \stopstandardmakeup \setupuserpagenumber[viewerprefix=p ] I'm clearly missing something. Troy \setupinteraction[state=start] \defineconversionset[frontpart:pagenumber][][romannumerals

Re: [NTG-context] Appendix Page Numbering

2014-02-14 Thread Wolfgang Schuster
Am 15.02.2014 um 02:30 schrieb Troy Henderson thend...@gmail.com: \setupuserpagenumber[viewerprefix=titlepage] \startstandardmakeup The first page \stopstandardmakeup \setupuserpagenumber[viewerprefix=p ] I'm clearly missing something. Have you updated you

Re: [NTG-context] Appendix Page Numbering

2014-02-13 Thread Troy Henderson
Andreas, Thank you for the reply. I'm afraid that I don't know how to manually manipulate the PDF Catalog. I was able to successfully build the code on this page http://www.ntg.nl/pipermail/ntg-context/2008/036947.html but I had to add \placebookmarks[chapter,section][chapter][force=yes

Re: [NTG-context] Appendix Page Numbering

2014-02-13 Thread Hans Hagen
On 2/13/2014 1:39 PM, Troy Henderson wrote: Andreas, Thank you for the reply. I'm afraid that I don't know how to manually manipulate the PDF Catalog. I was able to successfully build the code on this page http://www.ntg.nl/pipermail/ntg-context/2008/036947.html but I had to add

Re: [NTG-context] Appendix Page Numbering

2014-02-13 Thread Troy Henderson
Hans, Attached is a screenshot of what your output looks like in Evince. I am trying to get the Page Number listed as A for the Appendix. Troy attachment: screenshot.png___ If your question is of interest to others

Re: [NTG-context] Appendix Page Numbering

2014-02-13 Thread Hans Hagen
On 2/13/2014 4:28 PM, Troy Henderson wrote: Hans, Attached is a screenshot of what your output looks like in Evince. I am trying to get the Page Number listed as A for the Appendix. It shows ok in Okular and Sumatrapdf (both on windows) so it's probably a bug in Evince then. Hans

Re: [NTG-context] Appendix Page Numbering

2014-02-13 Thread Aditya Mahajan
On Thu, 13 Feb 2014, Troy Henderson wrote: Hans, Attached is a screenshot of what your output looks like in Evince. I am trying to get the Page Number listed as A for the Appendix. If I add \placebookmarks[chapter,section][chapter][force=yes] to Hans's example and compile it (using

Re: [NTG-context] Appendix Page Numbering

2014-02-13 Thread Troy Henderson
I do have an older version of Evince on this machine (v. 2.32.0). I have a new version installed on another machine. I will check it there. Thank you very much. My only question now would be how to remove the 1 and A PRECEDING the chapter names (as indicated in the attached editing of Aditya's

Re: [NTG-context] Appendix Page Numbering

2014-02-13 Thread Troy Henderson
My desired PDF PageLabels are in the attached PNG. I have also attached a ConTeXt source file that attempts attempts this, but clearly I am missing a bit. I would appreciate any help in accomplishing this effect. Troy attachment: screenshot.png foo.tex Description: TeX document

Re: [NTG-context] Appendix Page Numbering

2014-02-12 Thread Andreas Schneider
Title: Re: [NTG-context] Appendix Page Numbering On Monday, February 10, 2014, at 20:33 Troy Henderson wrote: Any thoughts on getting these "custom PDF bookmark/index" entries? Thanks in advance, Troy What you are looking for is called "Page Labels". http://www.w3

Re: [NTG-context] Appendix Page Numbering

2014-02-10 Thread Troy Henderson
Any thoughts on getting these custom PDF bookmark/index entries? Thanks in advance, Troy ___ 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] Additional unnumbered pages behind a title page

2014-02-07 Thread Wolfgang Schuster
Am 07.02.2014 um 17:32 schrieb Robert Blackstone blackstone.rob...@gmail.com: Dear list, For a Thesis, doublesided, I need three unnumbered pages behind the Title-page, the second of which contains only a dedication To the memory of A. For the Title-page I use standardmakeup

<    6   7   8   9   10   11   12   13   14   15   >