Re: Problem with quotes signs in Pandoc conversion

2020-02-07 Thread V K
I found some solution there: LaTeX Error: Command \textquotedbl unavailable in encoding HE8 put \let\glqq=„ (not ,, – it should be one symbol, not two) in the preamble and quote opening signs are in converted docx. | | | | | | | | | | | LaTeX Error: Command \textquotedbl unavail

Re: Problem with quotes signs in Pandoc conversion

2020-02-06 Thread Steve Litt
On Wed, 5 Feb 2020 16:23:14 +0100 Jean-Marc Lasgouttes wrote: > Le 05/02/2020 à 16:05, V K a écrit : > > So it is obvious that Pandoc understands only quotes signs, but > > not, how to say, commands, it doesn't convert all the \og, > > \guillemotleft, \quotesinglbase, \glqq and so on, but perfect

Re: Problem with quotes signs in Pandoc conversion

2020-02-05 Thread V K
On Wednesday, February 5, 2020, 5:23:23 PM GMT+2, Jean-Marc Lasgouttes wrote: Le 05/02/2020 à 16:05, V K a écrit : > So it is obvious that Pandoc understands only quotes signs, but not, how > to say, commands, it doesn't convert all the \og, \guillemotleft, > \quotesinglbase, \glqq

Re: Problem with quotes signs in Pandoc conversion

2020-02-05 Thread Jean-Marc Lasgouttes
Le 05/02/2020 à 16:05, V K a écrit : So it is obvious that Pandoc understands only quotes signs, but not, how to say, commands, it doesn't convert all the \og, \guillemotleft, \quotesinglbase, \glqq and so on, but perfectly convert signs `` '' << etc. Using csquotes package change nothing.Maybe

Problem with quotes signs in Pandoc conversion

2020-02-05 Thread V K
Hello. I quite often need export form Lyx to docx.So I installed Pandoc, converted document to docx and... lost all opening quote signs. They are in pdf, generated by Lyx, but not in exported docx or odt. I tested simple lyx file (attached) changing only language of document in Lyx settings.  I