Re: [NTG-context] learning LuaTeX (was: Hans' presentation: using plain TEX (from TUG 2009) [apologies if OT])

2010-04-04 Thread Graham Douglas
Hello Patrick who said... Besides the gdb part, this is pretty much how I learned LuaTeX (still on my path). I suggest you stay with plain, then add features as you go along: * write your own font handler (see the bluewiki page) - LuaTeX supports many different kinds of fonts * write

Re: [NTG-context] The ConTeXt book

2010-04-03 Thread Graham Douglas
Taco wrote: == Over the past four years, it has been next to impossible to get people interested in the reference manual project, not even for something as simple as reading the rewritten chapters and telling me what they think about it. Still, at the same time, complaints about the

Re: [NTG-context] Typographical Engineering in Context

2010-04-03 Thread Graham Douglas
Idris Hamid wrote: == FYI: I am presently working on a book: Typographical Ontology and Engineering: Structured and Automated Authoring in Context The basic outline is I. Ontology and Theory II. Typographical Engineering in Context [including special topics, advanced techniques

[NTG-context] Hans' presentation: using plain TEX (from TUG 2009) [apologies if OT]

2010-04-03 Thread Graham Douglas
Dear Hans, Taco et al I hope this is the appropriate place to ask my question --- if not, my apologies. I've compiled LuaTeX on Windows and have been using Hans' presentation using plain TEX (from TUG 2009) to construct a minimal working runtime environment based on plain tex. Basically, a

Re: [NTG-context] Hans' presentation: using plain TEX (from TUG 2009) [apologies if OT]

2010-04-03 Thread Graham Douglas
snip much good advice from Hans Hi Hans Thank you for your commnts. Oh, for sure, tinkering with plain is just an interim step along the (long...) road. A very minimal harness setup to write minimal code --- to play with the various LuaTeX API functions via GNU's gdb debugger. By building a

Re: [NTG-context] The ConTeXt book

2010-04-01 Thread Graham Douglas
This is to inform you that's I've been commissioned by Hans and Taco to work on a manual for ConTeXt, under their supervision, during the next 12 months. After the recent discussions about documentation on this list, they have agreed that the lack of a complete manual was getting more and more

[NTG-context] Compiling under Windows (Visual Studio 2008)

2010-03-25 Thread Graham Douglas
Hi I hope this message is not too off topic but I thought I would ask here first. I would very much like to (try...) to compile LuaTeX using Microsoft Visual Studio 2008. But I'm not sure if this is likely to be enormously complex and maybe too difficult (for me, anyway). Does the list know

[NTG-context] More on Adobe Multiple Master fonts (not quite dead yet:-)

2010-03-21 Thread Graham Douglas
Dear Hans + Taco I have a question about Minion Expert fonts. I do have a copy of Idris's paper on this very topic but I'm not sure if this is still the way to install fonts via MKIV/LuaTeX. I'll give some background on what I'm doing, so my apologies to the list for the long post. [Note: happy

Re: [NTG-context] More on Adobe Multiple Master fonts (not quite dead yet:-)

2010-03-21 Thread Graham Douglas
Hi, yes I read Idris' comment about that in his paper about installing Minion Pro. For now I'd like to use this as an opportunity to learn more about the font machinery in Context/LuaTeX... as part of my journey towards minimal understanding and writing typescripts for this collection. Many

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

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

[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 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] Using external libraries in LuaTeX

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

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

[NTG-context] Using external libraries in LuaTeX

2010-03-17 Thread Graham Douglas
Dear All In a the recent Luatex 0.46.0 announcement http://tug.org/pipermail/luatex/2009-November/001118.html experimental support for loading external libraries was reported. I am running Windows Vista with ConTeXt ver: 2010.03.12 19:49 MKIV fmt: 2010.3.16 int: english/english with

Re: [NTG-context] Working with Arabic

2010-03-08 Thread Graham Douglas
Just a short note to thank everyone for their various comments. I will read some more and see how far I can get... and come back when I can formulate some more precise (better) questions. Am reading through the reference manual --- LuaTeX's versatility is quite incredible. Warm regards to

[NTG-context] Working with Arabic

2010-03-07 Thread Graham Douglas
. In essence, where do I need to start exploring to be able to write such things --- LuaTeX node processing, colour attributes etc?? Any pointers or guidance to help me start looking in the right place would be very welcome. Warm wishes to all Graham Douglas