[NTG-context] pdfetex can't find map files

2004-12-07 Thread Matt Gushee
Aargh!
Font problems again: after not using ConTeXt for a while, I installed 
the December 6 package today, generated formats, copied cont-sys.rme and 
texexec.rme, and so on. Since I recently upgraded my teTeX installation, 
I also edited pdftex.cfg, adding a bunch of

  map +foo
lines--though I guess that's not strictly necessary, since I have
  \autoloadmapfilestrue
in cont-sys.tex.
All my fonts and typescripts are in the same places they were before, 
and it seems they are being found; however, pdfetex seems to be unable 
to use regular TeX fonts (e.g. Computer Modern) because it can't find 
the map files installed by ConTeXt. There are a number error messages 
that look like this (representing all the ConTeXt map files, I think):

  Warning: pdfetex (file original-public-vnr.map): \
cannot open font map file
The files exist and are world-readable, so the above must mean that 
pdfetex just can't find them.

Now, I did one important thing differently from before: I installed 
ConTeXt under $TEXMFLOCAL, which on my system is /usr/local/share/texmf. 
So the map files in question are in

  /usr/local/share/texmf/fonts/map/pdftex/context/
And I *think* my texmf.cnf is set up correctly:
  TEXMFLOCAL = /usr/local/share/texmf
  TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!$TEXMFMAIN}
  TEXFONTMAPS = .;$TEXMF/fontname;$TEXMF/fonts/map//
% also TEXFONTMAPS.pdftex and TEXFONTMAPS.pdfetex w/ same values
  TEXINPUTS.pdftex   = .;$TEXMF/{pdftex,tex}/{plain,generic,context,}//
  TEXINPUTS.pdfetex   = \
.;$TEXMF/{pdfetex,pdftex,etex,tex}/{plain,generic,context,}//
  TEXINPUTS.context = \
.;$TEXMF/{pdftex,etex,tex}/{context,plain,generic,}//
... and so on.
So, anyone have an idea what I might have missed?
--
Matt Gushee
Englewood, CO, USA
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: fonts installation

2004-12-07 Thread Patrick Gundlach
Hello Robert,

> I ran the tests exactly as you suggested. There is something wrong with a tmf 
> font but I don't understand the message.

! Font \*hudson12ptrmtf*:=ec-uplr8a at 12.0pt not loadable: Metric
  (TFM) file not found. 

The message should be clear: TeX cannot find the metric file. There
are two reasons: either the name is incorrect or TeX's internal
database has not been updated after installing the tfm files.

There is something entirely wrong here. hudson12... should not get
mapped to palatino. How does your typescripts look like? 


Patrick
-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] fonts installation

2004-12-07 Thread r . ermers
Dear friends,

I ran the tests exactly as you suggested. There is something wrong with a tmf 
font but I don't understand the message.

I also looked in the file cont-sys.tex and added the line 
\autoloadmapfilestrue. It does not make any difference.

Attached the test file and the log file.

Thanks again!

Kind regards,

Robert

testhuds-con.tex
Description: TeX document


testhuds-con.log
Description: Binary data
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-07 Thread VnPenguin
On Tue, 7 Dec 2004 21:29:04 +0100, Thomas Esser <[EMAIL PROTECTED]> wrote:
> 
> So, I suggest that you
> 
>   unpack cont-tmf.zip in a temp directory
>   rm -rf  fonts/map/pdftex/context
>   rm -rf tex/latex
>   cp -a * /to/your/texmf-dist

It works well !
Thank you so much for your very quick reply!
Regards,

Quy
-- 
http://vnoss.org/forum/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-07 Thread VnPenguin
Hi all,
I have a running tetex-2.99.4-beta. Now I would like to update ConTeXt
to version 2004-12-06.
After comparing directory structures I see there is difference:

