Re: [NTG-context] LuaTeX on Mac OS X

2007-10-02 Thread Dalyoung Jeong
Dear Otared, Thank you for your mail. Since there is no echo at all on this matter for a few days, I think that I am the only person who has the installation problem. I tired in many ways. I repeated the installation process three times from the scratch. But I have no progress at all. I

Re: [NTG-context] LuaTeX on Mac OS X

2007-10-02 Thread Hans Hagen
Dalyoung Jeong wrote: Thank you for your mail. Since there is no echo at all on this matter for a few days, I think that I am the only person who has the installation problem. well, i have no mac -) LuaTools | loading /usr/local/texlive/2007/texmf/web2c/texmf.cnf LuaTools | skipping

Re: [NTG-context] LuaTeX on Mac OS X

2007-10-02 Thread Wolfgang Schuster
On Tue, 02 Oct 2007 09:56:23 +0200 Hans Hagen [EMAIL PROTECTED] wrote: Dalyoung Jeong wrote: Thank you for your mail. Since there is no echo at all on this matter for a few days, I think that I am the only person who has the installation problem. well, i have no mac -) LuaTools

Re: [NTG-context] LuaTeX on Mac OS X

2007-10-02 Thread Dalyoung Jeong
Dear Hans, Thank you for the reply. Here is the codes of luatools.lua from line number 1106 - %%% 1106: if md5 then do 1107:local function convert(str,fmt) 1108:return (string.gsub(md5.sum(str),.,function(chr) return string.format(fmt,string.byte(chr)) end)) 1109:

Re: [NTG-context] LuaTeX on Mac OS X

2007-10-02 Thread Henning Hraban Ramm
Am 2007-10-02 um 14:27 schrieb Dalyoung Jeong: if not md5.HEX then function md5.HEX(str) return convert(str,% 02X) end end if not md5.hex then function md5.hex(str) return convert(str,% 02x) end end if not md5.dec then function md5.dec(str) return convert(stt,% 03i) end end

Re: [NTG-context] LuaTeX on Mac OS X

2007-10-02 Thread Hans Hagen
Henning Hraban Ramm wrote: Am 2007-10-02 um 14:27 schrieb Dalyoung Jeong: if not md5.HEX then function md5.HEX(str) return convert(str,% 02X) end end if not md5.hex then function md5.hex(str) return convert(str,% 02x) end end if not md5.dec then function md5.dec(str) return

Re: [NTG-context] LuaTeX on Mac OS X

