Closed
Description
We still have a number of "indexed" variables, like Ti
or TiD
, 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.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
tkoeppe commentedon Nov 29, 2016
48efdfe contributed to this, but there's more work left to be done in [tuple.tuple].
jensmaurer commentedon Dec 13, 2016
Waiting for #1142 to be applied to avoid merge conflicts.
tkoeppe commentedon Dec 13, 2016
c214412 also contributed to this.
jensmaurer commentedon Dec 15, 2016
@tkoeppe: Do you have a suggestion how to format
TiD = decay_t<Ti>
? My guess would beT_i^D = decay_t<T_i>
(with appropriate font macros), but maybe you've got another idea.tkoeppe commentedon Dec 16, 2016
@jensmaurer: How about
TD_i = decay_t<T_i>
? It's very unusual to have the index in the middle. Or maybeU_i
, if that's available (I don't know which part you're looking at).[utilities] Use $\mcode{T}_i$ for indexed types.
Replace Ti with $\mcode{T}_i$ for proper indexes.
[utilities] Use $\tcode{T}_i$ for indexed types.
Replace Ti with $\tcode{T}_i$ for proper indexes.
12 remaining items