mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-18 20:17:36 +00:00
42 lines
1.1 KiB
PHP
42 lines
1.1 KiB
PHP
|
# Literate Chunk inset definitions.
|
||
|
# This defines the Chunk inset used in the literate modules.
|
||
|
#
|
||
|
# Author: Liviu Andronic <landronimirc@gmail.com>
|
||
|
#
|
||
|
# Note that this file is included in sweave.module,
|
||
|
# knitr.module and noweb.module.
|
||
|
|
||
|
Format 45
|
||
|
|
||
|
InsetLayout "Flex:Chunk"
|
||
|
LabelString "Chunk"
|
||
|
LatexType none
|
||
|
LyXType Custom
|
||
|
RightDelim <br/>@
|
||
|
Decoration Classic
|
||
|
Font
|
||
|
Color latex
|
||
|
Family typewriter
|
||
|
EndFont
|
||
|
#LabelFont
|
||
|
#Color latex
|
||
|
#Size Small
|
||
|
#EndFont
|
||
|
MultiPar true
|
||
|
CustomPars false
|
||
|
ForcePlain true
|
||
|
PassThru 1
|
||
|
ParbreakIsNewline 1
|
||
|
KeepEmpty true
|
||
|
Spellcheck 0
|
||
|
FreeSpacing true
|
||
|
ForceLTR true
|
||
|
Argument 1
|
||
|
Mandatory 1
|
||
|
LabelString "Options"
|
||
|
Tooltip "Options"
|
||
|
LeftDelim <<
|
||
|
RightDelim >>=<br/>
|
||
|
EndArgument
|
||
|
End
|