-
Notifications
You must be signed in to change notification settings - Fork 130
‘)’ ⇒ ‘>’ for LaTeX newcolumntype #772
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
base: dev
Are you sure you want to change the base?
Conversation
‘)’ to ‘>’ wherever it occurs (which, it turns out, is 6 places in a row in latex/latex_param.xsl). This is in order to address #771.
|
I don't know Output of `xelatex actual-results/test.tex` |
|
I'm a little wary of the idea that we might be changing Sebastian's LaTeX (he literally wrote books on it) when we don't quite understand what the difference between the two formulations is. I can't find any examples using the parenthesis, but also, when I look at the differences between the two files as linked by @joeytakeda above, I can't tell which is better. I'd like a clearer explanation of what's going on here. Why does the processor not raise an error with the existing formulation, if it's wrong? |
Per suggestion @jlq-foss change ‘)’ to ‘>’ wherever it occurs (which, it turns out, is 6 places in a row in latex/latex_param.xsl). This is in order to address #771.
I have it passing both Test/ and Test2/, so I know it doesn’t fail, but I do not have sufficient LaTeX knowledge nor capability to actually test that it works.