Ignore:
Timestamp:
Jul 8, 2024, 9:00:23 AM (9 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
5a553e2
Parents:
f06ba98
Message:

harmonize format of section titles

File:
1 edited

Legend:

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

    rf06ba98 r1e110bf  
    6767
    6868
    69 \section{Reading Declarations}
     69\section{Reading declarations}
    7070
    7171A significant area of confusion for reading C declarations results from embedding a declared variable in a declaration, mimicking the way the variable is used in executable statements.
     
    316316
    317317
    318 \subsection{Multi-Dimensional}
     318\subsection{Multi-dimensional}
    319319
    320320As in the last section, multi-dimensional array declarations are examined.
     
    414414
    415415
    416 \subsection{Design Issues}
     416\subsection{Design issues}
    417417\label{toc:lst:issue}
    418418
     
    432432
    433433
    434 \subsection{Preexisting Linked-List Libraries}
     434\subsection{Preexisting linked-list libraries}
    435435
    436436Two preexisting linked-list libraries are used throughout, to show examples of the concepts being defined,
     
    445445
    446446
    447 \subsection{Link attachment: Intrusive vs.\ Wrapped}
     447\subsection{Link attachment: intrusive vs.\ wrapped}
    448448\label{toc:lst:issue:attach}
    449449
     
    604604
    605605
    606 \subsection{Simultaneity: Single vs.\ Multi-Static vs.\ Dynamic}
     606\subsection{Simultaneity: single vs.\ multi-static vs.\ dynamic}
    607607\label{toc:lst:issue:simultaneity}
    608608
     
    729729
    730730
    731 \subsection{User integration: Preprocessed vs.\ Type-System Mediated}
     731\subsection{User integration: preprocessed vs.\ type-system mediated}
    732732
    733733% example of poor error message due to LQ's preprocessed integration
     
    739739
    740740
    741 \subsection{List identity: Headed vs.\ Ad-hoc}
     741\subsection{List identity: headed vs.\ ad-hoc}
    742742\label{toc:lst:issue:ident}
    743743
     
    788788
    789789
    790 \subsection{End treatment: Cased vs.\ Uniform }
     790\subsection{End treatment: cased vs.\ uniform }
    791791
    792792This issue is implementation-level, relevant to achieving high performance.
Note: See TracChangeset for help on using the changeset viewer.