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

Workaround for proofing certain reserved characters and escaping them properly? #46

Open
n7s opened this issue Sep 18, 2023 · 1 comment

Comments

@n7s
Copy link
Contributor

n7s commented Sep 18, 2023

We have found that proofing a few numerals is a little bit of a challenge. When we check how numbers behave with special characters like % we can simply escape it like \% but for $ the best I have come up with is {\\$} inside another \proof{ larger text with numbers }. There must be a better way, what am I missing? thoughts?

@alerque
Copy link
Member

alerque commented Sep 19, 2023

The $ character is not special in SILE, it sounds like you may be passing it through a shell somewhere. Can you include a whole MWE here that I can replicate the problem? It probably doesn't matter what font, just the workflow you're using to pass proofing content and call fontproof on it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants