mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
5ac8921e39
commit
e9b3ceae4e
@ -1,5 +1,8 @@
|
|||||||
1999-11-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
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/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
|
||||||
src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.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
|
src/layout.h, src/text2.C: add 'using' directive to bring the
|
||||||
|
@ -30,7 +30,7 @@ Style LyX-Code
|
|||||||
\raggedright
|
\raggedright
|
||||||
\setlength{\itemsep}{0pt}
|
\setlength{\itemsep}{0pt}
|
||||||
\setlength{\parsep}{0pt}
|
\setlength{\parsep}{0pt}
|
||||||
\ttfamily}%
|
\verbatim@font}%
|
||||||
\item[]}
|
\item[]}
|
||||||
{\end{list}}
|
{\end{list}}
|
||||||
EndPreamble
|
EndPreamble
|
||||||
|
Loading…
Reference in New Issue
Block a user