[l2h] Adding a \popupref command that invokes Javascript popups?

2004-11-03 Thread Chris Fox
I have a need for a cross-reference command of the form \popupref{LABEL}{TEXT} that opens the contents labelled by \label{LABEL} (internal or external) in a popup window by passing the appropriate HTML reference for LABEL to a Javascript function when TEXT is clicked. This is for some teaching mat

[l2h] Problems with latex2html and pstricks

2004-11-03 Thread Armin Straub
Hi all, I'm just playing around with latex2html and I'm having some problems using it together with pstricks. This works: \begin{pspicture}(0cm,0cm)(2cm,2cm) \psset{yunit=2cm} \psset{xunit=2cm} \psframe(0,0)(1,1) \psline(0,0)(1,1) \psline(0,1)(1,0) % \rput(1,1){Test} \end{pspicture} Uncommenti

[l2h] Fix to a command-replacement bug

2004-11-03 Thread Daniel Clemente
Hi, this bug was detected on February 2004, and a fix is available, but it seems it's not yet in latex2html. http://www.tug.org/pipermail/latex2html/2004-February/002638.html Ross, would you include it? The fix works well. Thanks, Daniel Clemente

[l2h] multline environment numbering

2004-11-03 Thread José Rincón
This is probably either known or has a simple solution, but I couldn't find anything about it searching in the list. When converting the document you will find below, the numbering of equations that follow a multline environment is wrong. The multline equation seems to be ignored, so the next equa

[l2h] problem with \text{} in math

2004-11-03 Thread stefan
Dear LATEX2html developers, thanks for great software. I am using latex2html to convert even large latex documents with lots of math in it to html now for some time. I stuck into problem with the \text{} statement within equations. In a certain context it causes latex2html to produce lat

Re: [l2h] Figures cut off

2004-11-03 Thread Julius Smith
This appears to be a real bug in l2h figure handling. My test case indicates that figures are cropped to their original size despite any magnification by \resizebox{}. Therefore, \resizebox may shrink figures but not enlarge them. Evidently, the -crop argument to gs needs to be multiplied by

Re: [l2h] Figures cut off

2004-11-03 Thread Julius Smith
This appears to be a real bug in l2h figure handling. My test case indicates that figures are cropped to their original size despite any magnification by \resizebox{}. Therefore, \resizebox may shrink figures but not enlarge them. Evidently, the -crop argument to gs needs to be multiplied by

Fwd: Re: [l2h] Figures cut off

2004-11-03 Thread Julius Smith
I did a little more digging, and it is clear that \resizebox{} cannot work in l2h due to the way graphicx support is implemented. The good news is that one can instead use the graphicx API to get the same effects, e.g., \includegraphics[width=#2]{eps/#1.eps} Also, rotation works ("angle

[l2h] Windows graphicx issue

2004-11-03 Thread #GAO YANDONG#
I met the same problem when I used Latex2Html in Win xp. Any solution now? Regards, YandongAs far as I know, the original latex2html (eg Version 2002-2- 1 (1.70)) should be compatible with MikTeX and I have followed the instructions given on a dedicated web page for installing all compone

[l2h] verbatim-like environments

2004-11-03 Thread Igor Pechtchanski
Hi, I'm attempting to define a verbatim-like environment, like so: \newenvironment{AAA}{% \begin{tabular}{|l|}\hline% \color[rgb]{1.0,0.0,0.0}% \begin{rawhtml}\end{rawhtml}% }{% \begin{rawhtml}\end{rawhtml}% \hline\end{tabular}% } and then use it: \begin{AAA} Hello there, hi? Wel

Re: [l2h] First time using latex2html

2004-11-03 Thread Hakan Kuecuekyilmaz
On Sun, 2004-10-31 at 12:19, Ivan Ivanov wrote: > Dear Colleagues, > > I am tried latex2html for first time today and I find > it very easy to use. I have only several minor issues > to ask. > > 1) I am invoking latex2html in this way: > latex2html -split 0 myfile.tex > It generate myfile.html wh

[l2h] hyperlinks using pdflatex and latex2html

2004-11-03 Thread Stephen Wornom
pdflatex file.tex and latex2html create a file.pdf that is correct withe the exception that acroread file.pdf does not show the http names as hyperlinks. Would appreciate some basic instructions and a simple .tex file (if possible) that will create a .pdf file with hyperlinks that function in acror