summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fixme/fixme.el
blob: 056e0f469cc08a707a55dd4060d5c727fee41a4b (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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
;;; fixme.el --- AUC-TeX style file for FiXme

;; Copyright (C) 2000, 2002, 2004, 2006, 2009 Didier Verna

;; Author: Didier Verna <didier@didierverna.net>
;; Created: Tue Apr 18 14:49:29 2000
;; Keywords: tex abbrev data


;; This file is part of FiXme.

;; FiXme may be distributed and/or modified under the
;; conditions of the LaTeX Project Public License, either version 1.1
;; of this license or (at your option) any later version.
;; The latest version of this license is in
;; http://www.latex-project.org/lppl.txt
;; and version 1.1 or later is part of all distributions of LaTeX
;; version 1999/06/01 or later.

;; FiXme consists of all files listed in the file `README'.


;;; Commentary:

;; Contents management by FCM version 0.1.



;;; Code:

(TeX-add-style-hook "fixme"
  (function
   (lambda ()
     (TeX-add-symbols
      '("fxsetup")

      '("fxnote"    ["Options"] "Annotation")
      '("fxwarning" ["Options"] "Annotation")
      '("fxerror"   ["Options"] "Annotation")
      '("fxfatal"   ["Options"] "Annotation")
      '("fixme"     ["Options"] "Annotation")

      '("fxnote*"    ["Options"] "Annotation" t)
      '("fxwarning*" ["Options"] "Annotation" t)
      '("fxerror*"   ["Options"] "Annotation" t)
      '("fxfatal*"   ["Options"] "Annotation" t)

      '("listoffixmes" 0)

      '("fxuselayouts"  t)
      '("fxloadlayouts" t)
      '("fxuseenvlayout"   t)
      '("fxloadenvlayouts" t)
      '("fxusetargetlayout"   t)
      '("fxloadtargetlayouts" t)

      '("fxsetface" "Face" "Value")

      '("FXRegisterAuthor" "Command prefix" "Environment prefix" "Tag")

      '("fxusetheme" "Theme")

      '("FXRegisterLayout"       "Name" "Macro")
      '("FXRegisterLayout*"      "Name" "Macro")
      '("FXRegisterEnvLayout"    "Name" "Opening macro" "Closing macro")
      '("FXRegisterTargetLayout" "Name" "Macro")

      '("FXRequireLayout"       "Name")
      '("FXRequireEnvLayout"    "Name")
      '("FXRequireTargetLayout" "Name")

      '("FXProvidesLayout"       "Name" ["Release information"])
      '("FXProvidesEnvLayout"    "Name" ["Release information"])
      '("FXProvidesTargetLayout" "Name" ["Release information"])

      '("fxenglishnotename" 0)
      '("fxenglishnotesname" 0)
      '("fxenglishwarningname" 0)
      '("fxenglishwarningsname" 0)
      '("fxenglisherrorname" 0)
      '("fxenglisherrorsname" 0)
      '("fxenglishfatalname" 0)
      '("fxenglishfatalsname" 0)
      '("fxfrenchnotename" 0)
      '("fxfrenchnotesname" 0)
      '("fxfrenchwarningname" 0)
      '("fxfrenchwarningsname" 0)
      '("fxfrencherrorname" 0)
      '("fxfrencherrorsname" 0)
      '("fxfrenchfatalname" 0)
      '("fxfrenchfatalsname" 0)
      '("fxspanishnotename" 0)
      '("fxspanishnotesname" 0)
      '("fxspanishwarningname" 0)
      '("fxspanishwarningsname" 0)
      '("fxspanisherrorname" 0)
      '("fxspanisherrorsname" 0)
      '("fxspanishfatalname" 0)
      '("fxspanishfatalsname" 0)
      '("fxitaliannotename" 0)
      '("fxitaliannotesname" 0)
      '("fxitalianwarningname" 0)
      '("fxitalianwarningsname" 0)
      '("fxitalianerrorname" 0)
      '("fxitalianerrorsname" 0)
      '("fxitalianfatalname" 0)
      '("fxitalianfatalsname" 0)
      '("fxgermannotename" 0)
      '("fxgermannotesname" 0)
      '("fxgermanwarningname" 0)
      '("fxgermanwarningsname" 0)
      '("fxgermanerrorname" 0)
      '("fxgermanerrorsname" 0)
      '("fxgermanfatalname" 0)
      '("fxgermanfatalsname" 0)
      '("fxdanishnotename" 0)
      '("fxdanishnotesname" 0)
      '("fxdanishwarningname" 0)
      '("fxdanishwarningsname" 0)
      '("fxdanisherrorname" 0)
      '("fxdanisherrorsname" 0)
      '("fxdanishfatalname" 0)
      '("fxdanishfatalsname" 0)
      '("fxcroatiannotename" 0)
      '("fxcroatiannotesname" 0)
      '("fxcroatianwarningname" 0)
      '("fxcroatianwarningsname" 0)
      '("fxcroatianerrorname" 0)
      '("fxcroatianerrorsname" 0)
      '("fxcroatianfatalname" 0)
      '("fxcroatianfatalsname" 0)

      '("englishlistfixmename" 0)
      '("frenchlistfixmename" 0)
      '("spanishlistfixmename" 0)
      '("italianlistfixmename" 0)
      '("germanlistfixmename" 0)
      '("danishlistfixmename" 0)
      '("croatianlistfixmename" 0))

     (LaTeX-add-environments
      '("anfxnote"    ["Options"] "Summary")
      '("anfxwarning" ["Options"] "Summary")
      '("anfxerror"   ["Options"] "Summary")
      '("anfxfatal"   ["Options"] "Summary")
      '("afixme"      ["Options"] "Summary")

      ;; #### NOTE: I would like to insert a couple of braces here.
      '("anfxnote*"    ["Options"] "Summary")
      '("anfxwarning*" ["Options"] "Summary")
      '("anfxerror*"   ["Options"] "Summary")
      '("anfxfatal*"   ["Options"] "Summary")))))



;;; Local variables:
;;; eval: (put 'TeX-add-style-hook 'lisp-indent-function 1)
;;; End:

;;; fixme.el ends here