File: latex-tabular-column-specs.md

package info (click to toggle)
pandoc 2.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,456 kB
  • sloc: haskell: 55,993; xml: 3,297; makefile: 112; sh: 7
file content (24 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
See https://groups.google.com/forum/#!topic/pandoc-discuss/_VXtqihCyDU.

```
% pandoc -f latex -t native
\begin{tabular}{>{$}l<{$}>{$}l<{$} >{$}l<{$}}
\toprule
& f1 & f2 \\
\midrule
e      & 0.5    &  4   \\
f      & 0.5    & 5,5  \\
\bottomrule
\end{tabular}
^D
[Table [] [AlignLeft,AlignLeft,AlignLeft] [0.0,0.0,0.0]
 [[Plain [Math InlineMath ""]]
 ,[Plain [Math InlineMath "f1"]]
 ,[Plain [Math InlineMath "f2"]]]
 [[[Plain [Math InlineMath "e"]]
  ,[Plain [Math InlineMath "0.5"]]
  ,[Plain [Math InlineMath "4"]]]
 ,[[Plain [Math InlineMath "f"]]
  ,[Plain [Math InlineMath "0.5"]]
  ,[Plain [Math InlineMath "5,5"]]]]]
```