[NTG-context] Another verbatim bug?

2005-04-17 Thread Idris Samawi Hamid
Dear gang, \type and \start-\stoptyping produce different results in the following instance: === % output=pdf interface=en \starttext \type{texfont --help} \starttyping texfont --help \stoptyping \stoptext === The bug is apparently in \type: it only

Re: [NTG-context] Another verbatim bug?

2005-04-17 Thread Nikolai Weibull
Idris Samawi Hamid, April 17: \type{texfont --help} The bug is apparently in \type: it only generates one dash. This doesn't happen on my system, but perhaps you're using a newer ConTeXt version than I am, nikolai (who's using the 2005.01.31 that ships with teTeX 3.0) -- Nikolai

[NTG-context] section title in second line

2005-04-17 Thread Steffen Wolfrum
Hi, probably a silly question - nevertheless I couldn't find the answer yet. I'd like to have a section title like this: Chapter 1 This the the chapters title What command gives me this linebreak?` Sorry, Steffen ___ ntg-context mailing list

Re: [NTG-context] Another verbatim bug?

2005-04-17 Thread Taco Hoekwater
Nikolai Weibull wrote: Idris Samawi Hamid, April 17: \type{texfont --help} The bug is apparently in \type: it only generates one dash. the Latin Modern fonts are in 'ec' encoding, and \type does not take that into account (yet). If you switch to texnansi encoding, the problem goes away:

Re: [NTG-context] Another verbatim bug?

2005-04-17 Thread Thomas A . Schmitz
Yeah, that appears to be a bug, I was in touch with Hans a couple of weeks ago about it. But a fairly harmless one... Best Thomas On Apr 17, 2005, at 4:26 PM, Idris Samawi Hamid wrote: The bug is apparently in \type: it only generates one dash. Best Idris

Re: [NTG-context] section title in second line

2005-04-17 Thread David Munger
Hi Steffen, I'm used to doing it this way: \def\ChapterTitleCmd#1#2% {\vbox {\blank[6*big]{\tfd #1}\blank[big]{\bfd #2}\blank[2*big]}} \setuphead [chapter] [style={},header=empty,command=\ChapterTitleCmd] Regards, David Steffen Wolfrum : Hi, probably a silly question -

Re: [NTG-context] new beta

2005-04-17 Thread David Munger
Hans, That's not enough. There is another problem when ConTeXt text has to be rendered from inside MetaPost graphics. Consider the following code: \starttext \startuseMPgraphic{mptest} label (btex test etex, origin); \stopuseMPgraphic \useMPgraphic{mptest} \stoptext Even with the patch for