Re: [NTG-context] Feature Request: \startitemize[text]

2008-10-16 Thread Wolfgang Schuster
On Sun, Jan 13, 2008 at 11:41 PM, Aditya Mahajan <[EMAIL PROTECTED]> wrote: > Hi Hans, > > I have always found the space at the beginning of each item in > \startitemize[text] to be too large. Currently, this is hard coded to be > \emwidth plus \intertwordstretch minus \interwordshrink (line 1132 o

Re: [NTG-context] rule=on in \columnset?

2008-10-16 Thread Jelle Huisman
Jelle Huisman wrote: Wolfgang Schuster wrote: \startuseMPgraphic{columnrule} path p ; p := unitsquare xyscaled (OverlayWidth+5mm,OverlayHeight) ; draw (xpart(urcorner p),ypart(urcorner p)-\the\dimexpr\noflines\lineheight\relax) -- urcorner p ; setbounds currentpicture to p ; \stopuseMPgraphic

Re: [NTG-context] luatex 0.30.1

2008-10-16 Thread Mojca Miklavec
On Thu, Oct 16, 2008 at 10:40 AM, Taco Hoekwater wrote: > > Can someone tell me what the exact version of luatex is in the > minimals? (and what platform, esp. for failures) Source repository fetches the latest beta version with (I guess) one hour delay or so. Binaries get commited by several peo

Re: [NTG-context] rule=on in \columnset?

2008-10-16 Thread Jelle Huisman
luigi scarso wrote: Can you put on the wiki ? I will do that, but preferably together with an answer to my question... The only problem is that the height of the columnrule is fixed, which doesn't look right with balanced columns :-( Would it be possible to force this MPgraphic{co

Re: [NTG-context] luatex 0.30.1

2008-10-16 Thread luigi scarso
On Thu, Oct 16, 2008 at 12:12 PM, Wolfgang Schuster < [EMAIL PROTECTED]> wrote: > On Thu, Oct 16, 2008 at 10:40 AM, Taco Hoekwater <[EMAIL PROTECTED]> > wrote: > > > > > > luigi scarso wrote: > >> > >> > >> No problem here with > >> This is LuaTeX, Version snapshot-0.30.1-2008100915, build unknown

[NTG-context] Page numbering in Adobe Reader

2008-10-16 Thread Zhichu Chen
Hi Hans and Taco, Some guy think it's cool to use romannumeral numbers in the preface and so is in the Adobe Reader. I searched the source but apparently it is not provided. I made a very dirty test file so could you make a switch in the \setupinteraction officially? My test file is like: ===

Re: [NTG-context] rule=on in \columnset?

2008-10-16 Thread Jelle Huisman
Wolfgang Schuster wrote: > \startuseMPgraphic{columnrule} > path p ; p := unitsquare xyscaled (OverlayWidth+5mm,OverlayHeight) ; > draw (xpart(urcorner p),ypart(urcorner > p)-\the\dimexpr\noflines\lineheight\relax) -- urcorner p ; > setbounds currentpicture to p ; > \stopuseMPgraphic Thanks Wolfga

Re: [NTG-context] luatex fails

2008-10-16 Thread Arthur Reutenauer
>> LuaTools | no luc/lua with name: /var/folders/+T/+ThqZosGGzOznrLsOw-fz+ >> +++TM/-Tmp-/luatex-cache/context/formats/cont-en > > (interesting tmp path, btw) That's the standard appearance of TMPDIR on Mac OS X. We had hundred-message long discussions about this on dev-context, Taco! :-)

Re: [NTG-context] rule=on in \columnset?

2008-10-16 Thread Wolfgang Schuster
On Thu, Oct 16, 2008 at 1:54 PM, Jelle Huisman <[EMAIL PROTECTED]> wrote: > Jelle Huisman wrote: >> Maybe I miss something, but it looks there is no rule=on command for use >> in columnsets? I just want a vertical line between the columns in my >> columnset, how do I get that? > > Answering myself:

Re: [NTG-context] fallbacks for characters

2008-10-16 Thread Hans Hagen
Thomas A. Schmitz wrote: > On Oct 16, 2008, at 11:26 AM, Wolfgang Schuster wrote: > >> On Thu, Oct 16, 2008 at 9:47 AM, Thomas A. Schmitz >> <[EMAIL PROTECTED]> wrote: >>> Hi all, >>> >>> the answer to this one may be completely obvious, but I haven't found >>> anything: I know we can define fallb

Re: [NTG-context] rule=on in \columnset?

2008-10-16 Thread luigi scarso
Can you put on the wiki ? On Thu, Oct 16, 2008 at 1:54 PM, Jelle Huisman <[EMAIL PROTECTED]> wrote: > Jelle Huisman wrote: > > Maybe I miss something, but it looks there is no rule=on command for use > > in columnsets? I just want a vertical line between the columns in my > > columnset, how do I

Re: [NTG-context] metapost behaving different

2008-10-16 Thread Taco Hoekwater
Hi Hans, Hans van der Meer wrote: > > Why is mkii behaving differently and not affected by pen changes? > Is this to be expected from metapost (and thus to be considered normal > behaviour) or did a bug creep in? Can you please post a small complete example? Best wishes, Taco ___

Re: [NTG-context] rule=on in \columnset?

2008-10-16 Thread Jelle Huisman
Jelle Huisman wrote: > Maybe I miss something, but it looks there is no rule=on command for use > in columnsets? I just want a vertical line between the columns in my > columnset, how do I get that? Answering myself: I have found this solution, using an MP background: http://archive.contextgard

Re: [NTG-context] fallbacks for characters

2008-10-16 Thread Thomas A. Schmitz
On Oct 16, 2008, at 11:26 AM, Wolfgang Schuster wrote: > On Thu, Oct 16, 2008 at 9:47 AM, Thomas A. Schmitz > <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> the answer to this one may be completely obvious, but I haven't found >> anything: I know we can define fallback fonts in mkiv, but is it >> po

[NTG-context] metapost behaving different

2008-10-16 Thread Hans van der Meer
Drawing with a square pen gives better rectangles My metapost code is something like: pickup square pen draw rectangle with label within (macro call) label drawing within the rectangle is essentially done with % prevent wobbling of text boxes with uneven depth pic := textext("\setb

Re: [NTG-context] luatex 0.30.1

2008-10-16 Thread Wolfgang Schuster
On Thu, Oct 16, 2008 at 10:40 AM, Taco Hoekwater <[EMAIL PROTECTED]> wrote: > > > luigi scarso wrote: >> >> >> No problem here with >> This is LuaTeX, Version snapshot-0.30.1-2008100915, build unknown >> # context --version >> MtxRun | main context file: >> /opt/luatex/tex/texmf-local/tex/context/b

Re: [NTG-context] fallbacks for characters

2008-10-16 Thread Wolfgang Schuster
On Thu, Oct 16, 2008 at 9:47 AM, Thomas A. Schmitz <[EMAIL PROTECTED]> wrote: > Hi all, > > the answer to this one may be completely obvious, but I haven't found > anything: I know we can define fallback fonts in mkiv, but is it > possible to define fallbacks for single characters. Let's take 0x011

[NTG-context] fallbacks for characters

2008-10-16 Thread Thomas A. Schmitz
Hi all, the answer to this one may be completely obvious, but I haven't found anything: I know we can define fallback fonts in mkiv, but is it possible to define fallbacks for single characters. Let's take 0x0113, "emacron." Is it possible to define "if character is present in current font

Re: [NTG-context] luatex 0.30.1

2008-10-16 Thread Taco Hoekwater
luigi scarso wrote: > > > No problem here with > This is LuaTeX, Version snapshot-0.30.1-2008100915, build unknown > # context --version > MtxRun | main context file: > /opt/luatex/tex/texmf-local/tex/context/base/context.tex > MtxRun | current version: 2008.08.05 18:47 > > But the same > Mt

Re: [NTG-context] XML

2008-10-16 Thread Johannes Graumann
Wolfgang Schuster wrote: > \startxmlsetups text:span > \bgroup > \xmlfilter{main}{office:automatic-styles/style:[EMAIL > PROTECTED]:name='\xmlatt{#1}{style-name}']/style:text-properties/command(do:style:text-properties)} > \xmlflush{#1} > \egroup > \stopxmlsetups Just saw

Re: [NTG-context] XML

2008-10-16 Thread Johannes Graumann
Wolfgang Schuster wrote: > \startxmlsetups text:span > \bgroup > \xmlfilter{main}{office:automatic-styles/style:[EMAIL > PROTECTED]:name='\xmlatt{#1}{style-name}']/style:text-properties/command(do:style:text-properties)} > \xmlflush{#1} > \egroup > \stopxmlsetups Just saw

Re: [NTG-context] luatex 0.30.1

2008-10-16 Thread luigi scarso
On Thu, Oct 16, 2008 at 8:33 AM, Wolfgang Schuster < [EMAIL PROTECTED]> wrote: > On Wed, Oct 15, 2008 at 1:31 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > > Wolfgang Schuster wrote: > >> On Wed, Oct 15, 2008 at 9:56 AM, Thomas A. Schmitz > >> <[EMAIL PROTECTED]> wrote: > >>> On Oct 14, 2008, at 11:

Re: [NTG-context] Changing margins mid-page?

2008-10-16 Thread Wolfgang Schuster
On Tue, Oct 14, 2008 at 10:28 PM, Alexandros Frantzis <[EMAIL PROTECTED]> wrote: > > I, too, am trying to create a similar CV layout. As I have already > reported in other emails to the list, I have been having trouble when > the first thing after the title is an enumeration. More specifically, > t