Skip to content

Commit 98db3e2

Browse files
committed
[tables] caption changes: add label
1 parent 9438811 commit 98db3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tables.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
\newenvironment{floattablebasex}[4]
5252
{
5353
\begin{table}[#4]
54-
\caption{\label{tab:#2}#1}
54+
\caption{\label{tab:#2}#1 \quad [tab:#2]}
5555
\begin{center}
5656
\begin{tabular}{|#3|}
5757
}
@@ -187,7 +187,7 @@
187187
\newcommand{\continuedcaption}{\caption[]{#1 (continued)}}
188188
\begin{TableBase}
189189
\begin{longtable}{|#3|}
190-
\caption{#1}\label{tab:#2}
190+
\caption{#1 \quad [tab:#2]}\label{tab:#2}
191191
}
192192
{
193193
\bottomline

0 commit comments

Comments
 (0)