Re: [NTG-context] PDF grayscale conversion (OT)

2009-03-10 Thread Yue Wang
try convert (in image magick) On Tue, Mar 10, 2009 at 10:38 AM, Alan Bowen acbo...@princeton.edu wrote: I have used to ConTeXt to generate a hefty PDF file with b/w text and  color images. Is there a way to convert this file to a PDF file with b/w text and grayscale images (256 shades)? I know

Re: [NTG-context] pdftex error

2009-03-10 Thread Yue Wang
Mojca: This problem is still not fixed. Try to add both kpathsea357.dll (required by luatex) and kpathsea357-dev.dll (required by pdftex, xetex, mpost) into your fetch script. Yue Wang On Mon, Mar 9, 2009 at 4:17 PM, Yue Wang yuleo...@gmail.com wrote: Yes. she needs to add that line into her

Re: [NTG-context] PDF grayscale conversion (OT)

2009-03-10 Thread Yue Wang
On Tue, Mar 10, 2009 at 2:38 PM, Yue Wang yuleo...@gmail.com wrote: try convert (in image magick) convert book.pdf -colorspace Gray book.jpg might help. (it will generate book-xx.jpg) Yue Wang ___ If your question is

Re: [NTG-context] A few minor questions

2009-03-10 Thread Taco Hoekwater
Vyatcheslav Yatskovsky wrote: Hello, 1) I use \setupindenting[yes, big]. How to make the first paragraph (after the section title) to be indented too? \setuphead[section][indentnext=yes] 2) I made a command for abstracts (a few lines in the beginning of the paper, one paragraph only).

Re: [NTG-context] font-win.tex

2009-03-10 Thread Taco Hoekwater
Vyatcheslav Yatskovsky wrote: Is there a script which can be called font-win.tex, which describes all OS-shipped fonts on Windows platform? If not, why? :o) IIRC, every Windows platform ships with a slightly different list. There are the 12 basic TimesNewRoman, Arial and Courier fonts, but

[NTG-context] Consistent row spacing in TABLEs

2009-03-10 Thread Thomas Floeren
Hello, I have a problem to get consistent row spacing in TABLEs when the whitespace in the document is set to any other than 'none'. Example: % coding: utf-8 \enableregime[utf] \setupwhitespace[medium] % \setupwhitespace[none] %% with this it works fine

[NTG-context] protrusion and \quotation{…}

2009-03-10 Thread Andreas Harder
Hello, is it volitional/known that there is no protrusion if one using \quotation{…} (under mkiv)? \definefontfeature[protrusion][default][protrusion=quality] \definefont[test][Serif*protrusion at 24pt] \setupalign[hanging] \starttext \showframe \test\setupinterlinespace \quotation{Hello

Re: [NTG-context] protrusion and \quotation{… }

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 11:16 schrieb Andreas Harder: Hello, is it volitional/known that there is no protrusion if one using \quotation{…} (under mkiv)? You need a different method for quotations. \setupdelimitedtext[quotation][method=font] or \setupquotation[method=font] Wolfgang

Re: [NTG-context] font-win.tex

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 09:46 schrieb Taco Hoekwater: Vyatcheslav Yatskovsky wrote: Is there a script which can be called font-win.tex, which describes all OS-shipped fonts on Windows platform? If not, why? :o) IIRC, every Windows platform ships with a slightly different list. There are the 12

Re: [NTG-context] font-win.tex

