We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--replace-command
Consider
This is \detail{ ... } a line.
Then running
texcleanup --replace-command "{\detail}[1]" "" main.tex
should result in
This is a line.
and not (as currently) in
The text was updated successfully, but these errors were encountered:
It could be good to merge _replace_command_impl and _find_args into a single function at this time
_replace_command_impl
_find_args
Sorry, something went wrong.
No branches or pull requests
Consider
This is \detail{ ... } a line.
Then running
should result in
and not (as currently) in
The text was updated successfully, but these errors were encountered: