Fix typos
This commit is contained in:
parent
2656c86158
commit
9c757878ee
10
luamml.dtx
10
luamml.dtx
@ -49,9 +49,9 @@
|
|||||||
%</gobble>
|
%</gobble>
|
||||||
% \fi
|
% \fi
|
||||||
%
|
%
|
||||||
% \GetFileInfo{luamml.dtx}
|
% \GetFileInfo{luamml.sty}
|
||||||
% \title{The \pkg{luamml} package%
|
% \title{The \pkg{luamml} package%
|
||||||
% \thanks{This doument corresponds to \pkg{luamml}~\fileversion, dated~\filedate.}%
|
% \thanks{This document corresponds to \pkg{luamml}~\fileversion, dated~\filedate.}%
|
||||||
% }
|
% }
|
||||||
% \author{Marcel Krüger}
|
% \author{Marcel Krüger}
|
||||||
%
|
%
|
||||||
@ -76,7 +76,7 @@
|
|||||||
% \begin{verbatim}
|
% \begin{verbatim}
|
||||||
% \usepackage[l3build]{luamml-demo}
|
% \usepackage[l3build]{luamml-demo}
|
||||||
% \end{verbatim}
|
% \end{verbatim}
|
||||||
% will generate a single file witha concatenation of all MathML blocks.
|
% will generate a single file with a concatenation of all MathML blocks.
|
||||||
%
|
%
|
||||||
% For automated use, the \pkg{luamml} package can be included directly, followed by enclosing blocks which should generate files with \cmd{luamml_begin_single_file:} and \cmd{luamml_end_single_file:}.
|
% For automated use, the \pkg{luamml} package can be included directly, followed by enclosing blocks which should generate files with \cmd{luamml_begin_single_file:} and \cmd{luamml_end_single_file:}.
|
||||||
% The filename can be set with \cmd{luamml_set_filename:n}.
|
% The filename can be set with \cmd{luamml_set_filename:n}.
|
||||||
@ -93,9 +93,9 @@
|
|||||||
% }
|
% }
|
||||||
% \end{verbatim}
|
% \end{verbatim}
|
||||||
% produces a |<mi>TeX</mi>| element in the output instead of trying to import \TeX~as a mathematical expression.
|
% produces a |<mi>TeX</mi>| element in the output instead of trying to import \TeX~as a mathematical expression.
|
||||||
% The table structure is explaned in an appendix.
|
% The table structure is explained in an appendix.
|
||||||
%
|
%
|
||||||
% \section{Features \& Limitiations}
|
% \section{Features \& Limitations}
|
||||||
% Currently all mathematical expressions which purely contain Unicode encoded math mode material without embedded non-math should get converted successfully.
|
% Currently all mathematical expressions which purely contain Unicode encoded math mode material without embedded non-math should get converted successfully.
|
||||||
% Usage with non-Unicode math (\TeX's 8-bit math fonts) is highly experimental and undocumented.
|
% Usage with non-Unicode math (\TeX's 8-bit math fonts) is highly experimental and undocumented.
|
||||||
% Any attempt to build complicated structures by embedding arbitrary \TeX\ code in the middle of math mode needs to have a MathML replacement specified.
|
% Any attempt to build complicated structures by embedding arbitrary \TeX\ code in the middle of math mode needs to have a MathML replacement specified.
|
||||||
|
Loading…
Reference in New Issue
Block a user