public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Converting from Word to Latex
@ 2017-06-13 12:30 Mirjalol Norqulov
       [not found] ` <5b726242-dcd2-4d81-b7f3-806ce9029670-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Mirjalol Norqulov @ 2017-06-13 12:30 UTC (permalink / raw)
  To: pandoc-discuss


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

Hello friends! I want to convert word file to latex, but I don't want to 
convert with styles. Is it possible with Pandoc.
I just want to convert word as plain text. Thanks in advance!

-- 
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/5b726242-dcd2-4d81-b7f3-806ce9029670%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Converting from Word to Latex
       [not found] ` <5b726242-dcd2-4d81-b7f3-806ce9029670-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2017-06-13 13:52   ` Paulo Ney de Souza
  2017-06-15  4:25   ` Magesh Waran
  1 sibling, 0 replies; 3+ messages in thread
From: Paulo Ney de Souza @ 2017-06-13 13:52 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Yes, the simpler the better. You can convert it to latex and ditch some of
the "styling" that you find not proper for your project. Just give it a try
and send any questions you may have here.

Paulo Ney

On Tue, Jun 13, 2017 at 5:30 AM, Mirjalol Norqulov <mirjalol2401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:

> Hello friends! I want to convert word file to latex, but I don't want to
> convert with styles. Is it possible with Pandoc.
> I just want to convert word as plain text. Thanks in advance!
>
> --
> 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/5b726242-dcd2-4d81-b7f3-806ce9029670%
> 40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/5b726242-dcd2-4d81-b7f3-806ce9029670%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit 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/CAFVhNZM_GCefxg19Or-UfjgXhxk46yA%2BnQAkT_GW_kTA4yW8XQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 2948 bytes --]

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

* Re: Converting from Word to Latex
       [not found] ` <5b726242-dcd2-4d81-b7f3-806ce9029670-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2017-06-13 13:52   ` Paulo Ney de Souza
@ 2017-06-15  4:25   ` Magesh Waran
  1 sibling, 0 replies; 3+ messages in thread
From: Magesh Waran @ 2017-06-15  4:25 UTC (permalink / raw)
  To: pandoc-discuss


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

Try below code

pandoc -s input.docx -o output.tex

Thanks,
Magesh

On Tuesday, June 13, 2017 at 6:00:18 PM UTC+5:30, Mirjalol Norqulov wrote:
>
> Hello friends! I want to convert word file to latex, but I don't want to 
> convert with styles. Is it possible with Pandoc.
> I just want to convert word as plain text. Thanks in advance!
>

-- 
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/1bcf5d04-54d3-4abc-9a77-2796028416f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

end of thread, other threads:[~2017-06-15  4:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-13 12:30 Converting from Word to Latex Mirjalol Norqulov
     [not found] ` <5b726242-dcd2-4d81-b7f3-806ce9029670-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-06-13 13:52   ` Paulo Ney de Souza
2017-06-15  4:25   ` Magesh Waran

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