Hi, I'm trying to compile http://www.berenddeboer.net/tex/LaTeX2ConTeXt.tex in my FC3 box (tetex 2.0.2). But it does not work: $ texexec --interface=en --pdf --environment=screen --mode=screen LaTeX2ConTeXt ... (/usr/share/texmf/tex/context/base/type-syn.tex) (/usr/share/texmf/tex/context/base/type-enc.tex) (/usr/share/texmf/tex/context/base/type-siz.tex) (/usr/share/texmf/tex/context/base/type-map.tex pdftex : needs map file: original-ams-cmr.map pdftex : needs map file: original-context-symbol.map pdftex : needs map file: pl0-ams-cmr.map pdftex : needs map file: original-vogel-symbol.map pdftex : needs map file: original-ams-euler.map pdftex : needs map file: ec-adobe-utopia.map pdftex : needs map file: ec-bit-charter.map pdftex : needs map file: ec-public-antp.map pdftex : needs map file: ec-public-antt.map pdftex : needs map file: ec-urw-bookman.map pdftex : needs map file: ec-urw-courier.map pdftex : needs map file: ec-urw-helvetica.map pdftex : needs map file: ec-urw-palatino.map pdftex : needs map file: ec-urw-times.map pdftex : needs map file: ec-urw-zapfchan.map pdftex : needs map file: original-youngryu-px.map pdftex : needs map file: original-youngryu-tx.map pdftex : needs map file: ec-bh-lucida.map ) (/usr/share/texmf/tex/context/base/type-spe.tex) (/usr/share/texmf/tex/context/base/type-exa.tex)) ! Font \*12ptrmtf*=utmr8t at 12.0pt not loadable: Metric (TFM) file not found. <to be read again> \relax \xxdododefinefont ...tspec {#4}\newfontidentifier \let \localrelativefontsiz... \fontstrategy ...ame #1\csname #2#3#4#5\endcsname \tryingfontfalse \fi <inserted text> ...yle \fontalternative \fontsize \fi \iftryingfont \fontstr... \synchronizefont ...strategy \the \fontstrategies \relax \fi \ifskipfontchar... <argument> \getvalue {\@style@ \fontstyle } \edef \fontstyle {\fontstyle }\if... ... l.3 \setupbodyfont[ber,pos] ? I have tried with pdfetex 1.10b & 1.20b. But the same error was found. Anyone could tell me how to fix this please. Thank you in advance, PS: I have already file screen.tex in current directory when compiling.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
VnPenguin
! Font \*12ptrmtf*=utmr8t at 12.0pt not loadable: Metric (TFM) file not found.
This looks like a fairly basic error. You don't seem to have the metric files for postscript fonts, so it looks your installation is not complete. I guess this document doesn't compile either: - ---------- \setupbodyfont[ber,pos] \starttext hello. \stoptext - ---------- For now, just comment out the setupbodyfont in screen.tex or paper.tex. You will use the standard TeX fonts, not the postscript fonts. - -- Regards, Berend de Boer (PGP public key: http://www.pobox.com/~berend/berend-public-key.txt) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/ iD8DBQFBnPWxIyuuaiRyjTYRAsf3AKCBM0RXWn9djf2RqZ6VNS/LdWeaeQCgpcAW kGuF7tkzfq4jyKQ52nvilu8= =xhXn -----END PGP SIGNATURE-----
On Fri, 19 Nov 2004 08:19:15 +1300, Berend de Boer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
VnPenguin
writes: ! Font \*12ptrmtf*=utmr8t at 12.0pt not loadable: Metric (TFM) file not found.
This looks like a fairly basic error. You don't seem to have the metric files for postscript fonts, so it looks your installation is not complete.
Could you tell me where I could found TFM files for this fonts ?
I guess this document doesn't compile either:
- ---------- \setupbodyfont[ber,pos]
\starttext
hello.
\stoptext - ----------
You're right !
For now, just comment out the setupbodyfont in screen.tex or paper.tex. You will use the standard TeX fonts, not the postscript fonts.
Yes, by commenting this font setting, I could compile. Thank you, Q.NGUYEN-DAI
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
VnPenguin
! Font \*12ptrmtf*=utmr8t at 12.0pt not loadable: Metric (TFM) file not found.
This looks like a fairly basic error. You don't seem to have the metric files for postscript fonts, so it looks your installation is not complete.
Could you tell me where I could found TFM files for this fonts ?
There is a document on the context website that explains how to do font stuff with context (sorry to busy right now to look it up). The tool is called texfont I believe. - -- Regards, Berend de Boer (PGP public key: http://www.pobox.com/~berend/berend-public-key.txt) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/ iD8DBQFBoaTkIyuuaiRyjTYRAjmqAJ9KmkkFPzSC7EpTSeEIaZ/QMHV65ACgjB3v Mh2VdbhH9HngdHq/4eo0k1I= =tevW -----END PGP SIGNATURE-----
Hi, [...]
I have tried with pdfetex 1.10b & 1.20b. But the same error was found.
Anyone could tell me how to fix this please.
perhaps this helps: in screen.tex: -------------------------------------------------- \startenvironment screen \usetypescript[adobekb] [ec] \setupbodyfont[pos] [....] Patrick -- ConTeXt wiki: http://contextgarden.net
Hi. Is it possible to have ConTeXt/LaTeX generate the pure TeX code one would have after expanding all macros? Boris. On Thu, 2 Dec 2004, Patrick Gundlach wrote:
Hi,
[...]
I have tried with pdfetex 1.10b & 1.20b. But the same error was found.
Anyone could tell me how to fix this please.
perhaps this helps:
in screen.tex: -------------------------------------------------- \startenvironment screen
\usetypescript[adobekb] [ec] \setupbodyfont[pos]
[....]
Patrick -- ConTeXt wiki: http://contextgarden.net _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Boris Tschirschwitz wrote:
Is it possible to have ConTeXt/LaTeX generate the pure TeX code one would have after expanding all macros?
\tracingall + some scripting could get you an end i guess but it's no fun 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 -----------------------------------------------------------------
Hi,
Is it possible to have ConTeXt/LaTeX generate the pure TeX code one would have after expanding all macros?
\tracingall + some scripting could get you an end i guess but it's no fun
Make sure you got some gigabytes left on your hard disk. Patrick -- ConTeXt wiki: http://contextgarden.net
participants (5)
-
Berend de Boer
-
Boris Tschirschwitz
-
Hans Hagen
-
Patrick Gundlach
-
VnPenguin