Fix small LyX-Code bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1265 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-12-06 16:21:59 +00:00
parent b7736f5af3
commit 27c98b368e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-12-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lib/layouts/lyxmacros.inc: do not use \verbatim@font in lyxcode.
It creates a lot of interesting problems.
2000-12-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* src/frontends/xforms/Menubar_pimpl.C (openByName): check that

View File

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