]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdclass.inc
Replace <programlist> with <screen>, as it is more general.
[lyx.git] / lib / layouts / db_stdclass.inc
index f06af9e553f30ba0431465bd8bb655a9be31afb9..2969d78bbb34a05d20fd2c36a22c0dbed83b113a 100644 (file)
@@ -2,29 +2,21 @@
 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
 
 # This file is the counterpart of stdclass.inc
-# It is desireable, as far as possible, to have the same look and feeling for
+# It is desirable, as far as possible, to have the same look and feel for
 # related layouts in latex and docbook.
 
 OutputType              docbook
 
-# General textclass parameters
 Columns                 1
 Sides                   1
 SecNumDepth             3
 TocDepth                3
 DefaultStyle            Standard
 
-# This is just to show how to declare the default font.
-# The defaults are exactly those shown here.
-DefaultFont
-       Family                Roman
-       Series                Medium
-       Shape                 Up
-       Size                  Normal
-       Color                 None
-EndFont
-
-# Standard style definition
+ClassOptions
+#      Header             "PUBLIC &quot;-//OASIS//DTD DocBook V4.1//EN&quot;"
+End
+
 Style Standard
        Margin                Static
        LatexType             Paragraph
@@ -36,6 +28,50 @@ Style Standard
        LabelType             No_Label
 End
 
+
+CharStyle Filename
+       LatexType             Command
+       LatexName             filename
+       Font
+         Family              Typewriter
+       EndFont
+       LabelFont
+         Family              Roman
+         Color               blue
+       EndFont
+End
+
+CharStyle Firstname
+       LatexType             Command
+       LatexName             firstname
+       LabelFont
+         Shape               Up
+         Color               blue
+       EndFont
+End
+
+CharStyle Surname
+       LatexType             Command
+       LatexName             surname
+       LabelFont
+         Shape               Up
+         Color               blue
+       EndFont
+End
+
+CharStyle Literal
+       LatexType             Command
+       LatexName             literal
+       Font
+         Family              Typewriter
+       EndFont
+       LabelFont
+         Family              Roman
+         Color               blue
+       EndFont
+End
+
+
 Input db_stdlists.inc
 Input db_stdsections.inc
 Input db_stdstarsections.inc
@@ -43,5 +79,4 @@ Input db_stdtitle.inc
 Input db_stdstruct.inc
 Input db_lyxmacros.inc
 Input db_stdlayouts.inc
-Input stdcounters.inc
 Input stdfloats.inc