Skip to content

Commit

Permalink
add newunicodechar compatibility (#417)
Browse files Browse the repository at this point in the history
* add newunicodechar compat

* change status

* add issue
  • Loading branch information
mbertucci47 authored Aug 2, 2024
1 parent 705990a commit 4861dc2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _data/tagging-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6418,13 +6418,13 @@

- name: newunicodechar
type: package
status: unknown
status: partially-compatible
included-in: [arxiv001]
priority: 7
issues:
tests: false
tasks: needs tests
updated: 2024-07-18
issues: [417]
tests: true
comments: Needs a way to support ActualText for characters.
updated: 2024-08-02

- name: newverbs
type: package
Expand Down
26 changes: 26 additions & 0 deletions tagging-status/testfiles/newunicodechar/newunicodechar-01.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,math,table,title,firstaid}
}
\documentclass{article}
\usepackage{newunicodechar}
%\usepackage[T1]{fontenc} % for pdflatex

\newunicodechar{♢}{<>}
\newunicodechar{⧫}{!}
\newunicodechar{⬠}{(P)}
\newunicodechar{μ}{\mu}

\begin{document}



$μ$

\end{document}

0 comments on commit 4861dc2

Please sign in to comment.