Re: [NTG-context] Numbering in Table of Content

2010-08-20 Thread Riobard
Weird, it works for me now and I didn't recall updating at all!! :|

Now I have to figure out how to make it generate only one TOC with
mixed page numbering...

Thanks very much for your help! :)


Rio


On Sun, Aug 15, 2010 at 12:52 PM, Martin Althoff
martin.alth...@yahoo.com wrote:
 and it doesn't work. The title and subject parts never get
 into the generated TOC. Any idea why? Thanks very much!

 Not sure, seems to work for me. Though I do get two TOCs, one for front 
 matter, one for body matter -- the limit of my knowledge is reached here.

 Are you all current and updated?

 Martin


 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!

 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki     : http://contextgarden.net
 ___


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Numbering in Table of Content

2010-08-12 Thread Riobard
Hi Martin,

I tried this 

---
\starttext

\startfrontmatter
\setuppagenumbering[conversion=romannumerals]

\title{Title}
\subject{Abstract}
\subject{Acknowledgements}
\definecombinedlist [content][title,subject,chapter]
\completecontent

\stopfrontmatter

\startbodymatter
\setuppagenumbering[conversion=]
\setuppagenumber[number=1]
\title {Introduction}
\dorecurse{5}{\input tufte\par}
\chapter{Some Stuff}
\dorecurse{5}{\input tufte\par}
\stopbodymatter
\stoptext


and it doesn't work. The title and subject parts never get into the generated 
TOC. Any idea why? Thanks very much! 



Rio

On 2010-08-12, at 03:08, Martin Althoff wrote:

 
 I handle this through using the unnumbered sectioning (\title, \subject..) 
 and then a 
 
 \definecombinedlist [content][title,chapter]

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Numbering in Table of Content

2010-08-11 Thread Riobard
Hi,

Is it possible to create a Table of Content like the one shown in the attached 
image? Basically I need a few unnumbered entries at the top of the table (like 
abstract, acknowledgements, etc) with romannumeral-numbered page number, 
followed by numbered chapters with digits-numbered page number as normal. 
Thanks! 



Rio

inline: toc.png___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Palatino math in MKII/XeTeX?

2010-08-02 Thread Riobard
Hi, 

I'm wondering how I can use Palatino for math in MKII/XeTeX? The following 
works in MKIV but not in MKII (still get Computer Modern for Math, though main 
text is in Palatino). Thanks very much! 


Rio

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Page number conversion not working in MKIV?

2010-08-02 Thread Riobard
Hi, 

The following code is expected to produce roman numerals i in the footer. I 
always get the number 1 instead. Anybody knows what I'm doing wrong? Thanks 
very much! 

\starttext
\setuppagenumber[number=1]
\setuppagenumbering[conversion=romannumerals,location=footer]
some text
\stoptext




Rio
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Palatino math in MKII/XeTeX?

2010-08-02 Thread Riobard
Sorry, the example is here (forgot to paste it; my bad):



\usetypescript[palatino]
\definetypeface[palatino][rm][serif][palatino][default]
\definetypeface[palatino][mm][math][palatino][default]
 \setupbodyfont[palatino,11pt]



On Mon, Aug 2, 2010 at 3:57 PM, Taco Hoekwater t...@elvenkind.com wrote:


 Riobard wrote:
 Hi,

 I'm wondering how I can use Palatino for math in MKII/XeTeX? The
 following works in MKIV but not in MKII (still get Computer Modern
 for Math, though main text is in Palatino). Thanks very much!

 [example missing]

 Best wishes,
 Taco
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!

 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki     : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Palatino math in MKII/XeTeX?

2010-08-02 Thread Riobard
You'll these few lines:


\usetypescript[palatino]
\definetypeface[palatino][rm][serif][palatino][default]
\definetypeface[palatino][mm][math][palatino][default]
 \setupbodyfont[palatino,11pt]


then modify as suggested by Hans. Works for me with the latest beta of
minimals.


On Mon, Aug 2, 2010 at 7:58 PM, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 On Mon, Aug 2, 2010 at 16:00, Hans Hagen wrote:
 On 2-8-2010 3:35, Riobard wrote:

 Hi,

 I'm wondering how I can use Palatino for math in MKII/XeTeX? The following
 works in MKIV but not in MKII (still get Computer Modern for Math, though
 main text is in Palatino). Thanks very much!

 in type-otf.mkii, search for xmath and add the following in that section

    \starttypescript [math] [palatino] [name]
        \definefontsynonym [MathRoman]     [Palatino-Roman-Upright]
 ...

 In TeX Live that doesn't work and in minimals it has no influence.

 \usetypescript[palatino]
 \setupbodyfont[palatino]


 kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi
 600 uplri8a.pfb
 mktexpk: don't know how to create bitmap font for uplri8a.pfb.
 mktexpk: perhaps uplri8a.pfb is missing from the map file.
 kpathsea: Appending font creation commands to missfont.log.

 ** WARNING ** Could not locate a virtual/physical font for TFM rpxpplri.
 ** WARNING **  This font is mapped to a physical font uplri8a.pfb.
 ** WARNING **  Please check if kpathsea library can find this font:
 uplri8a.pfb
 ** ERROR ** Cannot proceed without .vf or physical font for PDF output...

 Mojca
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!

 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki     : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] texexec --purgeall not working

2010-05-23 Thread Riobard
Hi,

Not sure if it is just me, but the --purgeall option of texexec no
longer works in ConTeXt minimals. *.tmp/tui/tuo files are left intact
after compiling. No `CtxTools | removed` lines are output in the log.
However, the version in TeX Live 2009 works file. Any idea why?


- Rio
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \showmathcharacters doesn't work (MacTex 2009)

2010-05-15 Thread Riobard
Hi Otared,

Actually I'm using MKII (ConTeXt + XeTeX). MacTex 2009 (based on Tex
Live 2009) does not produce correct result. I installed ConTeXt
minimals and it worked (again, with XeTeX, so MKII I assume?).


- Riobard

On Fri, May 14, 2010 at 6:43 AM, Otared Kavian ota...@gmail.com wrote:
 Hi Riobard,
 Since math is done differently in mkiv than in mkii, indeed
 \showmathcharacters does not work in mkiv.
 However one can get all the math characters in mkiv in a big list doing the
 following:
  begin showmath.tex
 \doifmode{mkiv}{\usemodule[fnt-25]}
 \starttext
 \doifmodeelse{mkiv}{\showmathfontcharacters}{\showmathcharacters}
 \stoptext
  end showmath.tex
 Then, if using mkiv, in the resulting PDF file you can see all characters
 used in mathmode.
 Best regards: OK
 On 14 mai 2010, at 01:15, Riobard wrote:

 Hi,

 I want to produce a list of math characters for reference. Followed the wiki
 page it's supposed to be a simple call to \showcharacters. But the following
 tex file

 \starttext
 \showmathcharacters
 \stoptext


 produces an empty table. \showcharacters doesn't work either. Any idea why?
 ___
 If your question is of interest to others as well, please add an entry to
 the Wiki!

 maillist : ntg-context@ntg.nl /
 http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

 %%
 Otared Kavian
 Département de Mathématiques
 Université de Versailles Saint-Quentin
 Bâtiment Fermat
 45 aveue des Etats Unis
 78035 Versailles cedex
 Téléphone: +33 1 39 25 46 42
 Secrétariat: +33 1 39 25 46 44
 Secrétariat: +33 1 39 25 46 46
 e-mail: otared.kav...@math.uvsq.fr



 ___
 If your question is of interest to others as well, please add an entry to
 the Wiki!

 maillist : ntg-context@ntg.nl /
 http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki     : http://contextgarden.net
 ___


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \showmathcharacters doesn't work (MacTex 2009)

2010-05-13 Thread Riobard
Hi, 

I want to produce a list of math characters for reference. Followed the wiki 
page it's supposed to be a simple call to \showcharacters. But the following 
tex file 

\starttext
\showmathcharacters
\stoptext


produces an empty table. \showcharacters doesn't work either. Any idea why? 
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___