mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
b7736f5af3
commit
27c98b368e
@ -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
|
||||
|
@ -30,7 +30,7 @@ Style LyX-Code
|
||||
\raggedright
|
||||
\setlength{\itemsep}{0pt}
|
||||
\setlength{\parsep}{0pt}
|
||||
\verbatim@font}%
|
||||
\normalfont\ttfamily}%
|
||||
\item[]}
|
||||
{\end{list}}
|
||||
EndPreamble
|
||||
|
Loading…
Reference in New Issue
Block a user