From mark.duke at simpack.de Wed Jul 1 12:14:46 2009 From: mark.duke at simpack.de (Mark Duke) Date: Wed, 1 Jul 2009 12:14:46 +0200 Subject: [l2h] Current Version of Latex2html Message-ID: <4A4B3716.9040702@simpack.de> Hi Everyone, I was just looking for the latest version of latex2html on the Web. All of the directs point to www.latex2html.org, which doesn't seem to exist anymore. Do you know where I can find the latest version. I want t upgrade from the relatively old version, "This is LaTeX2HTML Version 2K.1beta (1.55)" Thanks for your help. Mark ____________ Virus checked by G DATA AntiVirus Version: AVA 19.6220 from 01.07.2009 From phil at roguedaemon.net Wed Jul 1 15:39:15 2009 From: phil at roguedaemon.net (Phil Lanch) Date: Wed, 1 Jul 2009 14:39:15 +0100 Subject: [l2h] Current Version of Latex2html In-Reply-To: <4A4B3716.9040702@simpack.de> References: <4A4B3716.9040702@simpack.de> Message-ID: <20090701133915.GA11446@baruch.san.roguedaemon.net> On Wed, Jul 01, 2009 at 12:14:46PM +0200, Mark Duke wrote: > I was just looking for the latest version of latex2html on the Web. All > of the directs point to www.latex2html.org, which doesn't seem to exist > anymore. Do you know where I can find the latest version. I want t > upgrade from the relatively old version, "This is LaTeX2HTML Version > 2K.1beta (1.55)" there are tarballs on CTAN sites e.g.: ftp://ftp.tex.ac.uk/tex-archive/support/latex2html/ ftp://ftp.dante.de/tex-archive/support/latex2html/ i think the latest is still latex2html-2002-2-1.tar.gz which may seem a long time ago, but perhaps it Just Works. when run, it says: This is LaTeX2HTML Version 2002-2-1 (1.70) -- Phil Lanch I believe in justice I believe in vengeance I believe in getting the bastard -- New Model Army From stigge at antcom.de Wed Jul 1 22:21:10 2009 From: stigge at antcom.de (Roland Stigge) Date: Wed, 01 Jul 2009 22:21:10 +0200 Subject: [l2h] Error building manual Message-ID: <4A4BC536.3000308@antcom.de> Hi, building the Latex2HTML manual, I get: make[2]: Entering directory `/tmp/buildd/latex2html-2008/docs' ../latex2html -test_mode -no_math -html_version 4.0,math,frame -accent_images textrm -scalable_fonts -short_index -split 4 -link 5 -no_auto_link -t "LaTeX2HTML" manual.tex; $* is no longer supported at ../latex2html line 10591. Note: Loading ./.latex2html-init Error: No such image type ''. This installation supports (first is default): make[2]: *** [fresh] Error 255 make[2]: Leaving directory `/tmp/buildd/latex2html-2008/docs' make[1]: *** [manual.html] Error 2 make[1]: Leaving directory `/tmp/buildd/latex2html-2008/docs' make: *** [stamp-build] Error 2 Did this problem occur previously somewhere? Thanks in advance, Roland From stigge at antcom.de Sat Jul 4 12:30:13 2009 From: stigge at antcom.de (Roland Stigge) Date: Sat, 04 Jul 2009 12:30:13 +0200 Subject: [l2h] Error building manual In-Reply-To: <43496A32-4810-4963-9BF6-9D820792FE00@maths.mq.edu.au> References: <4A4BC536.3000308@antcom.de> <43496A32-4810-4963-9BF6-9D820792FE00@maths.mq.edu.au> Message-ID: <4A4F2F35.8060907@antcom.de> Hi Ross, thanks for your thoughts. I solved the problem (packaging latex2html for Debian) by adding correct IMAGE_TYPE(S) settings at build-time (without already having latex2html installed). Roland Ross Moore wrote: > Hi Roland, > > On 02/07/2009, at 6:21 AM, Roland Stigge wrote: > >> Hi, >> >> building the Latex2HTML manual, I get: >> >> make[2]: Entering directory `/tmp/buildd/latex2html-2008/docs' >> ../latex2html -test_mode -no_math -html_version 4.0,math,frame >> -accent_images textrm -scalable_fonts -short_index -split 4 -link 5 >> -no_auto_link -t "LaTeX2HTML" manual.tex; >> $* is no longer supported at ../latex2html line 10591. > > That looks like the kind of message that would be produced > by a later version of Perl operating on coding written > for an earlier version. > > It should be easy to fix, once you know what it is that > has changed. A Perl 4 manual should explain what kind > of data or property $* was referring to. > > However, I'd expect that there are many instances of this > that will need to be similarly updated. > >> Note: Loading ./.latex2html-init >> Error: No such image type ''. > > Not sure why this would happen. > It might be a consequence of the earlier error, > or it may be something different. > The image-type array is meant to be an array of > image-format suffixes; e.g. 'gif', 'png', 'jpg'. > What is supported depends upon the availability of > Netpbm conversion modules; ppmtogif, pnmtopng, etc. > > Maybe you don't have Netpbm installed ? > > This whole aspect needs updating, as there are alternative > image-generation techniques that could be supported instead. > > Sorry, I don't have the time available to do this. > >> This installation supports (first is default): >> make[2]: *** [fresh] Error 255 >> make[2]: Leaving directory `/tmp/buildd/latex2html-2008/docs' >> make[1]: *** [manual.html] Error 2 >> make[1]: Leaving directory `/tmp/buildd/latex2html-2008/docs' >> make: *** [stamp-build] Error 2 >> >> Did this problem occur previously somewhere? > > > Hope this helps, > > Ross > >> >> Thanks in advance, >> >> Roland >> _______________________________________________ >> latex2html mailing list >> latex2html at tug.org >> http://tug.org/mailman/listinfo/latex2html > > ------------------------------------------------------------------------ > Ross Moore ross at maths.mq.edu.au > Mathematics Department office: E7A-419 > Macquarie University tel: +61 (0)2 9850 8955 > Sydney, Australia 2109 fax: +61 (0)2 9850 8114 > ------------------------------------------------------------------------ > From ross at ics.mq.edu.au Sat Jul 4 14:14:22 2009 From: ross at ics.mq.edu.au (Ross Moore) Date: Sat, 4 Jul 2009 22:14:22 +1000 Subject: [l2h] Error building manual In-Reply-To: <4A4F2F35.8060907@antcom.de> References: <4A4BC536.3000308@antcom.de> <43496A32-4810-4963-9BF6-9D820792FE00@maths.mq.edu.au> <4A4F2F35.8060907@antcom.de> Message-ID: <8DC9CF78-098C-4AE3-B49C-B760CB943F48@maths.mq.edu.au> Hi Roland, On 04/07/2009, at 8:30 PM, Roland Stigge wrote: > Hi Ross, > > thanks for your thoughts. > > I solved the problem (packaging latex2html for Debian) by adding > correct IMAGE_TYPE(S) settings at build-time (without already > having latex2html installed). OK; that makes sense. You know what image-generating software Debian has available, so you can predefine a setting for this variable. The old installer for LaTeX2HTML is probably no longer looking in the right places, or some other such incompatibility, if you leave it until later to do the configuration step. Given that you have the luxury of being able to know what will be available, then you might as well use that information. > > Roland I'm glad you were able to work this out. Cheers, Ross ------------------------------------------------------------------------ Ross Moore ross at maths.mq.edu.au Mathematics Department office: E7A-419 Macquarie University tel: +61 (0)2 9850 8955 Sydney, Australia 2109 fax: +61 (0)2 9850 8114 ------------------------------------------------------------------------ From maillists at gmx.de Wed Jul 15 21:03:57 2009 From: maillists at gmx.de (Christian) Date: Wed, 15 Jul 2009 21:03:57 +0200 Subject: [l2h] SVN infos in the html output Message-ID: <62066A77-8A36-46B4-9EE6-7CF591F86F7D@gmx.de> Hi, is there a way to put the SVN keywords into the footer of the html output while using the package "svn-multi" in th elatex file? Thanks Christian From maillists at gmx.de Sat Jul 25 14:42:47 2009 From: maillists at gmx.de (Christian) Date: Sat, 25 Jul 2009 14:42:47 +0200 Subject: [l2h] comments in verbatimfiles.perl Message-ID: Hi, is there a way to say to verbatimfiles.perl that it should not interpret code between certain tags. E.g., in a tex-file that is included using \verbatimlisting should the comments between certain keys be ignored. Is that possible? Thanks -- Christian -It's better to be a pirate than to join the Navy.- John Sculley and John A. Byrne, 1987