Re: [NTG-context] installing minimals

2010-09-18 Thread Charles Doherty
Dear Mojca, Here is the sequence that I used: cd context curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh sh ./first-setup.sh source ./tex/setuptex cd echo '. ~/context/tex/setuptex' >> .bash_profile luatools --selfupdate mtxrun --selfupdate luatools --gen

[NTG-context] cow symbols don't work in MkIV

2010-09-18 Thread Henning Hraban Ramm
This works in MkII, but not MkIV. Other symbol sets like mvs work (even with a list of error messages). \starttext \usesymbols[cow] \setupsymbolset[cownormal] \startTEXpage[align={middle,middle},width=210mm,height=297mm] \dontleavehmode\scale[width=\textwidth]{\symbol[CowConTeXt]} Cowboy Coder

Re: [NTG-context] A rose by any other name ....

2010-09-18 Thread Khaled Hosny
On Thu, Sep 16, 2010 at 04:13:43PM -0400, Aditya Mahajan wrote: > On Thu, 16 Sep 2010, Peter Rolf wrote: > > >Am 16.09.2010 13:12, schrieb Patrick Gundlach: > >> > >> > >>>Is it possible to change the name of the font as it appears in the pdf > >>>file? > >>> > >>>More specifically, I am using Te

[NTG-context] \centercolon and friends with PX-fonts

2010-09-18 Thread Andreas Harder
Hi all, because \left(…\right) and \sqrt{…} is broken with OpenType math fonts I had to switch to the PX-fonts but there the colon is eaten if one uses the \centercolon commands. \setupbodyfont[palatino] % \setupbodyfont[euler] % OK % \setupbodyfont[cambria] % OK % \setupbodyfont[asana] %

Re: [NTG-context] A rose by any other name ....

2010-09-18 Thread luigi scarso
On Sat, Sep 18, 2010 at 1:33 PM, Khaled Hosny wrote: > Output an uncompressed PDF, open in a text editor, search for the font > name and replace it, but you will need to fix xref after that (no idea > what xref is, http://wiki.contextgarden.net/images/a/a7/Eurotex06he.pdf -- luigi _

Re: [NTG-context] A rose by any other name ....

2010-09-18 Thread Khaled Hosny
On Sat, Sep 18, 2010 at 02:07:07PM +0200, luigi scarso wrote: > On Sat, Sep 18, 2010 at 1:33 PM, Khaled Hosny wrote: > > Output an uncompressed PDF, open in a text editor, search for the font > > name and replace it, but you will need to fix xref after that (no idea > > what xref is, > > http://w

[NTG-context] Strange optical scaling

2010-09-18 Thread Florian Wobbe
Dear all, I was about to adapt the type-optical module to include Semibold and Condensed when I noticed that optical scaling is not working as expected. To be more precise only downscaling works. Let me give you a short example of what I did: \usemodule[type-optical] \usetypescript[minion] \set

Re: [NTG-context] installing minimals

2010-09-18 Thread David Rogers
* Charles Doherty [2010-09-18 09:29]: Dear Mojca, Here is the sequence that I used: cd context curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh sh ./first-setup.sh source ./tex/setuptex cd echo '. ~/context/tex/setuptex' >> .bash_profile luatools --selfupda

[NTG-context] How to hide or remove chapter e section number in subsection head and in TOC subsection head?

2010-09-18 Thread Aldo Lazich
Hi to all. I don't want: 8.3.2 Subsection title 8.3.2 Subsebtion title.page no% in TOC but I wish: 2 Subsebtion title 2 Subsebtion title.page no % in TOC here my code (ConTeXt ver: 2010.09.09 23:45 MKIV fmt: 2010.9.12): --8< % cha

Re: [NTG-context] installing minimals

2010-09-18 Thread Charles Doherty
Thanks David, I did look at that but it seems ok. Thanks again, Charlie On 18 Sep 2010, at 15:23, David Rogers wrote: > Here's a total shot in the dark (I don't use OS X anymore): > > Last time that I used TeXShop, it had an "engine" file in the library > folder that I sometimes had to modify i

Re: [NTG-context] How to hide or remove chapter e section number in subsection head and in TOC subsection head?

2010-09-18 Thread luigi scarso
On Sat, Sep 18, 2010 at 4:45 PM, Aldo Lazich wrote: > Hi to all. > > I don't want: > > 8.3.2 Subsection title > 8.3.2 Subsebtion title.page no        % in TOC > > but I wish: > 2 Subsebtion title > 2 Subsebtion title.page no           %  in TOC > > here my code (ConTeXt  ver: 2010.

[NTG-context] \setupcombinedlist ignores `level' argument?

2010-09-18 Thread Corsair
Hi all, If I understand this right, \setupcombinedlist[content][level=section] tells ConTeXt to list up to section level when doing \completecontent. But it seems no matter what I set for `level', \completecontent lists however deeply it can. Here is a minimal example: \setupcombinedlist[content

Re: [NTG-context] \setupcombinedlist ignores `level' argument?

2010-09-18 Thread Wolfgang Schuster
Am 19.09.2010 um 00:09 schrieb Corsair: > Hi all, > > If I understand this right, \setupcombinedlist[content][level=section] > tells ConTeXt to list up to section level when doing \completecontent. > But it seems no matter what I set for `level', \completecontent lists > however deeply it can.