Package: tex4ht
Version: 20060913-1
Severity: normal

Hi,

oolatex seems to ignore things like \newspace and \vspace while it
considers \hspace. Additionally it ignores \centering in floating
figures/tables while \begin{center}\end{center} works. The is a little
inconvenient as \centering is the default in Kile's figure wizard.

While playing with floating figures I also discovered that oolatex
cannot handle \listoftables and \listoffigures while xhlatex can.
Sorry for mixing two possibly unrelated bugs into one report.

Above descriptions also apply to the latest upstream bugfix release
(20070107). The attached tex file should document this.

BTW: The speed of bufixing is really impressive!

Thanks,

Michael


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (600, 'testing'), (200, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages tex4ht depends on:
ii  libc6                      2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libkpathsea4               3.0-28        path search library for teTeX (run
ii  tex4ht-common              20060913-1    LaTeX and TeX for Hypertext (HTML)
ii  texlive-base-bin           2005.dfsg.2-7 TeX Live: Essential binaries

tex4ht recommends no packages.

-- no debconf information

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050
\documentclass[a4paper,10pt]{article}
\begin{document}
\listoffigures
\listoftables

\newpage

start
\newpage
this should be on next page

pre\hspace{5cm}post \\

top \\
\vspace{10cm} \\
10 cm down the page  \\


\begin{table}
some table (not centered)
\caption{caption2}
\end{table}

\begin{figure}[htp]
 \begin{center}
 is centered
 \caption{Kile wizard figure + manual center}
 \end{center}
 \label{fig:kile_mod}
\end{figure}

\begin{figure}[htp]
 \centering
 should also be centered
 \caption{Kile wizard figure}
 \label{fig:kile}
\end{figure}

\end{document}

Reply via email to