pd1enc.def missing characters ∗ and ‖
Nobody has claimed this yet.
- Dominant language
- TeX
- Stars
- 205
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
pd1enc.def 2024-10-30 v7.01k Hyperref: PDFDocEncoding definition (HO)
is missing entries for \textasteriskcentered and \textbardbl, i.e. ∗ and ‖. Would it be possible to add those, please?
I know that there are no ASCII entries for those, but for other entries there are at least substitutions, for example:
\DeclareTextCommand{\ij}{PD1}{ij}% ligature U+0069 U+006A % instead of ij U+0133
\DeclareTextCommand{\SS}{PD1}{SS}% % instead of ẞ U+1E9E
\DeclareTextCommand{\textcelsius}{PD1}{\textdegree C}% % instead of ℃ U+2103
, so
\DeclareTextCommand{\textasteriskcentered}{PD1}{\042}% should be U+2217, replaced by regular star
\DeclareTextCommand{\textbardbl}{PD1}{\textbar\textbar}% should be U+2016, replaced by two single bars
comes to mind.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating pd1enc.def and reviewing its PD1 text-command declarations, especially the existing substitution examples. Done means the definitions include \textasteriskcentered and \textbardbl with the proposed fallback representations for ∗ and ‖.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex, tex
- Domain
- internationalization
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100