]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/cv.layout
Add some tipa accents
[lyx.git] / lib / layouts / cv.layout
index 7f7c9f013fbb74dd979fc93a0d4ede4e3b2e9b6a..85c3ac9b312962459450568000ab308cbacb4f6c 100644 (file)
@@ -1,16 +1,16 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{Curriculum Vitae}
-# CV textclass definition file. 
+#  \DeclareLaTeXClass{curriculum vitae}
+# CV textclass definition file.
 # Author : Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
 
-# General textclass parameters
+
+Format 3
 Columns                 1
 Sides                   1
 SecNumDepth             -1
 TocDepth                -1
-MaxCounter              Counter_Section
 
-# Standard style definition
+
 Style Standard
        Margin                Static
        LatexType             Paragraph
@@ -22,7 +22,10 @@ Style Standard
        LabelType             No_Label
 End
 
-# Section style definition
+
+Input stdfloats.inc
+Input stdcounters.inc
+
 Style Section
        Margin                Dynamic
        LatexType             Command
@@ -37,15 +40,13 @@ Style Section
        Align                 Block
        AlignPossible         Block, Left
        LabelType             No_Label
-
-       # standard font definition
        Font
-         Family              Sans 
+         Family              Sans
          Series              Bold
        EndFont
 End
 
-# Section style definition
+
 Style Subsection
        CopyStyle             Section
        LatexName             subsection
@@ -53,12 +54,7 @@ Style Subsection
        LeftMargin            MMM
 End
 
-# we used to have this version with wrong case
-Style SubSection
-       ObsoletedBy           Subsection
-End
 
-# Topic style definition
 Style Topic
        Margin                Manual
        LatexType             Item_environment
@@ -73,16 +69,14 @@ Style Topic
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Manual
-       LabelString           MMMMM
-
-       # label font definition
-       LabelFont 
+       LabelString           "MMMMM"
+       LabelFont
          Family              Sans
          Shape               Slanted
        EndFont
 End
 
-# Itemize style definition
+
 Style Itemize
        Margin                Static
        LatexType             Item_Environment
@@ -97,10 +91,10 @@ Style Itemize
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Static
-       LabelString           *
+       LabelString           "*"
 End
 
-# Left header
+
 Style Left_Header
        CopyStyle             Standard
        LatexType             Command
@@ -112,21 +106,19 @@ Style Left_Header
        Align                 Block
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
-
        Font
          Family              Sans
        EndFont
-
 End
 
-# Right header
+
 Style Right_Header
-       CopyStyle             "Left Header"
+       CopyStyle             Left_Header
        LatexName             rightheader
        Margin                Right_Address_Box
 End
 
-# Title
+
 Style Title
        Margin                Static
        LatexType             Command
@@ -140,30 +132,22 @@ Style Title
        Align                 Center
        AlignPossible         Center
        LabelType             No_Label
-
-       # standard font definition
-       Font 
+       Font
          Family              Sans
          Series              Bold
          Size                Largest
        EndFont
-
 End
 
-# Bibliography style definition
+
 Style Bibliography
        CopyStyle             Topic
        LatexName             thebibliography
+       LatexType             Bib_Environment
        LabelType             Bibliography
        LabelString           ""
        LabelBottomSep        0.7
-
-       # standard font definition
        LabelFont
          Size                Tiny
        EndFont
-       
 End
-
-Input stdfloats.inc
-Input stdcounters.inc