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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo