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

2010-03-19 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 can

[NTG-context] Vim module errors

2010-03-19 Thread Adam C.M. Solove
Hi all, Has anyone used the vim module recently and I recently installed the third-party vim module for syntax highlighting in my minimal install of ConTeXt MKIV/LuaTeX: ./first-setup.sh --extras=t-vim context --generate I tried a minimal example from the manual: \starttext \usemodule [vim]

[NTG-context] grid + section in text - unwanted vertical space

2010-03-19 Thread Mikael Persson
Dear list, With the following example: \setuplayout[grid=yes] \setuphead[section][alternative=text] \starttext \section{Test}\input knuth \stoptext I get the attached result. I would expect no empty line between the section line and the rest of the paragraph. Any advices? Best regards, Mikael

[NTG-context] Unexpected format of reference

2010-03-19 Thread Mikael Persson
Dear list, the following example gives me unexpected format of the last reference to the section \definereferenceformat[eqref][left={(},right={)}] \starttext \section[sec:test]{Test} We are now in \in{Section}{}[sec:test]. \placeformula[eq:general] \startformula A=B \stopformula

Re: [NTG-context] Vim module errors

2010-03-19 Thread Peter Münster
On Thu, Mar 18 2010, Adam C.M. Solove wrote: Has anyone used the vim module recently and Hello Adam, Yes. I use the version from here: http://www.ntg.nl/pipermail/ntg-context/2009/042527.html For C-pretty-printing, you can also try this one: http://modules.contextgarden.net/pret-c Cheers,

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

2010-03-19 Thread Taco Hoekwater
Graham Douglas wrote: One question, in the minimal example below, the XML text: text = 'elem1text elem2/ more text /elem1' parses fine *if* on a single line. If I break the text onto multiple lines, eg text = 'elem1text elem2/ more text /elem1' it fails with !

[NTG-context] \mapsto is missing

2010-03-19 Thread Mikael Persson
Dear list, the \mapsto arrow seems to be missing. \starttext $A\mapsto B=f(A)$ \stoptext gives the attached pdf document. I'd expect something like what is in the pic attached. Can this be added? Best regards, Mikael attachment: mapsto.png mapsto.pdf Description: Adobe PDF document

Re: [NTG-context] \mapsto is missing

2010-03-19 Thread Mehdi Omidali
On 3/19/2010 12:36 PM, Mikael Persson wrote: Dear list, the \mapsto arrow seems to be missing. \starttext $A\mapsto B=f(A)$ \stoptext gives the attached pdf document. I'd expect something like what is in the pic attached. Can this be added? Best regards, Mikael

Re: [NTG-context] \mapsto is missing

2010-03-19 Thread Mikael Persson
On Fri, Mar 19, 2010 at 10:18 AM, Mehdi Omidali mehd...@gmail.com wrote: On 3/19/2010 12:36 PM, Mikael Persson wrote: Dear list, the \mapsto arrow seems to be missing. \starttext $A\mapsto B=f(A)$ \stoptext gives the attached pdf document. I'd expect something like what is in the pic

[NTG-context] Working with variables in Lua(TeX)

2010-03-19 Thread Jaroslav Hajtmar
Hello, I am sorry, I am novice in this maillist and in Lua(TeX) too. I dont know if my problem isn't off topic. My inquiry is here: Is it make possible with variables in Lua(TeX) do for similar hara-kiri like in Perl or PHP by this example?: $a=b; $$a=456; print $b; # result 456

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

2010-03-19 Thread luigi scarso
On Thu, Mar 18, 2010 at 11:29 PM, Graham Douglas graham.doug...@readytext.co.uk wrote: 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

[NTG-context] [OT] Mac Os X 10.3.9

2010-03-19 Thread luigi scarso
I have an (old, I suppose) Mac pc on my desk. It works, but I don't know anything about it apart that it looks like a *nix from terminal. It has has also Emacs ! I would like to use TeXLive or at least ConTeXt minimals and FontForge but it think I need at least a compiler first... Any help

Re: [NTG-context] [OT] Mac Os X 10.3.9

