mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 06:02:07 +01:00
+ Update to work with new latex2html versions
This commit is contained in:
parent
b84675bb21
commit
96fac301a5
File diff suppressed because it is too large
Load Diff
@ -12,8 +12,7 @@
|
||||
%
|
||||
% Example:
|
||||
%
|
||||
% \begin{htmllist}
|
||||
% \htmlitemmark{WhiteBall}
|
||||
% \begin{htmllist}[WhiteBall]
|
||||
% \item[Item 1:] This will have a white ball
|
||||
% \item[Item 2:] This will also have a white ball
|
||||
% \htmlitemmark{RedBall}
|
||||
@ -27,7 +26,11 @@
|
||||
|
||||
% Modifications:
|
||||
|
||||
\newenvironment{htmllist}{%
|
||||
\newenvironment{htmllist}[1][]{%
|
||||
\begin{description}}{%
|
||||
\end{description}}
|
||||
|
||||
\newenvironment{htmllist*}[1][]{%
|
||||
\begin{description}}{%
|
||||
\end{description}}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user