public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Quotation and ! ?
@ 2018-12-30 21:29 Beda Szukics
       [not found] ` <a19b7f37-d091-4658-bb7a-ce5eee3cfb6a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Beda Szukics @ 2018-12-30 21:29 UTC (permalink / raw)
  To: pandoc-discuss


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

A file Quotes.md with:

=============
Komm!“

Sicher?“

Manchmal.“
=============

translated with: pandoc Quotes.md -o Quotes.pdf results in:

=============
Komm¡‘
Sicher¿‘
Manchmal.“
=============

Why? Is there a way to have it right? (Some time ago there seemed to work 
with --no-tex-ligatures, but this option is no more).

Beda

-- 
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/a19b7f37-d091-4658-bb7a-ce5eee3cfb6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Quotation and ! ?
       [not found] ` <a19b7f37-d091-4658-bb7a-ce5eee3cfb6a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2018-12-31  3:01   ` John Muccigrosso
  2018-12-31 15:32   ` BP Jonsson
  1 sibling, 0 replies; 6+ messages in thread
From: John Muccigrosso @ 2018-12-31  3:01 UTC (permalink / raw)
  To: pandoc-discuss


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

You're entering curly quotation marks, not plain ones.

-- 
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/e4519847-6d97-4da4-ae1e-f1520c374553%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Quotation and ! ?
       [not found] ` <a19b7f37-d091-4658-bb7a-ce5eee3cfb6a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2018-12-31  3:01   ` John Muccigrosso
@ 2018-12-31 15:32   ` BP Jonsson
       [not found]     ` <32b3644c-4579-db19-b171-1911165f354c-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  1 sibling, 1 reply; 6+ messages in thread
From: BP Jonsson @ 2018-12-31 15:32 UTC (permalink / raw)
  To: pandoc-discuss

Den 2018-12-30 kl. 22:29, skrev Beda Szukics:
> A file Quotes.md with:
> 
> =============
> Komm!“
> 
> Sicher?“
> 
> Manchmal.“
> =============
> 
> translated with: pandoc Quotes.md -o Quotes.pdf results in:
> 
> =============
> Komm¡‘
> Sicher¿‘
> Manchmal.“
> =============
> 
> Why? Is there a way to have it right? (Some time ago there seemed to work
> with --no-tex-ligatures, but this option is no more).
> 
> Beda
> 


Probably LaTeX is confused by what it thinks is a left quotation 
mark.  What happens if you say -w latex-smart ?  Works here!

-- 
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/32b3644c-4579-db19-b171-1911165f354c%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

* Re: Quotation and ! ?
       [not found]     ` <32b3644c-4579-db19-b171-1911165f354c-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2018-12-31 15:54       ` Benct Philip Jonsson
       [not found]         ` <aa448a17-98cd-dca8-48da-fd716f426770-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Benct Philip Jonsson @ 2018-12-31 15:54 UTC (permalink / raw)
  To: pandoc-discuss

Den 2018-12-31 kl. 16:32, skrev BP Jonsson:

> Probably LaTeX is confused by what it thinks is a left quotation 
> mark.  What happens if you say -w latex-smart ?  Works here!


Using `-w latex-smart` when you want Unicode quotes and `-w 
markdown+smart` when you don't want them is confusing as hell! 
Might it be possible to have an extension which does the same 
thing withouth confusing semantics compared to its name, e.g. 
`unicode_puctuation`?

/bpj


-- 
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/aa448a17-98cd-dca8-48da-fd716f426770%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

* Re: Quotation and ! ?
       [not found]         ` <aa448a17-98cd-dca8-48da-fd716f426770-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2018-12-31 20:16           ` Beda Szukics
       [not found]             ` <CAOmnqcbWCnJGPsg1ssYzD-4rnPuqvPqbnr_4-e-0AjdUfJFYVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Beda Szukics @ 2018-12-31 20:16 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

