-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07b314c
commit cedd33d
Showing
6 changed files
with
196 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |