public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* latex with table-->org: table is not converted
@ 2022-01-07  8:57 Uwe Brauer
       [not found] ` <87mtk79b44.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2022-01-07  8:57 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]


Hi

Using pandoc 2.22 I tried to convert a Latex file with a table to an org
file. However the table was not converted correctly. I attach both files
 I used the command 

 pandoc -s table.tex -o table.org
  
Thanks

Uwe Brauer 

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/87mtk79b44.fsf%40mat.ucm.es.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: table.org --]
[-- Type: text/x-org, Size: 744 bytes --]

lcc & $f(t)=\mathcal{L}^{-1}\{F(s)\}$ & $F(s)=\mathcal{L}\{f(t)\}$ &
Notes\\
1. 1 & $\frac{1}{s},             \quad                            s>0$ &
Sec. 6.1; Ex. 4\\
2. $e^{a                   t}$ & $\frac{1}{s-a},$, & $s>a$ & Sec. 6.1;
Ex. 5\\
3.
$t^{n},                 \quad                                                                                                                                         n=$
positive integer & $\frac{n !}{s^{n+1}}, \quad          s>0$ & Sec. 6.1;
Prob. 31\\
4.
$t^{p},                 \quad                                                                                                                                         p>-1$
& $\frac{\Gamma(p+1)}{s^{p+1}},$, & $s>0$ & Sec. 6.1; Prob. 31\\

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: table.tex --]
[-- Type: text/x-tex, Size: 1586 bytes --]

\documentclass[12pt]{article}
\begin{document}
\begin{tabular}{lcc}
\hline & $f(t)=\mathcal{L}^{-1}\{F(s)\}$ & $F(s)=\mathcal{L}\{f(t)\}$                                                                                                                        & Notes                   \\
\hline 1.                     1                                                                                                                                       & $\frac{1}{s},             \quad                            s>0$                          & Sec.     6.1;        Ex.        4                                       \\
2.     $e^{a                   t}$                                                                                                                                       & $\frac{1}{s-a},$,       & $s>a$                      & Sec.                        6.1;       Ex.         5 \\
3.     $t^{n},                 \quad                                                                                                                                         n=$                       positive                     integer                       & $\frac{n !}{s^{n+1}}, \quad          s>0$            & Sec. 6.1; Prob. 31   \\
4.     $t^{p},                 \quad                                                                                                                                         p>-1$                     & $\frac{\Gamma(p+1)}{s^{p+1}},$, & $s>0$                       & Sec.     6.1;        Prob.      31              \\
\end{tabular}
\end{document}

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-07 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07  8:57 latex with table-->org: table is not converted Uwe Brauer
     [not found] ` <87mtk79b44.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
2022-01-07 19:22   ` John MacFarlane
2022-01-07 21:57     ` Uwe Brauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).