Hello!

A problem with Latex2HTML Version:
This is LaTeX2HTML Version 99.2beta6 (1.42)
by Nikos Drakos, Computer Based Learning Unit, University of Leeds.

I've defined in Latex a environment called "regie" (look at the
sample-File).

My Problem is: in the Postscript file, the sample looks like:

Vorher
   Hallo
Nachher

The word "Hallo" is cursive. But the HTML File looks like

Vorher Hallo Nacher

And the words "Hallo" and "Nachher" are cursive.

Now then, the HTML file should look like the postscript file. (The words
in 3 lines and only Hallo cursive).

Can you help me? 

Thank you.

Christian Hilk 


 \documentclass[10pt,twoside]{article}
 \usepackage[latin1]{inputenc}
 \usepackage[german]{babel}
 \usepackage{a4,german}
 \setlength{\oddsidemargin}{1.5cm}
 \setlength{\evensidemargin}{0cm}
 \setlength{\textwidth}{14.6cm}
 \setlength{\parindent}{0cm}
 \newenvironment{regie}
 {\list{}{%
 \rightmargin\leftmargin%
 \setlength{\topsep}{0em}%
 \setlength{\parskip}{0em}%
 \setlength{\partopsep}{0em}%
 }%
 \item\relax}
 {\endlist}
 \begin{document}
 Vorher
 \begin{regie} \em
 Hallo
 \end{regie}
 Nachher
 \end{document}

problem.ps

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 99.2beta6 (1.42)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>problem</TITLE>
<META NAME="description" CONTENT="problem">
<META NAME="keywords" CONTENT="problem">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta6">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="problem.css">

<LINK REL="next" HREF="node1.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html2"
  HREF="node1.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="file:/usr/local/lib/latex2html/icons/next.png"></A> 
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="file:/usr/local/lib/latex2html/icons/up_g.png"> 
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="file:/usr/local/lib/latex2html/icons/prev_g.png">   
<BR>
<B> N&auml;chste Seite:</B> <A NAME="tex2html3"
  HREF="node1.html">&Uuml;ber dieses Dokument ...</A>
<BR>
<BR>
<!--End of Navigation Panel-->
Vorher
 <EM> Hallo
 Nachher
 </EM>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"></A>

<UL>
<LI><A NAME="tex2html4"
  HREF="node1.html">&Uuml;ber dieses Dokument ...</A>
</UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>

2000-04-24
</ADDRESS>
</BODY>
</HTML>

Reply via email to