mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): LaTeX template
This commit is contained in:
parent
4fd303d68c
commit
3818d59ea0
2 changed files with 32 additions and 1 deletions
|
|
@ -21,5 +21,36 @@
|
|||
"~»"
|
||||
],
|
||||
"description": "Closing French quote with non breaking space"
|
||||
},
|
||||
"template": {
|
||||
"prefix": "template",
|
||||
"body": [
|
||||
"\\documentclass[a4paper, 11pt]{article}",
|
||||
"\\usepackage[T1]{fontenc}",
|
||||
"\\usepackage[french]{babel}",
|
||||
"",
|
||||
"\\usepackage{minted}",
|
||||
"\\usepackage{parskip}",
|
||||
"\\usepackage{graphicx}",
|
||||
"\\usepackage{multido}",
|
||||
"\\usepackage{fancyvrb}",
|
||||
"\\usepackage{tikz}",
|
||||
"\\usetikzlibrary{tikzmark}",
|
||||
"\\usepackage{tkz-euclide}",
|
||||
"\\usepackage{pgfplots}",
|
||||
"\\usepackage{caption}",
|
||||
"\\pgfplotsset{compat=1.18}",
|
||||
"",
|
||||
"\\title{Put your title here}",
|
||||
"\\author{Léana CHIANG}",
|
||||
"",
|
||||
"\\begin{document}",
|
||||
"",
|
||||
"\\maketitle",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"\\end{document}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue