feat: commit some ai prompt
This commit is contained in:
153
docs/latex2xthesis.example.toml
Normal file
153
docs/latex2xthesis.example.toml
Normal file
@@ -0,0 +1,153 @@
|
||||
[preface]
|
||||
mode = "comment"
|
||||
comment-head = "region: preface"
|
||||
comment-tail = "endregion"
|
||||
|
||||
[[preface.section]]
|
||||
mode = "environment"
|
||||
environment-keyword = "abstract"
|
||||
|
||||
caption = "args[0]"
|
||||
body = "body"
|
||||
|
||||
|
||||
|
||||
|
||||
[document]
|
||||
mode = "comment"
|
||||
comment-head = "region: document"
|
||||
comment-tail = "endregion"
|
||||
|
||||
[document.section1]
|
||||
mode = "guard"
|
||||
|
||||
|
||||
|
||||
|
||||
[appendix]
|
||||
mode = "comment"
|
||||
comment-head = "region: appendix"
|
||||
comment-tail = "endregion"
|
||||
|
||||
[[preface.section]]
|
||||
mode = "guard"
|
||||
guard-head = "section"
|
||||
guard-tail = "abstract"
|
||||
|
||||
caption = "args[0]"
|
||||
body = "body"
|
||||
|
||||
|
||||
|
||||
|
||||
[reference]
|
||||
mode = "command"
|
||||
command-keyword = "bibliography"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[b]
|
||||
mode = "command"
|
||||
command-keyword = "textbf"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[i]
|
||||
mode = "command"
|
||||
command-keyword = "textit"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[ref]
|
||||
mode = "command"
|
||||
command-keyword = "ref"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[cref]
|
||||
mode = "command"
|
||||
command-keyword = "cref"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[cite]
|
||||
mode = "command"
|
||||
command-keyword = "cite"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[equation]
|
||||
mode = "environment"
|
||||
environment-keyword = "equation"
|
||||
|
||||
body = "body"
|
||||
|
||||
[equation.caption]
|
||||
mode = "command"
|
||||
command-keyword = "caption"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[equation.label]
|
||||
mode = "command"
|
||||
command-keyword = "label"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[figure]
|
||||
mode = "environment"
|
||||
environment-keyword = "figure"
|
||||
|
||||
body = "body"
|
||||
|
||||
[figure.caption]
|
||||
mode = "command"
|
||||
command-keyword = "caption"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[figure.label]
|
||||
mode = "command"
|
||||
command-keyword = "label"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[table]
|
||||
mode = "environment"
|
||||
environment-keyword = "table"
|
||||
|
||||
body = "body"
|
||||
|
||||
[table.caption]
|
||||
mode = "command"
|
||||
command-keyword = "caption"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[table.label]
|
||||
mode = "command"
|
||||
command-keyword = "label"
|
||||
|
||||
body = "args[0]"
|
||||
|
||||
[pagebreaker]
|
||||
mode = "command"
|
||||
command-keyword = "clearpage"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user