pandoc -w latex-smart Quotes.md -o Quotes.pdf

still has the same effects.

pandoc Quotes.md -o Quotes.odt

works fine. I'm confused.

Beda

Am Mo., 31. Dez. 2018 um 16:54 Uhr schrieb Benct Philip Jonsson <
bpjonsson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:

> Den 2018-12-31 kl. 16:32, skrev BP Jonsson:
>
> > Probably LaTeX is confused by what it thinks is a left quotation
> > mark.  What happens if you say -w latex-smart ?  Works here!
>
>
> Using `-w latex-smart` when you want Unicode quotes and `-w
> markdown+smart` when you don't want them is confusing as hell!
> Might it be possible to have an extension which does the same
> thing withouth confusing semantics compared to its name, e.g.
> `unicode_puctuation`?
>
> /bpj
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "pandoc-discuss" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/pandoc-discuss/pUyz-qhr9Mc/unsubscribe.
> To unsubscribe from this group and all its topics, 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/aa448a17-98cd-dca8-48da-fd716f426770%40gmail.com
> .
> 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/CAOmnqcbWCnJGPsg1ssYzD-4rnPuqvPqbnr_4-e-0AjdUfJFYVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Quotation and ! ?
       [not found]             ` <CAOmnqcbWCnJGPsg1ssYzD-4rnPuqvPqbnr_4-e-0AjdUfJFYVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2018-12-31 20:26               ` Beda Szukics
  0 siblings, 0 replies; 6+ messages in thread
From: Beda Szukics @ 2018-12-31 20:26 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Upgrading from 2.0.5 to 2.5 helped. Now I get the wanted result with "-w
latex-smart"
Thank you for your help

Am Mo., 31. Dez. 2018 um 21:16 Uhr schrieb Beda Szukics <
pater.beda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:

> pandoc -w latex-smart Quotes.md -o Quotes.pdf
>
> still has the same effects.
>
> pandoc Quotes.md -o Quotes.odt
>
> works fine. I'm confused.
>
> Beda
>
> Am Mo., 31. Dez. 2018 um 16:54 Uhr schrieb Benct Philip Jonsson <
> bpjonsson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:
>
>> Den 2018-12-31 kl. 16:32, skrev BP Jonsson:
>>
>> > Probably LaTeX is confused by what it thinks is a left quotation
>> > mark.  What happens if you say -w latex-smart ?  Works here!
>>
>>
>> Using `-w latex-smart` when you want Unicode quotes and `-w
>> markdown+smart` when you don't want them is confusing as hell!
>> Might it be possible to have an extension which does the same
>> thing withouth confusing semantics compared to its name, e.g.
>> `unicode_puctuation`?
>>
>> /bpj
>>
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "pandoc-discuss" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/pandoc-discuss/pUyz-qhr9Mc/unsubscribe.
>> To unsubscribe from this group and all its topics, 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/aa448a17-98cd-dca8-48da-fd716f426770%40gmail.com
>> .
>> 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/CAOmnqca_kh8qD%3DzOgtAy5dnjQGWHcr0%2BAtcdzQVH%3DCawSZLzCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

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

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

end of thread, other threads:[~2018-12-31 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-30 21:29 Quotation and ! ? Beda Szukics
     [not found] ` <a19b7f37-d091-4658-bb7a-ce5eee3cfb6a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-12-31  3:01   ` John Muccigrosso
2018-12-31 15:32   ` BP Jonsson
     [not found]     ` <32b3644c-4579-db19-b171-1911165f354c-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-12-31 15:54       ` Benct Philip Jonsson
     [not found]         ` <aa448a17-98cd-dca8-48da-fd716f426770-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-12-31 20:16           ` Beda Szukics
     [not found]             ` <CAOmnqcbWCnJGPsg1ssYzD-4rnPuqvPqbnr_4-e-0AjdUfJFYVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-12-31 20:26               ` Beda Szukics

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