diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2023-02-05 13:00:43 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2023-02-05 13:09:51 +0100 |
| commit | a197b57c0a8f377f4a79a659850d2570a3117d0a (patch) | |
| tree | ed3f2d428c78036eff858f7a91b8ef3e112d0b7b /test/tables | |
| parent | ee51696e133144e8ebc106e21005d0c801f20087 (diff) | |
LaTeX writer: include short figure/table caption if one is given.
Short captions are used by LaTeX when generating a the list of figures
or list of tables. Adding a short caption will now overwrite the full
caption in these lists.
Diffstat (limited to 'test/tables')
| -rw-r--r-- | test/tables/nordics.latex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tables/nordics.latex b/test/tables/nordics.latex index 4cb0944fd..399983994 100644 --- a/test/tables/nordics.latex +++ b/test/tables/nordics.latex @@ -3,7 +3,8 @@ >{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.3000}} >{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.2000}} >{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.2000}}@{}} -\caption{States belonging to the \emph{Nordics.}}\label{nordics}\tabularnewline +\caption[Nordic countries]{States belonging to the +\emph{Nordics.}}\label{nordics}\tabularnewline \toprule\noalign{} \begin{minipage}[b]{\linewidth}\centering Name |
