Re: [NTG-context] problem with TABLE in TABLE

2010-03-18 Thread Peter Münster
On Fri, Mar 19 2010, Wolfgang Schuster wrote: > I know why i works it works when you write the setup before the table > and how to solve it in the ugly way (don’t use this solution) but I can't > provide a fix for this. Ok. So it's no real bug, but just a consequence of the design? > What you c

Re: [NTG-context] problem with TABLE in TABLE

2010-03-18 Thread Wolfgang Schuster
Am 18.03.10 22:28, schrieb Peter Münster: Hello, How can I do the setups for the inner TABLE? I know why i works it works when you write the setup before the table and how to solve it in the ugly way (don’t use this solution) but I can't provide a fix for this. \startsetups outer-table \se

Re: [NTG-context] Which Mk is in TexLive?

2010-03-18 Thread Mojca Miklavec
On Thu, Mar 18, 2010 at 22:36, Matija Šuklje wrote: > Hullo, > > I wonder whether MkII or MkIV is included in TexLive 2009 (and which one in > 2008)... Both are included in 2009, but MKIV is de-facto non-functional. (It's incompatible with LuaTeX in 2009 and even if present so old that it's useles

Re: [NTG-context] Using external libraries in LuaTeX

2010-03-18 Thread Graham Douglas
Hi Luigi That is very cool work. At present, it is a bit beyond my fuzzy skills, but I will dfinitely keep a copy of your slides for future reference as I slowly get a bit more familiar with LuaTeX etc. Thanks for sharing that. Warm wishes Graham __

Re: [NTG-context] Using external libraries in LuaTeX

2010-03-18 Thread Graham Douglas
<> Taco wrote: = Here is a trivial example using LuaExpat: \starttext \startluacode require "lxp"; text = 'hello world' callbacks = { EndElement = false, StartElement = false, Default = function (p, s) tex.sprint(s) end } p = lxp.new(callbacks) \stopluaco

[NTG-context] Which Mk is in TexLive?

2010-03-18 Thread Matija Šuklje
Hullo, I wonder whether MkII or MkIV is included in TexLive 2009 (and which one in 2008)... Cheers, Matija -- gsm: +386 41 849 552 www: http://matija.suklje.name xmpp: matija.suk...@gabbler.org ___ If your question

[NTG-context] problem with TABLE in TABLE

2010-03-18 Thread Peter Münster
Hello, How can I do the setups for the inner TABLE? Example: \startsetups outer-table \setupTABLE[c][last][width=5cm] \stopsetups \startsetups inner-table \setupTABLE[c][last][width=2cm] \stopsetups \starttext \bTABLE[setups=outer-table] \bTR\bTD bla \eTD\bTD { \bTABLE[setups=inner-table]

[NTG-context] typescripts

2010-03-18 Thread Michael Saunders
I'm trying to follow the examples and getting surprising results: \definefontfeature[default][mode=node,language=dflt,script=latn,kern=yes,liga=yes,tlig=yes,trep=yes] \definefontfeature[body][default][onum=yes,pnum=yes,protrusion=quality,expansion=quality] \definefontfeature[smallcaps][body][smcp

[NTG-context] including movies broken?

2010-03-18 Thread Michail Vidiassov
Dear All, it seems including movies does not work: \starttext \placefigure[here]{none}{\externalfigure[demo.mov][width=0.7\textwidth, height=.7\textwidth, label=demo]} \stoptext processed with "context test_mov.tex" results in ! LuaTeX error ...text/tex/texmf-context/tex/context/base/grph-in

Re: [NTG-context] ntg-context Digest, Vol 69, Issue 95

2010-03-18 Thread Taco Hoekwater
Hans Hagen wxs.nl> writes: > > On 18-3-2010 12:00, Michael Saunders wrote: > > > ... > > btw, can those who use the digest mail options please adapt the subject > to something meaningful? Or use the gmane archive for followups: http://news.gmane.org/gmane.comp.tex.context Just select th

Re: [NTG-context] Complete list of math symbols

2010-03-18 Thread Alain Delmotte
Hi! Aditya Mahajan a écrit : On Thu, 18 Mar 2010, Mojca Miklavec wrote: On Thu, Mar 18, 2010 at 08:01, Mehdi Omidali wrote: Hi, I want to know the complete list of math symbols in MKIV. See char-def.lua and search for mathname and mathspec. Or let ConTeXt search it for you: \usemodule[fn

Re: [NTG-context] ntg-context Digest, Vol 69, Issue 95

2010-03-18 Thread Hans Hagen
On 18-3-2010 12:00, Michael Saunders wrote: > ... btw, can those who use the digest mail options please adapt the subject to something meaningful? Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] ntg-context Digest, Vol 69, Issue 95

2010-03-18 Thread Hans Hagen
On 18-3-2010 12:00, Michael Saunders wrote: Wolfgang Schuster: \setupbodyfont[pagella] \definefontfeature[smcp][smcp=yes] \definefontfeature[frac][frac=yes] \setuphead[chapter][textstyle=\addfs{frac}\addfs{smcp}] This is just an example, but what I think you mean to say by it is that t

[NTG-context] math error

2010-03-18 Thread Wolfgang Werners-Lucchini
Sorry, I found it! \starttext \startformula[] [29;2,2,1]=\frac{206}{7} \stopformula \stoptext Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@n

Re: [NTG-context] math error

2010-03-18 Thread Mikael Persson
On Thu, Mar 18, 2010 at 1:45 PM, Wolfgang Werners-Lucchini wrote: > Hallo, > > the following example compiles ok > > \starttext > \startformula > \frac{206}{7}=[29;2,2,1] > \stopformula > \stoptext > > while this compiles not > > \starttext > \startformula > [29;2,2,1]=\frac{206}{7} > \stopformula

Re: [NTG-context] math error

2010-03-18 Thread Mehdi Omidali
On 3/18/2010 4:15 PM, Wolfgang Werners-Lucchini wrote: the following example compiles ok \starttext \startformula \frac{206}{7}=[29;2,2,1] \stopformula \stoptext while this compiles not \starttext \startformula [29;2,2,1]=\frac{206}{7} \stopformula \stoptext In context, commands accept opt

Re: [NTG-context] Problem in sorting bibtex entries

2010-03-18 Thread Mikael Persson
On Thu, Mar 18, 2010 at 1:48 PM, Taco Hoekwater wrote: > > Hi, > > Mikael Persson wrote: >> Dear Taco and list, > > Better make that 'Dear Hans and list' :) > sorry, I thought you were the bibtex guy :) >> I have a problem (with the latest minimals) sorting bibtex entries: >> >> Consider the fol

