]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
tex2lyx: check for \maketitle also if other titlename is specified
[lyx.git] / lib / layouts / stdcounters.inc
index 30787f0fae1934d8deff9f660e1043bbabf7dd0b..60d51d46c7d0efa6ee2c901b0f9d9289eef15461 100644 (file)
@@ -4,7 +4,7 @@
 # in most LyX layouts.
 
 
-Format 40
+Format 68
 Counter part
        LabelString          "\Roman{part}"
        PrettyFormat         "Part \Roman{part}"
@@ -71,3 +71,8 @@ End
 Counter footnote
        PrettyFormat         "Footnote ##"
 End
+
+Counter thanks
+       PrettyFormat         "Footnote ##"
+       LabelString          "\fnsymbol{thanks}"
+End