]> 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 17:51:03 +0000 (18:51 +0100)
commit6c4c16453173774d07bdd8f2b626b7f269687f82
tree9ef3e6e3f55d35dc15b40bbd5cbbd35917d65daf
parent8d247e2407f49fd0a8147ac56f48623133228365
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
status.22x