Re: [NTG-context] Problem in sorting bibtex entries

2010-03-18 Thread Taco Hoekwater
Hi, Mikael Persson wrote: > Dear Taco and list, Better make that 'Dear Hans and list' :) > I have a problem (with the latest minimals) sorting bibtex entries: > > Consider the following example: > > % bibbug.tex > \usemodule[bib] > > \setuppublications[ > sorttype=bbl, > ] > > \setupb

[NTG-context] math error

2010-03-18 Thread Wolfgang Werners-Lucchini
Hallo, the following example compiles ok \starttext \startformula \frac{206}{7}=[29;2,2,1] \stopformula \stoptext while this compiles not \starttext \startformula [29;2,2,1]=\frac{206}{7} \stopformula \stoptext Bug or user error? Wolfgang __

Re: [NTG-context] Mathdesign fonts usage

2010-03-18 Thread Taco Hoekwater
Wolfgang Schuster wrote: > Am 18.03.10 11:10, schrieb Taco Hoekwater: >> Mikael Persson wrote: >> >>> I think the prime is too close to the f and >>> >> This problem could be related to a luatex bug : >> >>http://tracker.luatex.org/view.php?id=345 >> > This is LuaTeX, Version bet

Re: [NTG-context] Mathdesign fonts usage

2010-03-18 Thread Mehdi Omidali
On 3/18/2010 2:04 PM, Mikael Persson wrote: On Thu, Mar 18, 2010 at 11:14 AM, Aditya Mahajan wrote: On Thu, 18 Mar 2010, Mikael Persson wrote: Wow, Wolfgang, this is very nice! (I was fighting his some weeks ago, and what I probably did wrong was that I did not regenerate the file n

Re: [NTG-context] Mathdesign fonts usage

2010-03-18 Thread Mikael Persson
On Thu, Mar 18, 2010 at 12:27 PM, Wolfgang Schuster wrote: > Am 18.03.10 11:10, schrieb Taco Hoekwater: >> >> Mikael Persson wrote: >> >>> >>> I think the prime is too close to the f and >>> >> >> This problem could be related to a luatex bug : >> >>   http://tracker.luatex.org/view.php?id=345 >>

[NTG-context] Problem in sorting bibtex entries

2010-03-18 Thread Mikael Persson
Dear Taco and list, I have a problem (with the latest minimals) sorting bibtex entries: Consider the following example: % bibbug.tex \usemodule[bib] \setuppublications[ sorttype=bbl, ] \setupbibtex[ database=mp, ] \starttext See~\cite{resi3,resi4} and also~\cite{resi2,resi1}.

Re: [NTG-context] Mathdesign fonts usage

2010-03-18 Thread Wolfgang Schuster
Am 18.03.10 11:10, schrieb Taco Hoekwater: Mikael Persson wrote: I think the prime is too close to the f and This problem could be related to a luatex bug : http://tracker.luatex.org/view.php?id=345 This is LuaTeX, Version beta-0.53.0-2010031812 (rev 3520) Unrelated to the b

Re: [NTG-context] ntg-context Digest, Vol 69, Issue 95

2010-03-18 Thread Michael Saunders
Wolfgang Schuster: > \setupbodyfont[pagella] > > \definefontfeature[smcp][smcp=yes] > \definefontfeature[frac][frac=yes] > > \setuphead[chapter][textstyle=\addfs{frac}\addfs{smcp}] ... This is just an example, but what I think you mean to say by it is that the new command \addfs{} has the behavio

Re: [NTG-context] Mathdesign fonts usage

2010-03-18 Thread Mikael Persson
On Thu, Mar 18, 2010 at 11:14 AM, Aditya Mahajan wrote: > On Thu, 18 Mar 2010, Mikael Persson wrote: > >> Wow, Wolfgang, this is very nice! (I was fighting his some weeks ago, >> and what I probably did wrong was that I did not regenerate the file >> name database. Now the math is indeed italic an

Re: [NTG-context] Complete list of math symbols

2010-03-18 Thread Mehdi Omidali
On 3/18/2010 12:47 PM, Mojca Miklavec wrote: See char-def.lua and search for mathname and mathspec. The list may not be complete, but any suggestions for adding new definitions are welcome. Mojca Thanks. I will test as many symbol as I can and report in this post. Just for now, I think \con

Re: [NTG-context] Mathdesign fonts usage

2010-03-18 Thread Wolfgang Schuster
Am 18.03.10 11:14, schrieb Aditya Mahajan: It is, however, not completely perfect. With the following example, I get the attached result. I think the prime is too close to the f and I don't know. Do they come out correctly with latex? If so, it may be a bug in luatex's italic correction. LaTeX

Re: [NTG-context] typescripts

2010-03-18 Thread Wolfgang Schuster
Am 18.03.10 02:32, schrieb Michael Saunders: Do you need condensed and regular width together in the running text or do you want one in the text and the other in the header? The different widths of my sans is one thing I hadn't counted on using much (I spend more time in serif) but, since

Re: [NTG-context] Mathdesign fonts usage

2010-03-18 Thread Aditya Mahajan
On Thu, 18 Mar 2010, Mikael Persson wrote: Wow, Wolfgang, this is very nice! (I was fighting his some weeks ago, and what I probably did wrong was that I did not regenerate the file name database. Now the math is indeed italic and not upright.) It is, however, not completely perfect. With the f

Re: [NTG-context] Mathdesign fonts usage

2010-03-18 Thread Taco Hoekwater
Hi Mikael, Mikael Persson wrote: > > It is, however, not completely perfect. With the following example, I > get the attached result. I think the prime is too close to the f and This problem could be related to a luatex bug : http://tracker.luatex.org/view.php?id=345 First version with that

Re: [NTG-context] Mathdesign fonts usage

2010-03-18 Thread Mikael Persson
On Thu, Mar 18, 2010 at 10:40 AM, Wolfgang Schuster wrote: > Am 18.03.10 08:12, schrieb Mehdi Omidali: >> >> Hi, >> I have tested all samples in the arxive to use mathdesign fonts for math >> but no success has been reached. > > Files: http://drp.ly/CC5aF > > Unzip the archive in one of your local

Re: [NTG-context] Complete list of math symbols

2010-03-18 Thread Aditya Mahajan
On Thu, 18 Mar 2010, Mojca Miklavec wrote: On Thu, Mar 18, 2010 at 08:01, Mehdi Omidali wrote: Hi, I want to know the complete list of math symbols in MKIV. See char-def.lua and search for mathname and mathspec. Or let ConTeXt search it for you: \usemodule[fnt-10] \starttext \ShowComplete

Re: [NTG-context] typescripts

2010-03-18 Thread Wolfgang Schuster
Am 18.03.10 02:32, schrieb Michael Saunders: Consider, for example, something like this: a book on film with a header: "Fellini's Roma and 8 1/2". I'm used to setting something like this in this way: Fellini's \it{Roma} and \it{\cvfrac{8}{1}{2}} (where \cvfrac{}{}{} is a macro that gives me a c

Re: [NTG-context] Mathdesign fonts usage

2010-03-18 Thread Wolfgang Schuster
Am 18.03.10 08:12, schrieb Mehdi Omidali: Hi, I have tested all samples in the arxive to use mathdesign fonts for math but no success has been reached. Files: http://drp.ly/CC5aF Unzip the archive in one of your local TeX folders. Sample: http://drp.ly/CC86L Result: http://drp.ly/CC92k Repla

Re: [NTG-context] Complete list of math symbols

2010-03-18 Thread Mojca Miklavec
On Thu, Mar 18, 2010 at 08:01, Mehdi Omidali wrote: > Hi, > I want to know the complete list of math symbols in MKIV. See char-def.lua and search for mathname and mathspec. The list may not be complete, but any suggestions for adding new definitions are welcome. Mojca

[NTG-context] Mathdesign fonts usage

2010-03-18 Thread Mehdi Omidali
Hi, I have tested all samples in the arxive to use mathdesign fonts for math but no success has been reached. Any comment is wellcome. ___ If your question is of interest to others as well, please add an entry to the

[NTG-context] Complete list of math symbols

2010-03-18 Thread Mehdi Omidali
Hi, I want to know the complete list of math symbols in MKIV. Thanks ___ 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/l