-
Notifications
You must be signed in to change notification settings - Fork 772
Format indexed variables with code and maths properly #1139
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
Comments
48efdfe contributed to this, but there's more work left to be done in [tuple.tuple]. |
Waiting for #1142 to be applied to avoid merge conflicts. |
c214412 also contributed to this. |
@tkoeppe: Do you have a suggestion how to format |
@jensmaurer: How about |
Partially addresses cplusplus#1139.
And similar for Ui, Vi, and TiD; the latter becoming $\mcode{TD}_i$. Partially addresses cplusplus#1139.
Partially addresses cplusplus#1139.
And similar for Ui, Vi, and TiD; the latter becoming $\tcode{TD}_i$. Partially addresses cplusplus#1139.
And similar for Ui, Vi, and TiD; the latter becoming $\tcode{TD}_i$. Partially addresses cplusplus#1139.
Partially addresses cplusplus#1139.
Partially addresses cplusplus#1139.
And similar for Ui, Vi, and TiD; the latter becoming $\tcode{TD}_i$. Partially addresses cplusplus#1139.
Any further problems can be addressed by point issues; having an omnibus issue is no longer valuable. |
And similar for Ui, Vi, and TiD; the latter becoming $\tcode{TD}_i$. Partially addresses cplusplus#1139.
Partially addresses cplusplus#1139.
* Use \text{\cv}} in math mode, not \mathit. * Replace Ti with $\tcode{T}_i$ for proper indexes. Partially addresses #1139.
Uh oh!
There was an error while loading. Please reload this page.
We still have a number of "indexed" variables, like
Ti
orTiD
, that should be formatted with the variable name in code and the index in maths, either\tcode{T}$_i$
or$\mathtt{T}_i$
or$\mcode{T}_i$
provided someone adds an\mcode
macro, or$\text{\tcode{T}}_i$
.Please also look out for concrete indexes like
$T_0$
etc.The text was updated successfully, but these errors were encountered: