]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/logicalmkup.module
Allow literate documents other than noweb to work out of the box. Currently
[lyx.git] / lib / layouts / logicalmkup.module
index bea2b261c264d44c0b61fdcf25e1ef8de3048eee..d31acfecdb6166a91913408c29f5e7c8b9a686eb 100644 (file)
@@ -5,7 +5,7 @@
 
 # Author : Martin vermeer <martin.vermeer@hut.fi>
 
-Format 9
+Format 11
 
 InsetLayout CharStyle:Noun
        LyxType               charstyle
@@ -16,6 +16,7 @@ InsetLayout CharStyle:Noun
          Shape               Smallcaps
        EndFont
        Requires              noun
+       InToc                 true
 End
 
 
@@ -27,6 +28,7 @@ InsetLayout CharStyle:Emph
        Font
          Shape               Italic
        EndFont
+       InToc                 true
 End
 
 
@@ -41,6 +43,7 @@ InsetLayout CharStyle:Strong
        Preamble
        \newcommand{\strong}[1]{\textbf{#1}}
        EndPreamble
+       InToc                 true
 End
 
 
@@ -55,5 +58,5 @@ InsetLayout CharStyle:Code
        Preamble
        \newcommand{\code}[1]{\texttt{#1}}
        EndPreamble
+       InToc                 true
 End
-