mirror of https://github.com/CGAL/cgal
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:
parent
27793e4140
commit
d4be6503b7
|
|
@ -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}{}
|
||||
|
|
|
|||
Loading…
Reference in New Issue