LaTex table with Hyperref \TextField does not render (LTJournalArticle.cls)
- Dominant language
- No language data
- Stars
- 42
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
### Description
A table with hyperref `\textfield` remains blank.
### (Optional:) Please add any files, screenshots, or other information here.
Here is some sample non-working code:
```
\begin{tabular}{l|r|cccc|cccc}
\multicolumn{10}{c}{\textit{Performance of a subject-specific model}} \\
\midrule
\multicolumn{2}{r|}{Metrics} & \multicolumn{4}{c|}{Event-based} & \multicolumn{4}{c}{Sample-based} \\
\multicolumn{2}{l|}{} & CHB-MIT & TUH & Siena & SeizeIT & CHB-MIT & TUH & Siena & SeizeIT \\
\midrule
\multicolumn{2}{r|}{F1-score} & \TextField[name = ps.e.f1.chb,width=2.5em]{} & - & \TextField[name = ps.e.f1.siena,width=2.5em]{} & \TextField[name = ps.e.f1.sz,width=2.5em]{} & \TextField[name = ps.s.f1.chb,width=2.5em]{} & - & \TextField[name = ps.s.f1.siena,width=2.5em]{} & \TextField[name = ps.s.f1.sz,width=2.5em]{} \\
\multicolumn{2}{r|}{Sensitivity} & \TextField[name = ps.e.s.chb,width=2.5em]{} & - & \TextField[name = ps.e.s.siena,width=2.5em]{} & \TextField[name = ps.e.s.sz,width=2.5em]{} & \TextField[name = ps.s.s.chb,width=2.5em]{} & - & \TextField[name = ps.s.s.siena,width=2.5em]{} & \TextField[name = ps.s.s.sz,width=2.5em]{} \\
\multicolumn{2}{r|}{Precision} & \TextField[name = ps.e.p.chb,width=2.5em]{} & - & \TextField[name = ps.e.p.siena,width=2.5em]{} & \TextField[name = ps.e.p.sz,width=2.5em]{} & \TextField[name = ps.s.p.chb,width=2.5em]{} & - & \TextField[name = ps.s.p.siena,width=2.5em]{} & \TextField[name = ps.s.p.sz,width=2.5em]{} \\
\multicolumn{2}{r|}{FP/day} & \TextField[name = ps.e.fp.chb,width=2.5em]{} & - & \TextField[name = ps.e.fp.siena,width=2.5em]{} & \TextField[name = ps.e.fp.sz,width=2.5em]{} & \TextField[name = ps.s.fp.chb,width=2.5em]{} & - & \TextField[name = ps.s.fp.siena,width=2.5em]{} & \TextField[name = ps.s.fp.sz,width=2.5em]{} \\
\midrule
\end{tabular}
```
### (Required) What is this issue most closely related to? Select one.
Other
### Internal issue ID
bad58d01-26f2-4ca0-a630-51b5f8c645d1
### Paper URL
https://arxiv.org/html/2402.13005v1
### Browser
Firefox/122.0
### Device Type
Desktop
Contributor guide
Research direction
Open the paper URL and reproduce the blank table in Firefox using the supplied sample. Inspect LTJournalArticle.cls and the rendering path for hyperref TextField inside tabular content; done means the table and its fields render instead of remaining blank.
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
- 25/100