ref(me).
I solved this by using css style directly in HTML.
Changed my css style to make the paragraphs inside tables be
left aligned and this fixed the problem.
l2h + changing of the HTML page CSS will often resolve missing
functionality in l2h.
Issue closed for me.
--Nasser
On 3/24/2011 4:00 AM, Nasser M. Abbasi wrote:
Hello;
I have a table, in which I use p for table, as in:
\begin{tabular}{p{2in}p{2in}}
....
\end{tabular}
and I want the paragraphs to be ragged right, since they
do not look nice justified inside a table cells.
I can do that in Latex as follows:
-------------------------
\documentclass{article}
\usepackage{html}
\usepackage{array}
\usepackage{ragged2e}
\newcolumntype{P}[1]{>{\RaggedRight\hspace{0pt}}p{#1}}
\begin{document}
\begin{tabular}{|P{2in}|P{2in}|} %notice UPPER case P here
\hline
jfadlkfj lkfjdsl fdasfad fkjdsklfja slkfjdlaks&
djflkjads;flkajds;flk dsafjdads fdsafsalk fjdskl \tabularnewline\hline
jfadlkfj lkfjdsl fdasfad fkjdsklfja slkfjdlaks&
djflkjads;flkajds;flk dsafjdads fdsafsalk fjdskl \tabularnewline\hline
\end{tabular}
\end{document}
-----------------------
The above works in pdflatex, but l2h does not support ragged2e
"No implementation found for style `ragged2e'
Unknown commands: tabularnewline newcolumntype RaggedRight"
I am trying to find a way I can generated table with ragged
paragraphs with l2h.
Any one knows of a trick to do this? As the current output does not
look good in HTML when justified.
Using L2h version 2008, 1.71 on Linux.
One of the problems I keep finding, is that I get the output looking
fine in PDF, but since some packages are not supported with l2h, so
output in HTML does not always look as good as it is in the PDF file.
thanks
--Nasser
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html