Ignore:
Timestamp:
Apr 27, 2026, 8:09:58 PM (29 hours ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
741d004
Parents:
6224eeb
Message:

make table-caption capitalization and length match figures

File:
1 edited

Legend:

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

    r6224eeb rc910d308  
    141141\begin{table}
    142142\centering
    143 \caption{Syntactic Reference for Array vs Pointer. Includes interaction with \lstinline{const}ness.}
     143\caption{Syntactic reference for array \vs pointer}
    144144\label{bkgd:ar:usr:avp}
    145145\setlength{\tabcolsep}{12pt}
     
    380380
    381381\begin{table}
    382 \caption{Syntactic Reference for Decay during Parameter-Passing.
    383 Includes interaction with \lstinline{const}ness, where \emph{immutable} refers to a restriction on the callee's ability.}
     382\caption[Syntactic reference for decay during parameter passing]{
     383        Syntactic reference for decay during parameter passing.
     384        Includes interaction with \lstinline{const}ness, where \emph{immutable} refers to a restriction on the callee's ability.}
    384385\label{bkgd:ar:usr:decay-parm}
    385386\centering
Note: See TracChangeset for help on using the changeset viewer.