public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Punctuation marks within quotation marks - how to avoid?
@ 2019-02-01 11:17 Kasper Dziurdź
       [not found] ` <623d2446-e53a-487a-9aab-c93dcb478a05-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Kasper Dziurdź @ 2019-02-01 11:17 UTC (permalink / raw)
  To: pandoc-discuss


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

Hey, I am using pandoc with citeproc (to process bibliography with CLS). 
However, citeproc changes the order of the punctuation marks:


\documentclass[]{scrbook} 
\begin{document}
``the source State'' is thus equivalent to ``the non-residence State''.\
footnote{XXXX}
\end{document}


When using "pandoc -s --filter pandoc-citeproc temp.tex -o temp.docx", the 
result is: 
“the source State” is thus equivalent to *“the non-residence State.”[fn]*

When using "pandoc -s temp.tex -o temp.docx", the (intended) result is: 
“the source State” is thus equivalent to *“the non-residence State”.**[fn]*

How can I avoid this change of order when using citeproc?

Many thanks!

-- 
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/623d2446-e53a-487a-9aab-c93dcb478a05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Punctuation marks within quotation marks - how to avoid?
       [not found] ` <623d2446-e53a-487a-9aab-c93dcb478a05-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-02-01 11:19   ` Kasper Dziurdź
       [not found]     ` <bad7b752-7ec1-4278-93cf-25b9d24595a8-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Kasper Dziurdź @ 2019-02-01 11:19 UTC (permalink / raw)
  To: pandoc-discuss


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

I am using pandoc 2.3.1 (compiled with pandoc-types 1.17.5.1, texmath 
0.11.1.1, skylighting 0.7.3)

-- 
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/bad7b752-7ec1-4278-93cf-25b9d24595a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Punctuation marks within quotation marks - how to avoid?
       [not found]     ` <bad7b752-7ec1-4278-93cf-25b9d24595a8-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-02-01 13:47       ` Denis Maier
       [not found]         ` <b027ce7d-2302-44d6-80f8-5049793a3b5a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Denis Maier @ 2019-02-01 13:47 UTC (permalink / raw)
  To: pandoc-discuss

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

There is an metadata option that controls this behaviour: `notes-after-punctuation`
Adding `notes-after-punctuation: false` should give you what you want.

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

* Re: Punctuation marks within quotation marks - how to avoid?
       [not found]         ` <b027ce7d-2302-44d6-80f8-5049793a3b5a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-02-01 17:03           ` Kasper Dziurdź
  0 siblings, 0 replies; 4+ messages in thread
From: Kasper Dziurdź @ 2019-02-01 17:03 UTC (permalink / raw)
  To: pandoc-discuss


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

Thanks a lot, 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 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/92f1df70-e3f1-4775-a6e5-6d031f9853db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

end of thread, other threads:[~2019-02-01 17:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-01 11:17 Punctuation marks within quotation marks - how to avoid? Kasper Dziurdź
     [not found] ` <623d2446-e53a-487a-9aab-c93dcb478a05-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-02-01 11:19   ` Kasper Dziurdź
     [not found]     ` <bad7b752-7ec1-4278-93cf-25b9d24595a8-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-02-01 13:47       ` Denis Maier
     [not found]         ` <b027ce7d-2302-44d6-80f8-5049793a3b5a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-02-01 17:03           ` Kasper Dziurdź

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