2007-10-02 Thread Hans Hagen
Dalyoung Jeong wrote: Dear Hans, Thank you for the reply. Here is the codes of luatools.lua from line number 1106 - %%% 1106: if md5 then do 1107:local function convert(str,fmt) 1108:return (string.gsub(md5.sum(str),.,function(chr) return

[NTG-context] Call for test documents

2007-10-02 Thread Norbert Preining
Dear all, I am currently testing the installation of ConTeXt/MkIV on Debian and thus being in search for test documents using MkIV features/luatex stuff. Or at least document which I can/should be able to process with luatex/context. If you have any documents it would be great if you could send

Re: [NTG-context] [dev-context] Call for test documents

2007-10-02 Thread Hans Hagen
Norbert Preining wrote: Dear all, I am currently testing the installation of ConTeXt/MkIV on Debian and thus being in search for test documents using MkIV features/luatex stuff. Or at least document which I can/should be able to process with luatex/context. If you have any documents it

[NTG-context] quote characters in luatex

2007-10-02 Thread Thomas A. Schmitz
In my experiments with luatex, there's one thing that may be surprising for many users: we have come to expect that the characters ` and ' in our input files map to single left and single right quotation marks. luatex just typesets them verbatim, so to speak. It converts the combination ``

Re: [NTG-context] quote characters in luatex

2007-10-02 Thread Hans Hagen
Thomas A. Schmitz wrote: In my experiments with luatex, there's one thing that may be surprising for many users: we have come to expect that the characters ` and ' in our input files map to single left and single right quotation marks. luatex just typesets them verbatim, so to speak.

Re: [NTG-context] quote characters in luatex

2007-10-02 Thread Thomas A. Schmitz
On Oct 2, 2007, at 5:36 PM, Hans Hagen wrote: there is a feature: texligatures=yes for the rest, we can consider mappings but i fear that we end up in a quote mess is that the same as tlig=yes ? This doesn't effect the single quote. I see the problem with the quote mess; in the old

[NTG-context] bibtex startup

2007-10-02 Thread Andrea Valle
Dear all, I'd like use bibtex support. It's my first time in ConTeXt I took a look at the wiki: http://wiki.contextgarden.net/Bibliography but cannot understand exactly. 1. I created a bibTest.bib file containing: __ %% Created for Andrea Valle at 2007-10-02 17:37:21 +0200 %%

Re: [NTG-context] quote characters in luatex

2007-10-02 Thread Hans Hagen
Thomas A. Schmitz wrote: On Oct 2, 2007, at 5:36 PM, Hans Hagen wrote: there is a feature: texligatures=yes for the rest, we can consider mappings but i fear that we end up in a quote mess is that the same as tlig=yes ? This doesn't effect the single quote. these quote thingies

Re: [NTG-context] LuaTeX on Mac OS X

2007-10-02 Thread Thomas A. Schmitz
On Oct 1, 2007, at 11:31 PM, Otared Kavian wrote: Dear Dalyoung, Like many other ConTeXt users I followed up the many threads about how to install, successfully, LuaTeX. In particular I was interested in your experience since I had more or less the same problems as the ones you described

Re: [NTG-context] bibtex startup

2007-10-02 Thread Andrea Valle
Thanks Arthur. No words needed. I totally agree with you. It's that I was confused by the xampl.bib. I didn't understand it was just an example file (oh well, I should have suspected, indeed...). Best -a- On 2 Oct 2007, at 18:42, Arthur Reutenauer wrote: Following the example, I have

[NTG-context] LuaTeX and Unicode Math

2007-10-02 Thread Mojca Miklavec
Hello, While trying to convert some stuff from HTML to PDF (using LuaTeX) I have noticed some minor problems: unicode math characters work OK in text mode (under assumption that the font has them), but not in math mode. In pdfTeX they work OK in both cases. (That behaviour is expected, but not

[NTG-context] standardmakeup, frontmatter, bodymatter page numbering

2007-10-02 Thread Mojca Miklavec
Hello, I have a document consisting of title page, some introduction which should have pages numbered with roman numerals, and finally the real content \setuphead[subject][page=odd,style=\ss\bfb] \setuppagenumbering[location=] \starttext \startstandardmakeup title page \stopstandardmakeup

Re: [NTG-context] LuaTeX and Unicode Math

2007-10-02 Thread Aditya Mahajan
Hi, While trying to convert some stuff from HTML to PDF (using LuaTeX) I have noticed some minor problems: unicode math characters work OK in text mode (under assumption that the font has them), but not in math mode. In pdfTeX they work OK in both cases. (That behaviour is expected, but not

Re: [NTG-context] LuaTeX on Mac OS X

2007-10-02 Thread Jeong Dalyoung
Dear Hans, Thank you for your concern. There is no non-ascii character in folder names except ~/Documents/. And the TeX directory is /usr/local/texlive/{2007, texmf-local}/... By the way, where is setuptex command which can be used in Mac? I tried before as in the wiki, but it couldn't find

Re: [NTG-context] LuaTeX on Mac OS X

2007-10-02 Thread Arthur Reutenauer
By the way, where is setuptex command which can be used in Mac? I tried before as in the wiki, but it couldn't find such a command. In the minimal distribution: http://www.pragma-ade.com/context/install/macosxtex.zip