]> git.lyx.org Git - wiki-uploads.git/blob - Modules/pdfcomment.module
Add libtiff5 package required by Qt4
[wiki-uploads.git] / Modules / pdfcomment.module
1 #\DeclareLyXModule{PDF comments}
2 #DescriptionBegin
3 #Inserts annotations to the PDF file.
4 #DescriptionEnd
5 # Author: Juergen Spitzmueller <spitz@lyx.org>
6
7 Format 11
8
9 InsetLayout PDF-Annotation
10         LyXType               custom
11         LabelString           PDF
12         LatexType             command
13         LatexName             pdfcomment
14         Decoration            classic
15         LabelFont
16           Color               magenta
17           Size                Small
18         EndFont
19         MultiPar              false
20         OptionalArgs          1
21         Preamble
22                 \RequirePackage{pdfcomment}
23         EndPreamble
24 End
25
26 InsetLayout PDF-Margin
27         LyXType               custom
28         LabelString           "PDF (margin)"
29         LatexType             command
30         Decoration            classic
31         LatexName             pdfmargincomment
32         LabelFont
33           Color               green
34           Size                Small
35         EndFont
36         MultiPar              false
37         OptionalArgs          1
38         Preamble
39                 \RequirePackage{pdfcomment}
40         EndPreamble
41 End
42