ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: David Arnold <david-arnold@redwoods.edu>
Subject: Re: Palatino
Date: Tue, 22 Nov 2005 09:08:17 -0800	[thread overview]
Message-ID: <86B22D08-47FD-4E99-B1E6-E008F2A0FE1A@redwoods.edu> (raw)
In-Reply-To: <43833A0A.9060200@wxs.nl>

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

Hans,

When I try:

011-101:/usr/local/teTeX/share/texmf.local/context/data davidarnold$  
sudo texfont --encoding=texnansi -batch type-tmf.dat

I get a slew of messages similar to this last one:

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

           slant factor : 0.167
          checking root : TEXMFMAIN
     processing aborted : unknown subpath ../fonts/afm/urw/ncntrsbk

                 --help : show some more info

Some extra information:

texexec --verbose reports:

applications will use : /usr/local/teTeX/texmf.cnf

This last file is attached.

[-- Attachment #2: texmf.cnf --]
[-- Type: application/octet-stream, Size: 2962 bytes --]

% Our directory setup as explained in $SELFAUTOPARENT/share/README.gwtex
% TEXMFMAIN contains the TEXMF tree installed by make install of the programs
TEXMFMAIN = $SELFAUTOPARENT/share/texmf
% TEXMFTE contains the main TEXMF tree from teTeX
TEXMFTE = $SELFAUTOPARENT/share/texmf.tetex
% TEXMFGW contains GW specific defaults and additions
TEXMFGW = $SELFAUTOPARENT/share/texmf.gwtex
% TEXMFLOCAL contains any local system TeXadmin overrides
TEXMFLOCAL = $SELFAUTOPARENT/share/texmf.local
% $VARTEXMF is where texconfig writes its local settings
VARTEXMF = $TEXMFLOCAL
% User texmf trees can be catered for like this...
HOMETEXMF = $HOME/Library/texmf

% Our complete search path, the last three are searched through
% ls-R exclusively, which means that you have to run texhash
% after you have added, moved or deleted files in the tree
TEXMF={$HOMETEXMF,!!$TEXMFLOCAL,!!$TEXMFGW,!!$TEXMFTE,!!$TEXMFMAIN}

% If you want to disable the HOME trees, use this:
% TEXMF=!!{$TEXMFLOCAL,$TEXMFGW,$TEXMFTE,$TEXMFMAIN}

% The system trees.  These are the trees that are shared by all the users.
SYSTEXMF = $TEXMFLOCAL;$TEXMFGW;$TEXMFTE;$TEXMFMAIN

% Where generated fonts may be written.  This tree is used when the sources
% were found in a system tree and either that tree wasn't writable, or the
% varfonts feature was enabled in MT_FEATURES in mktex.cnf.
VARTEXFONTS = /var/tmp/texfonts

% teTeX-3.0 and TL2005 require these
TEXMFVAR = $HOMETEXMF
TEXMFCONFIG = $HOMETEXMF
TEXMFSYSCONFIG = $VARTEXMF
TEXMFSYSVAR = $VARTEXMF

% Where to look for ls-R files.  There need not be an ls-R in the
% directories in this path, but if there is one, Kpathsea will use it.
% This is default set to TEXMF+VARTEXFONTS but without HOMETEXMF 
TEXMFDBS = $TEXMFLOCAL;$TEXMFGW;$TEXMFTE;$TEXMFMAIN;$VARTEXFONTS

% Make font tfm files is mf files are available
MKTEXTFM = 1

% Make fonts when unavailable (not all fonts are available for pdf directly)
% Useful when using non-pdf-available fonts and going the tex->dvi->ps->pdf route
MKTEXPK.pdftex = 1
MKTEXPK.pdflatex = 1
MKTEXPK.pdfetex = 1
MKTEXPK.pdfelatex = 1

% Enable \write18 (run shell processes from within TeX job)
% Set to t if needed
% (I think this might have security implications, especially if you
% run tex jobs as administrator, so I keep it turned off by default
shell_escape = f

% Fixes for mixing old and new style locations in TL2004 (according to Hans Hagen)

TEXPSHEADERS		= .;$TEXMF/{fonts/{enc,map,type1,truetype},dvips,pdftex,tex}//;$TEXMF/{etex,tex,pdftex,dvips,fonts/type1}//
TEXFONTMAPS		= .;$TEXMF/{fonts/map//,fontname};$TEXMF/{pdftex,dvips}/config;$TEXMF/{pdftex,dvips}//
TEXCONFIG		= .;$TEXMF/{fonts/map,dvips,pdftex,dvipdfmx,dvipdfm}//
PDFTEXCONFIG		= .;$TEXMF/pdftex/{$progname,}//
DVIPDFMINPUTS		= .;$TEXMF/{fonts/map,dvips,pdftex,dvipdfmx,dvipdfm}//

% XeTeX
TEXINPUTS.xelatex =			.;$TEXMF/{xetex,tex}/{xelatex,latex,generic,}//
TEXINPUTS.xetex   =			.;$TEXMF/{xetex,tex}/{xetex,plain,generic,}//

[-- Attachment #3: Type: text/plain, Size: 1402 bytes --]





On Nov 22, 2005, at 7:32 AM, Hans Hagen wrote:

> David Arnold wrote:
>
>> Taco et al,
>>
>> OK, this didn't work. Log file attached.
>>
>> � �\usetypescript[palatino][texnansi]
>> � \switchtobodyfont[palatino]
>> � \starttext
>> � Hello World!
>> � \stoptext
>>
> no logfile -)
>
> for that one you need to run
>
> texfont --encoding=texnansi --batch type-tmf.dat
>
> (since you are familiar with texnansi .... although better than ec,  
> this encoding was never really supported in distributions, only by  
> mouh, which is why you need to generate metrics yourself)
>
>> This one worked.
>>
>> �\usetypescript[adobekb][8r,ec]
>> � \usetypescript[palatino][ec]
>> � \switchtobodyfont[palatino]
>> � \starttext
>> � Hello World!
>> � \stoptext
>>
>> Two questions:
>>
>> 1. I don't know why one worked and the other didn't. What files  
>> could I look at in my tex tree that would give a hint as to which  
>> to use?
>>
>> 2. How can I make the first one work?
>
> use texfont (or take cont-fnt from the website)
>
> 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/



[-- Attachment #4: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2005-11-22 17:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-22  1:27 Palatino David Arnold
2005-11-22  9:29 ` Palatino Taco Hoekwater
2005-11-22 15:02   ` Palatino David Arnold
2005-11-22 15:32     ` Palatino Hans Hagen
2005-11-22 17:08       ` David Arnold [this message]
2005-11-23 14:16         ` Getting texfont to do batch installs on gwTeX (was Re: Palatino) Adam Lindsay
2005-11-23 16:07           ` Gerben Wierda
2005-11-23 16:47             ` Hans Hagen
2005-11-23 17:46               ` Gerben Wierda
2005-11-23 18:19                 ` Hans Hagen
2005-11-23 21:07               ` David Arnold
2005-11-26 10:39                 ` Taco Hoekwater
2005-12-01 19:04                 ` Hans Hagen
2005-11-23 16:10           ` Hans Hagen
2005-11-23 20:51           ` David Arnold
2005-11-23 21:39             ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
1999-10-13  8:15 Palatino Matthew Baker
1999-10-13  8:37 ` Palatino Taco Hoekwater
1999-10-14  6:19   ` Palatino Matthew Baker
1999-10-14  9:40     ` Palatino Taco Hoekwater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86B22D08-47FD-4E99-B1E6-E008F2A0FE1A@redwoods.edu \
    --to=david-arnold@redwoods.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).