diff options
Diffstat (limited to 'test/command/latex-tabular-column-specs.md')
-rw-r--r-- | test/command/latex-tabular-column-specs.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/test/command/latex-tabular-column-specs.md b/test/command/latex-tabular-column-specs.md deleted file mode 100644 index ed44a9980..000000000 --- a/test/command/latex-tabular-column-specs.md +++ /dev/null @@ -1,24 +0,0 @@ -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"]]]]] -``` |