Re: [l2h] plastex

2006-11-15 Thread Fred L. Drake, Jr.
On Wednesday 15 November 2006 10:16, Igor Peshansky wrote: The one you get from python.org is compiled with MinGW, IIRC. AS Python is its own beast. MSVC, actually. -Fred -- Fred L. Drake, Jr. fdrake at acm.org ___ latex2html mailing list

[l2h] Generating XHTML

2004-11-04 Thread Fred L. Drake, Jr.
. If there's not a way to do this with LaTeX2HTML, pointers to some other LaTeX-to-XML tool would be appreciated. (Especially if it doesn't involve TeXML!) Thanks! -Fred -- Fred L. Drake, Jr. fdrake at acm.org ___ latex2html mailing list [EMAIL

Re: [l2h] My own environments

2004-03-30 Thread Fred L. Drake, Jr.
an additional wrapper around the result so I can affect the presentation via style sheets: sub do_env_mylist { return 'div class=mylist' . do_env_itemize(@_) . /div\n; } -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation

Re: [l2h] tableofcontents UL type

2003-10-28 Thread Fred L. Drake, Jr.
includes a CLASS=ChildLinks on the list; adding something to the stylesheet for that seems reasonable and fairly easy. I don't know what everyone else is doing about stylesheets, but I'm just copying mine over the one generated by LaTeX2HTML in a Makefile. -Fred -- Fred L. Drake, Jr. fdrake

Re: [l2h] tableofcontents UL type

2003-10-28 Thread Fred L. Drake, Jr.
, Debian Project. Original LaTeX2HTML Version 2002 (1.62) by Nikos Drakos, Computer Based Learning Unit, University of Leeds. --- -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation

Re: [l2h] two columns contents list

2003-09-10 Thread Fred L. Drake, Jr.
flavor of the Python documentation: http://www.python.org/doc/current/download.html I'm always happy to answer questions about what I've done. -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing

Re: [l2h] User-written latex class files with latex2html

2002-08-14 Thread Fred L. Drake, Jr.
, and the extension API is massively underdocumented. I reverse engineered a lot based on the support for specific markup in the LaTeX2HTML implementation, and asked a lot of questions here. -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation

Re: [l2h] User-written latex class files with latex2html

2002-08-13 Thread Fred L. Drake, Jr.
this approach means that you need to write Perl code to support all of the markup constructs defined in the package it's emulating, and that can be painful at times. If there's a lot of semantic processing that can happen at document-formatting time, it can be a real boon. -Fred -- Fred L. Drake, Jr

Re: [l2h] General HTML generation questions

2002-06-04 Thread Fred L. Drake, Jr.
, and is perhaps the most painful DOM code I've written. (No, you probably *don't* want to know how I got the LaTeX documents into a DOM object!) -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing list

Re: [l2h] Book recommendations anyone?

2002-05-20 Thread Fred L. Drake, Jr.
Python, included as part of the standard documentation. -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

Re: [l2h] Book recommendations anyone?

2002-05-20 Thread Fred L. Drake, Jr.
use in Fred Documenting Python, included as part of the standard Fred documentation. The stuff which comes with Python is awesome. Thanks! -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing

Re: [l2h] style-sheet question

2002-03-27 Thread Fred L. Drake, Jr.
. Depending on the image, this might even be reasonable (it's best if the image is small!). -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo

Re: [l2h] style-sheet question

2002-03-27 Thread Fred L. Drake, Jr.
much need for navigation images! -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

Re: AW: [l2h] links support

2001-11-18 Thread Fred L. Drake, Jr.
in the directory at: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/dist/src/Doc/ btw: the URL you provided is producing a 404. Sorry; I made a typo. Here's the right link: http://python.sourceforge.net/devel-docs/lib/lib.html -Fred -- Fred L. Drake, Jr. fdrake at acm.org

Re: [l2h] links support

2001-11-12 Thread Fred L. Drake, Jr.
the LaTeX2HTML implementation. But I could be wrong. ;-) -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

[l2h] add_child_links()

2001-10-26 Thread Fred L. Drake, Jr.
to whoever did things that way -- wrapping something that actually prepares a tedious bit of generated content like that makes it so much easier to tailor the result! -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation

Re: [l2h] Customising the appearance of web pages created with l2h

2001-09-25 Thread Fred L. Drake, Jr.
want to relocate where it's placed (namely inside the custom panel) and not have it placed in it's default location. Copy the navigation_panel() function to top_navigation_panel(), and make changes to that to generate the right top navbar. -Fred -- Fred L. Drake, Jr. fdrake at acm.org

Re: [l2h] Customising the appearance of web pages created with l2h

2001-09-25 Thread Fred L. Drake, Jr.
? Like I said, it's hard to know what Perl to write! ;-) -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

Re: [l2h] Customising the appearance of web pages created with l2h

2001-09-25 Thread Fred L. Drake, Jr.
this in Python; I don't know that Perl has quite the same cultural bias for it. -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

Re: [l2h] Customising the appearance of web pages created with l2h

2001-09-25 Thread Fred L. Drake, Jr.
you can grep the main script. ;-) -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

Re: [l2h] Customising the appearance of web pages created with l2h

2001-09-24 Thread Fred L. Drake, Jr.
to feed it a little code. Or a lot of code. It can be a hungry beast... -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Zope Corporation ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

[l2h] $DVIPS_SAFE flag broken?

2001-07-23 Thread Fred L. Drake, Jr.
suggestions? I'd really like to turn off this behavior; I'd expect a better approach would be to detect the failure of dvips when it actually happens, and stop running at that point. -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Digital Creations

Re: [l2h] Suggesting SVG-format for expression images

2001-07-10 Thread Fred L. Drake, Jr.
acceptance within Web browsers on all platforms. I'm inclined to agree. -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Digital Creations ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

Re: [l2h] unknown command \verb

2001-06-25 Thread Fred L. Drake, Jr.
situation requirements may differ. -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Digital Creations ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

[l2h] \textasciicircum, \textasciitilde

2001-04-20 Thread Fred L. Drake, Jr.
\textasciicircum and \textasciitilde do not appear to be supported, at least as of 99.2beta8; not sure about more recent versions. I've added the following to support them: sub do_cmd_textasciitilde{ '~' . @_[0]; } sub do_cmd_textasciicircum{ '^' . @_[0]; } -Fred -- Fred L. Drake, Jr

Re: [l2h] How do I use an EPS in PDF and HTML?

2001-03-30 Thread Fred L. Drake, Jr.
-- you can get nice output for print HTML with less work. But as the resulting set of documentation grows further and the number of contributors goes up, it gets difficult for the editor to keep up with all the ways they can break the markup. -Fred -- Fred L. Drake, Jr. fdrake at acm.org

Re: [l2h] How do I use an EPS in PDF and HTML?

2001-03-30 Thread Fred L. Drake, Jr.
think I want something a bit lighter for authoring. -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Digital Creations ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

Re: [l2h] How do I use an EPS in PDF and HTML?

2001-03-30 Thread Fred L. Drake, Jr.
for .png, so that's ok. I don't need transforms for screen snapshots! (Or so I hope! ;) -Fred -- Fred L. Drake, Jr. fdrake at acm.org PythonLabs at Digital Creations ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo

[l2h] Re: Weirdness for MSIE5 under NT4 SP4

1999-11-13 Thread Fred L. Drake, Jr.
; well that's anyone's guess. I'll follow up on this with the reporter of the problem, to see if this is a possibility here. Thanks for the response! -Fred -- Fred L. Drake, Jr. [EMAIL PROTECTED] Corporation for National Research Initiatives