]> git.lyx.org Git - features.git/commit
Fix a comment.
authorGünter Milde <milde@lyx.org>
Tue, 2 Jan 2018 08:28:04 +0000 (09:28 +0100)
committerGünter Milde <milde@lyx.org>
Tue, 2 Jan 2018 08:28:04 +0000 (09:28 +0100)
commitd852bbd5d927eb32b697227b28995eafda33164e
treeec41c3397cf91ded64a6b32074188bf022399451
parent9428ad56b9127a23af67808844ca4838f93563a5
Fix a comment.

Ligating of -- to en dashes occure also in teletype fonts.
With some 8-bit fonts, em and en dashes are not copied
exported from the PDF (but this is not limited to dashes in teletype).
With LatinModern, PDF export works fine
MWE:
\documentclass[]{article}
%\usepackage{lmodern}
\usepackage[T1]{fontenc}
\begin{document}
Hallo \texttt{Welt --Welt ---Welt}
Hallo Welt --Welt ---Welt
src/Paragraph.cpp