Dashed double integral rendering issue
- Dominant language
- No language data
- Stars
- 42
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
### Description
A double dashed integral is defined in the file toinclude.tex with the macro \fiint.
It compiles in LaTeX, but it does not render well in HTML.
### (Optional:) Please add any files, screenshots, or other information here.
The macro used for \fiint:
```
\def\Yint#1{\mathchoice
{\YYint\displaystyle\textstyle{#1}}%
{\YYint\textstyle\scriptstyle{#1}}%
{\YYint\scriptstyle\scriptscriptstyle{#1}}%
{\YYint\scriptscriptstyle\scriptscriptstyle{#1}}%
\!\iint}
\def\YYint#1#2#3{{\setbox0=\hbox{$#1{#2#3}{\iint}$}
\vcenter{\hbox{$#2#3$}}\kern-.51\wd0}}
\def\longdash{{-}\mkern-3.5mu{-}}
% consider using "\mkern-7.5mu" if esint package is loaded
\def\tiltlongdash{\rotatebox[origin=c]{15}{$\longdash$}}
\def\fiint{\Yint\longdash}
```
Rendering in TeX:
Rendering in HTML:
### (Required) What is this issue most closely related to? Select one.
Formula
### Internal issue ID
35ce724e-f8dd-4339-b872-3b27073344ce
### Paper URL
https://arxiv.org/html/2607.14902v1
### Browser
Chrome/150.0.0.0
### Device Type
Desktop and mobile
Contributor guide
Research direction
Start with the \fiint definition in toinclude.tex and reproduce the formula from paper 2607.14902v1 in both TeX and HTML. Compare the two renderings in Chrome on desktop and mobile, then verify that the dashed double integral matches the TeX output without regressing the related integral macros.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100