Add support for the \bar command (overline) to latex_to_html. That command

is used by the PCA's introduction.tex.
This commit is contained in:
Laurent Rineau 2008-12-01 10:07:51 +00:00
parent 27793e4140
commit d4be6503b7
1 changed files with 1 additions and 0 deletions

View File

@ -1118,6 +1118,7 @@
\newcommand{\grave}{\`}
\newcommand{\tilde}{\~}
\newcommand{\ddot}{\"}
\newcommand{\bar}[1]{\lcRawHtml{<span style="text-decoration: overline;">#C1</span>}}
% dummy commands to turn testsuite N's to Y's
\newcommand{\nolimits}{}