Skip to content

Commit

Permalink
add newtx, newpx compat (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Aug 5, 2024
1 parent 07b314c commit cedd33d
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 20 deletions.
37 changes: 17 additions & 20 deletions _data/tagging-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6333,19 +6333,18 @@
included-in: [tlc3, arxiv001]
priority: 2
issues:
tests: false
tasks: needs tests
updated: 2024-07-15
tests: compatible
comments: "`amsthm` option not compatible until amsthm is."
updated: 2024-08-05

- name: newpx
type: package
status: unknown
status: compatible
included-in:
priority: 2
issues:
tests: false
tasks: needs tests
updated: 2024-07-15
updated: 2024-08-05

- name: newpxtext
ctan-pkg: newpx
Expand All @@ -6354,28 +6353,27 @@
included-in: [tlc3, arxiv001]
priority: 2
issues:
tests: false
updated: 2024-07-15
tests: true
updated: 2024-08-05

- name: newtx
type: package
status: unknown
status: compatible
included-in:
priority: 2
issues:
tests: false
tasks: needs tests
updated: 2024-07-15
updated: 2024-08-05

- name: newtxmath
ctan-pkg: newtx
type: package
status: unknown
status: compatible
included-in: [tlc3, arxiv1]
priority: 2
issues:
tests: false
tasks: needs tests
tests: true
comments: "`amsthm` option not compatible until amsthm is."
updated: 2024-07-15

- name: newtxtext
Expand All @@ -6385,18 +6383,17 @@
included-in: [tlc3, arxiv1]
priority: 2
issues:
tests: false
updated: 2024-07-15
tests: true
updated: 2024-08-05

- name: newtxsf
type: package
status: unknown
status: compatible
included-in:
priority: 9
issues:
tests: false
tasks: needs tests
updated: 2024-07-18
tests: true
updated: 2024-08-05

- name: newtxtt
type: package
Expand Down
30 changes: 30 additions & 0 deletions tagging-status/testfiles/newpxmath/newpxmath-01.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,math,title,table,firstaid},
}
\documentclass{article}

\usepackage{newpxmath}

\title{newpxmath tagging test}

\begin{document}

\checkmark

\circledR

\maltese

\textsquare

$\bigcupplus$

$\circlearrowleft$

$\varmathbb{ABC}$

\end{document}
39 changes: 39 additions & 0 deletions tagging-status/testfiles/newpxtext/newpxtext-01.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,math,title,table,firstaid},
}
\documentclass{article}

\usepackage{newpxtext}
\usepackage{kantlipsum}

\title{newpxtext tagging test}

\begin{document}

\kant[1-2]

abcdef12345

\liningnums{abcdef12345}

\proportionalnums{abcdef12345}

\tabularnums{abcdef12345}

\textnum{abcdef12345}

\textde{abcdef12345}

\textinf{abcdef12345}

\textsup{abcdef12345}

\texttlf{abcdef12345}

\texttosf{abcdef12345}

\end{document}
32 changes: 32 additions & 0 deletions tagging-status/testfiles/newtxmath/newtxmath-01.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,math,title,table,firstaid},
}
\documentclass{article}

\usepackage[useBImacros]{newtxmath}

\title{newtxmath tagging test}

\begin{document}

\checkmark

\circledR

\maltese

\textsquare

$\bigcupplus$

$\circlearrowleft$

$\varmathbb{ABC}$

$\BIF$

\end{document}
37 changes: 37 additions & 0 deletions tagging-status/testfiles/newtxsf/newtxsf-01.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,math,title,table,firstaid},
}
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,math,title,table,firstaid},
}
\documentclass{article}

\usepackage{newtxsf}

\title{newtxsf tagging test}

\begin{document}

\checkmark

\circledR

\maltese

\textsquare

$\bigcupplus$

$\circlearrowleft$

$\varmathbb{ABC}$

\end{document}
41 changes: 41 additions & 0 deletions tagging-status/testfiles/newtxtext/newtxtext-01.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,math,title,table,firstaid},
}
\documentclass{article}

\usepackage{newtxtext}
\usepackage{kantlipsum}

\title{newtxtext tagging test}

\begin{document}

\kant[1-2]

abcdef12345

\liningnums{abcdef12345}

\proportionalnums{abcdef12345}

\tabularnums{abcdef12345}

\textnum{abcdef12345}

\textde{abcdef12345}

\textinf{abcdef12345}

\textsup{abcdef12345}

\textth{abcdef12345}

\texttlf{abcdef12345}

\texttosf{abcdef12345}

\end{document}

0 comments on commit cedd33d

Please sign in to comment.