|
@@ -1990,7 +1990,7 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER."
|
|
|
(setq tbl (concat "\\begin{center}\n" tbl "\\end{center}")))
|
|
|
(when floatp
|
|
|
(setq tbl (concat "\\begin{table}\n"
|
|
|
- (format "\\caption%s{%s}%s\n"
|
|
|
+ (format "\\caption%s{%s%s}\n"
|
|
|
(if shortn (format "[%s]" shortn) "")
|
|
|
(if label (format "\\label{%s}" label) "")
|
|
|
(or caption ""))
|