[Fontinst] fontinst'ing type1 on miktex : next problem

steven schkolne steven at schkolne.com
Thu May 29 16:49:01 CEST 2003


>
>
>1. Somehow your initial problems gave you a bunch of corrupt MTX files.
>Delete all pbh*.mtx and pbh*.pl, then try again and see if things are
>better.
>
>  
>

hi lars, thanks so much for your help -- turns out that solution #1 
above did the trick.... i just had to delete these, fiddle with a few 
dozen other things and it worked!  

i am now running into another problem..... i seem to have made all the 
.fd, .tfm, .vpl, .pl, , and .vf files correctly.... now the next problem 
is when i actually _use_ the fonts.  this may or may not have anything 
to do with fontinst.....  

my document:  

> \documentclass[twoside]{report} \begin{document}
>
> \fontfamily{pbh} \selectfont text here text here text here
>
> \end{document}



my error:

> C:\Documents and Settings\steven schkolne\Desktop\phdtex>pdflatex 
> fontest.tex
> This is pdfTeX, Version 3.141592-1.10b (MiKTeX 2.3)
> (fontest.tex{pdftex.cfg}
> LaTeX2e <2001/06/01>
> Babel <v3.7h> and hyphenation patterns for english, french, german, 
> ngerman, du
> mylang, nohyphenation, loaded.
> (C:\Program Files\texmf\tex\latex\base\report.cls
> Document Class: report 2001/04/21 v1.4e Standard LaTeX document class
> (C:\Program Files\texmf\tex\latex\base\size10.clo)) (fontest.aux) 
> (ot1pbh.fd)
>
> LaTeX Font Warning: Font shape `OT1/pbh/m/n' undefined
> (Font)              using `OT1/cmr/m/n' instead on input line 3.
>
> [1{psfonts.map}{bau.map}] (fontest.aux)
>
> LaTeX Font Warning: Some font shapes were not available, defaults 
> substituted.
>
>  )<cmr10.pfb>
> Output written on fontest.pdf (1 page, 4939 bytes).
> Transcript written on fontest.log.

so it is clearly findint ot1pbh.fd.... i only have one of these on my 
drive, in texmf\tex\latex\adobe\bauhaus\, and it looks like this:

> %Filename: ot1pbh.fd
> %Created by: tex fontinst
> %Created using fontinst v1.801
>
> %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
>
> \ProvidesFile{ot1pbh.fd}
>    [2003/05/28 Fontinst v1.801 font definitions for OT1/pbh.]
>
> \DeclareFontFamily{OT1}{pbh}{}
>
> \DeclareFontShape{OT1}{pbh}{b}{n}{
>    <-> pbhb7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{b}{sc}{
>    <-> pbhbc7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{b}{sl}{
>    <-> pbhbo7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{db}{n}{
>    <-> pbhd7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{db}{sc}{
>    <-> pbhdc7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{db}{sl}{
>    <-> pbhdo7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{mb}{n}{
>    <-> pbhm7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{mb}{sc}{
>    <-> pbhmc7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{mb}{sl}{
>    <-> pbhmo7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{eb}{n}{
>    <-> pbhh7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{eb}{sc}{
>    <-> pbhhc7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{eb}{sl}{
>    <-> pbhho7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{l}{n}{
>    <-> pbhl7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{l}{sc}{
>    <-> pbhlc7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{l}{sl}{
>    <-> pbhlo7t
> }{}
>
> \DeclareFontShape{OT1}{pbh}{bx}{n}{<->ssub * pbh/b/n}{}
> \DeclareFontShape{OT1}{pbh}{bx}{sc}{<->ssub * pbh/b/sc}{}
> \DeclareFontShape{OT1}{pbh}{bx}{sl}{<->ssub * pbh/b/sl}{}
> \DeclareFontShape{OT1}{pbh}{b}{it}{<->ssub * pbh/b/sl}{}
> \DeclareFontShape{OT1}{pbh}{bx}{it}{<->ssub * pbh/b/it}{}
> \DeclareFontShape{OT1}{pbh}{db}{it}{<->ssub * pbh/db/sl}{}
> \DeclareFontShape{OT1}{pbh}{m}{n}{<->ssub * pbh/mb/n}{}
> \DeclareFontShape{OT1}{pbh}{m}{sc}{<->ssub * pbh/mb/sc}{}
> \DeclareFontShape{OT1}{pbh}{m}{sl}{<->ssub * pbh/mb/sl}{}
> \DeclareFontShape{OT1}{pbh}{mb}{it}{<->ssub * pbh/mb/sl}{}
> \DeclareFontShape{OT1}{pbh}{m}{it}{<->ssub * pbh/mb/it}{}
> \DeclareFontShape{OT1}{pbh}{eb}{it}{<->ssub * pbh/eb/sl}{}
> \DeclareFontShape{OT1}{pbh}{l}{it}{<->ssub * pbh/l/sl}{}
>
> \endinput

i really think this should find OT1/pbh/m/n/ in the list at the 
bottom.... but because i didn't trust the sub, i changed my latex to 
look like this:

> \fontfamily{pbh} \fontseries{l} \selectfont text here text here text here


after which i get this error --

> LaTeX Font Warning: Font shape `OT1/pbh/l/n' undefined
> (Font)              using `OT1/cmr/m/n' instead on input line 3.

any idea what is going on here?

i still feel like i am trying to do something so so simple.  where is 
latex breaking?  it seems to find the file, and the file was 
auto-generated so what can be wrong with it?  any ideas would be greatly 
appreciated.

thanks,
steven

















More information about the fontinst mailing list