Package: latex2html
Version: 2008-2
Severity: normal
I'm trying to use LaTeX for HTML generation, as a simple CMS.
But while this simple document works with latex => dvi => loading in okular
(link is
clickable), it doesn't work with latex2html.
I get lots of warnings, and the most fatal one is
Unknown commands: href
So that there's no link in the generated HTML file.
Maybe I'm just doing something wrong ... But this file is derived from LyX, and
just
simplified to illustrate the problem better.
Thank you for all help.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-rc6 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages latex2html depends on:
ii ghostscript-x 8.70~dfsg-2+b1 The GPL Ghostscript PostScript/PDF
ii netpbm 2:10.0-12 Graphics conversion tools
ii perl 5.10.0-24 Larry Wall's Practical Extraction
ii perl-doc 5.10.0-25 Perl documentation
ii texlive-base-bin 2007.dfsg.2-6 TeX Live: Essential binaries
ii texlive-fonts-recommended 2007.dfsg.2-4 TeX Live: Recommended fonts
ii texlive-latex-recommended 2007.dfsg.2-4 TeX Live: LaTeX recommended packag
latex2html recommends no packages.
latex2html suggests no packages.
-- no debconf information
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{babel}
\usepackage{hyperref}
\begin{document}
\title{foo}
\maketitle
bar
\section*{baz}
... software \href{http://debian.org}{Debian}.
\end{document}