summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hereapplies/lyx-module/hereapplies.module
blob: b19419024cd4c4924e658d85f0e5e443bdde627f (plain)
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
#\DeclareLyXModule[hereapplies.sty]{Here Applies}
#DescriptionBegin
#A module for cross-linking applications of concepts.
#See the hereapplies.sty LaTeX package for more information.
#DescriptionEnd
#Authors: madmurphy

Format 66

AddToPreamble
	\usepackage{hereapplies}
EndPreamble

InsetLayout Flex:Here_Applies
	LyXType		custom
	Decoration	Classic
	LabelString	"Applies"
	LatexType	command
	LatexName	hereapplies
	Requires	hereapplies
	ForcePlain	1
	MultiPar	0
	NoInsetLayout	1
	BgColor		lightgray
	Font
		Color		black
		Size		Small
	EndFont
	LabelFont
		Color		teal
		Size		Small
	EndFont
	Argument 1
		LabelString	"Label"
		MenuString	"Occurrence label"
		Tooltip		"A string that will used to build a reference label in the form “appl:concept:label”"
		Mandatory	0
		LabelFont
			Color		blue
		EndFont
		Font
			Color		red
		EndFont
	EndArgument
End

InsetLayout Flex:Here_Applies*
	LyXType		custom
	Decoration	Classic
	LabelString	"Applies*"
	LatexType	command
	LatexName	hereapplies*
	Requires	hereapplies
	ForcePlain	1
	MultiPar	0
	NoInsetLayout	1
	BgColor		lightgray
	Font
		Color		black
		Size		Small
	EndFont
	LabelFont
		Color		teal
		Size		Small
	EndFont
	Argument 1
		LabelString	"Label"
		MenuString	"Occurrence label"
		Tooltip		"A string that will used to build a reference label in the form “appl:concept:label”"
		Mandatory	0
		LabelFont
			Color		blue
		EndFont
		Font
			Color		red
		EndFont
	EndArgument
End

InsetLayout Flex:Where_Applies
	LyXType		custom
	Decoration	Classic
	LabelString	"Applications of"
	LatexType	command
	LatexName	whereapplies
	Requires	hereapplies
	ForcePlain	1
	MultiPar	0
	NoInsetLayout	1
	BgColor		lightgray
	Font
		Family		Typewriter
		Color		black
		Size		Small
	EndFont
	LabelFont
		Family		Serif
		Color		green
		Size		Small
	EndFont
End