[latex3-commits] [latex3/latex2e] UF-latex-lab-math-options: review math option, WIP (6607a57df)
github at latex-project.org
github at latex-project.org
Thu Oct 24 00:56:05 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : UF-latex-lab-math-options
Link : https://github.com/latex3/latex2e/commit/6607a57df38ba94c8d124a0d88f6f1a12f032aa4
>---------------------------------------------------------------
commit 6607a57df38ba94c8d124a0d88f6f1a12f032aa4
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu Oct 24 00:56:05 2024 +0200
review math option, WIP
>---------------------------------------------------------------
6607a57df38ba94c8d124a0d88f6f1a12f032aa4
required/latex-lab/latex-lab-math.dtx | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git a/required/latex-lab/latex-lab-math.dtx b/required/latex-lab/latex-lab-math.dtx
index b0212702b..362226a55 100644
--- a/required/latex-lab/latex-lab-math.dtx
+++ b/required/latex-lab/latex-lab-math.dtx
@@ -364,7 +364,7 @@
% one place.
% \begin{description}
% \item[enabled by default?] False
-% \item[how to enable] No interface yet.
+% \item[how to enable/disable] No interface yet.
% \texttt{ActualText} can only be added on the Formula structure element by
% changing the \texttt{tagsupport/math/content} socket. For a BDC marker
% one can e.g. use
@@ -375,14 +375,35 @@
% There should be no pagebreak in the \meta{content}. If needed a box should be used.
% \item[Consumer support] various, needs tests \ldots
% \end{description}
+%
% \item[Alt] Like \texttt{ActualText} the \texttt{Alt} key can be used on
% structure elements and on \texttt{Span} in the stream. It should countain a description
% of the content and is mainly meant for images. PDF/UA-1,
% which views math formulas as illustrations, mandates the key
% also for \texttt{Formula} structure elements.
-% \item[enabled by default?] False (this will reconsidered when it is clear, that
+% \begin{description}
+% \item[enabled by default?] false (this will reconsidered when it is clear, that
% the use of \texttt{Alt} does not shadow mathml).
+% \item[enable/disable] \verb+\tagpdfsetup{math/alt/use}+ (local boolean)
+% \item[default value]
+% \item[engines] all engines
+% \end{description}
+%
+% \item[source-AF] The \LaTeX{}-source of the equation can
+% be attached as an associated file with mime-type
+% application/Fx-tex. The \texttt{AFRelationship} is \texttt{Source}.
+%
+% \begin{description}
+% \item[enabled by default?] true for all engines and PDF versions
+% \item[enable/disable] \verb+\tagpdfsetup{math/tex/AF}+ (local boolean)
+% \item[default value] source code including dollars or environment name.
+% \item[consumer support] Currently only ngpdf makes
+% use of it: if there is no mathml it passes the source to mathjax.
+% \end{description}
+%
+% \item[mathml-AF]
%
+% \item[mathml structure elements]
% \end{description}
%
%
More information about the latex3-commits
mailing list.