]> git.lyx.org Git - features.git/blobdiff - src/Paragraph.cpp
BufferParams::copyForAdvFR(): include quote style
[features.git] / src / Paragraph.cpp
index 8a96e6dbdce5643df7caca39ca853844a297d8aa..73edb5d24045feeee4c64c35afbaca45747fe3df 100644 (file)
@@ -1223,6 +1223,9 @@ void Paragraph::Private::latexSpecialChar(otexstream & os,
                        case '}':
                                os << "\\braceright ";
                                return;
+                       case '$':
+                               os << "\\lyxdollar ";
+                               return;
                        case '~':
                                os << "\\lyxtilde ";
                                return;