2010-03-19 Thread Mojca Miklavec
On Fri, Mar 19, 2010 at 12:47, luigi scarso wrote: I have an (old, I suppose) Mac pc on my desk. It works, but I don't know anything about it apart that it looks like a *nix from terminal. It has  has also Emacs ! I would like to use TeXLive or at least ConTeXt minimals and FontForge but it

Re: [NTG-context] [OT] Mac Os X 10.3.9

2010-03-19 Thread Henning Hraban Ramm
2010/3/19 Mojca Miklavec mojca.miklavec.li...@gmail.com: Compiler ... you need XCode 1.x (and a bit of creativity to find it). If you can't find it, tell me off-list; I guess there's an old CD here anywhere... (Didn't you get the original OSX CDs that came with your Mac?) Greetlings, Hraban

Re: [NTG-context] \mapsto is missing

2010-03-19 Thread zs
How about trying this: $A ↦ B=f(A)$ $A ⟼ B=f(A)$ Zdenek On Fri, 19 Mar 2010 10:06:52 +0100 Mikael Persson mic...@gmail.com wrote: Dear list, the \mapsto arrow seems to be missing. \starttext $A\mapsto B=f(A)$ \stoptext gives the attached pdf document. I'd expect something like

Re: [NTG-context] Working with variables in Lua(TeX)

2010-03-19 Thread Taco Hoekwater
Jaroslav Hajtmar wrote: Hello, I am sorry, I am novice in this maillist and in Lua(TeX) too. I dont know if my problem isn't off topic. My inquiry is here: Is it make possible with variables in Lua(TeX) do for similar hara-kiri like in Perl or PHP by this example?: $a=b; $$a=456; print $b; #

Re: [NTG-context] grid + section in text - unwanted vertical space

2010-03-19 Thread Wolfgang Schuster
Am 19.03.10 08:21, schrieb Mikael Persson: Dear list, With the following example: \setuplayout[grid=yes] \setuphead[section][alternative=text] \setuphead[section][alternative=text,strut=no] Wolfgang ___ If

Re: [NTG-context] Unable to use example from Excursion

2010-03-19 Thread Aditya Mahajan
On Fri, 12 Mar 2010, Hans Hagen wrote: fixed in next beta The bug is still present in 2010.03.18. Here is a minimal example: \definetype[typeTEX][option=tex, style=type] \starttext \placefigure [top,bottom] [fig:something] {Do \type{\undefined} and \typeTEX{\undefined} work?} {}

Re: [NTG-context] Working with variables in Lua(TeX)

2010-03-19 Thread Peter Münster
On Fri, Mar 19 2010, Jaroslav Hajtmar wrote: $a=b; $$a=456; print $b; # result 456 No problem with tables: testtab = {} testtab.a = b testtab[testtab.a] = 456 print(testtab.b) -- result 456 Documentation about lua is here: http://www.lua.org/ Cheers, Peter -- Contact information:

Re: [NTG-context] grid + section in text - unwanted vertical space

2010-03-19 Thread Mikael Persson
On Fri, Mar 19, 2010 at 3:10 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 19.03.10 08:21, schrieb Mikael Persson: Dear list, With the following example: \setuplayout[grid=yes] \setuphead[section][alternative=text] \setuphead[section][alternative=text,strut=no]

Re: [NTG-context] Unable to use example from Excursion

2010-03-19 Thread Wolfgang Schuster
Am 19.03.10 16:03, schrieb Aditya Mahajan: \placefigure [top,bottom] [fig:something] {Do \type{\undefined} and \typeTEX{\undefined} work?} Can’t resist. {Do \expandafter\type\expandafter{\noexpand\undefined} and \expandafter\typeTEX\expandafter{\noexpand\undefined} work?} Wolfgang

Re: [NTG-context] Setting expansion depth limit for metapost

2010-03-19 Thread Michal Suszko
* Taco Hoekwater t...@elvenkind.com [2010-03-17 13:10:19 +0100]: It could be a bug in mplib then, but I can't test that without an input example. Can you create me one? (it could consist of one massive \dorecurse call, I assume?). Trying to prepare minimal working example of this problem I

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

2010-03-19 Thread Graham Douglas
Why is this --- is this a catcode issue? emotion feeling=DOHI need to read more before asking stupid questions/mode Thanks Taco, much appreciated as always. Warm regards Graham ___ If your question is of

[NTG-context] fallbacks for math fonts

2010-03-19 Thread Mehdi Omidali
Hello, I like to use Latin Modern Math as my math font but it lacks some glyphs like \cong=0x02245. I would like to know (if possible, with a working example) if font fallbacks feature is available for math fonts. Mehdi

Re: [NTG-context] grid + section in text - unwanted vertical space

2010-03-19 Thread Alex Lubberts
My solution was ... : \setuphead[section][grid={low,fit}] Regards, Alex On vr, 2010-03-19 at 15:10 +0100, Wolfgang Schuster wrote: Am 19.03.10 08:21, schrieb Mikael Persson: Dear list, With the following example: \setuplayout[grid=yes] \setuphead[section][alternative=text]

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

2010-03-19 Thread Graham Douglas
snip Hi Luigi Great stuff, thank you. If you ever had time to write an article which really explained the underlying programming concepts you demonstrated in your slides I am sure you would find a lot of people interested to read it. I think the ability to extend LuaTeX via Lua libraries really

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

2010-03-19 Thread Matija Šuklje
Dne četrtek 18. marca 2010 ob 23:51:10 je Mojca Miklavec napisal(a): 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

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

2010-03-19 Thread luigi scarso
On Fri, Mar 19, 2010 at 7:58 PM, Matija Šuklje mat...@suklje.name wrote: H, since I most probably won't be attending the BachoTeX, that'd be hard to fulfil, but I could offer you a beer in Ljubljana ;) beer for free in Ljubljana ?? be careful... -- luigi

