Hans, Gerben, No luck. Got the fonts at: http://www.janusz.nowacki.strefa.pl/kurier.html Installed to proper directories. But the sample source below did not work? Couple of things? 1. Do I have to also do an updmap or enable or some such thing? 2. I note that on my office system, /usr/local/teTeX is owned by root:wheel. But done in my fonts directory, some files are owned by darnolddarn:admind and some by root:admin. Could this be a problem? This file: \definetypeface[david][rm][sans][iwona][default][encoding=texnansi] \definetypeface[david][mm][math][iwona][default] \setupbodyfont[david,ss,10pt] \starttext This should work. \stoptext Produces junk1.log: This file: \definetypeface[david][rm][sans][iwona][default][encoding=texnansi] %\definetypeface[david][mm][math][iwona][default] \setupbodyfont[david,ss,10pt] \starttext This should work. \stoptext Produces junk2.log. On Nov 27, 2005, at 2:16 PM, Hans Hagen wrote:
David Arnold wrote:
Hans,
Hi. I am at work and I don't have access to my email at home from work. I'm here with my students working on their projects.
Could you send two small separate samples again, one using the iowna and the other the kurier? I'd like to test it out here.
\definetypeface[david][rm][sans][iwona][default][encoding=texnansi] \definetypeface[david][mm][math][iwona][default]
\setupbodyfont[david,ss,10pt]
\starttext This should work. \stoptext
Hans
David Arnold College of the Redwoods Mathematics Department Eureka, CA 95501 (707) 476-4222 http://online.redwoods.edu/instruct/darnold/
David Arnold wrote:
1. Do I have to also do an updmap or enable or some such thing?
no, context loads the files needed at runtime
2. I note that on my office system, /usr/local/teTeX is owned by root:wheel. But done in my fonts directory, some files are owned by darnolddarn:admind and some by root:admin. Could this be a problem?
did you run a mktexlsr ? (otherwise tex cannot find the files) Hans
Hans, I did, but I'll try again: sudo texhash And got this response: Password: texhash: Updating /usr/local/teTeX/share/texmf/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.local/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.tetex/ls-R... texhash: Updating /var/tmp/texfonts/ls-R... texhash: Done. Mktexlsr seems to do the same thing: 011-101:~/tmp davidarnold$ sudo mktexlsr mktexlsr: Updating /usr/local/teTeX/share/texmf/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.local/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.tetex/ls-R... mktexlsr: Updating /var/tmp/texfonts/ls-R... mktexlsr: Done. Then: 011-101:~/tmp davidarnold$ cat junk.tex \definetypeface[david][rm][sans][iwona][default][encoding=texnansi] %\definetypeface[david][mm][math][iwona][default] \setupbodyfont[david,ss,10pt] \starttext This should work. \stoptext And, no luck. Log file attached. On Nov 28, 2005, at 2:38 AM, Hans Hagen wrote:
David Arnold wrote:
1. Do I have to also do an updmap or enable or some such thing?
no, context loads the files needed at runtime
2. I note that on my office system, /usr/local/teTeX is owned by root:wheel. But done in my fonts directory, some files are owned by darnolddarn:admind and some by root:admin. Could this be a problem?
did you run a mktexlsr ? (otherwise tex cannot find the files)
Hans _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
David Arnold College of the Redwoods Mathematics Department Eureka, CA 95501 (707) 476-4222 http://online.redwoods.edu/instruct/darnold/
David Arnold wrote:
Hans, I did, but I'll try again:
well, the log says: Warning: pdfetex (file texnansi-iwona.map): cannot open font map file and i took a look at the latest zip and there they use iwona-*.map names instead of *-iwona.map so ... another uncommunicated change in names i slowly come to the conclusion that (1) we should forget about being early adopters (or not adopt at all) (2) distributions will become more and more instable (3) if things go on this way, tex will not survive (4) it's time we start making our own repository and distribution i simply don't have the time to keep up with all those changes; it looks like the policy of today is "wipe out and start new" which also means "never buy a font" and "don't install your own stuff" etc (there is no way to determine such changes unless we load every map file available which is something i don't want to do at all because it's the cause of even more trouble)
sudo texhash
And got this response:
Password: texhash: Updating /usr/local/teTeX/share/texmf/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.local/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.tetex/ls-R... texhash: Updating /var/tmp/texfonts/ls-R... texhash: Done.
Mktexlsr seems to do the same thing:
011-101:~/tmp davidarnold$ sudo mktexlsr mktexlsr: Updating /usr/local/teTeX/share/texmf/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.local/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.tetex/ls-R... mktexlsr: Updating /var/tmp/texfonts/ls-R... mktexlsr: Done.
Then:
011-101:~/tmp davidarnold$ cat junk.tex
\definetypeface[david][rm][sans][iwona][default][encoding=texnansi] %\definetypeface[david][mm][math][iwona][default]
\setupbodyfont[david,ss,10pt]
\starttext This should work. \stoptext
And, no luck. Log file attached.
On Nov 28, 2005, at 2:38 AM, Hans Hagen wrote:
David Arnold wrote:
1. Do I have to also do an updmap or enable or some such thing?
no, context loads the files needed at runtime
2. I note that on my office system, /usr/local/teTeX is owned by root:wheel. But done in my fonts directory, some files are owned by darnolddarn:admind and some by root:admin. Could this be a problem?
did you run a mktexlsr ? (otherwise tex cannot find the files)
Hans _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
David Arnold College of the Redwoods Mathematics Department Eureka, CA 95501 (707) 476-4222 http://online.redwoods.edu/instruct/darnold/
------------------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Hans, Frustrating and I agree. So, perhaps the way to go is through trouble shooting advice in the manuals. This advice should take the form of "If you see this, then do this..." The difficulty, at least for me, is the fact that I don't understand the sequence of engines that are brought to bear when compiling. When compiling stops with an error with "this not found" or "that not found," I have no clue on how to fix it. On the other hand, you and other gurus see such a message and you seem to say "oh, such and such is missing." Maybe a manual like mfonts.tex should spend a significant amount of space addressing these trouble shooting techniques. On Nov 28, 2005, at 7:55 AM, Hans Hagen wrote:
David Arnold wrote:
Hans, I did, but I'll try again:
well, the log says: Warning: pdfetex (file texnansi-iwona.map): cannot open font map file
and i took a look at the latest zip and there they use
iwona-*.map
names instead of
*-iwona.map
so ... another uncommunicated change in names
i slowly come to the conclusion that
(1) we should forget about being early adopters (or not adopt at all) (2) distributions will become more and more instable (3) if things go on this way, tex will not survive (4) it's time we start making our own repository and distribution
i simply don't have the time to keep up with all those changes; it looks like the policy of today is "wipe out and start new" which also means "never buy a font" and "don't install your own stuff" etc
(there is no way to determine such changes unless we load every map file available which is something i don't want to do at all because it's the cause of even more trouble)
sudo texhash
And got this response:
Password: texhash: Updating /usr/local/teTeX/share/texmf/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.local/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.tetex/ls-R... texhash: Updating /var/tmp/texfonts/ls-R... texhash: Done.
Mktexlsr seems to do the same thing:
011-101:~/tmp davidarnold$ sudo mktexlsr mktexlsr: Updating /usr/local/teTeX/share/texmf/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.local/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.tetex/ls-R... mktexlsr: Updating /var/tmp/texfonts/ls-R... mktexlsr: Done.
Then:
011-101:~/tmp davidarnold$ cat junk.tex
\definetypeface[david][rm][sans][iwona][default][encoding=texnansi] %\definetypeface[david][mm][math][iwona][default]
\setupbodyfont[david,ss,10pt]
\starttext This should work. \stoptext
And, no luck. Log file attached.
On Nov 28, 2005, at 2:38 AM, Hans Hagen wrote:
David Arnold wrote:
1. Do I have to also do an updmap or enable or some such thing?
no, context loads the files needed at runtime
2. I note that on my office system, /usr/local/teTeX is owned by root:wheel. But done in my fonts directory, some files are owned by darnolddarn:admind and some by root:admin. Could this be a problem?
did you run a mktexlsr ? (otherwise tex cannot find the files)
Hans _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
David Arnold College of the Redwoods Mathematics Department Eureka, CA 95501 (707) 476-4222 http://online.redwoods.edu/instruct/darnold/
--------------------------------------------------------------------- ---
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
David Arnold College of the Redwoods Mathematics Department Eureka, CA 95501 (707) 476-4222 http://online.redwoods.edu/instruct/darnold/
David Arnold wrote:
Hans,
Frustrating and I agree.
So, perhaps the way to go is through trouble shooting advice in the manuals. This advice should take the form of "If you see this, then do this..."
that won't help ... if filenames change and files come and go ...
The difficulty, at least for me, is the fact that I don't understand the sequence of engines that are brought to bear when compiling. When compiling stops with an error with "this not found" or "that not found," I have no clue on how to fix it.
normally it's: - tex error message (tex stops): some tfm file missing - pdf file wrong: type 1 font file missing - unexpected characters: map file missing
On the other hand, you and other gurus see such a message and you seem to say "oh, such and such is missing." Maybe a manual like mfonts.tex should spend a significant amount of space addressing these trouble shooting techniques.
ha, don't underestimate the time i sometimes spend sorting things out, or worse: to get thing sintegrated and find out later that thing shave changed Hans
Hello, I've installed stand-alone CONTEXT editing environment (windows) from Pragma website. But it reports problems, when I buil pdf's: This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. I can't find the format file `pdfetex.fmt'! pdfetex: unrecognized option `--alias=context' pdfetex: unrecognized option `--undump=cont-en' TeXExec | runtime: 10.047 And there is no pdfetext.fmt in the package in fact. How could I fix this problem? regards, ktt __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com
ktt wrote:
Hello,
I've installed stand-alone CONTEXT editing environment (windows) from Pragma website. But it reports problems, when I buil pdf's:
This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. I can't find the format file `pdfetex.fmt'! pdfetex: unrecognized option `--alias=context' pdfetex: unrecognized option `--undump=cont-en' TeXExec | runtime: 10.047
And there is no pdfetext.fmt in the package in fact. How could I fix this problem?
it looks like texexec detects miktex ... do you have miktex installed? Hans
Yes, that's true.
--- Hans Hagen
ktt wrote:
Hello,
I've installed stand-alone CONTEXT editing environment (windows) from Pragma website. But it reports problems, when I buil pdf's:
This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. I can't find the format file `pdfetex.fmt'! pdfetex: unrecognized option `--alias=context' pdfetex: unrecognized option `--undump=cont-en' TeXExec | runtime: 10.047
And there is no pdfetext.fmt in the package in fact. How could I fix this problem?
it looks like texexec detects miktex ... do you have miktex installed?
Hans _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
__________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
Hans et al, So, could I fix this by changing some filenames? On Nov 28, 2005, at 7:55 AM, Hans Hagen wrote:
David Arnold wrote:
Hans, I did, but I'll try again:
well, the log says: Warning: pdfetex (file texnansi-iwona.map): cannot open font map file
and i took a look at the latest zip and there they use
iwona-*.map
names instead of
*-iwona.map
so ... another uncommunicated change in names
i slowly come to the conclusion that
(1) we should forget about being early adopters (or not adopt at all) (2) distributions will become more and more instable (3) if things go on this way, tex will not survive (4) it's time we start making our own repository and distribution
i simply don't have the time to keep up with all those changes; it looks like the policy of today is "wipe out and start new" which also means "never buy a font" and "don't install your own stuff" etc
(there is no way to determine such changes unless we load every map file available which is something i don't want to do at all because it's the cause of even more trouble)
sudo texhash
And got this response:
Password: texhash: Updating /usr/local/teTeX/share/texmf/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.local/ls-R... texhash: Updating /usr/local/teTeX/share/texmf.tetex/ls-R... texhash: Updating /var/tmp/texfonts/ls-R... texhash: Done.
Mktexlsr seems to do the same thing:
011-101:~/tmp davidarnold$ sudo mktexlsr mktexlsr: Updating /usr/local/teTeX/share/texmf/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.local/ls-R... mktexlsr: Updating /usr/local/teTeX/share/texmf.tetex/ls-R... mktexlsr: Updating /var/tmp/texfonts/ls-R... mktexlsr: Done.
Then:
011-101:~/tmp davidarnold$ cat junk.tex
\definetypeface[david][rm][sans][iwona][default][encoding=texnansi] %\definetypeface[david][mm][math][iwona][default]
\setupbodyfont[david,ss,10pt]
\starttext This should work. \stoptext
And, no luck. Log file attached.
On Nov 28, 2005, at 2:38 AM, Hans Hagen wrote:
David Arnold wrote:
1. Do I have to also do an updmap or enable or some such thing?
no, context loads the files needed at runtime
2. I note that on my office system, /usr/local/teTeX is owned by root:wheel. But done in my fonts directory, some files are owned by darnolddarn:admind and some by root:admin. Could this be a problem?
did you run a mktexlsr ? (otherwise tex cannot find the files)
Hans _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
David Arnold College of the Redwoods Mathematics Department Eureka, CA 95501 (707) 476-4222 http://online.redwoods.edu/instruct/darnold/
--------------------------------------------------------------------- ---
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
David Arnold College of the Redwoods Mathematics Department Eureka, CA 95501 (707) 476-4222 http://online.redwoods.edu/instruct/darnold/
David Arnold wrote:
Hans et al,
So, could I fix this by changing some filenames?
\starttypescript [map] [iwona,iwona-light,iwona-medium,iwona-heavy] [ec,texnansi,qx,t5] \loadmapfile[\typescriptthree-iwona.map] \loadmapfile[rm-iwona.map] \loadmapfile[mi-iwona.map] \loadmapfile[sy-iwona.map] \loadmapfile[ex-iwona.map] \stoptypescript \starttypescript [map] [iwona,iwona-light,iwona-medium,iwona-heavy] [ec,texnansi,qx,t5] \loadmapfile[iwona-\typescriptthree.map] \loadmapfile[iwona-rm.map] \loadmapfile[iwona-mi.map] \loadmapfile[iwona-sy.map] \loadmapfile[iwona-ex.map] \stoptypescript might help Hans
participants (3)
-
David Arnold
-
Hans Hagen
-
ktt