-
Notifications
You must be signed in to change notification settings - Fork 760
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
[std] Use of \placeholder for atomic operations meta-variables #3139
Comments
Editorial teleconference: \placeholder is a variable to be replaced by source code. Add examples. Agreed with the changes in [basic] and [atomics] for "atomic operation A" and "memory location M" etc. |
Rules documented in wiki. |
Editorial teleconference: Wait for more LaTeX expertise to be present. |
Editorial meeting: This change is actually intended; math-mode should stand out and not run into the surrounding text. We're fine with the extra space. |
Our current (undocumented) guidance is
\tcode{foo}
is used for stuff that may occur in source code, given a suitable environment.\placeholder
is used for code meta-variables, e.g. exposition-only types and concepts$\tcode{T}_i$
First, we should document this policy. Second, we should also apply it to the atomics meta-variables when constructing all sorts of partial orders throughout [basic] and [atomics]. That is, these should change from
\placeholder
to$math mode$
.The text was updated successfully, but these errors were encountered: