Re: [NTG-context] Understanding ConTeXt better. What does \doattributes do?

2008-08-04 Thread Wolfgang Schuster
On Sun, Aug 3, 2008 at 11:29 AM, Elliot Clifton <[EMAIL PROTECTED]> wrote: > Hi, > > I've been reading the Document Titles page on the wiki > . I'm trying to better > understand how ConTeXt works. Could someone explain what > \doattributes does? It doe

Re: [NTG-context] Understanding ConTeXt better. What does \doattributes do?

2008-08-04 Thread Wolfgang Schuster
On Mon, Aug 4, 2008 at 11:37 AM, Wolfgang Schuster <[EMAIL PROTECTED]> wrote: > On Sun, Aug 3, 2008 at 11:29 AM, Elliot Clifton <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I've been reading the Document Titles page on the wiki >> . I'm trying to better >>

[NTG-context] goto(box) and setuplist questions

2008-08-04 Thread Alan Stone
Hi, (1) \goto(box) (1a) What's the difference between - goto and gotobox ? (1b) With \goto{Table of Contents}[contents] each word separately is interactive, not the whole word. How do you make so ? (3) \setuplist (3a) what is - depth ? - maxwidth ? (3b) margin=xpt sets the left margin to x

Re: [NTG-context] Lucida (from a newbie) question

2008-08-04 Thread Eric DÉTREZ
Le 3 août 08 à 10:42, Eric DÉTREZ a écrit : > > Le 3 août 08 à 08:38, Yue Wang a écrit : > >> The attachment is all the file you need except the pfbs. >> extract it to texmf-fonts directory, and mkdir texmf-fonts/fonts/ >> type1 >> copy all the pfb type1 files there, >> and run texhash. > > don

Re: [NTG-context] goto(box) and setuplist questions

2008-08-04 Thread Hans Hagen
Alan Stone wrote: > Hi, > > (1) \goto(box) > > (1a) What's the difference between > > - goto and gotobox ? > > (1b) With \goto{Table of Contents}[contents] > each word separately is interactive, not the whole word. > How do you make so ? gotobox does not split, just try both commands on a comb

Re: [NTG-context] inter-word spacing (initials)

2008-08-04 Thread Alan Bowen
Thanks, Hans. I simplified the test file. \mainlanguage[en] \unexpanded\def\ {\mathortext\normalspaceprimitive\space} \starttext A. E. Samuels. A.\ E.\ Samuels. \stoptext Do you see the required difference at your end? On my screen, the two lines look exactly the same (regardless of the

Re: [NTG-context] inter-word spacing (initials)

2008-08-04 Thread Hans Hagen
Alan Bowen wrote: > Thanks, Hans. I simplified the test file. > > \mainlanguage[en] > > \unexpanded\def\ {\mathortext\normalspaceprimitive\space} > > \starttext > > A. E. Samuels. > > A.\ E.\ Samuels. > > \stoptext > > Do you see the required difference at your end? On my screen, the > t

Re: [NTG-context] goto(box) and setuplist questions

2008-08-04 Thread Alan Stone
> > > (3b) margin=xpt sets the left margin to xpt > > > > How to set the right margin to xpt ? > > depends, sometimes setting the width works ok, otherwise wrap the whole > in narrower I'm out of inspiration... \setupnarrower[left=.6pt,right=.6pt] \startinteractionmenu[right] % \startnarrower

[NTG-context] greek

2008-08-04 Thread Jörg Hagmann
Two questions concerning greek modules: 1. I switched to the new minimal installation (on a Mac and an ubuntu system) and noticed that I had to install the cb-fonts (for \usemodule[greek]) myself. Will the fonts be included in the future? (Just a question; I think they should be). 2. I wanted

Re: [NTG-context] goto(box) and setuplist questions

2008-08-04 Thread Wolfgang Schuster
On Mon, Aug 4, 2008 at 4:44 PM, Alan Stone <[EMAIL PROTECTED]> wrote: >> > (3b) margin=xpt sets the left margin to xpt >> > >> > How to set the right margin to xpt ? >> >> depends, sometimes setting the width works ok, otherwise wrap the whole >> in narrower > > I'm out of inspiration... > > \setup

Re: [NTG-context] greek

2008-08-04 Thread Hans Hagen
Jörg Hagmann wrote: > Two questions concerning greek modules: > > 1. I switched to the new minimal installation (on a Mac and an ubuntu > system) and noticed that I had to install the cb-fonts (for > \usemodule[greek]) myself. Will the fonts be included in the future? > (Just a question; I thin

Re: [NTG-context] Bibliographic entries

2008-08-04 Thread Taco Hoekwater
Ernesto Schirmacher wrote: > > Dear ConTeXt experts, > > I have a question about bibliographic entries and I'm using ConTeXt bib > module (which is really great!!). > > I have an article with a title that ends in a question mark. When the > entry is typeset an additional period is placed

[NTG-context] MPpage and single PDFs

2008-08-04 Thread Oliver Buerschaper
Dear wizards, I was wondering whether there's a way to have ConTeXt spill out each \startMPpage … \stopMPpage it encounters as a separate PDF file … by default all MPpages seem to be collected into a single PDF file. Which is nice as long as this file is postprocessed by another ConTeXt docu

Re: [NTG-context] MPpage and single PDFs

2008-08-04 Thread Martin Schröder
2008/8/4 Oliver Buerschaper <[EMAIL PROTECTED]>: > extract the individual figures from within LaTeX. So if anyone happens > to know how to instruct LaTeX's graphicx package to do just that this > would be a lovely alternative :-) All known TeX engines can only produce one output file per run. Bes

Re: [NTG-context] MPpage and single PDFs

2008-08-04 Thread Hans Hagen
Oliver Buerschaper wrote: > Dear wizards, > > I was wondering whether there's a way to have ConTeXt spill out each > > \startMPpage > … > \stopMPpage > > it encounters as a separate PDF file … by default all MPpages seem to > be collected into a single PDF file. Which is nice as long as this

Re: [NTG-context] inter-word spacing (initials)

2008-08-04 Thread Alan Bowen
That’s got it, Hans! I have replaced all my old “.\ ” with “.|~|”. My pages look much better now. Many thanks indeed. All best, Alan On Aug 4, 2008, at 10;23,22 , Hans Hagen wrote: > Alan Bowen wrote: >> Thanks, Hans. I simplified the test file. >> >> \mainlanguage[en] >> >> \unexpanded\def\ {

Re: [NTG-context] MPpage and single PDFs

2008-08-04 Thread Aditya Mahajan
On Mon, 4 Aug 2008, Hans Hagen wrote: Oliver Buerschaper wrote: Dear wizards, I was wondering whether there's a way to have ConTeXt spill out each \startMPpage … \stopMPpage it encounters as a separate PDF file … by default all MPpages seem to be collected into a single PDF file. Which is ni

Re: [NTG-context] goto(box) and setuplist questions

2008-08-04 Thread Alan Stone
I'm looking to have in the menu... - chapter title centered - section title left aligned - for long chapter/section titles split over more than 1line, vertical space between these chapter/section lines to be smaller - left and right margin of (x)pt \setuppapersize[S6][S6] \setupbodyfont[14.4pt]

Re: [NTG-context] MPpage and single PDFs

2008-08-04 Thread Oliver Buerschaper
>> extract the individual figures from within LaTeX. So if anyone >> happens >> to know how to instruct LaTeX's graphicx package to do just that this >> would be a lovely alternative :-) > > All known TeX engines can only produce one output file per run. Ah, you've probably got me wrong … what I

Re: [NTG-context] MPpage and single PDFs

2008-08-04 Thread Oliver Buerschaper
> just keep them in one file and access the images by page, so .. > include > page 4 from file bla.pdf This is what I'd do with ConTeXt … wicked trick, by the way ;-) But how to do that with LaTeX? I know it's somewhat off topic … Oliver ___

Re: [NTG-context] Using module:bib

2008-08-04 Thread Maurí­cio
What does 'k=1' does? Maurício >> What is wrong with my attempt to >> create a bibliography and a reference >> to it? (...) >> %- >> \enableregime[utf] >> \mainlanguage[pt] >> \usemodule[bib] >> >> \setuppublicationlist[] >> > \startpublication[k=1,t=manual, a=Fung, y=199

[NTG-context] Lilypond module

2008-08-04 Thread Olivier Guéry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, It seem's that the lilypond module don't work. See this minimal exemple : \usemodule[lilypond] \setuplilypond[staffsize=30, fragment=yes, time=no, clef=no] \starttext \lilypond{ \new RhythmicStaff {\time 3/4 c8 r4.. c8 r16} } \blank[1*big

Re: [NTG-context] Bibliographic entries

2008-08-04 Thread Ernesto Schirmacher
> Ernesto Schirmacher wrote: >> >> Dear ConTeXt experts, >> >> I have a question about bibliographic entries and I'm using ConTeXt bib >> module (which is really great!!). >> >> I have an article with a title that ends in a question mark. When the >> entry is typeset an additional period i