public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* HTML+Latex
@ 2017-08-28 10:52 paulo7ca-Re5JQEeQqe8AvxtiuMwx3w
       [not found] ` <fdeb65e9-0025-4778-b4da-f1e258b57c90-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: paulo7ca-Re5JQEeQqe8AvxtiuMwx3w @ 2017-08-28 10:52 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 903 bytes --]



I have a document like:

<table>
  <tr>
    <th>Firstname</th>
    <th>Lastname</th> 
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td> 
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td> 
    <td>94</td>
  </tr>
</table>

$\sqrt[10]{32}$

How can I export HTML + latex to docx using Pandoc?

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/fdeb65e9-0025-4778-b4da-f1e258b57c90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 6453 bytes --]

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

* Re: HTML+Latex
       [not found] ` <fdeb65e9-0025-4778-b4da-f1e258b57c90-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2017-08-28 14:52   ` John MacFarlane
       [not found]     ` <20170828145235.GG57370-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2017-08-28 14:52 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Try

pandoc -f html+tex_math_dollars -t docx


+++ paulo7ca-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [Aug 28 17 03:52 ]:
>   I have a document like:
><table>
>  <tr>
>    <th>Firstname</th>
>    <th>Lastname</th>
>    <th>Age</th>
>  </tr>
>  <tr>
>    <td>Jill</td>
>    <td>Smith</td>
>    <td>50</td>
>  </tr>
>  <tr>
>    <td>Eve</td>
>    <td>Jackson</td>
>    <td>94</td>
>  </tr>
></table>
>$\sqrt[10]{32}$
>
>   How can I export HTML + latex to docx using Pandoc?
>
>   --
>   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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>   To post to this group, send email to
>   [2]pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>   To view this discussion on the web visit
>   [3]https://groups.google.com/d/msgid/pandoc-discuss/fdeb65e9-0025-4778-
>   b4da-f1e258b57c90%40googlegroups.com.
>   For more options, visit [4]https://groups.google.com/d/optout.
>
>References
>
>   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>   2. mailto:pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>   3. https://groups.google.com/d/msgid/pandoc-discuss/fdeb65e9-0025-4778-b4da-f1e258b57c90-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>   4. https://groups.google.com/d/optout


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

* Re: HTML+Latex
       [not found]     ` <20170828145235.GG57370-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
@ 2017-08-28 15:02       ` paulo7ca-Re5JQEeQqe8AvxtiuMwx3w
  0 siblings, 0 replies; 3+ messages in thread
From: paulo7ca-Re5JQEeQqe8AvxtiuMwx3w @ 2017-08-28 15:02 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 2331 bytes --]

It works. Thank you from Brazil!

On Monday, August 28, 2017 at 11:52:47 AM UTC-3, John MacFarlane wrote:
>
> Try 
>
> pandoc -f html+tex_math_dollars -t docx 
>
>
> +++ paul...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:> [Aug 28 17 03:52 ]: 
> >   I have a document like: 
> ><table> 
> >  <tr> 
> >    <th>Firstname</th> 
> >    <th>Lastname</th> 
> >    <th>Age</th> 
> >  </tr> 
> >  <tr> 
> >    <td>Jill</td> 
> >    <td>Smith</td> 
> >    <td>50</td> 
> >  </tr> 
> >  <tr> 
> >    <td>Eve</td> 
> >    <td>Jackson</td> 
> >    <td>94</td> 
> >  </tr> 
> ></table> 
> >$\sqrt[10]{32}$ 
> > 
> >   How can I export HTML + latex to docx using Pandoc? 
> > 
> >   -- 
> >   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 [1]pandoc-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> >   To post to this group, send email to 
> >   [2]pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> >   To view this discussion on the web visit 
> >   [3]
> https://groups.google.com/d/msgid/pandoc-discuss/fdeb65e9-0025-4778- 
> >   b4da-f1e258b57c90%40googlegroups.com. 
> >   For more options, visit [4]https://groups.google.com/d/optout. 
> > 
> >References 
> > 
> >   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:> 
> >   2. mailto:pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:> 
> >   3. 
> https://groups.google.com/d/msgid/pandoc-discuss/fdeb65e9-0025-4778-b4da-f1e258b57c90-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer 
> >   4. https://groups.google.com/d/optout 
>
>

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/11928427-68c0-495a-80fe-87d18aaaa7e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 6108 bytes --]

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

end of thread, other threads:[~2017-08-28 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28 10:52 HTML+Latex paulo7ca-Re5JQEeQqe8AvxtiuMwx3w
     [not found] ` <fdeb65e9-0025-4778-b4da-f1e258b57c90-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-08-28 14:52   ` HTML+Latex John MacFarlane
     [not found]     ` <20170828145235.GG57370-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
2017-08-28 15:02       ` HTML+Latex paulo7ca-Re5JQEeQqe8AvxtiuMwx3w

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