[NTG-context] Adobe Multiple Master Fonts: support in LuaTeX?

2010-03-19 Thread Graham Douglas
Hi All A few (ie 10) years ago I purchased the MinionMM and MyriadMM Multiple Master typefaces from the long-defunct Adobe Type on Call. I have the full set including the expert fonts. They were really quite expensive so I would really like to find out if they are (or will be) supported by

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

2010-03-19 Thread luigi scarso
On Fri, Mar 19, 2010 at 7:29 PM, Graham Douglas graham.doug...@readytext.co.uk wrote: snip Hi Luigi Great stuff, thank you. If you ever had time to write an article which really explained the underlying programming concepts you demonstrated in your slides I am sure you would find a lot of

Re: [NTG-context] Adobe Multiple Master Fonts: support in LuaTeX?

2010-03-19 Thread Taco Hoekwater
Hi, Graham Douglas wrote: I would be very interested to know the current support, or planned support, for being able to create multiple master instances on the fly. For now: zero support is present, and no future support is currently being planned. That doesn't mean that it will

Re: [NTG-context] What do you miss in ConTeXt?

2010-03-19 Thread Vedran Miletić
2010/3/15 Hans Hagen pra...@wxs.nl: I figured out that loading \input spec-tst.mkii before \setupinteraction[state=start] works as expected in MKII (but then - the backward compatibility is broken as well since one would have to load the tex version of that file in past). Loading it after

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

2010-03-19 Thread Graham Douglas
Hi Luigi Well if you are really interested then you should join ntg + tug now. My article --- as many others about luatex mkiv --- is in the last number of TUGBOAT -- already made TUG membership application, plus made a donation to the LuaTeX fund. Warm regards Graham

Re: [NTG-context] Adobe Multiple Master Fonts: support in LuaTeX?

2010-03-19 Thread Graham Douglas
Hi Taco Totally understand that, many thanks for the clarification. Back to mmafm, mmpfb :-) Warm wishes Graham ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] Adobe Multiple Master Fonts: support in LuaTeX?

2010-03-19 Thread Hans Hagen
On 19-3-2010 21:06, Taco Hoekwater wrote: MM fonts were a nice idea, but now that they are abandoned even by Adobe itself, they are way down on the priority list. Especially as there are so many other interesting things waiting to be done. right and there are not that many mm fonts .. afaik