Ignore:
Timestamp:
Aug 7, 2024, 5:36:31 PM (7 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
b9f6a7cd
Parents:
7cb14c9
Message:

fix duplicate labelling of figures

File:
1 edited

Legend:

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

    r7cb14c9 r4c63025  
    8484
    8585Other types may work with traits @CfaEnum@ and @TypedEnum@, by supplying appropriate @label@, @posn@, and @value@ functions.
    86 For example, \VRef[Figure]{f:GeneralizedEnumerationFormatter} extends a (possibly predefined) C enumeration to work with all the \CFA extensions.
     86For example, \VRef[Figure]{f:ExtendCEnumeration} extends a (possibly predefined) C enumeration to work with all the \CFA extensions.
    8787
    8888\begin{figure}
     
    100100sout | format_enum( Cherry );                           $\C{// "Cherry(c)"}$
    101101\end{cfa}
    102 \caption{Generalized Enumeration Formatter}
    103 \label{f:GeneralizedEnumerationFormatter}
     102\caption{Extend C Enumeration to \CFA Enumeration}
     103\label{f:ExtendCEnumeration}
    104104\end{figure}
    105105
Note: See TracChangeset for help on using the changeset viewer.