Menu

#22 improve doc for how to create jadetex.fmt

open
nobody
None
5
2014-08-13
2003-06-26
Ralf Hauser
No

I am trying to create jadetex.fmt as per
http://jadetex.sourceforge.net/#index-div-d18e338

1) please say where the dsssl directory likely is !
(under my cygwin, it appears to be under
/usr/local/lib/sgml/dtd/dsssl - after searching for
quite a while!)

2) wouldn't what you call "make install" really be
make install -f Makefile.jadetex

3) when running this make command, I get
<<tex -ini "&hugelatex" -progname=jadetex jadetex.ini
This is TeXk, Version 3.14159 (Web2C 7.4.5) (INITEX)
%&-line parsing enabled.
! I can't find file `-progname=jadetex'.
<*> &hugelatex -progname=jadetex
jadetex.ini
Please type another input file name:>>
What went wrong?

P.S.: getting here while trying to install docbook
under cygwin (see
http://ourworld.compuserve.com/homepages/hoenicka_markus/cygx864.html\)

Discussion

  • Ralf Hauser

    Ralf Hauser - 2003-06-26

    Logged In: YES
    user_id=266141

    Re 3) I manually looked up the missing file and provided it,
    and many more. But in the end, if failed due to pool size :(

    Any hints?

    See a shortened transcript:
    /usr/local/lib/sgml/dtd/dsssl/jadetex.ini

    /usr/share/tex/latex/amsfonts/amssymb.sty
    /usr/share/tex/latex/amsfonts/amsfonts.sty
    /usr/share/tex/latex/misc/ulem.sty
    /usr/share/tex/latex/fancyhdr/fancyhdr.sty
    /usr/share/tex/latex/hyperref/hyperref.sty
    /usr/share/tex/latex/hyperref/pd1enc.def
    /usr/share/tex/latex/misc/url.sty
    /usr/share/tex/latex/hyperref/hdvips.def
    /usr/share/tex/latex/hyperref/pdfmark.def

    cannot enter file name for
    /usr/share/tex/latex/cyrillic/ot2enc.def
    Return

    next problem: kpathsea: Running mktexmf ecrm1000
    ! I can't find file `ecrm1000'.

    Return
    /usr/share/tex/latex/psnfss/pifont.sty
    LaTeX Font Warning: Font shape `U/pzd/m/n' undefined
    (Font) using `U/cmr/m/n' instead on input
    line 62.

    LaTeX Font Warning: Font shape `U/psy/m/n' undefined
    (Font) using `U/cmr/m/n' instead on input
    line 63.
    /usr/share/tex/latex/wasysym/wasysym.sty
    /usr/share/tex/latex/amsmath/amstext.sty
    /usr/share/tex/latex/amsmath/amsgen.sty
    WARNING: Elsevier font setup not found
    )
    ! TeX capacity exceeded, sorry [pool size=70936].
    \DefineCharacter ... \def \csname Ch@#1\endcsname
    {#3}
    l.2709 \DefineCharacter{64258}{FB02}{fl}
    %
    No pages of output.
    Transcript written on jadetex.log.
    make: *** [jadetex.fmt] Error 1

     
  • Ralf Hauser

    Ralf Hauser - 2003-06-26

    Logged In: YES
    user_id=266141

    Roger claims that this just a matter of having a "user"
    instead of a "system" environment variable -->
    http://sourceforge.net/mailarchive/message.php?msg_id=1953188

    Unfortunately, he doesn't say which one!
    SGML_CATALOG_FILES - I'll follow up with him.

     
  • Ralf Hauser

    Ralf Hauser - 2003-06-27

    Logged In: YES
    user_id=266141

    Got one step further - can now create a .dvi file:
    1) downloaded
    /usr/share/texmf/fonts/tfm/public/ec/ecrm1000.tfm from
    http://www.tug.org/tex-archive/fonts/jknappen/ec/tfm/ and
    /usr/share/texmf/tex/latex/psnfss/t1ptm.fd from
    http://www.tug.org/tex-archive/fonts/psfonts/adobe/times/tex/
    2) changed to the directory of a different makefile:
    /usr/share/texmf.local/tex/jadetex/Makefile
    3) Manually entered the missing stiles
    << /usr/share/tex/latex/carlisle/colortbl.sty
    /usr/share/tex/latex/misc/marvosym.sty
    /usr/share/tex/latex/misc/ulem.sty
    ... as above
    /usr/share/tex/latex/psnfss/pifont.sty
    /usr/share/tex/latex/amsfonts/eucal.sty>>
    4) had to fix the install target -->
    http://sourceforge.net/tracker/index.php?func=detail&aid=761668&group_id=28782&atid=394217
    5) jadetex myDocbook.tex now always creates
    ! LaTeX Error: File `nameref.sty' not found.

    (ugly work around ln -s
    /usr/share/tex/latex/hyperref/nameref.sty .)

    ===> Help would be appreciated how to fix this??

    a dvi file is created after trying many ecrm???? fonts
    without success

    6) dvips myDocbook.dvi
    This is dvips(k) 5.92b Copyright 2002 Radical Eye Software
    (www.radicaleye.com)
    ' TeX output 2003.06.27:1008' -> myDocbook.ps
    kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag
    1+0/600 --dpi 600 ecr
    m1000
    mktexpk: don't know how to create bitmap font for ecrm1000.
    kpathsea: Appending font creation commands to missfont.log.
    dvips: Font ecrm1000 not found, characters will be left blank.
    <texc.pro><special.pro><color.pro>. [1] [2] [3] [1] [2] [3] [4]
    ==> the pages are all white :(

    ------------
    other minor trouble (missing data directory in
    http://sourceforge.net/tracker/index.php?func=detail&aid=761455&group_id=2115&atid=102115\)

     
  • Ralf Hauser

    Ralf Hauser - 2003-06-28

    Logged In: YES
    user_id=266141

    by downloading all of tetex-extra and texmf*, I got a lot
    further!

    ---> http://www.cygwin.com/ml/cygwin/2003-06/msg01319.html