Re: [NTG-context] MikTeX 2.4 and Fonts

2004-08-10 Thread Hans Hagen
Mari Voipio wrote: On Sat, 7 Aug 2004, Dieter Jakob wrote: Can you help me to get the Adobe Fonts for PDF up and running? Having recently fought with the same issue (i.e. \setupbodyfont[pos]) with my recent installation of TeXLive, I found one answer in the user settings - this might be wha

Re: [NTG-context] Re: Is there a bug during pagination of external figures?

2004-08-10 Thread Hans Hagen
Stefan Wachter wrote: Could you make a minimal example that fails? \starttext \externalfigure[x_x.png] \stoptext works ok here, so there must be something else interfering Hans - Hans Hagen | PR

Re: [NTG-context] baseline alignment

2004-08-10 Thread Hans Hagen
Vit Zyka wrote: Hallo, for text positioning in a layer I needed alignment to baseline. I do not known if I missed something but I did not find it in the current ConTeXt. So I did that. Baseline is choosen by capital 'B' in the position parameter. ('B' is adopted from grahicx LaTeX/plain package.

Re: [NTG-context] patterns

2004-08-10 Thread Hans Hagen
Vit Zyka wrote: Hans Hagen Outside wrote: So, what i need is for each language a couple of words that hyphenate in unique ways (i.e. they must hyphenate differently than related languages) \language[xx] \hyphenatedword{..} Sorry, Hans, I do not understand properly. You want the words 1) that ar

[NTG-context] updates

2004-08-10 Thread Hans Hagen
Hi, Later this week i will post an update. Among the things to keep an eye on are: - if you use the new (web2c) beta binaries be aware of the suffixes of formats now all being 'fmt'; conforming to the new tds structure, this should go in sync with a so called $engine subpath under webc, but thi

Re: [NTG-context] \setupdescription

2004-08-10 Thread Hans Hagen
Peter Münster wrote: Hello, how could I define a list, that looks like this: titel 1 text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text long tite

Re: [NTG-context] \type-|- within tabulate?

2004-08-10 Thread Hans Hagen
Marko Schütz wrote: Using \type-|- in a \starttabulate ... \stoptabulate environment I get: use \type {|} instead; seems to work (no time not to look into this phenomena now) Hans - Han

Re: [NTG-context] The last line

2004-08-10 Thread Taco Hoekwater
On Mon, 9 Aug 2004 16:23:12 +0200, Steffen wrote: > Hi, > > > xx x > xx xxx xxx xx- > xxx. > > > Is there a way to make a kind of global definition for this for the entire document? There are a few TeX primitive commands that govern the final line of a paragraph: \f

Re: [NTG-context] The last line

2004-08-10 Thread Hans Hagen
Steffen Wolfrum wrote: Hi, as far as I know TeX has some internal rules (and penalties) for judging where to hyphenate words or not in order to keep a paragraph not too densed and not too loose. Some rules can be modified by commands like tolerance, spaceskip, emergencystretch et al. Now, I want

Re: [NTG-context] Input path with spaces

2004-08-10 Thread Hans Hagen
Giuseppe Bilotta wrote: Hello, I just found out that I cannot compile ConTeXt documents using TeXexec 4.3 when the input path of the original document contains spaces, at least on MiKTeX 2.4 with pdf-e-TeX 1.20a-rc4. Ah ... trying to find the boundaries of what is possible ... i instantly get a

[NTG-context] howto overlayers on section head

2004-08-10 Thread Eros Albertazzi
I would like to start to experiment some metafun "decoration around(over)" section head and/or page number. Something similar, just for example but I do not want to copy the style, to the one used to produce the metafun manual. From the (small "scale") drawing primitives to the (large "scale") \s

[NTG-context] Re: howto overlayers on section head

2004-08-10 Thread Patrick Gundlach
Hello, [...] > I don't want to be lazy, maybe it is already written in the manuals, but > I still miss a certain kick so to say... go to http://levana.de/context/ and down to the last item and take a look at http://levana.de/emacs/refcard/emacs.pdf The sources are avialable there. I h

Re: [NTG-context] \setupdescription

2004-08-10 Thread Peter Münster
On Mon, 9 Aug 2004, Hans Hagen wrote: > Peter Münster wrote: > > >Hello, > >how could I define a list, that looks like this: > > > >titel 1 text text text text text text text text text text text text text > > text text text text text text text text text text text text text > >

Re: [NTG-context] Re: howto overlayers on section head

