Hi, I work with MkIV (ConTeXt Minimals) on a Mac (64). I just installed the Letter module with : ./first-setup.sh --extras="t-letter" It runs with no error, but no .pdf file is created (in fact, only .log and .tuc are created), even though the .log file says : mkiv lua stats > result saved in file - Letter.pdf Could it be due to an "intel" somewhere in some file of the Letter module that I should change for "64" ? Anyone has an idea, or has encountered the same problem ? Thanks for any help ! \usemodule[letter]\starttext \startletter \input knuth \stopletter\stoptext Mathieu
I just realized I got the following message : correspondence > your context is too old, you need at last version '2009.09.21' system > forcing quit: correspondence and I installed the Minimals about a month ago... Mathieu From: mathieudupont@hotmail.com To: ntg-context@ntg.nl Date: Fri, 17 Jun 2011 14:14:43 -0400 Subject: [NTG-context] Letter module : pdf not created Hi, I work with MkIV (ConTeXt Minimals) on a Mac (64). I just installed the Letter module with : ./first-setup.sh --extras="t-letter" It runs with no error, but no .pdf file is created (in fact, only .log and .tuc are created), even though the .log file says : mkiv lua stats > result saved in file - Letter.pdf Could it be due to an "intel" somewhere in some file of the Letter module that I should change for "64" ? Anyone has an idea, or has encountered the same problem ? Thanks for any help ! \usemodule[letter]\starttext \startletter \input knuth \stopletter\stoptext Mathieu ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On Fri, Jun 17, 2011 at 21:18, Mathieu Dupont wrote:
I just realized I got the following message :
correspondence > your context is too old, you need at last version '2009.09.21'
I tested a bit and it seems that \doifolderversionelse\contextversion is not too reliable. If I test with TeX Live (2011.05.18) then the following \doifolderversionelse\contextversion{2011.05.31}{older}{newer} returns "older" no matter what day in May I chose. Mojca
Am 18.06.2011 um 01:06 schrieb Mojca Miklavec:
On Fri, Jun 17, 2011 at 21:18, Mathieu Dupont wrote:
I just realized I got the following message :
correspondence > your context is too old, you need at last version '2009.09.21'
I tested a bit and it seems that \doifolderversionelse\contextversion is not too reliable.
I noticed this too and uploaded a new version where i removed the version test. Wolfgang
Great, it works now, thank you very much Wolfgang and Mojca ! However, I get 3 dashes in the left margin, one about half-way the paper height, one about 2 inches above it and one about 3 inches below it. No matter what I put in the letter, their positions don't change, and they appear on every pages. Mathieu
From: schuster.wolfgang@googlemail.com Date: Sat, 18 Jun 2011 06:42:35 +0200 To: ntg-context@ntg.nl Subject: Re: [NTG-context] Letter module : pdf not created
Am 18.06.2011 um 01:06 schrieb Mojca Miklavec:
On Fri, Jun 17, 2011 at 21:18, Mathieu Dupont wrote:
I just realized I got the following message :
correspondence > your context is too old, you need at last version '2009.09.21'
I tested a bit and it seems that \doifolderversionelse\contextversion is not too reliable.
I noticed this too and uploaded a new version where i removed the version test.
Wolfgang
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Am 18.06.2011 um 14:07 schrieb Mathieu Dupont:
However, I get 3 dashes in the left margin, one about half-way the paper height, one about 2 inches above it and one about 3 inches below it.
No matter what I put in the letter, their positions don't change, and they appear on every pages.
The three lines are for punching and folding the letter, you can hide them with \setupletterstyle[marking=no] Wolfgang
participants (3)
-
Mathieu Dupont
-
Mojca Miklavec
-
Wolfgang Schuster