]> git.lyx.org Git - wiki-uploads.git/blob - Modules/todonotes.module
Add Japanese manuals
[wiki-uploads.git] / Modules / todonotes.module
1 #\DeclareLyXModule{TODO notes}
2 #DescriptionBegin
3 #Inserts TODO-notes in the output. A list of todo notes can be produced
4 #by inserting \listoftodos in ERT.
5 #DescriptionEnd
6 # Author: Juergen Spitzmueller <spitz@lyx.org>
7
8 Format 11
9
10 InsetLayout TODO
11         LyXType               custom
12         LabelString           TODO
13         LatexType             command
14         LatexName             todo
15         Decoration            classic
16         LabelFont
17           Color               magenta
18           Size                Small
19         EndFont
20         MultiPar              false
21         OptionalArgs          1
22         Preamble
23                 \RequirePackage{todonotes}
24         EndPreamble
25 End