]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/paper.layout
initials.module: update module description and some whitespace
[lyx.git] / lib / layouts / paper.layout
index 2d27455ff68e807aea6bab0f42bad8c3d745cdd0..192db97a89f98344b01633d90d1cb71bcedf3409 100644 (file)
@@ -1,17 +1,15 @@
 #% Do not delete the line below; configure depends on this
 #  \DeclareLaTeXClass{article (paper)}
-# Paper textclass definition file. 
+# Paper textclass definition file.
 # Created by Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
 
 
-# General textclass parameters
-MaxCounter              Counter_Section
+Format 35
 Columns                 1
 Sides                   1
 SecNumDepth             3
 TocDepth                3
 
-
 Style Standard
        Margin                Static
        LatexType             Paragraph
@@ -21,25 +19,34 @@ Style Standard
        Align                 Block
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
+       HTMLStyle
+               div.standard {
+                       margin-bottom: 2ex;
+               }
+       EndHTMLStyle
 End
 
-
-# A few lists
-Input stdlists.inc
-
-
-# Standard sections.
+Input stdtitle.inc
+Input stdstruct.inc
+Input lyxmacros.inc
+Input stdlayouts.inc
+Input stdfloats.inc
 Input stdsections.inc
+Input stdstarsections.inc
+Input stdlists.inc
+Input stdcounters.inc
+Input stdciteformats.inc
 
+# There are no chapters in a paper.
+NoStyle                 Chapter
+NoCounter                 chapter
+NoStyle                 Chapter*
 
-### All the section headings now use sans serif
-
+# All the section headings now use sans serif
 Style Part
        Align                 Left
-       AlignPossible         Left
        TopSep                2
        BottomSep             1.5
-
        Font
          Family              Sans
          Series              Bold
@@ -49,7 +56,7 @@ End
 
 
 Style Section
-       Font 
+       Font
          Family              Sans
          Series              Bold
          Size                Large
@@ -58,7 +65,7 @@ End
 
 
 Style Subsection
-       Font 
+       Font
          Family              Sans
          Series              Bold
          Size                Large
@@ -67,7 +74,7 @@ End
 
 
 Style Subsubsection
-       Font 
+       Font
          Family              Sans
          Series              Bold
          Size                Normal
@@ -76,7 +83,7 @@ End
 
 
 Style Paragraph
-       Font 
+       Font
          Family              Sans
          Series              Bold
          Size                Normal
@@ -85,46 +92,24 @@ End
 
 
 Style Subparagraph
-       Font 
+       Font
          Family              Sans
          Size                Normal
        EndFont
 End
 
-
-# Starred versions of the sectioning layouts.
-Input stdstarsections.inc
-
-
-# There are no chapters in a paper.
-NoStyle                 Chapter
-NoStyle                 Chapter*
-
-
-# Some standard layouts 
-Input stdtitle.inc
-Input stdstruct.inc
-Input lyxmacros.inc
-Input stdlayouts.inc
-Input stdfloats.inc
-Input stdcounters.inc
-Input obsolete.inc
-
-
-### The description environment also uses sans serif labels.
 Style Description
-       LabelFont 
+       LabelFont
          Family              Sans
          Series              Bold
        EndFont
 End
 
-### The \maketitle stuff is by default left justified.
+
+# The \maketitle stuff is by default left justified.
 Style Title
        Align                 Left
-       AlignPossible         Left
-
-       Font 
+       Font
          Family              Sans
          Series              Bold
          Size                Largest
@@ -134,9 +119,7 @@ End
 
 Style Author
        Align                 Left
-       AlignPossible         Left
-
-       Font 
+       Font
          Size                Larger
          Family              Sans
          Shape               Italic
@@ -145,13 +128,18 @@ End
 
 
 Style Abstract
-       Align                 Left
-       AlignPossible         Left
-
-       Font 
+       Font
          Size                Small
+       EndFont
+       LabelType             Top_Environment
+       LabelFont
+         Series              Bold
          Family              Sans
+         Size                Small
        EndFont
+       LeftMargin            ""
+       RightMargin           ""
+       ParIndent             ""
 End
 
 
@@ -159,24 +147,25 @@ End
 Style SubTitle
        CopyStyle             Title
        LatexName             subtitle
-
-       Font 
+       Font
          Family              Sans
          Series              Medium
          Size                Large
        EndFont
+       HTMLTitle             false
 End
 
 
 Style Institution
        CopyStyle             Title
        LatexName             institution
-
-       Font 
+       Font
          Family              Sans
          Series              Medium
          Size                Normal
        EndFont
+       HTMLTag               div
+       HTMLTitle             false
 End