Re: [NTG-context] can't find file `core-swd'

2008-11-12 Thread luigi scarso
One error cancels the other: - first error: there is no more core-swd.tex but it's needed by the \loadmkiifile command - second error: the installer for the minimals only adds new files but never removes obsolete ones (no --del switch for rsync). So you're lucky, because there is still

Re: [NTG-context] \definefont problem with latest beta (mkiv)

2008-11-12 Thread Hans Hagen
Peter Rolf wrote: Taco Hoekwater schrieb: Peter Rolf wrote: I followed that one. But my problem is more the *wrong strut height*, e.g. using a \totalstrut value of 12pt with a 8pt font. The strut height is simply not adapted to the actual font size anymore (even if I use \setstrut). I can

[NTG-context] mkiv and \recycleMPslotstrue

2008-11-12 Thread Otared Kavian
Hi all, With the minimals (ConTeXt ver: 2008.11.10 21:40 MKIV fmt: 2008.11.12 int: english/english) and mkiv, I get from time to time: (cont-sys.tex ! Undefined control sequence. l.123 \recycleMPslotstrue but, despite this, a correct PDF is produced, when I hit return

Re: [NTG-context] mkiv and \recycleMPslotstrue

2008-11-12 Thread Hans Hagen
Otared Kavian wrote: Hi all, With the minimals (ConTeXt ver: 2008.11.10 21:40 MKIV fmt: 2008.11.12 int: english/english) and mkiv, I get from time to time: (cont-sys.tex ! Undefined control sequence. l.123 \recycleMPslotstrue but, despite this, a correct PDF is

[NTG-context] Kerning

2008-11-12 Thread Bart C. Wise
I am trying to change the spacing of a chapter title head. I found the \kern command; however, I could not get that to work over a string of text. Then I found the following code: \def\dolist{\afterassignment\dodolist\let\next= } \def\dodolist{\ifx\next\endlist \let\next\relax \else

Re: [NTG-context] Kerning

2008-11-12 Thread Wolfgang Schuster
Am 12.11.2008 um 16:48 schrieb Bart C. Wise: I am trying to change the spacing of a chapter title head. I found the \kern command; however, I could not get that to work over a string of text. Then I found the following code: \def\dolist{\afterassignment\dodolist\let\next= }

Re: [NTG-context] Kerning

2008-11-12 Thread Bart C. Wise
Wolfgang, It works! Thanks, Bart On Wednesday 12 November 2008 08:54:49 am Wolfgang Schuster wrote: Am 12.11.2008 um 16:48 schrieb Bart C. Wise: I am trying to change the spacing of a chapter title head. I found the \kern command; however, I could not get that to work over a string of

Re: [NTG-context] Kerning

2008-11-12 Thread Bart C. Wise
Okay, it works until I place an an argument in the stretched command. def\MyChapterCommand#1#2{ \framed[align=center,frame=off,width=\textwidth]{ \vbox{ fails--\stretched{#2} works--\stretched{This is a Test} }

Re: [NTG-context] Kerning

2008-11-12 Thread Wolfgang Schuster
Am 12.11.2008 um 18:03 schrieb Bart C. Wise: Okay, it works until I place an an argument in the stretched command. def\MyChapterCommand#1#2{ \framed[align=center,frame=off,width=\textwidth]{ \vbox{ fails-- \stretched{#2} works--

Re: [NTG-context] \definefont problem with latest beta (mkiv)

2008-11-12 Thread Taco Hoekwater
Peter Rolf wrote: I followed that one. But my problem is more the *wrong strut height*, e.g. using a \totalstrut value of 12pt with a 8pt font. The strut height is simply not adapted to the actual font size anymore (even if I use \setstrut). I can understand why you think this is a

Re: [NTG-context] \definefont problem with latest beta (mkiv)

2008-11-12 Thread Peter Rolf
Taco Hoekwater schrieb: Peter Rolf wrote: I followed that one. But my problem is more the *wrong strut height*, e.g. using a \totalstrut value of 12pt with a 8pt font. The strut height is simply not adapted to the actual font size anymore (even if I use \setstrut). I can understand why

[NTG-context] core-swd

2008-11-12 Thread Hans Hagen
in context.mkii the core-swd line should say ... \loadmarkfile{core-swd} mojca, can you fix this in the minimals? i cannot make a beta right now -- - Hans Hagen | PRAGMA ADE

[NTG-context] How to ged rid of temporary files, forever?

2008-11-12 Thread Vyatcheslav Yatskovsky
Hi, I have a folder where I store my tex sources and generated pdfs. The problem is that now it is overflooded with temporary files (top, tuo,log,...). I remember Hans wrote somewhere that LuaTeX will hold temporary files in memory... But they are still there, on the disk. Yes, I know the

Re: [NTG-context] debugging

2008-11-12 Thread Mojca Miklavec
On Tue, Nov 11, 2008 at 2:33 PM, Alan STONE wrote: On Tue, Nov 11, 2008 at 2:03 PM, Alan STONE wrote: wrote: Do you know some tool (Windows/Linux) which enables to filter these from the log file into a text file, or delete the unwanted ones from the log file ? Under Linux, grep should be

Re: [NTG-context] \definefont problem with latest beta (mkiv)

2008-11-12 Thread Peter Rolf
Hans Hagen schrieb: Peter Rolf wrote: Taco Hoekwater schrieb: Peter Rolf wrote: I followed that one. But my problem is more the *wrong strut height*, e.g. using a \totalstrut value of 12pt with a 8pt font. The strut height is simply not adapted to the actual font size anymore (even if I use

Re: [NTG-context] \definecharacter

2008-11-12 Thread Thomas A. Schmitz
On Nov 11, 2008, at 11:58 PM, Wolfgang Schuster wrote: from enco-ini.mkiv \def\definecharacter#1 #2 % {} You could use \definecommand. Wolfgang Wolfgang, thanks for pointing me to this. What is the reason of this unfriendly behavior? I can understand if the \definecharacter command

[NTG-context] Need more interword spacing

2008-11-12 Thread Vyatcheslav Yatskovsky
Hi, Can someone suggest me global setting for interword spacing? I write chords above lyrics (with a pen), and often there is no enougn space between words. Best, Vyatcheslav ___ If your question is of interest to

Re: [NTG-context] How to ged rid of temporary files, forever?

2008-11-12 Thread luigi scarso
On Wed, Nov 12, 2008 at 9:49 PM, Vyatcheslav Yatskovsky [EMAIL PROTECTED] wrote: Hi, I have a folder where I store my tex sources and generated pdfs. The problem is that now it is overflooded with temporary files (top, tuo,log,...). I remember Hans wrote somewhere that LuaTeX will hold

Re: [NTG-context] Need more interword spacing

2008-11-12 Thread Yanrui Li
2008/11/13 Vyatcheslav Yatskovsky [EMAIL PROTECTED]: Hi, Can someone suggest me global setting for interword spacing? I write chords above lyrics (with a pen), and often there is no enougn space between words. Hi, Wolfgang have told me about using code such as ``spaceskip .25em plus

Re: [NTG-context] Need more interword spacing

2008-11-12 Thread Yanrui Li
2008/11/13 Yanrui Li [EMAIL PROTECTED]: 2008/11/13 Vyatcheslav Yatskovsky [EMAIL PROTECTED]: Hi, Can someone suggest me global setting for interword spacing? I write chords above lyrics (with a pen), and often there is no enougn space between words. Hi, Wolfgang have told me about using

Re: [NTG-context] about error unable to identify cnf file (Wolfgang Schuster

2008-11-12 Thread 그래프 수학과
Hi, Otared, Wolfgang, Thank you for the help. In the ConTeXt Minimals, LuaTeX is working well. I'll use minimals for LuaTeX. By the way, do I need luatools --generate again after adding my personal files in the folder ./contextminimals/tex/texmf-context/ user/context/? Thank you again.

Re: [NTG-context] about error unable to identify cnf file (Wolfgang Schuster

2008-11-12 Thread Mojca Miklavec
On Thu, Nov 13, 2008 at 1:22 AM, 그래프 수학과 [EMAIL PROTECTED] wrote: By the way, do I need luatools --generate again after adding my personal files in the folder ./contextminimals/tex/texmf-context/ user/context/? You do, but don't add any files there. Use texmf-local instead. If you ever

Re: [NTG-context] Kerning

2008-11-12 Thread Bart C. Wise
Wolfgang, thanks so much for your help so far. I was able to take the code and make it work correctly to stretch the chapter title. What I want is two lines for a chapter head. For example, Line 1: Chapter One Line 2: Title for Chap 1 I want line 1 to be stretched. Everything I have tried

Re: [NTG-context] Need more interword spacing

2008-11-12 Thread Wolfgang Schuster
Am 13.11.2008 um 01:08 schrieb Yanrui Li: 2008/11/13 Vyatcheslav Yatskovsky [EMAIL PROTECTED]: Hi, Can someone suggest me global setting for interword spacing? I write chords above lyrics (with a pen), and often there is no enougn space between words. Hi, Wolfgang have told me about

Re: [NTG-context] \definecharacter

2008-11-12 Thread Hans Hagen
Thomas A. Schmitz wrote: On Nov 11, 2008, at 11:58 PM, Wolfgang Schuster wrote: from enco-ini.mkiv \def\definecharacter#1 #2 % {} You could use \definecommand. Wolfgang Wolfgang, thanks for pointing me to this. What is the reason of this unfriendly behavior? I can understand if

Re: [NTG-context] Kerning

2008-11-12 Thread Hans Hagen
Bart C. Wise wrote: Wolfgang, thanks so much for your help so far. I was able to take the code and make it work correctly to stretch the chapter title. What I want is two lines for a chapter head. For example, Line 1: Chapter One Line 2: Title for Chap 1 I want line 1 to be