]> git.lyx.org Git - features.git/commitdiff
Fix small LyX-Code bug
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 6 Dec 2000 16:21:59 +0000 (16:21 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 6 Dec 2000 16:21:59 +0000 (16:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1265 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
lib/layouts/lyxmacros.inc

index 4dd15dc6b05d2dee3432c373b5de51eabb5d438a..3a0f70ad4b3195286aedd7aab5b41e6ccdeadb31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index bdd121de51ed133dfb7cec06fc9b045867ad3e80..89da6020993916b88aa8babf96c23927c8cf3bf4 100644 (file)
@@ -30,7 +30,7 @@ Style LyX-Code
       \raggedright
       \setlength{\itemsep}{0pt}
       \setlength{\parsep}{0pt}
-      \verbatim@font}%
+      \normalfont\ttfamily}%
      \item[]}
     {\end{list}}
   EndPreamble