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
This commit is contained in:
Jean-Marc Lasgouttes 1999-11-08 14:12:49 +00:00
parent 5ac8921e39
commit e9b3ceae4e
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
1999-11-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* 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

View File

@ -30,7 +30,7 @@ Style LyX-Code
\raggedright
\setlength{\itemsep}{0pt}
\setlength{\parsep}{0pt}
\ttfamily}%
\verbatim@font}%
\item[]}
{\end{list}}
EndPreamble