mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
9ca91b2566
There is nothing in the diff besides the format number changing from 93 to 95. From what I understand, this is as expected since 93 -> 94 and 94 -> 95 just add new layout tags. Updating the layouts makes it easier to test master. Otherwise, in some use cases layout2layout can be run hundreds of times which can make some things slow (e.g., opening documents or even opening the advanced find pane).
60 lines
1.5 KiB
HTML
60 lines
1.5 KiB
HTML
# 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 95
|
|
|
|
Counter chunk
|
|
GuiName "Knitr Chunk"
|
|
PrettyFormat "Chunk ##"
|
|
End
|
|
|
|
OutlinerName literate "Literate programming"
|
|
|
|
InsetLayout "Flex:Chunk"
|
|
LabelString "Chunk"
|
|
LatexType none
|
|
LyXType Custom
|
|
Counter chunk
|
|
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
|
|
AddToToc literate
|
|
IsTocCaption 0
|
|
Argument 1
|
|
Mandatory 1
|
|
LabelString "Options"
|
|
Tooltip "Options"
|
|
LeftDelim <<
|
|
RightDelim >>=<br/>
|
|
IsTocCaption 1
|
|
AutoInsert 1
|
|
EndArgument
|
|
ResetsFont false
|
|
ForceOwnlines true
|
|
NeedCProtect true
|
|
EditExternal true
|
|
DocBookTag programlisting
|
|
DocBookAttr role='literate-programming'
|
|
End
|