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

* Re: latex with table-->org: table is not converted
       [not found] ` <87mtk79b44.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
@ 2022-01-07 19:22   ` John MacFarlane
  2022-01-07 21:57     ` Uwe Brauer
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2022-01-07 19:22 UTC (permalink / raw)
  To: Uwe Brauer, pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


Looks like this first line has four cells instead of the three
called for by {lcc}

\hline & $f(t)=\mathcal{L}^{-1}\{F(s)\}$ & $F(s)=\mathcal{L}\{f(t)\}$                                                                                                                        & Notes                   \\



Uwe Brauer <oub-YB6e1s5WF/He5aOfsHch1g@public.gmane.org> writes:

> 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.
> 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\\
> \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}

-- 
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/m24k6fcpvm.fsf%40MacBook-Pro-2.hsd1.ca.comcast.net.


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

* Re: latex with table-->org: table is not converted
  2022-01-07 19:22   ` John MacFarlane
@ 2022-01-07 21:57     ` Uwe Brauer
  0 siblings, 0 replies; 3+ messages in thread
From: Uwe Brauer @ 2022-01-07 21:57 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

>>> "JM" == John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> writes:

> Looks like this first line has four cells instead of the three
> called for by {lcc}

> \hline & $f(t)=\mathcal{L}^{-1}\{F(s)\}$ & $F(s)=\mathcal{L}\{f(t)\}$
> & Notes \\


Right! Thanks I did not check this carefully enough. Now it works

-- 
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/87fspzjjjh.fsf%40mat.ucm.es.

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]

^ 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).