arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
15 stars 3 forks source link

Rendering Error: using \begin{tcolorbox} and \explains #1346

Open iamthevastidledhitchhiker opened 3 months ago

iamthevastidledhitchhiker commented 3 months ago

Description

There are some issues rendering the glossary for the HTML version of the paper: https://arxiv.org/html/2405.15272v1

Overleaf source (abbreviated):

\begin{figure*}\begin{tcolorbox}[colback=gray!5!white, colframe=gray!75!black, title=Glossary, fonttitle=\bfseries]
\explains{Item name}{TEXT}\\
\end{tcolorbox} 
\end{figure*}

(Optional:) Please add any files, screenshots, or other information here.

How it should look: image

How it renders: image

Full source:

\begin{figure*}
\begin{tcolorbox}[colback=gray!5!white, colframe=gray!75!black, title=Glossary, fonttitle=\bfseries]
\explains{Data Steward}{A data steward is any party that may collect, handle, distribute, and/or use data collected from users. This is distinct from established terminology common in both legislation and business contexts (such as GDPR's "data controller"). We have selected this term to simplify the discussion and to avoid dependency on definitions specific to legislation.}\\
\explains{Behavioral data}{Behavioral signals are observable interactions with computing systems. They can be \emph{explicit} interactions such as sharing or liking content, but can also be measured \emph{implicitly} as side-information of a primary activity. For example, click-through data to monitor which links users follow and dwell time to measure how long users spend on content.} \\
\explains{Physiological data}{Psychophysiological processes often directly relate to how the human body and brain react to psychological states or external events. Physiological data are the stored measurements of the biological signals produced by these processes.}\\
\explains{Coerced Utilization}{When social, economic, or legal pressures create a strong incentive to adopt and use a technology to obtain social or material advantages and/or to avoid social or economic disadvantages from refusing to adopt and use the technology.}\\
\explains{Primary use}{When physiological data are used in their original context. Carries the lowest risks for abuse and misuse.}\\
\explains{Secondary use}{When physiological data are used for other purposes beyond the original scope, but without supplement from other data.}\\
\explains{Auxiliary use}{When physiological data are combined with other sources of data to be used in contexts well beyond the original intention of the user. Has the greatest risks for abuse and misuse.}\\
\end{tcolorbox} 
\end{figure*}

(Required) What is this issue most closely related to? Select one.

Figures

Internal issue ID

325dddd3-a859-48bc-856d-af669149fe3d

Paper URL

https://arxiv.org/html/2405.15272v1

Browser

Chrome/124.0.0.0

Device Type

Desktop

github-actions[bot] commented 3 months ago

Hello @iamthevastidledhitchhiker, thanks for the issue report! We are reviewing your report and will address it as soon as possible.