From 9c757878ee24484ede0e455a4640f54922ae495c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Fabian=20Kr=C3=BCger?= Date: Thu, 15 Aug 2024 20:30:04 +0200 Subject: [PATCH] Fix typos --- luamml.dtx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/luamml.dtx b/luamml.dtx index 0af076c..7815ac5 100644 --- a/luamml.dtx +++ b/luamml.dtx @@ -49,9 +49,9 @@ % % \fi % -% \GetFileInfo{luamml.dtx} +% \GetFileInfo{luamml.sty} % \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} % @@ -76,7 +76,7 @@ % \begin{verbatim} % \usepackage[l3build]{luamml-demo} % \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:}. % The filename can be set with \cmd{luamml_set_filename:n}. @@ -93,9 +93,9 @@ % } % \end{verbatim} % produces a |TeX| 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. % 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.