mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] picture and format conversion


Chronological Thread 
  • From: "chu-ching huang" <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] picture and format conversion
  • Date: Mon, 25 Aug 2008 22:29:33 +0800

Hi all,

You can insert a eps picture in TeXmacs document. But the problem is that
this file will be given a name as "file-number.eps", when it is exprted to
html or latex.

1. latex export case: use latex2html to convert it into html, the picture
will be disappeared! Use pdflatex to convert it, the picture is also
disappeared since the picture is not created (or converted out) by TeXmacs
convert part.
2. html case: the size of html file is 0 byte and the backgroud will show the
eps code and convertion terminated. (But this way seemed to work before. I
don't remember.)

My conclusion is:
the conversion from TeXmacs to html: it is better to use the firsat case. But
remember to save each picture as a backup which named "file-number,eps".
Otherwise, you will get the above result.


Note:

LaTeX2html (2002-2-1) is too old to work with latest netpbm. If you want to
use them, do the following manually:

modify "pstoimg": line 1275, 'gray85'-> '#d9d9d9'
ln -s /usr/local/bin/pamfile /usr/local/bin/pnmfile
ln -s /usr/local/bin/pnmtojpeg /usr/local/bin/ppmtojpeg
ln -s /usr/local/bin/bmptopnm /usr/local/bin/bmptoppm
mktexlsr update the ls-R of texlive

TeXmacs-1.0.6.15, texlive2007 tested.

Have luck,

cch




  • [TeXmacs] picture and format conversion, chu-ching huang, 08/25/2008

Archive powered by MHonArc 2.6.19.

Top of page