/usr/share/lyx/layouts/seminar.layout is in lyx-common 2.0.6-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | #% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[seminar,sem-page.sty]{transparencies (seminar)}
# Versions:
# 1.0 Initial attemt at makeing a LyX layout file for the seminar class.
# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
# 1.1 08-04-2002 Günter Milde <milde users.sf.net>
# 1.2 11-12-2002 Günter Milde (copying some stuff from L. G. Bjønnes
# version in LyX 1.3)
# 1.3 2007-09-18 Günter Milde (adapted to LyX 1.5)
# 1.4 2008-10-08 Günter Milde (use --Separator-- "look")
# 1.5 2011-06-09 Günter Milde (Use Flex insets)
Format 35
Sides 1
Columns 1
ClassOptions
FontSize 8|9|10|11|12|14|17
Other "slidesec,semrot,portrait"
End
# Input general definitions: (seminar is based on the article class)
Input article.layout
InsetLayout Flex:LandscapeSlide
LabelString "Landscape Slide"
LatexType Environment
LatexName slide
LyXType custom
Decoration classic
MultiPar true
KeepEmpty true
LabelFont
Size Small
EndFont
End
InsetLayout Flex:PortraitSlide
CopyStyle Flex:LandscapeSlide
LabelString "Portrait Slide"
LatexName slide*
End
# Note: \slideheading is only defined when the option slidesec is present
Style SlideHeading
CopyStyle Section*
LatexName slideheading
Align Center
End
# Note: \slidesubheading is only defined when the option slidesec is present
Style SlideSubHeading
CopyStyle Subsection*
LatexName slidesubheading
Align Center
End
InsetLayout Flex:ListOfSlides
CopyStyle Flex:LandscapeSlide
LabelString "List of Slides"
LatexType Command
LatexName listofslides
BgColor listingsbg
Spellcheck 0
End
InsetLayout Flex:SlideContents
CopyStyle Flex:ListOfSlides
LabelString "Slide Contents"
LatexName slidecontents
End
InsetLayout Flex:ProgressContents
CopyStyle Flex:ListOfSlides
LabelString "Progress Contents"
LatexName Slidecontents
End
# Compatibility definitions for old documents
# -------------------------------------------
#
# It is recommended to use the custom insets instead of paragraph styles.
Style LandscapeSlide
CopyStyle --Separator--
LatexType Environment
LatexName slide
NextNoIndent 1
Margin Static
LeftMargin N
ParIndent ""
TopSep 0.4
LabelType Top_Environment
LabelString "Landscape Slide:"
End
Style Slide
Obsoletedby LandscapeSlide
End
Style PortraitSlide
CopyStyle LandscapeSlide
LatexName slide*
LabelString "Portrait Slide:"
End
Style Slide*
ObsoletedBy PortraitSlide
End
# EndOfSlide was a dummy style whose main purpose is to separate subsequent
# Slide environments. Nowadays lyx has the special --Separator-- style as
# workaround:
Style EndOfSlide
ObsoletedBy --Separator--
End
Style ListOfSlides
CopyStyle --Separator--
LatexType Command
LatexName listofslides
TopSep 0.5
BottomSep 0.5
Align Center
# BottomSep 0
LabelString "[List Of Slides]"
End
Style SlideContents
CopyStyle ListOfSlides
LatexName slidecontents
LabelString "[Slide Contents]"
End
Style ProgressContents
CopyStyle ListOfSlides
LatexName Slidecontents
LabelString "[Progress Contents]"
End
|