File: db_stdtitle.inc

package info (click to toggle)
lyx 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 138,444 kB
  • sloc: cpp: 244,268; ansic: 106,398; xml: 72,791; python: 39,384; sh: 7,666; makefile: 6,584; pascal: 2,143; perl: 2,101; objc: 1,084; tcl: 163; sed: 16
file content (90 lines) | stat: -rw-r--r-- 2,231 bytes parent folder | download
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
# Textclass definition file for docbook.
# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
# Modified Martin Vermeer <martin.vermeer@hut.fi>
#
# This file is the counterpart of stdstyle.inc
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.

Format 111
Input stdtitle.inc


Style Authorgroup
	CopyStyle             Author
	LatexType             Environment
	LatexName             authorgroup
	# TODO: missing a DocBookInnerTag to be valid (authorgroup > author > personname). 
	DocBookTag            author
	DocBookTagType        paragraph
	DocBookInnerTag       personname
	DocBookInnerTagType   inline
	DocBookWrapperTag     authorgroup
	DocBookWrapperTagType paragraph
End


Style RevisionHistory
	Margin                Static
	LatexType             Command
	LatexName             revhistory
	CommandDepth          3
	InnerTag              "!-- --"
	LeftMargin            MMM
	RightMargin           MMM
	ParIndent             MM
	TopSep                0.7
	BottomSep             0
	ParSep                0
	Align                 Block
	KeepEmpty             1
	LabelType             Centered
	LabelString           "Revision History"
	LabelBottomSep        0.5
	DocBookTag            revhistory
	DocBookTagType        paragraph
End


Style Revision
	Margin                Dynamic
	LatexType             Command
	LatexName             revision
	CommandDepth          4
	InnerTag              revnumber
	LabelSep              xxx
	ParSkip               0.4
	TopSep                0.9
	BottomSep             0.5
	ParSep                0.5
	Align                 Block
	DocBookTag            revision
	DocBookTagType        paragraph
End


Style RevisionRemark
	Margin                Static
	LatexType             Paragraph
	InTitle               1
	LatexName             revremark
	LabelSep              xxx
	ParIndent             MM
	ParSkip               0.0
	TopSep                0.0
	BottomSep             0.0
	ParSep                1
	Align                 Block
	LabelType             No_Label
	DocBookTag            revremark
	DocBookTagType        paragraph
End


Style FirstName
	ObsoletedBy   Standard
End

Style Surname
	ObsoletedBy   Standard
End