Skip to content

Commit

Permalink
Changed headers for TofAandA in all examples, as per #825
Browse files Browse the repository at this point in the history
  • Loading branch information
samm82 committed Jul 16, 2018
1 parent 4c232ba commit 96ccf50
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ select (x:xs) = case getA x of
-- | The actual table creation function.
table :: (Idea s) => [s] -> Contents
table ls = let chunks = sortBy (compare `on` fst) $ select ls in
Table (map (at_start) [symbol_, description]) (mkTable
Table [S "Abbreviation", S "Full Form"] (mkTable
[(\(a,_) -> S a),
(\(_,b) -> titleize b)]
chunks)
Expand Down
2 changes: 1 addition & 1 deletion code/stable/gamephys/SRS/Chipmunk_SRS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ \subsection{Abbreviations and Acronyms}
\label{Sec:TAbbAcc}
\begin{longtable*}{l l}
\toprule
Symbol & Description
Abbreviation & Full Form
\\
\midrule
2D & Two-Dimensional
Expand Down
4 changes: 2 additions & 2 deletions code/stable/gamephys/Website/Chipmunk_SRS.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,10 +673,10 @@ <h2>
<table class="table">
<tr>
<th>
Symbol
Abbreviation
</th>
<th>
Description
Full Form
</th>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion code/stable/glassbr/SRS/GlassBR_SRS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ \subsection{Abbreviations and Acronyms}
\label{Sec:TAbbAcc}
\begin{longtable*}{l l}
\toprule
Symbol & Description
Abbreviation & Full Form
\\
\midrule
A & Assumption
Expand Down
4 changes: 2 additions & 2 deletions code/stable/glassbr/Website/GlassBR_SRS.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,10 @@ <h2>
<table class="table">
<tr>
<th>
Symbol
Abbreviation
</th>
<th>
Description
Full Form
</th>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion code/stable/nopcm/SRS/NoPCM_SRS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ \subsection{Abbreviations and Acronyms}
\label{Sec:TAbbAcc}
\begin{longtable*}{l l}
\toprule
Symbol & Description
Abbreviation & Full Form
\\
\midrule
A & Assumption
Expand Down
4 changes: 2 additions & 2 deletions code/stable/nopcm/Website/NoPCM_SRS.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,10 @@ <h2>
<table class="table">
<tr>
<th>
Symbol
Abbreviation
</th>
<th>
Description
Full Form
</th>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion code/stable/ssp/SRS/SSP_SRS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ \subsection{Abbreviations and Acronyms}
\label{Sec:TAbbAcc}
\begin{longtable*}{l l}
\toprule
Symbol & Description
Abbreviation & Full Form
\\
\midrule
A & Assumption
Expand Down
4 changes: 2 additions & 2 deletions code/stable/ssp/Website/SSP_SRS.html
Original file line number Diff line number Diff line change
Expand Up @@ -1028,10 +1028,10 @@ <h2>
<table class="table">
<tr>
<th>
Symbol
Abbreviation
</th>
<th>
Description
Full Form
</th>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion code/stable/swhs/SRS/SWHS_SRS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ \subsection{Abbreviations and Acronyms}
\label{Sec:TAbbAcc}
\begin{longtable*}{l l}
\toprule
Symbol & Description
Abbreviation & Full Form
\\
\midrule
A & Assumption
Expand Down
4 changes: 2 additions & 2 deletions code/stable/swhs/Website/SWHS_SRS.html
Original file line number Diff line number Diff line change
Expand Up @@ -824,10 +824,10 @@ <h2>
<table class="table">
<tr>
<th>
Symbol
Abbreviation
</th>
<th>
Description
Full Form
</th>
</tr>
<tr>
Expand Down

0 comments on commit 96ccf50

Please sign in to comment.