Skip to content

Commit 572e240

Browse files
committed
Add list of tables
1 parent e32b91b commit 572e240

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

‎data/expressed-trnas.tex‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\tabcapof{expressed-trnas}
2-
{The \num{311} \trna genes found expressed across mouse development.}{}
2+
{The \num{311} \abbr{trna} genes found expressed across mouse development.}{}
33

44
\begin{longtable}{@{}l>{\collectcell\anticodon}l<{\endcollectcell}l@{}}
55
% FIXME WHY DOES THIS NOT WORK?!

‎data/meme-hits.tex‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
\end{tabular}}{}
1414

1515
\tabcapof{meme-hits}
16-
{Significantly enriched \name{\abbrsc{MEME}} hits}
16+
{Significantly enriched \name{\abbrsc{MEME}} hits.}
1717
{Shown are hits that are significantly enriched at the \num{5} per cent
1818
threshold after correcting for multiple testing, given with their
1919
corrected \(p\)-values.}

‎thesis.cls‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,10 @@
307307
\newcommand*\tabcap[3]{%
308308
\begingroup%
309309
\def\@captype{table}
310-
\caption{\label{tab:#1}\labelfont{#2} #3}
310+
\caption[#2]{\label{tab:#1}\labelfont{#2} #3}
311311
\endgroup}
312312

313-
\newcommand*\tabcapof[3]{\captionof{table}{\label{tab:#1}\labelfont{#2} #3}}
313+
\newcommand*\tabcapof[3]{\captionof{table}[#2]{\label{tab:#1}\labelfont{#2} #3}}
314314

315315
\newcommand*\floatpos{!ht}
316316

‎thesis.tex‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
\phantomsection
5757
\addcontentsline{toc}{chapter}{\listfigurename}
5858
\listoffigures
59+
\cleardoublepage
60+
\phantomsection
61+
\addcontentsline{toc}{chapter}{\listtablename}
62+
\listoftables
5963
\endgroup
6064

6165
\chapterfile{summary}

0 commit comments

Comments
 (0)