Skip to content

Commit 7a4475c

Browse files
committed
Prevent tables from ending up in the subsequent paragraph in LaTeX output
1 parent fe568da commit 7a4475c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

asciidoc_latex.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ source-style=template="codeblock"
5252
\includegraphics[width={width=10cm}]\{{target}\}
5353
\vskip 1.5ex
5454
{newline}
55+
\noindent
5556

5657
[partintroblock]
5758
template::[openblock]
@@ -110,3 +111,12 @@ template::[openblock]
110111

111112
[footer]
112113
{empty}
114+
115+
[table]
116+
\noindent\begin\{tabular\}\{ll\}
117+
{headrows}
118+
{bodyrows}
119+
{footrows}
120+
\end\{tabular\}
121+
{newline}
122+
\noindent

0 commit comments

Comments
 (0)