Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strikeout paragraphs containing an equation #7

Open
MLopez-Ibanez opened this issue Apr 2, 2024 · 1 comment
Open

Strikeout paragraphs containing an equation #7

MLopez-Ibanez opened this issue Apr 2, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@MLopez-Ibanez
Copy link
Owner

Testcase

\documentclass{article}
\usepackage{newrevisor}
\usepackage[a5paper,paperheight=20cm,left=0cm,right=3.5cm,top=0cm,bottom=0cm,nohead]{geometry}
\newrevisor{maria}{blue}
\begin{document}
\thispagestyle{empty}
\listofrevisions%
\section{Main document}
  \begin{equation*}
E = mc^2
\end{equation*}

\maria{Something:
  \begin{equation*}
E = mc^2
\end{equation*}
Something else.
}{New text}
\end{document}

This produces:

./test-align-eq.tex:18: Extra }, or forgotten \endgroup.
\UL@stop ...z@ \else \UL@putbox \fi \else \egroup 
                                                  \egroup \UL@putbox \fi \if...l.18 }{New text}
                
./test-align-eq.tex:18: Extra }, or forgotten \endgroup.
\UL@stop ... \UL@putbox \fi \else \egroup \egroup 
                                                  \UL@putbox \fi \ifnum \UL@...l.18 }{New text}
                
./test-align-eq.tex:18: Missing $ inserted.
<inserted text> 
                $
l.18 }{New text}
                
./test-align-eq.tex:18: Missing $ inserted.
<inserted text> 
                $
l.18 }{New text}
                
./test-align-eq.tex:18: Missing } inserted.
<inserted text> 
                }
l.18 }{New text}
                
./test-align-eq.tex:18: Missing } inserted.
<inserted text> 
                }
l.18 }{New text}

It is unclear how to handle such paragraphs either with ulem or soul packages.

@MLopez-Ibanez MLopez-Ibanez added the help wanted Extra attention is needed label Apr 2, 2024
@MLopez-Ibanez
Copy link
Owner Author

This package may have some useful ideas: https://trackchanges.sourceforge.net/help_stylefile.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant