Script adds highlights in special environments #6
Labels
Comp:Core
This issue has to do with the main bulk of the code or document. (methods, main content)
Difficulty:1-Beginner
This issue does not require expert knowledge and may be a good issue for new contributors.
Priority:1-Critical
This is the highest priority (i.e. it is blocking other work or facing a deadline).
Status:1-New
No one has claimed this issue yet. It is in need of solving.
Type:Bug
Something is wrong or broken. This issue or PR is related to a bug in code.
Currently, the script does not differentiate between conventional text and certain special environments (e.g.
\subsection{}
,\newacronym{}{}{}
) when adding highlights. Because highlights are established using\colorbox{}
and\addfootnote{}
, this can cause a number of compilation issues when trying to build the diff files.Example:
\subsection{Review of\colorbox{teal}{ MSR }\footnote{2h: Reduce acronyms/jargon}Multiphysics Simulations and Results} \label{sec:msr-tools}
This issue can be resolved when the highlight function of the script is modified to avoid highlighting in such special environments.
The text was updated successfully, but these errors were encountered: