Skip to content

Commit

Permalink
tagging key updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Nov 19, 2024
1 parent 5c4fa14 commit b33a44e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
11 changes: 7 additions & 4 deletions project-examples/PHY-LaTeX-exam/PHY-exam-luamml.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@


\renewcommand\DocumentMetadata[1]{}
\ExplSyntaxOn
\AddToHook{begindocument/end}{\__math_luamml_activate_write:}
\ExplSyntaxOff

\tagpdfsetup{
% math/mathml/structelem,
math/mathml/luamml=true,
math/mathml/sources=,
math/alt/use=false,
math/tex/AF=false
}

\input{PHY-exam}
5 changes: 2 additions & 3 deletions project-examples/arxiv-1/2401.05361v1-se.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@

\documentclass[11pt,a4paper]{article}

\ExplSyntaxOn
\luamml_flag_structelem:
\ExplSyntaxOff

\tagpdfsetup{
math/mathml/structelem,
math/mathml/luamml=false,
math/mathml/sources=,
math/alt/use=false,
math/tex/AF=false
}

%dpc\usepackage[latin1]{inputenc}
\usepackage{unicode-math}\usepackage{amsmath}
%dpc\usepackage{amsthm}
Expand Down
2 changes: 1 addition & 1 deletion project-examples/bohr/47464-t-luamml.tex
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
title %maketitle
}
}
\tagpdfsetup{math/mathml/write-dummy}
%\tagpdfsetup{math/mathml/write-dummy}
\documentclass[12pt]{book}[2005/09/16]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
10 changes: 7 additions & 3 deletions project-examples/example-3/Sample-AF-Math-LaTeX-luamml.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
\ExplSyntaxOn
\AddToHook{begindocument/end}{\__math_luamml_activate_write:}
\ExplSyntaxOff
\tagpdfsetup{
% math/mathml/structelem,
math/mathml/luamml=true,
math/alt/use=false,
math/tex/AF=false
}

\input{Sample-AF-Math-LaTeX}

0 comments on commit b33a44e

Please sign in to comment.