Ignore:
Timestamp:
Feb 16, 2024, 1:26:46 PM (4 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
38f5006
Parents:
38f4953
Message:

change text to use macros \eg amd \ie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/jiada_liang_MMath/background.tex

    r38f4953 rf9da761  
    2222\end{cfa}
    2323This feature allow enumerator lines to be interchanged without moving a comma.\footnote{
    24 A terminating comma appears in other C syntax, e.g., the initializer list.}
    25 Finally, C enumerators are \Newterm{unscoped}, i.e., enumerators declared inside of an @enum@ are visible (projected) into the enclosing scope of the @enum@ type.
     24A terminating comma appears in other C syntax, \eg the initializer list.}
     25Finally, C enumerators are \Newterm{unscoped}, \ie enumerators declared inside of an @enum@ are visible (projected) into the enclosing scope of the @enum@ type.
    2626
    2727In theory, a C enumeration \emph{variable} is an implementation-defined integral type large enough to hold all enumerated values.
Note: See TracChangeset for help on using the changeset viewer.