Citation via `\csname b@#1\endcsname` does not render
- Dominant language
- No language data
- Stars
- 42
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
### Description
In order to cite the reference number directly in the text (because the `\cite` citation style of Moriond proceedings are in superscript), I used the following, which does not render well on the arXiv HTML page:
```latex
\makeatletter % to get reference number without superscript
\newcommand{\inlinecite}[1]{\nocite{#1}\csname b@#1\endcsname}
\makeatother
```
### (Optional:) Please add any files, screenshots, or other information here.
_No response_
### (Required) What is this issue most closely related to? Select one.
References
### Internal issue ID
74abec27-2e5c-4c07-a79e-64f4e789ddf4
### Paper URL
https://arxiv.org/html/2505.08738v1
### Browser
Safari/605.1.15
### Device Type
Desktop
Contributor guide
Research direction
Reproduce the issue from the provided LaTeX snippet and inspect the HTML output for the linked paper, https://arxiv.org/html/2505.08738v1. Trace how the renderer handles the \csname b@#1\endcsname reference expression; done means the inline citation displays the reference number correctly without the superscript style.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100