1. In ConTeXt all map files are in fonts/map/pdftex/context/*.map
2. In teTeX amm map files are in fonts/map/dvips/context/*.map

So my question is how I could update ConTeXt safely ? Which directory
structure I have to follow ? teTeX will continue to work if map files
installed in ConTeXt's structure ?

Thank you in advance,

Regards,

Quy NGUYEN-DAI
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: using fonts

2004-12-07 Thread Adam Lindsay
Patrick Gundlach said this at Tue, 7 Dec 2004 18:09:25 +0100:

>> Sorry (especially to Patrick!) for being misleading earlier. My head was
>> still in TeXLive mode.
>
>Well, my head *is* in TeXLive mode. But TL 2003 (home). On garden I
>use current tetex (garden). Both work fine with the adobekb
>typescript. 

Yeah, it was TL2003, I think, where I had all the urw tfms, which was
nice. I had my focus on the berry typescripts back then, not your
excellent adobekb work.
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: using fonts

2004-12-07 Thread Patrick Gundlach
Hi Adam,

[...]

> Sorry (especially to Patrick!) for being misleading earlier. My head was
> still in TeXLive mode.

Well, my head *is* in TeXLive mode. But TL 2003 (home). On garden I
use current tetex (garden). Both work fine with the adobekb
typescript. 


Patrick
-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: recent font problems

2004-12-07 Thread Wolfgang Zillig
Hello Patric,
So what is your next wish?
Oh,
I think I need one night to sleep over all of the font encodings,...
I hope to get the font changing now without the dirty tricks.
Best regards
Wolfgang

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] recent font problems

2004-12-07 Thread Wolfgang Zillig
sorry if I got nerving!
the output is attached.
sorry forgotten the logfile
Regards
Wolfgang

Patrick Gundlach wrote:
Hello out there,
OK, I am having a bad day, but that doesn't stop me posting ... 

if you (Wolfgang) have font problems: please run the code that I
mentioned in all my recent posts:
Something like:
--
\usetypescript [adobekb][\defaultencoding] 
\usetypescript[palatino][\defaultencoding]
\setupbodyfont[palatino,12pt]
  
\starttext
\input tufte
\stoptext
--

If this goes wrong: post the relevant pieces of your logfile. This is
the only way I can help. Please do not make assumptions about strange
file names and please do not send me strange typescripts that I have
never seen before (at least I forgot about them). Just run the code
and post your results. After that we can try to find the rest of the
problems.
Thanks,
Patrick
(and sorry again for the bad sound of this mail)

This is pdfeTeX, Version 3.141592-1.20a-2.2 (MiKTeX 2.4) (preloaded 
format=cont-en 2004.12.7)  7 DEC 2004 15:09
entering extended mode
**cont.tex
(cont.tex

ConTeXt  ver: 2004.11.23  fmt: 2004.12.7  int: english  mes: english

language   : language en is active

system : cont-new loaded
(C:\texmf\tex\context\base\cont-new.tex
systems: beware: some patches loaded from cont-new.tex!
color  : palette rollover is available
system (E-TEX) : [line 1083] 
system (E-TEX) : [line 1138] 
)
system : cont-old loaded
(C:\texmf\tex\context\base\cont-old.tex
loading: Context Old Macros
)
system : cont-fil loaded
(C:\texmf\tex\context\base\cont-fil.tex
loading: Context File Synonyms
)
system : cont-sys.rme loaded
(C:\texmf\tex\context\user\cont-sys.rme
fonts  : [berry] [ec] []
(C:\texmf\tex\context\base\./type-syn.tex)
(C:\texmf\tex\context\base\./type-enc.tex)
(C:\texmf\tex\context\base\./type-siz.tex)
(C:\texmf\tex\context\base\./type-map.tex)
(C:\texmf\tex\context\base\./type-spe.tex)
(C:\texmf\tex\context\base\./type-exa.tex)
(C:\texmf\tex\context\base\./type-akb.tex))
bodyfont   : 12pt rm is loaded
language   : patterns en->default:default->1->2:2 uk->default:default->2->2
:2 de->texnansi:texnansi->3->2:2 de->ec:ec->4->2:2 fr->texnansi:texnansi->5->2:
2 fr->ec:ec->6->2:2 es->default:default->7->2:2 it->texnansi:texnansi->8->2:2 i
t->ec:ec->9->2:2 nl->texnansi:texnansi->10->2:2 nl->ec:ec->11->2:2 loaded
specials   : tex,postscript,rokicki loaded
system : cont.top loaded
(./cont.top
specials   : loading definition file tpd
(C:\texmf\tex\context\base\spec-tpd.tex
specials   : loading definition file fdf
(C:\texmf\tex\context\base\spec-fdf.tex  
system (E-TEX) : [line 2255] \ifcsname 
 )
specials   : fdf loaded
 )
specials   : fdf,tpd loaded
)
fonts  : [adobekb] [ec] []
(C:\texmf\tex\context\base\./type-syn.tex)
(C:\texmf\tex\context\base\./type-enc.tex)
(C:\texmf\tex\context\base\./type-siz.tex)
(C:\texmf\tex\context\base\./type-map.tex)
(C:\texmf\tex\context\base\./type-spe.tex)
(C:\texmf\tex\context\base\./type-exa.tex)
(C:\texmf\tex\context\base\./type-akb.tex)
fonts  : [palatino] [ec] []
(C:\texmf\tex\context\base\./type-syn.tex)
(C:\texmf\tex\context\base\./type-enc.tex)
(C:\texmf\tex\context\base\./type-siz.tex)
(C:\texmf\tex\context\base\./type-map.tex)
(C:\texmf\tex\context\base\./type-spe.tex)
(C:\texmf\tex\context\base\./type-exa.tex
fonts  : [palatino] [rm] [serif] [palatino] / ec
fonts  : [serif,map] [palatino] [name,default,ec,special]
(C:\texmf\tex\context\base\./type-syn.tex)
(C:\texmf\tex\context\base\./type-enc.tex)
(C:\texmf\tex\context\base\./type-siz.tex)
(C:\texmf\tex\context\base\./type-map.tex)
(C:\texmf\tex\context\base\./type-spe.tex)
(C:\texmf\tex\context\base\./type-exa.tex)
(C:\texmf\tex\context\base\./type-akb.tex)
fonts  : [serif] [default] [size]
(C:\texmf\tex\context\base\./type-syn.tex)
(C:\texmf\tex\context\base\./type-enc.tex)
(C:\texmf\tex\context\base\./type-siz.tex)
(C:\texmf\tex\context\base\./type-map.tex)
(C:\texmf\tex\context\base\./type-spe.tex)
(C:\texmf\tex\context\base\./type-exa.tex)
(C:\texmf\tex\context\base\./type-akb.tex)
fonts  : [palatino] [mm] [math] [palatino] / default
fonts  : [math,map] [palatino] [name,default,default,special]
(C:\texmf\tex\context\base\./type-syn.tex)
(C:\texmf\tex\context\base\./type-enc.tex)
(C:\texmf\tex\context\base\./type-siz.tex)
(C:\texmf\tex\context\base\./type-map.tex)
(C:\texmf\tex\context\base\./type-spe.tex)
(C:\texmf\tex\context\base\./type-exa.tex)
(C:\texmf\tex\context\base\./type-akb.tex)
fonts  : [math] [default] [size]
(C:\texmf\tex\context\base\./type-syn.tex)
(C:\texmf\tex\context\base\./type-enc.tex)
(C:\texmf\tex\context\base\./type-siz.tex)
(C:\texmf\tex\context\base\./type-map.tex)
(C:\texmf\tex\context\base\./type-spe.tex)
(C:\texmf\tex\context\base\./type-exa.tex)
(C:\t

[NTG-context] Re: recent font problems

2004-12-07 Thread Patrick Gundlach
Wolfgang Zillig <[EMAIL PROTECTED]> writes:

> sorry if I got nerving!

No problem, just my bad day ...

> the output is attached.

great! So your postscript font are working!


So what is your next wish?

Patrick

-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] recent font problems

2004-12-07 Thread Wolfgang Zillig
sorry if I got nerving!
the output is attached.
Regards
Wolfgang

Patrick Gundlach wrote:
Hello out there,
OK, I am having a bad day, but that doesn't stop me posting ... 

if you (Wolfgang) have font problems: please run the code that I
mentioned in all my recent posts:
Something like:
--
\usetypescript [adobekb][\defaultencoding] 
\usetypescript[palatino][\defaultencoding]
\setupbodyfont[palatino,12pt]
  
\starttext
\input tufte
\stoptext
--

If this goes wrong: post the relevant pieces of your logfile. This is
the only way I can help. Please do not make assumptions about strange
file names and please do not send me strange typescripts that I have
never seen before (at least I forgot about them). Just run the code
and post your results. After that we can try to find the rest of the
problems.
Thanks,
Patrick
(and sorry again for the bad sound of this mail)

\usetypescript [adobekb][\defaultencoding]
\usetypescript[palatino][\defaultencoding]
\setupbodyfont[palatino,12pt]

\starttext
\input tufte
\stoptext


cont.pdf
Description: Adobe PDF document
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] New context Release notes

2004-12-07 Thread sebastian . rooks
Hello,

In http://contextgarden.net/Context_2004.12.06 :
ctxtools.rb: no understands a new option, --jeditinterface (generates syntax
 descriptions for 'jedit')

Great news for a jedit user. How could I use it ?

Thanks,

  Seb

Selon Taco Hoekwater <[EMAIL PROTECTED]>:

> Hi there,
>
> For those of you who are interested, Hans has released a new ConTeXt last
> week, and I've created a release notes pages for it here:
>
>   http://contextgarden.net/Context_2004.12.06
>
> Highlights:
> * texfont.pl is now version 2.2.1. From now on, it uses internal filename
>   globbing (using a new switch: --pattern=) instead of the shell
>   wildcard expansion.
>   Obviously, this means that the commandline has changed.
>
> * most other changes are bugfixes, follow the link for those.
>
> Greetings, Taco
>
> ___
> ntg-context mailing list
> [EMAIL PROTECTED]
> http://www.ntg.nl/mailman/listinfo/ntg-context
>


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] recent font problems

2004-12-07 Thread Patrick Gundlach
Hello out there,

OK, I am having a bad day, but that doesn't stop me posting ... 

if you (Wolfgang) have font problems: please run the code that I
mentioned in all my recent posts:

Something like:
--
\usetypescript [adobekb][\defaultencoding] 
\usetypescript[palatino][\defaultencoding]
\setupbodyfont[palatino,12pt]
  
\starttext
\input tufte
\stoptext
--

If this goes wrong: post the relevant pieces of your logfile. This is
the only way I can help. Please do not make assumptions about strange
file names and please do not send me strange typescripts that I have
never seen before (at least I forgot about them). Just run the code
and post your results. After that we can try to find the rest of the
problems.


Thanks,

Patrick
(and sorry again for the bad sound of this mail)
-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] using fonts

2004-12-07 Thread Adam Lindsay
Wolfgang Zillig said this at Tue, 7 Dec 2004 13:15:42 +0100:

>with miktex there is a path C:\texmf\fonts\tfm\urw with some subfolders,
>but all 
>of them are empty. For example Helvetica is located 
>C:\texmf\fonts\tfm\adobe\helvetic and all files starting with "p".
>
>I think that was the problem with selecting fonts on my system.

Sigh. me too.
This is a recent change in my distro, I think.
try adding this line:
\usetypescript[adobekb][ec]

This causes the mapping from ec-uplr8a:
\starttypescript [adobekb] [ec]
 \definefontsynonym [ec-uplr8a] [pplr8t]  [encoding=ec]

...which you should have on your system.

Sorry (especially to Patrick!) for being misleading earlier. My head was
still in TeXLive mode.
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] using fonts

2004-12-07 Thread Wolfgang Zillig
with miktex there is a path C:\texmf\fonts\tfm\urw with some subfolders, but all 
of them are empty. For example Helvetica is located 
C:\texmf\fonts\tfm\adobe\helvetic and all files starting with "p".

I think that was the problem with selecting fonts on my system.
Wolfgang
Hans Hagen wrote:
Adam Lindsay wrote:
Wolfgang Zillig said this at Tue, 7 Dec 2004 09:18:43 +0100:

Adam Lindsay wrote:

But before that, TeX needs uplr8t.tfm to know how wide characters 
are so
it can put boxes in the right place.

but where do I get the tfm or how to create them?

Good question. I'll throw it open to the list:
Metrics for the urw clone 35 used to be commonly found everywhere. Where
have they gone?

one time they were under urw, then under urw35, now back under urw if 
i'm right

Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] using fonts

2004-12-07 Thread Hans Hagen
Adam Lindsay wrote:
Wolfgang Zillig said this at Tue, 7 Dec 2004 09:18:43 +0100:

Adam Lindsay wrote:

But before that, TeX needs uplr8t.tfm to know how wide characters are so
it can put boxes in the right place.
but where do I get the tfm or how to create them?

Good question. I'll throw it open to the list:
Metrics for the urw clone 35 used to be commonly found everywhere. Where
have they gone?
one time they were under urw, then under urw35, now back under urw if i'm 
right
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] New context Release notes

2004-12-07 Thread Hans Hagen
Taco Hoekwater wrote:
Hi there,
For those of you who are interested, Hans has released a new ConTeXt last 
week, and I've created a release notes pages for it here:

http://contextgarden.net/Context_2004.12.06
Highlights:
* texfont.pl is now version 2.2.1. From now on, it uses internal filename 
  globbing (using a new switch: --pattern=) instead of the shell 
  wildcard expansion. 
  Obviously, this means that the commandline has changed.
this extension is downward compatible; i added the --pattern option because on 
unix wildcards in type-*.dat runs can give funny side effects because they may 
get expanded at the shell level (depending on place and time)

Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Black generation in cmyk output

2004-12-07 Thread Siep Kroonenberg
On Tue, Dec 07, 2004 at 10:40:35AM +0100, Tobias Hilbricht wrote:
> Am Do, den 02.12.2004 schrieb Taco Hoekwater um 11:10:
> > Just curious: why do you need a cmyk pdf document?
> 
> Of course you can leave colour space conversion and colour separation to
> the printer (provided the printer has the means to do so). However, for
> full control over the print colours it is better to have a calibrated
> monitor and a document in the CMYK colourspace - then you see what the
> colours a likely to look like, and dependency on the printer is reduced.
> Agencies, which prepare graphics for advertisements, pay thousands of
> Euros to be able to control the correct outcome of corporate colours or
> skin colours, for example.
> 
> Yours sincerely
> 
> Tobias Hilbricht

CMYK is considered a device-dependent colorspace, which takes
press conditions into account. So you are more, not less dependent
on your printer by going for CMYK. At least, this is the theory.

Anyhow, it is a good idea to discuss color with your printshop if
color fidelity is an issue.

-- 
Siep Kroonenberg
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] New context Release notes

2004-12-07 Thread Taco Hoekwater
Hi there,

For those of you who are interested, Hans has released a new ConTeXt last 
week, and I've created a release notes pages for it here:

http://contextgarden.net/Context_2004.12.06

Highlights:
* texfont.pl is now version 2.2.1. From now on, it uses internal filename 
  globbing (using a new switch: --pattern=) instead of the shell 
  wildcard expansion. 
  Obviously, this means that the commandline has changed.

* most other changes are bugfixes, follow the link for those.

Greetings, Taco

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: using fonts

2004-12-07 Thread Patrick Gundlach
Hello Wolfgang,

> I got some info from the miktex forum:
>
> the font: uplr8t is a replacement for the adobe font. The Adobe font
> is called pplr8t.tfm
>
> So I still not for sure where the error comes from
> - false font names
> - missing font names
>
> What do you think?

Well, I am out of sync with the problem. Did you try the things on the
wiki? What error messages do you get?

Patrick

-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: using fonts

2004-12-07 Thread Wolfgang Zillig
I got some info from the miktex forum:
the font: uplr8t is a replacement for the adobe font. The Adobe font is called 
pplr8t.tfm

So I still not for sure where the error comes from
- false font names
- missing font names
What do you think?
Wolfgang
Patrick Gundlach wrote:
[...]

Do you have psnfss for LaTeX installed?
I guess I don't. gwTeX doesn't seem to throw it in there. (I reinstalled
prompted by your earlier Q.)
So where (e.g., on CTAN) would you point this person to?

Good question, I just looked at CTAN. The sources are in
fonts/psfonts/psnfss-source, but have to be generated by a makefile,
wich needs some modification on my linux box.
Would it make sense to create the metrics and put the online?
Patrick
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: using fonts

2004-12-07 Thread Patrick Gundlach

[...]

>>Do you have psnfss for LaTeX installed?
>
> I guess I don't. gwTeX doesn't seem to throw it in there. (I reinstalled
> prompted by your earlier Q.)
>
> So where (e.g., on CTAN) would you point this person to?

Good question, I just looked at CTAN. The sources are in
fonts/psfonts/psnfss-source, but have to be generated by a makefile,
wich needs some modification on my linux box.

Would it make sense to create the metrics and put the online?

Patrick
-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Black generation in cmyk output

2004-12-07 Thread Tobias Hilbricht
Am Do, den 02.12.2004 schrieb Taco Hoekwater um 11:10:
> Just curious: why do you need a cmyk pdf document?

Of course you can leave colour space conversion and colour separation to
the printer (provided the printer has the means to do so). However, for
full control over the print colours it is better to have a calibrated
monitor and a document in the CMYK colourspace - then you see what the
colours a likely to look like, and dependency on the printer is reduced.
Agencies, which prepare graphics for advertisements, pay thousands of
Euros to be able to control the correct outcome of corporate colours or
skin colours, for example.

Yours sincerely

Tobias Hilbricht

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: using fonts

2004-12-07 Thread Adam Lindsay
Patrick Gundlach said this at Tue, 7 Dec 2004 10:09:54 +0100:

>> Good question. I'll throw it open to the list:
>> Metrics for the urw clone 35 used to be commonly found everywhere. Where
>> have they gone?
>
>Do you have psnfss for LaTeX installed?

I guess I don't. gwTeX doesn't seem to throw it in there. (I reinstalled
prompted by your earlier Q.)

So where (e.g., on CTAN) would you point this person to?

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: using fonts

2004-12-07 Thread Wolfgang Zillig
Hello Patrick,
I have installed the complete miktex distribution. I think it should be 
includedd there.

Wolfgang
Patrick Gundlach wrote:
Hi Adam,

Good question. I'll throw it open to the list:
Metrics for the urw clone 35 used to be commonly found everywhere. Where
have they gone?

Do you have psnfss for LaTeX installed?
Patrick
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: using fonts

2004-12-07 Thread Patrick Gundlach
Hi Adam,

> Good question. I'll throw it open to the list:
> Metrics for the urw clone 35 used to be commonly found everywhere. Where
> have they gone?

Do you have psnfss for LaTeX installed?

Patrick

-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] using fonts

2004-12-07 Thread Adam Lindsay
Wolfgang Zillig said this at Tue, 7 Dec 2004 09:18:43 +0100:

>Adam Lindsay wrote:
>
>> But before that, TeX needs uplr8t.tfm to know how wide characters are so
>> it can put boxes in the right place.
>
>but where do I get the tfm or how to create them?

Good question. I'll throw it open to the list:
Metrics for the urw clone 35 used to be commonly found everywhere. Where
have they gone?

adam
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: using fonts -- installation

2004-12-07 Thread Adam Lindsay
Rob Ermers said this at Mon, 6 Dec 2004 22:30:22 +0100:

>The font is simply not recognised (log file message: bodyfont: unknown 
>variant johanna). Of course, I am still miles away of getting my 
>cyrillic font working under context...

Okay, that sounds odd. How do you define/use the font in ConTeXt?

>Let's not take the font Palatino, because it's already there, but a 
>simple font: say, johanna, which consists of two files:
>
>johanna.pfb
>johanna.afm.

Okay, stick those two files in a temp directory together. What happens with:
 texfont --make --install --co=johanna --ve=something --show

?

>Which concrete steps do we have to take to make johanna work under 
>Context with Miktex? 

as before, I don't know about MikTeX specifically...
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: using fonts -- installation

2004-12-07 Thread Adam Lindsay
[resent to whole list]

Rob Ermers said this at Tue, 7 Dec 2004 00:19:13 +0100:

>Thanks for your quick reaction. Before ending this eventful day, I ran 
>texexec as you suggested.

(I'm in a meeting the next couple days, so probably won't be as
responsive after this email.)

>The font in question is Hudson (vendor=softmaker = Berry 5), for which I 
>  invented the name 5hu (+r for roman). I have the two files 5hur.pdf 
>and 5hur.afm.

Ugh. IMHO, it's a waste of time bothering with berry style renaming.
Texfont's beauty is that it takes fonts as they are (whole directories at
a time). It shouldn't create problems if you want to do this renaming, though.

>Texfont generated a number of files and put them in several directories:
>- texnansi-softmaker-hudson.map in 
>J:\tex\localtexmf\fonts\map\pdftex\context
>- texnansi-5hur.tfm in J:\tex\localtexmf\fonts\tfm\softmaker\hudson
>- texnansi-5hur.vf in J:\tex\localtexmf\fonts\vf\softmaker\hudson
>- 5hur.afm in J:\tex\localtexmf\fonts\afm\softmaker\hudson
>- 5hur.pfb in J:\tex\localtexmf\fonts\type1\softmaker\hudson
>
>Texfont also generated the following:
>D:\Fonts\hudson\hudson: texnansi-softmaker-hudson.log
>D:\Fonts\hudson\hudson: texnansi-softmaker-hudson.tex
>D:\Fonts\hudson\hudson: texnansi-softmaker-hudson.tmp
>D:\Fonts\hudson\hudson: texnansi-softmaker-hudson.pdf
>
>The pdf file does not show the hudson font - I wonder if it should.

It should. Do you have \autoloadmapfilestrue uncommented in your cont-
sys.tex file?
What errors come up in PDF creation? (you *do* use pdfetex as an engine,
right?)

>Perhaps I should mention that Texfont was interrupted; atf2tfm gets 
>stuck - a conflict with a dll, but if click on OK, nothing serious seems 
>to be the matter. The tfm file is generated after all. If I test afm2tfm 
>  without texfont, it works normally.

That interruption doesn't fill me with faith. Is the generated texnansi-
5hur.tfm from the texfont valid?

>I have a test file, which is called testhuds-con.tex.

it wasn't attached, in case that was your intention.
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] using fonts -- installation

2004-12-07 Thread Adam Lindsay
[EMAIL PROTECTED] said this at Tue, 7 Dec 2004 09:09:27 +0100:

> am puzzled by this line which Hans wrote:
>
>\definetypeface[johanna][rm][serif][palatino][default]
>
>Hans further writes that [serif][palatino] is the main typescript filter
>and that [rm] is mapped on to [serif][palatino]

See earlier in the thread in my message to Wolfgang on typescript filters
and remapping.

It also goes back to the problem I asked about in my earlier message: how
do you actually use/invoke the font in ConTeXt?
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] using fonts -- installation

2004-12-07 Thread r . ermers
Dear Contexers,

I'm logging in through webmail, so right now I cannot try your suggestions but 
I will as soon as I get home. I already thank everybody for responding.

I am puzzled by this line which Hans wrote:

\definetypeface[johanna][rm][serif][palatino][default]

Hans further writes that [serif][palatino] is the main typescript filter and 
that [rm] is mapped on to [serif][palatino]

I don't quite grasp this.

- Why exactly do I have to refer to [serif][palatino]?
- Do you mean that palatino serves as a default which has to be remapped when a 
new font is installed?
- Where is this status of palatino registered? 
- And why did you chose palatino, rather than another typeface?

Thanks again,

Robert


> Rob Ermers wrote:
> 
> 
>> The font is simply not recognised (log file message: bodyfont: unknown
>> variant johanna). Of course, I am still miles away of getting my cyrillic
>> font working under context...
> 
> that message is an indication that you didn't define it as bodyfont
> 
> for instance:
> 
> \definetypeface[johanna][rm][serif][palatino][default]
> 
> 
> will provide
> 
> \setupbodyfont[johanna,10pt,rm]
> 
> 
> the combination [serif] [palatino] is the main typescript filter, while
> [rm] is
> what it gets mapped onto; [default] concerns the size
> 
> Hans
> 
> 
> 
> -
> Hans Hagen | PRAGMA ADE
> Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
> | www.pragma-pod.nl
> -
> 
> 
> 

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context