latex3 / latex3/hyperref

pd1enc.def missing characters ∗ and ‖

Open
#369 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.