2004-08-10 Thread Eros Albertazzi
Patrick Gundlach wrote: and down to the last item and take a look at http://levana.de/emacs/refcard/emacs.pdf The sources are avialable there. I have made some MP graphic around the section heading. Thanks a lot. I think I start to grasp. I have experimented with some other graphics but if I us

Re: [NTG-context] High level user macro (howto?)

2004-08-10 Thread Peter Münster
On Mon, 28 Jun 2004, Taco Hoekwater wrote: > The 'key' to the keyval functionality in ConTeXt are two macros called > \getparameters and \processaction. > > Here is a 'quickstart', assuming you want to define \myzigzag: > > [...] Hello Taco, thank you for your 'quickstart'! I've just tried to a

Re: [NTG-context] High level user macro (howto?)

2004-08-10 Thread Peter Münster
Pardon, I forgot the whole tex-file: \useregime[il1] \enableregime[il1] \useencoding[ffr] \definehspace[fr][:][.16667em] \definehspace[fr][;][.16667em] \definehspace[fr][!][.16667em] \definehspace[fr][?][.16667em] \mainlanguage[fr] \newdimen\BigWidth \BigWidth=18cm \setupscreens[screen=0.85] \setu

Re: [NTG-context] High level user macro (howto?)

2004-08-10 Thread Vit Zyka
\useregime[il1] \enableregime[il1] \useencoding[ffr] \definehspace[fr][:][.16667em] \definehspace[fr][;][.16667em] \definehspace[fr][!][.16667em] \definehspace[fr][?][.16667em] \mainlanguage[fr] \newdimen\BigWidth \BigWidth=18cm \setupscreens[screen=0.85] \setupcolors[state=start] \setupheadertexts

Re: [NTG-context] High level user macro (howto?)

2004-08-10 Thread Peter Münster
On Tue, 10 Aug 2004, Vit Zyka wrote: > > \getparameters[CH][#2]% Auteur, Modif, Labels, Date > > Try \getgparameters Thanks!! What an easy fix, just ONE letter :-) Peter -- http://pmrb.free.fr/contact/ _ FilmSearch engine: http://f-s.sf.net/ _

Re: [NTG-context] The last line

2004-08-10 Thread Steffen Wolfrum
Hans Hagen <[EMAIL PROTECTED]> wrote: ... > (slowly a lot of internals will be defined this way, along with some fundamental > redefinitions of other internals, consider it a kind of ConTeXt4 feature-) > > Hans Maybe something like \placefigure{top,left} or \placefigure{bottom,outer

Re: [NTG-context] The last line

2004-08-10 Thread Hans Hagen
Steffen Wolfrum wrote: \placefigure{top,left} or \placefigure{bottom,outer} could be another ConTeXt4 feature? -) Steffen (how still is waiting for a reliable way of placing many figures in large documents) hm, graphic placement is and will always be tricky btw, \placefigure[outer]{}{} doe

[NTG-context] Some problems with framing typed text.

2004-08-10 Thread Brooks Moses
In the document I'm working on, I'd like to put some typed code bits in frames, to get an appearance sort of like the code excerpts on the ConTeXtWiki. However, I've found myself needing to do a couple of rather ugly hacks to get that to work right, and I'm hoping for some suggestions on how t

Re: [NTG-context] \CAP command does not work

2004-08-10 Thread Henning Hraban Ramm
Am 10.08.2004 um 05:09 schrieb Salman Khilji: Why don't I see capitals in the following example? \CAP{\getbuffer[test]} Try {\sc\getbuffer... Grüßlis vom Hraban! --- http://www.fiee.net/texnique/ ___ ntg-context mailing list [EMAIL PROTECTED] http://www.

[NTG-context] Blank figure hack: is there a better way?

2004-08-10 Thread Brooks Moses
I'm doing a document which has a large logo in the upper right corner of the page. The logo (which is on a background layer) intrudes into the text area by a small amount, and so it would be nice to have the text wrap around it rather than having to do the wrapping by manual spacers and line-b

Re: [NTG-context] Some problems with framing typed text.

2004-08-10 Thread Henning Hraban Ramm
Am 10.08.2004 um 19:30 schrieb Brooks Moses: In the document I'm working on, I'd like to put some typed code bits in frames, to get an appearance sort of like the code excerpts on the ConTeXtWiki. However, I've found myself needing to do a couple of rather ugly hacks to get that to work right,

Re: [NTG-context] Some problems with framing typed text.

2004-08-10 Thread Brooks Moses
At 11:00 AM 8/10/2004, you wrote: Am 10.08.2004 um 19:30 schrieb Brooks Moses: In the document I'm working on, I'd like to put some typed code bits in frames, to get an appearance sort of like the code excerpts on the ConTeXtWiki. However, I've found myself needing to do a couple of rather ugly

Re: [NTG-context] Some problems with framing typed text.

2004-08-10 Thread Hans Hagen
Henning Hraban Ramm wrote: Am 10.08.2004 um 19:30 schrieb Brooks Moses: In the document I'm working on, I'd like to put some typed code bits in frames, to get an appearance sort of like the code excerpts on the ConTeXtWiki. However, I've found myself needing to do a couple of rather ugly hacks

Re: [NTG-context] \CAP command does not work

2004-08-10 Thread Hans Hagen
Salman Khilji wrote: Why don't I see capitals in the following example? \setupbodyfont [cmr,12pt] \starttext \startbuffer[test] The quick brown fox jumps over the lazy dog. \stopbuffer \getbuffer[test] \CAP{\getbuffer[test]} \stoptext in this case you should follow Hraban's suggestion. The

Re: [NTG-context] The last line

2004-08-10 Thread Steffen Wolfrum
Hans Hagen <[EMAIL PROTECTED]> wrote: > Steffen Wolfrum wrote: > > >\placefigure{top,left} > > > >or > > > >\placefigure{bottom,outer} > > > >could be another ConTeXt4 feature? -) > > > > > >Steffen > > > >(how still is waiting for a reliable way of placing many figures in large documents) > >

