public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* from markdown to docx converted document will be opened in compability mode
@ 2016-11-17  8:34 Daniel Hannaske
       [not found] ` <5760e541-4a0f-4f3c-89e3-53a839f8f014-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Hannaske @ 2016-11-17  8:34 UTC (permalink / raw)
  To: pandoc-discuss


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

I write a lot of markdown and I use pandoc to convert it to a Word 
document. Unfortunately, all of the generated documents (docx) are still in 
compability mode if I open it with Word (in my case Word 2010). I use a 
reference file as well, but that isn't in compability mode.

Is there a way to generate a fully compatible docx document that isn't in 
the compability mode?

Regards,

Daniel

-- 
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/5760e541-4a0f-4f3c-89e3-53a839f8f014%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: from markdown to docx converted document will be opened in compability mode
       [not found] ` <5760e541-4a0f-4f3c-89e3-53a839f8f014-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2016-11-17 12:49   ` John MacFarlane
       [not found]     ` <20161117124908.GJ21256-BKjuZOBx5Kn2N3qrpRCZGbhGAdq7xJNKhPhL2mjWHbk@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: John MacFarlane @ 2016-11-17 12:49 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I assume this is because we use

http://schemas.openxmlformats.org/wordprocessingml/2006/main

for the XML format.  This is good because it allows
pandoc-generated docx files to be opened with older versions
of Word.  Changing this would, I assume, require changing
this xmlns (and others) in the generated docx.  You could
perhaps do that with a script.

+++ Daniel Hannaske [Nov 17 16 00:34 ]:
>   I write a lot of markdown and I use pandoc to convert it to a Word
>   document. Unfortunately, all of the generated documents (docx) are
>   still in compability mode if I open it with Word (in my case Word
>   2010). I use a reference file as well, but that isn't in compability
>   mode.
>   Is there a way to generate a fully compatible docx document that isn't
>   in the compability mode?
>   Regards,
>   Daniel
>
>   --
>   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/5760e541-4a0f-4f3c-
>   89e3-53a839f8f014%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/5760e541-4a0f-4f3c-89e3-53a839f8f014-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>   4. https://groups.google.com/d/optout


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

* Re: from markdown to docx converted document will be opened in compability mode
       [not found]     ` <20161117124908.GJ21256-BKjuZOBx5Kn2N3qrpRCZGbhGAdq7xJNKhPhL2mjWHbk@public.gmane.org>
@ 2016-11-17 13:14       ` Daniel Hannaske
       [not found]         ` <59265fa1-ca31-4bb4-b5ec-38f7e80aabae-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Hannaske @ 2016-11-17 13:14 UTC (permalink / raw)
  To: pandoc-discuss


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

Thanks for the quick reply. I think you are right and that the 2006 word 
schema is probably the reason for that.

Starting with Office 2017 Microsoft uses a different internal file format 
and other schemas. The features that I miss are fonts and Open Type related 
features (using different numbers, activating alternate stylistic sets) 
that weren't available before. Therefore it's difficult to use those with a 
reference file and to get the expected layout of the transformed docx file.

I also see your point that the ability of Pandoc to generate older and more 
widely supported docx documents is a good feature. Maybe it's still 
possible to have to different docx outputs that use different schemas. The 
old schema is 10 years old now and therefore I would love to see to have 
the ability to generate docx documents that use a newer schema and the new 
file format.

-- 
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/59265fa1-ca31-4bb4-b5ec-38f7e80aabae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: from markdown to docx converted document will be opened in compability mode
       [not found]         ` <59265fa1-ca31-4bb4-b5ec-38f7e80aabae-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2016-11-17 13:19           ` Daniel Hannaske
  2016-11-18 15:37           ` John MacFarlane
  1 sibling, 0 replies; 6+ messages in thread
From: Daniel Hannaske @ 2016-11-17 13:19 UTC (permalink / raw)
  To: pandoc-discuss


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

Am Donnerstag, 17. November 2016 14:14:30 UTC+1 schrieb Daniel Hannaske:

>  
>
Starting with Office 2017 Microsoft uses a different internal file format 
> and other schemas. 
>

Just a quick correction: I meant starting with Office 2007 of course. 

-- 
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/31bf51b6-7d30-497e-9b42-c68d72ed5c63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: from markdown to docx converted document will be opened in compability mode
       [not found]         ` <59265fa1-ca31-4bb4-b5ec-38f7e80aabae-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2016-11-17 13:19           ` Daniel Hannaske
@ 2016-11-18 15:37           ` John MacFarlane
       [not found]             ` <20161118153758.GB12170-l/d5Ua9yGnxXsXJlQylH7w@public.gmane.org>
  1 sibling, 1 reply; 6+ messages in thread
From: John MacFarlane @ 2016-11-18 15:37 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

At this point it might be worth going to something more
recent.  But I'm not sure what would be involved, exactly.

+++ Daniel Hannaske [Nov 17 16 05:14 ]:
>   Thanks for the quick reply. I think you are right and that the 2006
>   word schema is probably the reason for that.
>   Starting with Office 2017 Microsoft uses a different internal file
>   format and other schemas. The features that I miss are fonts and Open
>   Type related features (using different numbers, activating alternate
>   stylistic sets) that weren't available before. Therefore it's difficult
>   to use those with a reference file and to get the expected layout of
>   the transformed docx file.
>   I also see your point that the ability of Pandoc to generate older and
>   more widely supported docx documents is a good feature. Maybe it's
>   still possible to have to different docx outputs that use different
>   schemas. The old schema is 10 years old now and therefore I would love
>   to see to have the ability to generate docx documents that use a newer
>   schema and the new file format.
>
>   --
>   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/59265fa1-ca31-4bb4-
>   b5ec-38f7e80aabae%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/59265fa1-ca31-4bb4-b5ec-38f7e80aabae-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>   4. https://groups.google.com/d/optout


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

* Re: from markdown to docx converted document will be opened in compability mode
       [not found]             ` <20161118153758.GB12170-l/d5Ua9yGnxXsXJlQylH7w@public.gmane.org>
@ 2016-11-19  8:17               ` Denis José Navas Vega
  0 siblings, 0 replies; 6+ messages in thread
From: Denis José Navas Vega @ 2016-11-19  8:17 UTC (permalink / raw)
  To: pandoc-discuss


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

Converting to odt could be an option?

El viernes, 18 de noviembre de 2016, 9:38:02 (UTC-6), John MacFarlane 
escribió:
>
> At this point it might be worth going to something more 
> recent.  But I'm not sure what would be involved, exactly. 
>
> +++ Daniel Hannaske [Nov 17 16 05:14 ]: 
> >   Thanks for the quick reply. I think you are right and that the 2006 
> >   word schema is probably the reason for that. 
> >   Starting with Office 2017 Microsoft uses a different internal file 
> >   format and other schemas. The features that I miss are fonts and Open 
> >   Type related features (using different numbers, activating alternate 
> >   stylistic sets) that weren't available before. Therefore it's 
> difficult 
> >   to use those with a reference file and to get the expected layout of 
> >   the transformed docx file. 
> >   I also see your point that the ability of Pandoc to generate older and 
> >   more widely supported docx documents is a good feature. Maybe it's 
> >   still possible to have to different docx outputs that use different 
> >   schemas. The old schema is 10 years old now and therefore I would love 
> >   to see to have the ability to generate docx documents that use a newer 
> >   schema and the new file format. 
> > 
> >   -- 
> >   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/59265fa1-ca31-4bb4- 
> >   b5ec-38f7e80aabae%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/59265fa1-ca31-4bb4-b5ec-38f7e80aabae-/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/195349b7-aac9-4f17-81c0-0077464f6ad6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

end of thread, other threads:[~2016-11-19  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17  8:34 from markdown to docx converted document will be opened in compability mode Daniel Hannaske
     [not found] ` <5760e541-4a0f-4f3c-89e3-53a839f8f014-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2016-11-17 12:49   ` John MacFarlane
     [not found]     ` <20161117124908.GJ21256-BKjuZOBx5Kn2N3qrpRCZGbhGAdq7xJNKhPhL2mjWHbk@public.gmane.org>
2016-11-17 13:14       ` Daniel Hannaske
     [not found]         ` <59265fa1-ca31-4bb4-b5ec-38f7e80aabae-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2016-11-17 13:19           ` Daniel Hannaske
2016-11-18 15:37           ` John MacFarlane
     [not found]             ` <20161118153758.GB12170-l/d5Ua9yGnxXsXJlQylH7w@public.gmane.org>
2016-11-19  8:17               ` Denis José Navas Vega

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