htlatex
当在文件上使用\chapter{...}
等时,生成的 html 文件会丢失段落格式,并且全部是一个大段落。
当我注释掉\chapter
等等时,一切都正常。我使用memoir
类。
htlatex Test_html.tex "xhtml,charset=utf-8" " -cunihtf -utf8" "" "--shell-escape"
\documentclass[12pt,a4paper,twoside]{memoir}
\usepackage[T1,T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[greek.ancient,latin,english,german,french,dutch,italian,spanish,russian]{babel}
\begin{document}
\chapter{Chapter one}
\section{Section one}
Lorem ipsum
\section{Section two}
Lorem ipsum...
\end{document}