2009-03-10 Thread Taco Hoekwater
Wolfgang Schuster wrote: type-mac for Mac OS (are .dfont fonts working in LuaTeX 0.40). That would be nice, but I am not sure I will get around to implementing it (besides time constraints, it is never easy to develop for a platform one doesn't actually have). It would be nice if there was a

[NTG-context] Bibliography module and ibid./ebd.

2009-03-10 Thread Andreas Harder
Hello again, is it possible to achieve with the t-bib-module that the second (third, … ) of two or more consecutive \cite-command with the same tag will be replaced with ebid. (ebd. in German)? I found an older posting http://archive.contextgarden.net/message/20020903.072930.995836b4.en.html

Re: [NTG-context] Bibliography module and ibid./ebd.

2009-03-10 Thread Taco Hoekwater
Andreas Harder wrote: Hello again, is it possible to achieve with the t-bib-module that the second (third, … ) of two or more consecutive \cite-command with the same tag will be replaced with ebid. (ebd. in German)? No can do, sorry. I found an older posting

Re: [NTG-context] font-win.tex

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 11:58 schrieb Taco Hoekwater: type-mac for Mac OS (are .dfont fonts working in LuaTeX 0.40). That would be nice, but I am not sure I will get around to implementing it (besides time constraints, it is never easy to develop for a platform one doesn't actually have). It

Re: [NTG-context] font-win.tex

2009-03-10 Thread Taco Hoekwater
Wolfgang Schuster wrote: Am 10.03.2009 um 11:58 schrieb Taco Hoekwater: type-mac for Mac OS (are .dfont fonts working in LuaTeX 0.40). That would be nice, but I am not sure I will get around to implementing it (besides time constraints, it is never easy to develop for a platform one

Re: [NTG-context] font-win.tex

2009-03-10 Thread Vyatcheslav Yatskovsky
It would be nice if there was a volunteer I'm the one, but for Windows XP at the moment. Then I will add Vista fonts. IMHO, the previous versions of Windows are not worth to consider. Vyatcheslav ___ If your

Re: [NTG-context] A few minor questions (Taco Hoekwater)

2009-03-10 Thread Vyatcheslav Yatskovsky
Thanks a lot, Taco, for your definition of my abstract. However, I'd prefer to use it like \Abstract{No more then one paragraph inside} How its definition could look like? Best, Vyatcheslav ___ If your question

Re: [NTG-context] font-win.tex

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 12:37 schrieb Vyatcheslav Yatskovsky: It would be nice if there was a volunteer I'm the one, but for Windows XP at the moment. Then I will add Vista fonts. IMHO, the previous versions of Windows are not worth to consider. I can provide typescripts for the new Vista Cxxx

Re: [NTG-context] font-win.tex

2009-03-10 Thread Michail Vidiassov
Dear Taco and All, Taco Hoekwater wrote: type-mac for Mac OS (are .dfont fonts working in LuaTeX 0.40). That would be nice, but I am not sure I will get around to implementing it (besides time constraints, it is never easy to develop for a platform one doesn't actually have). BTW, how the

Re: [NTG-context] My printer vs. Times New Roman

2009-03-10 Thread Henning Hraban Ramm
Am 2009-03-10 um 05:59 schrieb Michail Vidiassov: /* Offtopic Is go and get a PostScript 3 printer or use GhostScript, both are dirt cheap an answer backed by the collective wisdom of ConTeXt/LuaTeX/pdfTeX users? */ In my experience no regarding PS3 printers being cheap. And there are

Re: [NTG-context] A few minor questions (Taco Hoekwater)

2009-03-10 Thread Taco Hoekwater
Vyatcheslav Yatskovsky wrote: Thanks a lot, Taco, for your definition of my abstract. However, I'd prefer to use it like \Abstract{No more then one paragraph inside} How its definition could look like? You could add this after my stuff: \def\Abstract#1{\startAbstract #1\stopAbstact} or

Re: [NTG-context] font-win.tex

2009-03-10 Thread Taco Hoekwater
Michail Vidiassov wrote: Dear Taco and All, Taco Hoekwater wrote: type-mac for Mac OS (are .dfont fonts working in LuaTeX 0.40). That would be nice, but I am not sure I will get around to implementing it (besides time constraints, it is never easy to develop for a platform one doesn't

Re: [NTG-context] PDF grayscale conversion (OT)

2009-03-10 Thread Alan Bowen
Luigi, Yue—many thanks. I will look into with both Ghostscript and ImageMagick to see what I can do. Best, Alan On Mar 10, 2009, at 02;14,12 , luigi scarso wrote: On Tue, Mar 10, 2009 at 3:38 AM, Alan Bowen acbo...@princeton.edu wrote: I have used to ConTeXt to generate a hefty PDF file

[NTG-context] Incorrect bookmark title of \completelistofabbreviations and no abbreviations are listed

2009-03-10 Thread Nikolai Weibull
Hi! Long time no post. Anyway, I’m writing a document where I’m using abbreviations. In neither --lua nor --xtx do I get a list of abbreviations with \completelistofabbreviations. The bookmark text is \headtext {abbreviations} for both. With --pdf I get a list of abbreviations and the

Re: [NTG-context] protrusion and \quotation{…}

2009-03-10 Thread Andreas Harder
Thank you very much. Curious, with \hfill\quotation{…} there is still no protrusion on the right side (in regular text, without \hfill, it works as expected). Andreas ___ If your question is of interest to

[NTG-context] paragraph question (the return :O)

2009-03-10 Thread Alan Stone
Hi, Re: files in attachment Why is step 3 typeset in chapter 2's first paragraph instead of chapter 1's first paragraph and how to correct ? -- Alan countlines.tex Description: TeX document countlines.pdf Description: Adobe PDF document

Re: [NTG-context] paragraph question (the return :O)

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 16:06 schrieb Alan Stone: Hi, Re: files in attachment Why is step 3 typeset in chapter 2's first paragraph instead of chapter 1's first paragraph and how to correct ? I still say it's not a very good idea to do this but here is a fixed version of your macros. You should

[NTG-context] Spacing after \cite

2009-03-10 Thread Aditya Mahajan
Hi Taco, Normally, while using \cite one does not need to worry about adding an explicit space after the command. So, you can write \cite[something] says rather than \cite[something]\ says But something has changed in core ConTeXt which has changed this behaviour. Consider the

Re: [NTG-context] Spacing after \cite

2009-03-10 Thread Aditya Mahajan
On Tue, 10 Mar 2009, Aditya Mahajan wrote: So I am guessing that the difference is because of something else, but I cannot see any differences. The old version gives \dodoubleempty #1-\noshowargumenterror \doifnextcharelse [{\dodoubletestempty #1} {\dodoublefakeempty #1} #1-\dododocite

Re: [NTG-context] paragraph question (the return :O)

2009-03-10 Thread Alan Stone
On Tue, Mar 10, 2009 at 4:35 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: I still say it's not a very good idea to do this In order to make an informed decision, what are you refering to Wolfgang ? but here is a fixed version of your macros. You should always take care to

Re: [NTG-context] paragraph question (the return :O)

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 17:35 schrieb Alan Stone: On Tue, Mar 10, 2009 at 4:35 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: I still say it's not a very good idea to do this In order to make an informed decision, what are you refering to Wolfgang ? Your \EveryPar hackery. I

Re: [NTG-context] paragraph question (the return :O)

2009-03-10 Thread Alan Stone
On Tue, Mar 10, 2009 at 5:46 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 10.03.2009 um 17:35 schrieb Alan Stone: On Tue, Mar 10, 2009 at 4:35 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: I still say it's not a very good idea to do this In order to

Re: [NTG-context] ConTeXt T-shirts?

2009-03-10 Thread Mojca Miklavec
On Mon, Mar 9, 2009 at 21:06, Xan wrote: Do you have any cafepress/spreadshirt acount for selling t-shirts, tea cups, etc.? I think it could be useful for fans of ConTeXt. No, but I have a pile of please-send-me-asap I LOVE ConTeXt T-shirts from the last conference (sorry, I keep sending them

Re: [NTG-context] hyphenation patters for Ukrainian

2009-03-10 Thread Mojca Miklavec
On Tue, Mar 10, 2009 at 00:06, Vyatcheslav Yatskovsky wrote: Hello, What bout hyphenation patters for Ukrainian? \language[ru] seems to work, but \language[ua] does not. There is one issue that needs to be fixed first - the ??? needs to be replaced with proper language code:

[NTG-context] New beta

2009-03-10 Thread Thomas A. Schmitz
Hi all, the new beta has been so quietly accepted that I'm wondering if I'm the only one who can't use it. With every file, I get this error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c from /Users/tas/context/tex/texmf-cache/luatex-cache/context/

Re: [NTG-context] New beta

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 20:33 schrieb Thomas A. Schmitz: Hi all, the new beta has been so quietly accepted that I'm wondering if I'm the only one who can't use it. With every file, I get this error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/ web2c from

Re: [NTG-context] New beta

2009-03-10 Thread Thomas A. Schmitz
On Mar 10, 2009, at 8:45 PM, Wolfgang Schuster wrote: No problems on my side so far, did it help to update the scripts. Wolfgang Interesting. I just checked, and I get the same error on linux and OS X. Minimals, updated to 2009.03.08 23:41. Thomas

Re: [NTG-context] New beta

2009-03-10 Thread luigi scarso
On Tue, Mar 10, 2009 at 9:14 PM, Thomas A. Schmitz thomas.schm...@uni-bonn.de wrote: On Mar 10, 2009, at 8:45 PM, Wolfgang Schuster wrote: No problems on my side so far, did it help to update the scripts. Wolfgang Interesting. I just checked, and I get the same error on linux and OS X.

Re: [NTG-context] New beta

2009-03-10 Thread Hans Hagen
Thomas A. Schmitz wrote: On Mar 10, 2009, at 8:45 PM, Wolfgang Schuster wrote: No problems on my side so far, did it help to update the scripts. Wolfgang Interesting. I just checked, and I get the same error on linux and OS X. Minimals, updated to 2009.03.08 23:41. mtxrun --selfupdate

Re: [NTG-context] New beta

2009-03-10 Thread luigi scarso
On Tue, Mar 10, 2009 at 11:03 PM, Hans Hagen pra...@wxs.nl wrote: Thomas A. Schmitz wrote: On Mar 10, 2009, at 8:45 PM, Wolfgang Schuster wrote: No problems on my side so far, did it help to update the scripts. Wolfgang Interesting. I just checked, and I get the same error on linux and OS

[NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
# ./first-setup.sh # cd tex; . setuptex ; cd .. # luatools --generate # luatools --make cont-en # # context test.tex MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' # luatex This is LuaTeX, Version snapshot-0.35.0-2009022702 (Web2C 7.5.7) What is wrong ? -- luigi

Re: [NTG-context] New beta

2009-03-10 Thread Thomas A. Schmitz
On Mar 10, 2009, at 11:03 PM, Hans Hagen wrote: mtxrun --selfupdate luatools --selfupdate OK, for a change, I now get a different error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c from /Users/tas/context/tex/texmf-cache/luatex-cache/context/

Re: [NTG-context] minimals broken ?

2009-03-10 Thread Hans Hagen
luigi scarso wrote: # ./first-setup.sh # cd tex; . setuptex ; cd .. # luatools --generate # luatools --make cont-en # # context test.tex MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' # luatex This is LuaTeX, Version snapshot-0.35.0-2009022702 (Web2C 7.5.7) What is wrong ? can

Re: [NTG-context] New beta

2009-03-10 Thread Hans Hagen
Thomas A. Schmitz wrote: On Mar 10, 2009, at 11:03 PM, Hans Hagen wrote: mtxrun --selfupdate luatools --selfupdate OK, for a change, I now get a different error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c from

Re: [NTG-context] minimals broken ?

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 23:21 schrieb luigi scarso: # ./first-setup.sh # cd tex; . setuptex ; cd .. # luatools --generate # luatools --make cont-en # # context test.tex MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' # luatex This is LuaTeX, Version snapshot-0.35.0-2009022702 (Web2C

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
can you check what context.sh does? minimals/tex/texmf-linux/bin# context MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' minimals/tex/texmf-linux/bin# cat context #!/bin/sh#!/bin/sh mtxrun --script metatex $@ -- luigi

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
Do you have the file 'mtx-metatex.lua' in your minimals directory? opt/luatex/minimals# find . -name *metatex* gives nothing for minimals-beta luatex/minimals-beta# find . -name *metatex* ./tex/texmf-context/tex/context/base/metatex.tex ./tex/texmf-context/scripts/context/lua/mtx-metatex.lua

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
Do you have the file 'mtx-metatex.lua' in your minimals directory? If I copy mtx-metatex.lua from minimal-beta now I have # context test-curios.tex MtxRun | loading configuration for /opt/luatex/minimals/tex/texmf/web2c from

Re: [NTG-context] New beta

2009-03-10 Thread Thomas A. Schmitz
On Mar 10, 2009, at 11:32 PM, Hans Hagen wrote: OK, for a change, I now get a different error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/ web2c from /Users/tas/context/tex/texmf-cache/luatex-cache/context/ 408a90c432ceda2c1e4a80ad5d0e5350/trees/

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
On Tue, Mar 10, 2009 at 11:45 PM, Hans Hagen pra...@wxs.nl wrote: luigi scarso wrote: can you check what context.sh does? minimals/tex/texmf-linux/bin#  context MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' minimals/tex/texmf-linux/bin# cat context #!/bin/sh#!/bin/sh

Re: [NTG-context] minimals broken ?

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 23:39 schrieb luigi scarso: Do you have the file 'mtx-metatex.lua' in your minimals directory? opt/luatex/minimals# find . -name *metatex* gives nothing Use the beta from Hans site, it has all files. Wolfgang

Re: [NTG-context] minimals broken ?

2009-03-10 Thread Taco Hoekwater
luigi scarso wrote: On Tue, Mar 10, 2009 at 11:45 PM, Hans Hagen pra...@wxs.nl wrote: luigi scarso wrote: can you check what context.sh does? minimals/tex/texmf-linux/bin# context MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' minimals/tex/texmf-linux/bin# cat context

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
huh? where does that come from? aha, thank you . Just fixed context with #!/bin/sh mtxrun --script context $@ and minimals are ok now -- luigi ___ If your question is of interest to others as well, please add an

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
On Tue, Mar 10, 2009 at 11:50 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 10.03.2009 um 23:39 schrieb luigi scarso: Do you have the file 'mtx-metatex.lua' in your minimals directory? opt/luatex/minimals# find . -name *metatex* gives nothing Use the beta from Hans

Re: [NTG-context] New beta

2009-03-10 Thread luigi scarso
On Tue, Mar 10, 2009 at 11:47 PM, Thomas A. Schmitz thomas.schm...@uni-bonn.de wrote: On Mar 10, 2009, at 11:32 PM, Hans Hagen wrote: OK, for a change, I now get a different error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c from

Re: [NTG-context] New beta

2009-03-10 Thread Jesse Alama
Thomas A. Schmitz thomas.schm...@uni-bonn.de writes: On Mar 10, 2009, at 11:32 PM, Hans Hagen wrote: OK, for a change, I now get a different error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/ web2c from /Users/tas/context/tex/texmf-cache/luatex-cache/context/

Re: [NTG-context] modife the style of taspresent

2009-03-10 Thread Bill Long
On Mon, Mar 09, 2009 at 10:53:08AM +0100, Thomas A. Schmitz wrote: On Mar 9, 2009, at 3:36 AM, Bill Long wrote: Thanks! The grammar is right, but it still can't work. I just can't make a photo as my background. Since I wrote that module... Your description is not very descriptive. What

[NTG-context] pinyin in context

2009-03-10 Thread Bill Long
I input pinyin above Chinese character in bellow way: --- \documentclass{article} \usepackage[overlap, CJK]{ruby} \usepackage{pinyin} \usepackage{CJK} \begin{CJK*}{UTF8}{song} \begin{document} \renewcommand{\rubysep}{.3ex}

Re: [NTG-context] pinyin in context

2009-03-10 Thread Yue Wang
post the result you want to have here so context developers can help you. 2009/3/11 Bill Long longwei...@sohu.com: I input pinyin above Chinese character in bellow way: --- \documentclass{article} \usepackage[overlap, CJK]{ruby} \usepackage{pinyin}

Re: [NTG-context] New beta

2009-03-10 Thread Thomas A. Schmitz
On Mar 11, 2009, at 12:17 AM, luigi scarso wrote: Is local command = string.format(luatex --fmt=%s --lua=% %s, string.quote(formatfile), string.quote(scriptfile), string.quote(filename)) correct ? Why not local command = string.format(luatex --fmt=%s --lua=%s %s,