From e9b3ceae4e27a17e23fc2f3f84b56c746040d829 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 8 Nov 1999 14:12:49 +0000 Subject: [PATCH] Use \verbatim@font to set the font in LyX-Code environment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@298 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 3 +++ lib/layouts/lyxmacros.inc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1bf7f7c89..b5326ffbbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-11-08 Jean-Marc Lasgouttes + * lib/layouts/lyxmacros.inc (lyxcode): set the font with + \verbatim@font instead of \ttfamily, so that it can be redefined. + * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C, src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C, src/layout.h, src/text2.C: add 'using' directive to bring the diff --git a/lib/layouts/lyxmacros.inc b/lib/layouts/lyxmacros.inc index 60ef9eded9..bdd121de51 100644 --- a/lib/layouts/lyxmacros.inc +++ b/lib/layouts/lyxmacros.inc @@ -30,7 +30,7 @@ Style LyX-Code \raggedright \setlength{\itemsep}{0pt} \setlength{\parsep}{0pt} - \ttfamily}% + \verbatim@font}% \item[]} {\end{list}} EndPreamble -- 2.39.5