mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
+ fixed some chars that confused tex4ht.
This commit is contained in:
parent
2530c17974
commit
d150d463db
@ -1405,11 +1405,11 @@ and logarithms are supported. The available mathematical calculations are
|
||||
shown in \seet{calculatoradvanced}.
|
||||
\begin{FPCltable}{p{8cm}lll}{Advanced calculator commands}{calculatoradvanced}
|
||||
Operation & Button & Key \\ \hline
|
||||
Calculate power & \var{x\^y} & \\
|
||||
Calculate power & \var{x\^{}y} & \\
|
||||
Calculate the inverse value & \var{1/x} & \\
|
||||
Calculate the square root & \var{sqr} & \\
|
||||
Calculate the natural logarithm & \var{log} & \\
|
||||
Square the display contents & \var{x\^2} & \\ \hline.
|
||||
Square the display contents & \var{x\^{}2} & \\ \hline.
|
||||
\end{FPCltable}
|
||||
|
||||
Like many calculators, the calculator in the IDE also supports storing
|
||||
@ -2634,7 +2634,10 @@ Undo & \key{Alt-Backspace} & \\
|
||||
\end{FPCltable}
|
||||
%
|
||||
% $Log$
|
||||
% Revision 1.6 2003-03-16 15:22:18 peter
|
||||
% Revision 1.7 2003-03-17 18:19:59 michael
|
||||
% + fixed some chars that confused tex4ht.
|
||||
%
|
||||
% Revision 1.6 2003/03/16 15:22:18 peter
|
||||
% * support for hevea
|
||||
% * provided local copies or required styles since debian does not
|
||||
% supply the listings.sty anymore
|
||||
|
Loading…
Reference in New Issue
Block a user