Share

html2latex

Code

Programming Languages: Perl

License: GNU General Public License (GPL)

Show:

What's happening?

  • Config files

    I wrote an alternate config file. I can't seem to get the -C flag to work. I run the following command: $html2latex -C myconfig.xml test.shtml and get eactly the same output as if I ran: $html2latex test.shtml Here's an example of what's in myconfig.xml: <conf> <tag name="h1" type="command"> <tex>section</tex>...

    2006-10-24 15:52:18 UTC by birdkathe

  • Comment: Can't find ImageMagick, no graphics commands

    Logged In: YES user_id=381248 Installing ImageMagick is not sufficient, you have to install the Perl binding form ImageMagick, namely: PerlMagick.

    2005-03-04 15:23:08 UTC by terceiro

  • Install fails on Fedora 2

    The subject says all... % make test cp Latex.pm blib/lib/HTML/Latex.pm PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/foreigns....ok t/tags........FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed...

    2004-09-27 18:57:26 UTC by anotong

  • Can't find ImageMagick, no graphics commands

    I installed html2latex from Sourceforge and ImageMagic using Gerben Wierda's iInstaller. All the ImageMagick commands seem to be in the correct place in the /usr/local/bin directory, which is in my path. Yet when I run html2latex, it seems to think they are not there and no image references appear in the resulting latex file. Actually, it is fine with me if the jpg's are not converted...

    2004-08-19 17:16:10 UTC by rmgray

  • Comment: Config file not supported

    Logged In: YES user_id=596893 This is not a problem of the Latex.pm it's a problem of the html2latex file. Change my $parser = new HTML::Latex(); to my $parser = new HTML::Latex($conffile);.

    2004-08-04 16:53:21 UTC by somnium_sueno

  • Config file not supported

    The option --conf or -C has no effect.

    2004-08-04 16:51:35 UTC by nobody

  • Is this a bug?

    Hi. Firstly, I really appreciate you for html2latex. I installed latest html2latex in my linux box, after installing all prerequisite packages. I tried it to some web sites, but it generates exactly same errors in different places. For example, ! LaTeX Error: There's no line here to end. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate...

    2004-05-03 17:48:58 UTC by aeronova

  • incorrect hline commands

    Try the following URL: http://www.marxists.org/reference/archive/sartre/works/exist/sartre.htm html2latex produces \hline invocations for the horizontal rules in this file that latex chokes on. I am using $VERSION = '1.1';.

    2004-01-06 00:55:16 UTC by anton_i

  • Followup: RE: Character Encodings

    Have a look at http://www.good-stuff.co.uk/useful/ascii.php @specials is missing many good characters under 0xA0. I added the following to make do for my purposes: [chr(145), '`' ], [chr(146), "'" ], [chr(147), '``' ], [chr(148), "''" ], [chr(150), '-' ], [chr(151), '--' ],

    2004-01-06 00:51:42 UTC by anton_i

  • Followup: RE: Has anyone tried installing this recently?

    I've tried and can't get it to work. t/tags........FAILED test 1 is a major problem. But, the parsefile test in HTML-Tree 3.17 keeps failing too. That might be the cause.

    2003-09-15 03:50:36 UTC by k486

Our Numbers