]> git.lyx.org Git - features.git/commit
Fix some quote inset bugs:
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 7 Dec 2016 14:37:03 +0000 (15:37 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 7 Dec 2016 14:37:03 +0000 (15:37 +0100)
commitad8352039016968edb4a93c082eef5389b1823c0
treefe1b966c2a729c274fd09e58dbff52ba806873c2
parent91f980cf314183d22d5f3211d04985e34501daa5
Fix some quote inset bugs:

* Adjoining closing Single + double quote becomes double + single quote
  (for English, Swedish and German, LaTeX export as ''').

* French double quotes are converted to << >> in the LaTeX file and to
  double inverted question/interrogation marks in the output, if the font
  encoding is set to [None] or OT1 but the global default is T1. (test
  for lyxrc.fontenc instead of the document-specific fontenc setting in
  InsetQuotes.cpp).

* Quote type ignored for LyXHTML: always "English" quotes used.

See #10451
src/insets/InsetQuotes.cpp
src/insets/InsetQuotes.h