Re: teTeX3: creating format files w/o initex?

"Dr. Werner Fink" <[email protected]>
Newsgroups gmane.comp.tex.tetex.general
Organization SuSE LINUX AG
Message-ID <[email protected]>
On Thu, Feb 10, 2005 at 10:42:04PM +0100, Hubert Feyrer wrote:
> 
> [Please cc: me, I'm not subscribed to this list!]
> 
> 
> Hi,
> 
> I have teTeX 3.0 installed, and aparently it comes without initex.
> How does one create a new format file?
> 
> So far the following command worked for the musixtex format:
> 
> 	 initex '&tex musixtex.ins \dump'

I'm doing this now with:

(
    cd tex/
    echo '\input plain'                 >  musixtex.ini
    echo '\def\fmtname{musixtex}'       >> musixtex.ini
    echo '\def\fmtversion{\mxversion}'  >> musixtex.ini
    cat musixtex.ins                    >> musixtex.ini
    echo '\endinput'                    >> musixtex.ini

    TFMFONTS=${PWD}/../tfm
    export TFMFONTS

    tex -ini -jobname=musixtex -progname=musixtex -translate-file=cp227.tcx musixtex.ini
)

and it work with the generation of some tfm files but it works ;^)
Maybe it could be done smarter ;^)

        Werner


-- 
  "Having a smoking section in a restaurant is like having
          a peeing section in a swimming pool." -- Edward Burr
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.