From ff3a0a121f14e30440e974b5e9708872a2a4bd4b Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Sun, 23 Mar 2008 11:29:25 +0100 Subject: Proper use of caption package The command definition for \abovecaption is just not needed as caption has support for proper spacing (if that was the intent). Reading the manual has helped a lot of people before. :) --- dependencies.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dependencies.tex') diff --git a/dependencies.tex b/dependencies.tex index dbb1732..24bc392 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -70,7 +70,7 @@ In particular, note that whitespace is not optional. { \begin{table} \centering - \abovecaption{EAPIs supporting \t{SRC\_URI} arrows} \label{uri-arrows-table} + \caption{EAPIs supporting \t{SRC\_URI} arrows} \label{uri-arrows-table} \begin{tabular}{ l l } \toprule \multicolumn{1}{c}{\textbf{EAPI}} & @@ -85,7 +85,7 @@ In particular, note that whitespace is not optional. \begin{table} \centering - \abovecaption{EAPIs supporting \t{SRC\_URI} labels} \label{uri-labels-table} + \caption{EAPIs supporting \t{SRC\_URI} labels} \label{uri-labels-table} \begin{tabular}{ l l } \toprule \multicolumn{1}{c}{\textbf{EAPI}} & @@ -100,7 +100,7 @@ In particular, note that whitespace is not optional. \begin{table} \centering - \abovecaption{EAPIs supporting \t{PDEPEND} labels} \label{pdepend-labels-table} + \caption{EAPIs supporting \t{PDEPEND} labels} \label{pdepend-labels-table} \begin{tabular}{ l l } \toprule \multicolumn{1}{c}{\textbf{EAPI}} & @@ -184,7 +184,7 @@ EAPI not supporting \t{SLOT} dependencies. { \begin{table} \centering - \abovecaption{EAPIs supporting \t{SLOT} dependencies} \label{slot-deps-table} + \caption{EAPIs supporting \t{SLOT} dependencies} \label{slot-deps-table} \begin{tabular}{ l l } \toprule \multicolumn{1}{c}{\textbf{EAPI}} & @@ -199,7 +199,7 @@ EAPI not supporting \t{SLOT} dependencies. }{ \begin{table} \centering - \abovecaption{EAPIs supporting \t{SLOT} dependencies} \label{slot-deps-table} + \caption{EAPIs supporting \t{SLOT} dependencies} \label{slot-deps-table} \begin{tabular}{ l l } \toprule \multicolumn{1}{c}{\textbf{EAPI}} & @@ -216,7 +216,7 @@ EAPI not supporting \t{SLOT} dependencies. { \begin{table} \centering - \abovecaption{EAPIs supporting ranged dependencies} \label{range-deps-table} + \caption{EAPIs supporting ranged dependencies} \label{range-deps-table} \begin{tabular}{ l l } \toprule \multicolumn{1}{c}{\textbf{EAPI}} & @@ -231,7 +231,7 @@ EAPI not supporting \t{SLOT} dependencies. \begin{table} \centering - \abovecaption{EAPIs supporting \t{USE} dependencies} \label{use-deps-table} + \caption{EAPIs supporting \t{USE} dependencies} \label{use-deps-table} \begin{tabular}{ l l } \toprule \multicolumn{1}{c}{\textbf{EAPI}} & -- cgit v1.2.3-65-gdbad