]> git.lyx.org Git - lyx.git/blob - lib/layouts/knitr.module
Whitespace.
[lyx.git] / lib / layouts / knitr.module
1 #\DeclareLyXModule[knitr->latex]{Rnw (knitr)}
2 #DescriptionBegin
3 #Uses the knitr package in R for dynamic report generation. This R package has to be installed for this module to work: install.packages('knitr'). Note it depends on R >= 2.14.1.
4 #For more info see http://yihui.name/knitr
5 #DescriptionEnd
6 #Category: literate
7 #Excludes: lilypond | sweave
8
9 Format 49
10
11 Input litinsets.inc
12
13 Counter chunk
14     InitialValue 2
15 End
16
17 OutputType             literate
18 OutputFormat           knitr
19
20 InsetLayout "Flex:Sweave Options"
21         LabelString           "Sweave opts"
22         LatexType             Command
23         LaTexName             SweaveOpts
24         LyXType               Custom
25         Decoration            Classic
26         Font
27           Color               latex
28           Family              typewriter
29         EndFont
30         LabelFont
31           Color               latex
32           Size                Small
33         EndFont
34         MultiPar              false
35         PassThru              1
36         ParbreakIsNewline     1
37         Spellcheck            0
38         FreeSpacing           true
39         ForceLTR              true
40 End
41
42 InsetLayout "Flex:S/R expression"
43         LabelString           "S/R expr"
44         LatexType             Command
45         LaTexName             Sexpr
46         LyXType               Custom
47         Decoration            Conglomerate
48         Font
49           Color               latex
50           Family              typewriter
51         EndFont
52         LabelFont
53           Color               latex
54           Size                Small
55         EndFont
56         MultiPar              false
57         PassThru              1
58         ParbreakIsNewline     1
59         Spellcheck            0
60         FreeSpacing           true
61         ForceLTR              true
62 End
63