Fix more backslash escapes#193
Conversation
|
I think these changes have now been added in other PRs. |
| Replace the units string provided with an equivalent latex string. | ||
|
|
||
| Division (a/b) will be replaced by \frac{a}{b}. | ||
| Division (a/b) will be replaced by \\frac{a}{b}. |
There was a problem hiding this comment.
This has not been fixed yet
python-quantities/quantities/markup.py
Line 91 in 269d81e
| options may be '' or '*'. | ||
|
|
||
| If paren=True, encapsulate the string in '\\left(' and '\right)' | ||
| If paren=True, encapsulate the string in '\\left(' and '\\right)' |
There was a problem hiding this comment.
Only one of the two errors on this line had been fixed
python-quantities/quantities/markup.py
Line 103 in 269d81e
There was a problem hiding this comment.
... but it does look like this one is actually fixed by #196
Ahh I see you mean pending PRs, I was looking at latest |
yes, sorry for not being clear! Many thanks for taking the time to check this. |
Follow-up to #189