Re: [NTG-context] bug in hyphenation?

2014-08-30 Thread Hans Hagen
On 8/30/2014 6:47 AM, Pablo Rodriguez wrote: Dear list, the following sample shows bad hyphenation in the first body line and in many linenotes: \showframe \definepapersize[HippPaper][width=6in, height=9in] \setuppapersize[HippPaper] \setupnote[linenote][rule=off, paragraph=yes, split

[NTG-context] bug in hyphenation?

2014-08-29 Thread Pablo Rodriguez
Dear list, the following sample shows bad hyphenation in the first body line and in many linenotes: \showframe \definepapersize[HippPaper][width=6in, height=9in] \setuppapersize[HippPaper] \setupnote[linenote][rule=off, paragraph=yes, split=verystrict, scope=text, inbetween=\hskip1.5em, compress

Re: [NTG-context] Title in margin example from the wiki not working?

2014-08-07 Thread Wolfgang Schuster
Am 07.08.2014 um 08:38 schrieb Mica Semrick : > Hello, > > I'm trying to get the subject heading in the margin. I found this code on the > wiki, but it is not compiling with the latest version of ConTeXt. > > \setuppapersize[A5] > \setuphead > [subject] >

[NTG-context] Title in margin example from the wiki not working?

2014-08-06 Thread Mica Semrick
Hello, I'm trying to get the subject heading in the margin. I found this code on the wiki, but it is not compiling with the latest version of ConTeXt. \setuppapersize[A5] \setuphead [subject] [alternative=text,distance=0pt,command=\MyHead,style=\sc] \def\MyHead#1#2{\inmargin{

Re: [NTG-context] Date format problems

2014-07-29 Thread A.J. Bonnema
direction. I copy the start of the document from vi (line 4 is the relevant line): \setuppapersize[A4] 2 \setuplayout[style=\ss] 3 %\setupfooter[style=] 4 \setuplanguage[nl][date={dd, -, mm, -, year}] \mainlanguage[nl] Herbert Thanks Herbert. I editted the wiki page of Command/date to add

Re: [NTG-context] Date format problems

2014-07-29 Thread Herbert Voss
the document from vi (line 4 is the relevant line): > > \setuppapersize[A4] > 2 \setuplayout[style=\ss] > 3 %\setupfooter[style=] > 4 \setuplanguage[nl][date={dd, -, mm, -, year}] \mainlanguage[nl] Herbert > 5 > 6 \setupheadertexts[CV Guus Bonnema] > 7 \setup

[NTG-context] Date format problems

2014-07-29 Thread A.J. Bonnema
): \setuppapersize[A4] 2 \setuplayout[style=\ss] 3 %\setupfooter[style=] 4 \setuplanguage[nl][date={dd, -, mm, -, year}] 5 6 \setupheadertexts[CV Guus Bonnema] 7 \setupfootertexts[\currentdate][pagenumber] 8 9 %\definebodyfont[10pt][ss][tfe=lbr at 105pt] 10 Line 4 is the relevant

[NTG-context] Why is my output body text in 15pt?

2014-07-23 Thread Gerben Wierda
.\discretionary ..\*12ptrmtfrm*: - .\*12ptrmtfrm*: i .etc. Which seems to indicate that the font is 12pt. But why is the document in 15pt text? My environment contains (amongst other things): \definepapersize[smallpaperback][width=5in,height=8in] \setuppapersize[smallpaperback][smallpaperback

Re: [NTG-context] Figure whitespace overflows page

2014-07-20 Thread Rik Kabel
the figure overflowing into the footnote space by avoiding footnotes, but the space on the next page is just ugly. \setuppapersize[A6] \setupexternalfigures[location={local,default}] \setupfloats[spaceafter=none] \starttext \input{knuth} \placefigure[left]{Caption} {\startcom

Re: [NTG-context] textbackground inside itemize

2014-07-09 Thread Hans Hagen
) patch to test Thanks, Troy Henderson --- \setuppapersize[letter,landscape][letter,landscape] \definetextbackground[foo][ state=start, location=paragraph, background=color, backgroundcolor={0.875,0.875,0.875}, frame=off ] \starttext \startcolu

[NTG-context] textbackground inside itemize

2014-07-08 Thread Troy Henderson
The following code produces a textbackground whose background color enters into the "itemize label" area on the second (and succeeding) lines of the paragraph. I would appreciate advice on fixing this. Thanks, Troy Henderson --- \setuppapersize[letter,landscape][letter

Re: [NTG-context] Protrusion with compound word hyphenation (||)

2014-07-02 Thread Rik Kabel
the same paragraph. WE (exaggerated, but demonstrates the point): \setuppapersize[monarch] \definefontfeature [default] [protrusion=quality] \setupalign[hanging] \setuptolerance[horizontal,strict] \setuphyphenmark [sign=small] \showframe [te

Re: [NTG-context] Protrusion with compound word hyphenation (||)

2014-07-01 Thread Wolfgang Schuster
Am 02.07.2014 um 03:16 schrieb Rik Kabel : > I notice that with compound words broken across lines protrusion does not get > applied. This looks pretty rough when there are normal hyphenated words in > the same paragraph. > > WE (exaggerated, but demonstrates the point): &g

[NTG-context] Protrusion with compound word hyphenation (||)

2014-07-01 Thread Rik Kabel
I notice that with compound words broken across lines protrusion does not get applied. This looks pretty rough when there are normal hyphenated words in the same paragraph. WE (exaggerated, but demonstrates the point): \setuppapersize[monarch] \definefontfeature [default

Re: [NTG-context] options for \setuppapersize

2014-06-15 Thread Pablo Rodriguez
On 06/15/2014 09:03 PM, Wolfgang Schuster wrote: >> >> I’m trying to explain the options of \setuppapersize in a book, but I’m >> not sure they work. >> [...] >> Do they work as expected or am I doing something wrong? > > You have to set the right values for

Re: [NTG-context] options for \setuppapersize

2014-06-15 Thread Wolfgang Schuster
Am 15.06.2014 um 20:19 schrieb Pablo Rodriguez : > Dear list, > > I’m trying to explain the options of \setuppapersize in a book, but I’m > not sure they work. > > With latest beta from 2014.06.15 15:54, this is the results I get with a > minimal document such as: >

[NTG-context] options for \setuppapersize

2014-06-15 Thread Pablo Rodriguez
Dear list, I’m trying to explain the options of \setuppapersize in a book, but I’m not sure they work. With latest beta from 2014.06.15 15:54, this is the results I get with a minimal document such as: \setuppapersize[A5] \starttext \input zapf \stoptext I cannot make the

Re: [NTG-context] bug with \setuplist?

2014-06-07 Thread Hans Hagen
On 6/7/2014 8:41 PM, Pablo Rodriguez wrote: Dear list, sorry for posting this issue twice, but I wonder whether it went unnoticed because I added it in an answer to an already replied message. I have the following sample: \setuppapersize[A6] \setuplist[part][after={\blank[samepage

[NTG-context] bug with \setuplist?

2014-06-07 Thread Pablo Rodriguez
Dear list, sorry for posting this issue twice, but I wonder whether it went unnoticed because I added it in an answer to an already replied message. I have the following sample: \setuppapersize[A6] \setuplist[part][after={\blank[samepage,big]}] \starttext \completecontent

Re: [NTG-context] bug with \setuplist[part][after={\blank[samepage, big]}]

2014-06-06 Thread Pablo Rodriguez
ages and two of them finish with a part title. >> >> Am I missing something or is this a bug? And if it were a bug, would it >> be related to wrong page breaks with titles? > > no, more with before/after settings in the list setup (that you can > change per section) Hans

Re: [NTG-context] dx=1cm with imposition: how to disable "right" most dx?

2014-06-01 Thread Xan
arnet][width=8.50cm,height=5.40cm] > > > > \setuppapersize [carnet][A4] > > > > \setuppaper [] > > \setuplayout[page] [topspace=0.02cm, backspace=0.02cm, > > header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit] > > \setuplayout[page] > > \setuplayo

Re: [NTG-context] dx=1cm with imposition: how to disable "right" most dx?

2014-06-01 Thread Hans Hagen
On 6/1/2014 12:00 PM, Xan wrote: Hi, I have this code: \definepapersize[carnet][width=8.50cm,height=5.40cm] \setuppapersize [carnet][A4] \setuppaper [] \setuplayout[page] [topspace=0.02cm, backspace=0.02cm, header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit

[NTG-context] dx=1cm with imposition: how to disable "right" most dx?

2014-06-01 Thread Xan
Hi, I have this code: \definepapersize[carnet][width=8.50cm,height=5.40cm] \setuppapersize [carnet][A4] \setuppaper [] \setuplayout[page] [topspace=0.02cm, backspace=0.02cm, header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit] \setuplayout[page] \setuplayout

Re: [NTG-context] bug in \setuptagging?

2014-05-31 Thread Wolfgang Schuster
>> \unexpanded\def\obeyedspace{\hskip\zeropoint\char32\hskip\zeropoint}% >> \to \everyenableelements > > Many thanks for your reply, Hans. > > I’m afraid I cannot make it work even with the minimal sample: > >\setuppapersize[A6] >\setuptagging[state=start] >

Re: [NTG-context] bug in \setuptagging?

2014-05-31 Thread Pablo Rodriguez
thanks for your reply, Hans. I’m afraid I cannot make it work even with the minimal sample: \setuppapersize[A6] \setuptagging[state=start] \setuptyping[margin=yes,align={right,broad}] \appendtoks \unexpanded\def\obeyedspace{\hskip\zeropoint\char32\hskip% \z

Re: [NTG-context] bug in \setuptagging?

2014-05-31 Thread Hans Hagen
On 5/31/2014 8:30 AM, Pablo Rodriguez wrote: Dear list I experience weird results with latest beta (2014.05.30 23:26). Here is the sample: \setuppapersize[A6] \setuptagging[state=start] \setuptyping[margin=yes,align={right,broad}] \starttext \starttyping

[NTG-context] bug in \setuptagging?

2014-05-30 Thread Pablo Rodriguez
Dear list I experience weird results with latest beta (2014.05.30 23:26). Here is the sample: \setuppapersize[A6] \setuptagging[state=start] \setuptyping[margin=yes,align={right,broad}] \starttext \starttyping \setuptyping[margin=yes, align={right,broad}] \stoptyping

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

2014-05-26 Thread Hans Hagen
On 5/26/2014 7:47 AM, Pablo Rodriguez wrote: Dear list, I’m afraid there is a bug (I think it was) introduced in beta from 2014.05.21 22:04: \showframe \setuppapersize[A6] \starttext \dorecurse{23}{This is only a random sentence. } \section{Section} \input zapf

[NTG-context] bug in latest beta?

2014-05-25 Thread Pablo Rodriguez
Dear list, I’m afraid there is a bug (I think it was) introduced in beta from 2014.05.21 22:04: \showframe \setuppapersize[A6] \starttext \dorecurse{23}{This is only a random sentence. } \section{Section} \input zapf \stoptext Page break is wrong if \section is

Re: [NTG-context] Problem with \framed align and orientation on landscape pages

2014-05-25 Thread Hans Hagen
or the key /align /other than a null value pushes the frame beyond the bottom margin on a landscape page for many values of /orientation/. The following MWE demonstrates this: \setuppapersize [A4,landscape] \starttext \framed[orientation=90,align=no]{\externalfigure[dummy]} \stoptext I

Re: [NTG-context] Problem with \framed align and orientation on landscape pages

2014-05-25 Thread Rik Kabel
ull value pushes the frame beyond the bottom margin on a landscape page for many values of /orientation/. The following MWE demonstrates this: \setuppapersize [A4,landscape] \starttext \framed[orientation=90,align=no]{\externalfigure[dummy]} \stoptext It also seems that the default

Re: [NTG-context] Problem with \framed align and orientation on landscape pages

2014-05-24 Thread Aditya Mahajan
d the bottom margin on a landscape page >>> for many values of /orientation/. The following MWE demonstrates this: >>> >>> \setuppapersize [A4,landscape] >>> \starttext >>>\framed[orientation=90,align=no]{\externalfigure[dummy]} >>

Re: [NTG-context] Problem with \framed align and orientation on landscape pages

2014-05-24 Thread Rik Kabel
: \setuppapersize [A4,landscape] \starttext \framed[orientation=90,align=no]{\externalfigure[dummy]} \stoptext It also seems that the default value of /align/// is not /no/ as the wiki suggests, since there is a very different result when no align key is provided and when it is

Re: [NTG-context] Problem with \framed align and orientation on landscape pages

2014-05-24 Thread Hans Hagen
On 5/24/2014 4:11 AM, Rik Kabel wrote: For the /\framed/ command, any value for the key /align /other than a null value pushes the frame beyond the bottom margin on a landscape page for many values of /orientation/. The following MWE demonstrates this: \setuppapersize [A4,landscape

[NTG-context] Problem with \framed align and orientation on landscape pages

2014-05-23 Thread Rik Kabel
For the /\framed/ command, any value for the key /align /other than a null value pushes the frame beyond the bottom margin on a landscape page for many values of /orientation/. The following MWE demonstrates this: \setuppapersize [A4,landscape] \starttext \framed[orientation=90

Re: [NTG-context] basic question on imposition

2014-05-16 Thread Pablo Rodriguez
to build a booklet from an existing PDF document, my code is >> the following (copied from the wiki long time ago): >> >>\setuppapersize [A5][A4,landscape] >>\setuparranging [2UP,doublesided] >>\setuplayout [backspace=0pt, >>topspace=0p

Re: [NTG-context] basic question on imposition

2014-05-14 Thread Willi Egger
document, my code is > the following (copied from the wiki long time ago): > > \setuppapersize [A5][A4,landscape] >\setuparranging [2UP,doublesided] >\setuplayout [backspace=0pt, >topspace=0pt, > width=middle, > height

[NTG-context] basic question on imposition

2014-05-14 Thread Pablo Rodriguez
Dear list, I’m trying to build a booklet from an existing PDF document, my code is the following (copied from the wiki long time ago): \setuppapersize [A5][A4,landscape] \setuparranging [2UP,doublesided] \setuplayout [backspace=0pt, topspace=0pt, width

[NTG-context] setuppage is ignored

2014-05-07 Thread Thomas Möbius
Dear list, it seems as if \setupnumber is ignored or I am using the wrong way to reset the page numbering. How to start the page numbering at 1 in the bodymatter? ---minimal exampe--- \setuppapersize[A5] \setuppagenumbering[start=start,alternative=doublesided,location=] \setupheader[style

Re: [NTG-context] problem between textrule and setupindenting ?

2014-05-06 Thread Hans Hagen
On 5/3/2014 9:34 AM, Bertrand Masson wrote: Hello, In the following code, the second ruleis indented. How to remove this indentation ? %code% \setuppapersize[A5] \setupindenting[small,yes] \setuptextrules[inbetween=\noindentation] \starttext \starttextrule{introduction} Once upon a time

[NTG-context] problem between textrule and setupindenting ?

2014-05-03 Thread Bertrand Masson
Hello, In the following code, the second ruleis indented. How to remove this indentation ? %code% \setuppapersize[A5] \setupindenting[small,yes] \setuptextrules[inbetween=\noindentation] \starttext \starttextrule{introduction} Once upon a time \unknown \stoptextrule \stoptext %code% Many thanks

Re: [NTG-context] Text and figure side by side

2014-04-25 Thread Fabrice
May be a solution, but why all the text is not in the left column and the single figure in the right column? \setuppapersize[A4] \setuplayout[ backspace=15mm, width=middle, topspace=15mm, height=middle, header=0pt, footer=0pt

[NTG-context] Problem with pdf output for FeedARead.com

2014-04-15 Thread Keith McKay
about using Context to produce a simple pdf for upload using the structure below: \definepapersize[leela][width=5in, height=8in] \setuppapersize[leela][leela] \setuplayout[backspace=0.75in,cutspace=0.5in,width=fit] \setupindenting[yes,medium,next] \setuppagenumbering[state=stop

Re: [NTG-context] Bugs in linenumbering ?

2014-04-03 Thread Stéphane Goujet
n in footnotes. -- Alignment of the first quoted paragraph in respect to the following quoted paragraphs is not perfect (because I use different symbols for the quotation opening («) and the quotation repetition (»), I guess). But this point is good enough for me. == \setu

Re: [NTG-context] Bugs in linenumbering ?

2014-04-03 Thread Hans Hagen
ted, but I suppose (1) and (2) are not the expected behaviour. == \setuppapersize[A4] \setupindenting[yes,first,medium] \definelinenumbering[lnbasic] \definelinenumbering[lntext] \definelinenumbering[lntextandnullwidth] \definelinenumbering[lntextandwi

[NTG-context] Bugs in linenumbering ?

2014-04-02 Thread Stéphane Goujet
ted behaviour. == \setuppapersize[A4] \setupindenting[yes,first,medium] \definelinenumbering[lnbasic] \definelinenumbering[lntext] \definelinenumbering[lntextandnullwidth] \definelinenumbering[lntextandwidth] \setuplinenumbering[lnbasic][] \setuplinenumbering[lntext][locat

Re: [NTG-context] Stepper code fails

2014-03-28 Thread Hans Hagen
On 3/28/2014 11:30 AM, Michael Guravage wrote: The Stepper example on the wiki, <http://wiki.contextgarden.net/Stepper> from which the following snippet comes, \usemodule[pre-60] % use the stepper \setuppapersize[S6][S6] \defineoverlay[invoke] [\overlaybutton{InvokeS

[NTG-context] Stepper code fails

2014-03-28 Thread Michael Guravage
The Stepper example on the wiki, <http://wiki.contextgarden.net/Stepper>from which the following snippet comes, \usemodule[pre-60] % use the stepper \setuppapersize[S6][S6] \defineoverlay[invoke] [\overlaybutton{InvokeStepper}] \setupbackgrounds[text] [background=invoke] \setupinteraction

[NTG-context] Caption whitespace overflows page

2014-03-26 Thread Rik Kabel
. \setuppapersize[A6] \setupexternalfigures[location={local,default}] \setupfloats[spaceafter=none] \starttext \input{knuth} \placefigure[left]{Caption} {\startcombination[1*3] {\externalfigure[cow.pdf][height=2cm]}{cow} {\externalfigure[cow.pdf][height=2cm]}{cow

Re: [NTG-context] vertical alignment of margindata

2014-03-19 Thread Hans Hagen
). Thanks and all best Thomas \setuppapersize [A5] \setupbodyfont [times,12pt] \definemargindata [SYM] [left] [hoffset=1.5em,style=bold] method=top \starttext \SYM{1} test \blank[line] \SYM{2} \dontleavehmode \startxtable \startxrow \startxcell Hello

Re: [NTG-context] \seeindex and secondary index (register) levels

2014-03-19 Thread Rik Kabel
s not do anything different, and in particular it does not create a link. Perhaps this new example better illustrates the problem: \setupinteraction[state=start] \setupregister[index][n=1] \setuppapersize[A7] \starttext \type{Dilbert} should be a link to the second-level on pa

[NTG-context] vertical alignment of margindata

2014-03-19 Thread Thomas A. Schmitz
example, you can see that these margindata are aligned to the bottom line of the table. Is there any way to make them align to the top? Bonus points if they are aligned with the content of the first table row (and not with the top border of the table). Thanks and all best Thomas \setuppapersize

[NTG-context] Text background regression in 20140316 beta

2014-03-16 Thread Rik Kabel
background on the following page is starts too far down the page (although it appears to have the proper depth). The following example demonstrates the problem. Sorry for its length. \setuppapersize[A6][A6] \definetextbackground[blockquotebackground] [ location

Re: [NTG-context] (again) bug?: \about disables \setupnote[split=strict]

2014-03-16 Thread Hans Hagen
On 3/13/2014 6:12 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \setuppapersize[A6] \setupnote[footnote][split=strict] \starttext \section[bspaces]{Blank spaces} \section[paragraph]{Paragraphs} \dorecurse{11}{This is a sentence.\par} This is already explained in sections

[NTG-context] (again) bug?: \about disables \setupnote[split=strict]

2014-03-13 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuppapersize[A6] \setupnote[footnote][split=strict] \starttext \section[bspaces]{Blank spaces} \section[paragraph]{Paragraphs} \dorecurse{11}{This is a sentence.\par} This is already explained in sections \about[bspaces] y \about[paragraph

[NTG-context] \about disables \setupnote[footnote][split=strict]

2014-03-11 Thread Pablo Rodriguez
Dear list, I have just accidentally noted that \about disables the option [split=strict] in \setupnote. Here is a sample: \mainlanguage[es] \setuppapersize[A6] \setupnote[footnote][split=strict] \starttext \section[espacios]{Espacios} \section[parrafos]{Párrafos} \dorecurse{5}{Esta es una

Re: [NTG-context] struggling with section headers

2014-03-10 Thread Thangalin
=148mm] % ConTeXt seems to have forgotten about a5 and a6?? \setuppapersize[a6][a6] % small paper to get more breaks \setupbodyfont[rm,9pt] \setupinterlinespace[12pt] \setupindenting[yes, medium, next] \setupblank[big] \setupcolor[state=start] \setuplayout[grid=yes] \setupheads[ align={right

Re: [NTG-context] struggling with section headers

2014-03-10 Thread Henning Hraban Ramm
Ok, second try. Here’s a rather minimal example: ——— \usemodule[visual] % fakewords \definepapersize[a6][width=105mm,height=148mm] % ConTeXt seems to have forgotten about a5 and a6?? \setuppapersize[a6][a6] % small paper to get more breaks \setupbodyfont[rm,9pt] \setupinterlinespace[12pt

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

2014-03-04 Thread David Wooten
nside margin edge, is there an opposite command? > > Hi David, > > as far as I know, location=right is the option you want. > > See minimal sample: > > \setuppapersize[A6] > \setuppagenumbering[alternative=doublesided, location=right] > \starttext > \input k

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

2014-03-03 Thread Pablo Rodriguez
he option you want. See minimal sample: \setuppapersize[A6] \setuppagenumbering[alternative=doublesided, location=right] \starttext \input knuth\page \input zapf\page \input ward \stoptext I hope it helps, Pablo -- http://www

[NTG-context] Strange behaviour with columnar itemized text

2014-02-27 Thread Thangalin
snail butter} \stopInstructions } \stopmixedcolumns \stoptext ] 8< snip snip 8< [ The second, slightly longer example, shows text overlapping the footer region (http://i.imgur.com/vUNyDmk.png) and extending off the second page. ] 8< snip snip 8< [ \setu

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

2014-02-27 Thread amerke
te: 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 the

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 >

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 >

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-24 Thread amerke
=2, ny=2, dx=0mm, dy=0mm] \setuparranging[XY] \showframe[cut=true] \setuppapersize[A5][A4,landscape] \starttext Page 1. A5 Portrait \page \setuppapersize[A6][A4] Page 2. A5 Portrait \page Page 3. A6 Portrait \page \setuppapersize[A5][A4,landscape] Page 1. backside A5 Portrait \page \setuppape

[NTG-context] different page sizes on one sheet

2014-02-23 Thread Artur Merke
starting point: \setuppaper[nx=2, ny=2, dx=0mm, dy=0mm] \setuparranging[XY] \showframe[cut=true] \setuppapersize[A5][A4,landscape] \starttext Page 1. A5 Portrait \page \setuppapersize[A6][A4] Page 2. A5 Portrait \page Page 3. A6 Portrait \page \setuppapersize[A5][A4,landscape] Page 1. backside A5

[NTG-context] different page sizes on one sheet

2014-02-23 Thread amerke
starting point: \setuppaper[nx=2, ny=2, dx=0mm, dy=0mm] \setuparranging[XY] \showframe[cut=true] \setuppapersize[A5][A4,landscape] \starttext Page 1. A5 Portrait \page \setuppapersize[A6][A4] Page 2. A5 Portrait \page Page 3. A6 Portrait \page \setuppapersize[A5][A4,landscape] Page 1. backside A5

Re: [NTG-context] 1. \setupbackgrounds with colours 2. \textwidth = 1.09\textwidth?

2014-02-17 Thread Rudolf Bahr
n my program? > > > > Regards, Rudolf > > > > % > > -->8 > > % vim:tw=150: > > > > \language[de] > > > > \setuppapersize [A4,

Re: [NTG-context] 1. \setupbackgrounds with colours 2. \textwidth = 1.09\textwidth?

2014-02-17 Thread Wolfgang Schuster
gin, whereas the vertical \vrule strokes exactly are as high as > expected. > > Is there a bug in my program? > > Regards, Rudolf > > % ------>8 > % vim:tw=150: > > \language[de] > &

[NTG-context] 1. \setupbackgrounds with colours 2. \textwidth = 1.09\textwidth?

2014-02-17 Thread Rudolf Bahr
ds, Rudolf % -->8 % vim:tw=150: \language[de] \setuppapersize [A4,landscape]% \setuplayout[% backspace=42.65mm,leftedge=2mm,leftmargin=20mm,leftmargindistance=5pt,te

Re: [NTG-context] getting text outside cropmarks to work

2014-02-07 Thread Wolfgang Schuster
nyone have a recent >>> example of using a layer to place a running footer outside the crop >>> marks? >> >> \setuppapersize[A4][A3] >> >> \setuplayout[location=middle,marking=on] >> >> \setupbodyfont[modern] >> >> \definelayer[

Re: [NTG-context] getting text outside cropmarks to work

2014-02-07 Thread Lars Huttar
ing footer outside the crop >> marks? > > \setuppapersize[A4][A3] > > \setuplayout[location=middle,marking=on] > > \setupbodyfont[modern] > > \definelayer[cropmark][width=\paperwidth,height=\paperheight] > > \setupbackgrounds[page][background=cropmark] > > \setlayer[c

Re: [NTG-context] getting text outside cropmarks to work

2014-02-06 Thread Lars Huttar
oter outside the crop >> marks? > > \setuppapersize[A4][A3] > > \setuplayout[location=middle,marking=on] > > \setupbodyfont[modern] > > \definelayer[cropmark][width=\paperwidth,height=\paperheight] > > \setupbackgrounds[page][background=cropmark] > > \setlayer[cropmar

Re: [NTG-context] getting text outside cropmarks to work

2014-02-06 Thread Wolfgang Schuster
current wiki > (http://wiki.contextgarden.net/Imposition#Cut_marks) and by Hans > (http://context.markmail.org/thread/kpayudrtabsti76i) albeit several years > ago; the current ref man (section 3.4 Page design / page composition) also > lists marking=TEXT as an option for \setupl

[NTG-context] Lucida fonts with ConTeXt

2014-01-29 Thread Fabrice Couvreur
Hi, I want to use the Lucida fonts. I understand that these are commercial fonts that I must buy. What should buy and where ? In the meantime, I tried to test the following file : \setuppapersize[A4] \setuplayout [backspace=15mm, width=middle, topspace=15mm, height=middle, header

[NTG-context] \startnarrower[left, right] \completecontent[pageboundaries={0.1.1.5}] \stopnarrower

2014-01-22 Thread Rudolf Bahr
the following example. The TOC is really indented at both sides, but it doesn't stop at all at page bottom. Something must be wrong here. But what? Regards, Rudolf Bahr ----->8 \setuppape

Re: [NTG-context] Problem with definelabel in recent standalone

2014-01-16 Thread Hans Hagen
On 1/15/2014 3:29 PM, Rik Kabel wrote: The following code fails with the current standalone (ConTeXt ver: 2014.01.14 22:36 MKIV beta fmt: 2014.1.14 int: english/english), but works with TL2013: \setuppapersize[A8][A8] \definelabel [Qb

Re: [NTG-context] apply typing environment to \typebuffer

2014-01-15 Thread Pablo Rodriguez
uffer][style=\tt\setupinterlinespace,align={right,broad}] \starttext \startbuffer[basic-document] \mainlanguage[es] \setuppapersize[A5,landscape] \setuppagenumbering[location=bottom] \starttext \chapter{Introducción} \ConTeXt\ is {\en\em a document generation system}. \stoptext \stopbuffer \typebu

[NTG-context] Problem with definelabel in recent standalone

2014-01-15 Thread Rik Kabel
The following code fails with the current standalone (ConTeXt  ver: 2014.01.14 22:36 MKIV beta  fmt: 2014.1.14  int: english/english), but works with TL2013: \setuppapersize[A8][A8] \definelabel   [Qb

[NTG-context] ! Missing = inserted for \ifnum.

2014-01-01 Thread Fabrice
. 1 >> \setuppapersize[A4] 2 \setuplayout [backspace=0cm,width=middle, 3 topspace=1cm,height=middle, 4 location=middle,marking=on] 5 \setuppagenumbering[location=] 6 \loadtypescriptfile[mathdesign] 7 \setupbodyfont[charter] 8 \setupexternalfigures[location={

Re: [NTG-context] (critical edition) notes alphabetically sorted

2013-12-22 Thread Hans Hagen
On 12/22/2013 10:22 PM, Pablo Rodriguez wrote: Hi Thomas, Luigi and Hans, I’m aware that this isn’t exactly a feature for critical editions, but this is a useful feature for educational material. This is a minimal sample: \mainlanguage[en] \setuplanguage[en][patterns={en,agr}] \setuppapersize

[NTG-context] (critical edition) notes alphabetically sorted

2013-12-22 Thread Pablo Rodriguez
Hi Thomas, Luigi and Hans, I’m aware that this isn’t exactly a feature for critical editions, but this is a useful feature for educational material. This is a minimal sample: \mainlanguage[en] \setuplanguage[en][patterns={en,agr}] \setuppapersize[A5] \usemodule[simplefonts] \setmainfont[DejaVu

[NTG-context] line notes compress

2013-12-02 Thread Hans Hagen
Hi, The linenote compression options (and control) has been upgraded: \definepapersize [mine] [width=8cm, height=6cm] \setuplayout [location=middle, width=middle, height=middle, headerdistance=5mm] \setuppapersize [mine] [oversized] \definelinenote [MyNote

Re: [NTG-context] Keeping titles together with the following text when grid is on

2013-12-01 Thread H. Özoguz
Hello, this is not the same question as handling orphan and widows - because you surely do not want some titles with only 2-3 lines of body text after them. I always use "\testpage[x]" to handle those issues, see your example with testpage: \setuppapersize[B5] \starts

[NTG-context] Keeping titles together with the following text when grid is on

2013-11-30 Thread Jan Tosovsky
Dear All, when grid is on, orphan and widows have to be eliminated using additional penalty settings. Whereas it works fine for body text, section titles are still sometimes left at the bottom of the page. It can be reproduced using this example: \setuppapersize[B5] \startsetups[grid

[NTG-context] Duplexing a single-sided layout?

2013-11-30 Thread Adam Khan
single-sided layout? For example: \definepapersize[custom][width=335mm,height=500mm] \setuppapersize[custom][B3] \setuplayout[% width=middle,% height=middle,% backspace=90mm,% topspace=25mm,% leftmargin=30mm,% rightmargin=15mm,% leftmargindistance=5mm,% rightmargindistance=20mm

Re: [NTG-context] a way to implement \testcolumn in mixedcolumns

2013-11-26 Thread Lars Huttar
in mixedcolumns? >>> >>> for the moment add \penalty1 >>> >> >> OK... where? In the same place we used to use \testcolumn? > > just after the (sub)section title > > i need time to figure out this kind of things in the balancer Hans, here is what I

Re: [NTG-context] (critical edition) nesting linenotes

2013-11-18 Thread Hans Hagen
On 11/18/2013 8:55 PM, Pablo Rodriguez wrote: Dear Thomas, Luigi and Hans, my second sample might be related to the first one. But I’m not sure it is a bug. Here is the code: \setuppapersize[A8] \newcounter\MyCounter \def\CritApp#1#2{\increment\MyCounter% \startlinenote[Varia:\MyCounter

[NTG-context] (critical edition) compressseparatorbefore and compressseparatorafter

2013-11-18 Thread Pablo Rodriguez
Dear Thomas, Luigi and Hans, code first: \definepapersize[mine][width=3in,height=2in] \setuppapersize[mine] \definelinenote[Variant] \setupnote[Variant][paragraph=yes, inbetween=\hskip2.5em] \setupnotation[Variant][alternative=serried,distance=1em,compress=yes, width=broad] \starttext

[NTG-context] (critical edition) nesting linenotes

2013-11-18 Thread Pablo Rodriguez
Dear Thomas, Luigi and Hans, my second sample might be related to the first one. But I’m not sure it is a bug. Here is the code: \setuppapersize[A8] \newcounter\MyCounter \def\CritApp#1#2{\increment\MyCounter% \startlinenote[Varia:\MyCounter]{#1] #2}#1% \prewordbreak\stoplinenote[Varia

[NTG-context] (critical edition) not hyphenated body with linenotes

2013-11-18 Thread Pablo Rodriguez
Dear Thomas, Luigi and Hans, here is my first sample to the critical edition project of Thomas. I think it is a bug. This is the code: \setuppapersize[A8] \starttext \startlinenumbering This text shows a \startlinenote[one]{bariant H} variant \stoplinenote[one]. This text shows a

Re: [NTG-context] middle align without ascenders and descenders

2013-11-14 Thread Wolfgang Schuster
Am 14.11.2013 um 22:27 schrieb Pablo Rodriguez : > Dear list, > > I have the following code: > > \setuppapersize[S6] > \usemodule[simplefonts][size=340pt] > \setmainfont[TeX Gyre Pagella] > \setupmakeup[standard][align=middle] > \starttext > \startstandardmak

[NTG-context] middle align without ascenders and descenders

2013-11-14 Thread Pablo Rodriguez
Dear list, I have the following code: \setuppapersize[S6] \usemodule[simplefonts][size=340pt] \setmainfont[TeX Gyre Pagella] \setupmakeup[standard][align=middle] \starttext \startstandardmakeup aa \stopstandardmakeup \startstandardmakeup db \stopstandardmakeup \startstandardmakeup pq

Re: [NTG-context] two suggestions to \typesetbuffer

2013-11-10 Thread Pablo Rodriguez
from 210 seconds to 181 seconds. And subsequent compilations decreased from 70 seconds to 7 seconds. The sample shows the issue with embedded fonts: \starttext These are bufers: \startbuffer[text:1] \setuppapersize[A7] \starttext\input tufte\stoptext \stopbuffer \typesetbuffer[text:1][frame=

Re: [NTG-context] two suggestions to \typesetbuffer

2013-11-09 Thread Pablo Rodriguez
aptop. > > normally fonts are embedded efficiently (subsets) and shared Sorry, there was a typo in my message: “that fonts are only embedded once in the presentation”. My second suggestion isn’t about compilation time, but about duplicated fonts. I tried to provide a sample, but

[NTG-context] bug in linenote?

2013-11-07 Thread Pablo Rodriguez
Dear list, I have a sample of nested linenotes (containing an user-defined command): \setuppapersize[A8] \newcounter\MyCounter \def\CritApp#1#2{\increment\MyCounter% \startlinenote[Varia:\MyCounter]{#1] #2}#1% \prewordbreak\stoplinenote[Varia:\MyCounter]} \starttext \startlinenumbering

[NTG-context] issue with linenotes command

2013-11-04 Thread Pablo Rodriguez
: \setuppapersize[A8] \newcounter\MyCounter \def\CritApp#1#2{\increment\MyCounter% \startlinenote[Varia:\MyCounter]{#1] #2}#1% \prewordbreak\stoplinenote[Varia:\MyCounter]} \starttext \startlinenumbering \startlinenote[one]{hyphenated}this is a test on \startlinenote[two]{with nested linenote}hyphenation

[NTG-context] \startmathcases ... \stopmathcases

2013-10-31 Thread Rudolf Bahr
http://dl.contextgarden.net/myway/mathalign.pdf --- # ConTeXt ver: 2013.06.10 22:51 MKIV beta fmt: 2013.6.21: \setuppapersize[A4] \setuplayout[backspace=45pt,topspace=35pt,width=535pt,height=760pt,footer=0pt,header=0pt, rightmargin=0pt,leftmargin=0pt] \showframe \definefo

Re: [NTG-context] \setuptyping[lines=yes] bug in beta?

2013-10-23 Thread Pablo Rodriguez
On 10/23/2013 12:28 PM, Wolfgang Schuster wrote: > Am 22.10.2013 um 19:47 schrieb Pablo Rodriguez : > >> Dear list, >> >> the following sample: >> >> \showframe >> \setuppapersize[S6] >> \setuptyping[option=TEX,lines=yes] > > You can use t

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