diff options
Diffstat (limited to 'src/context.cpp')
-rw-r--r-- | src/context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.cpp b/src/context.cpp index 40c3b95..e5d98c1 100644 --- a/src/context.cpp +++ b/src/context.cpp @@ -3814,7 +3814,7 @@ class TextGeneratorLatex : public TextGeneratorIntf } else { - m_ts << "{\\bf "; + m_ts << "\\textbf{ "; filterLatexString(m_ts,text); m_ts << "}"; } |