Re: [NTG-context] Disappearing headers -- belated followup

2004-08-10 Thread Hans Hagen
Matt Gushee wrote: On Wed, Jul 28, 2004 at 10:54:37AM +0200, Hans Hagen wrote: I am trying to format a book such that the book title appears in the header of each left-hand page, and the chapter title appears in the header of each right-hand page. I think (though I haven't decided for sure) that

Re: [NTG-context] Some problems with framing typed text.

2004-08-10 Thread Hans Hagen
Brooks Moses wrote: At 11:00 AM 8/10/2004, you wrote: Am 10.08.2004 um 19:30 schrieb Brooks Moses: In the document I'm working on, I'd like to put some typed code bits in frames, to get an appearance sort of like the code excerpts on the ConTeXtWiki. However, I've found myself needing to do a co

Re: [NTG-context] Blank figure hack: is there a better way?

2004-08-10 Thread Hans Hagen
Brooks Moses wrote: I'm doing a document which has a large logo in the upper right corner of the page. The logo (which is on a background layer) intrudes into the text area by a small amount, and so it would be nice to have the text wrap around it rather than having to do the wrapping by manual

Re: [NTG-context] Some problems with framing typed text.

2004-08-10 Thread Brooks Moses
At 11:48 AM 8/10/2004, Hans Hagen wrote: or: \starttext \defineframedtext [myframed] [background=color, backgroundcolor=gray, frame=on, strut=yes, offset=2mm, width=broad, framecolor=black, align=right] \definetyping[mytyping] \setuptyping [before=\startmyframed, after=\stopmyfra

[NTG-context] no graph after compilation

2004-08-10 Thread Floris van Manen
i'm working through the metafun manual. i noticed at some point that changes to the source do not appear in the pdf output. sometimes after another texexec round, sometimes not at all until i do something different in the tex file... how come (or how to work around :-) thanks! //f ___

Re: [NTG-context] Disappearing headers -- belated followup

2004-08-10 Thread Matt Gushee
On Tue, Aug 10, 2004 at 09:03:20PM +0200, Hans Hagen wrote: > >>i need a small doc with dummy text to see the effect -) > > > >\setupheader[state=empty] > > > > > those seems redundant to me (since you set up the chapter head anyway) Without that, headers were appearing on the first page of the

Re: [NTG-context] \type-|- within tabulate?

2004-08-10 Thread Marko Schütz
From: Hans Hagen <[EMAIL PROTECTED]> Subject: Re: [NTG-context] \type-|- within tabulate? Date: Mon, 09 Aug 2004 21:49:45 +0200 > Marko Schütz wrote: > > >Using \type-|- in a \starttabulate ... \stoptabulate environment I > >get: > > > > > use \type {|} instead; seems to work it works, thanks

[NTG-context] Re: howto overlayers on section head

2004-08-10 Thread Patrick Gundlach
Hello, [...] > I have experimented with some other graphics but if I use "chapter" > instead of "subject" as section heading the result is different. > I believe it depends on your Here is the important stuff: > \def\HeadTitle#1#2{% > \framed[background=myhead]{#1#2}} (which is t