initial commit
This commit is contained in:
3
.vscode/ltex.dictionary.fr.txt
vendored
Normal file
3
.vscode/ltex.dictionary.fr.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
UMR
|
||||
STICC
|
||||
POJO
|
||||
1
.vscode/ltex.hiddenFalsePositives.fr.txt
vendored
Normal file
1
.vscode/ltex.hiddenFalsePositives.fr.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"rule":"FR_SPELLING_RULE","sentence":"^\\QVincent Lannurien 1 \\E(?:Dummy|Ina|Jimmy-|Dummy-|Maniquí-|Maniquíes-|Dummy\\+|Dummy's\\+)[0-9]+\\Q Vincent Lannurien\\E$"}
|
||||
103
.vscode/settings.json
vendored
Normal file
103
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,103 @@
|
||||
{
|
||||
// VSCode text editor settings
|
||||
"editor.fontSize": 16,
|
||||
"editor.tabSize": 2,
|
||||
"editor.lineHeight": 1.8,
|
||||
"editor.cursorBlinking": "phase",
|
||||
"editor.unicodeHighlight.nonBasicASCII": false,
|
||||
"editor.wordWrap": "on",
|
||||
"editor.wrappingStrategy": "advanced",
|
||||
"editor.wordBasedSuggestions": "off",
|
||||
// "editor.quickSuggestions": {
|
||||
// "other": "on",
|
||||
// "comments": "off",
|
||||
// "strings": "off"
|
||||
// },
|
||||
// "editor.acceptSuggestionOnEnter": "off",
|
||||
// LaTeX Workshop settings
|
||||
"latex-workshop.intellisense.package.enabled": true,
|
||||
"latex-workshop.intellisense.unimathsymbols.enabled": true,
|
||||
"latex-workshop.intellisense.citation.backend": "biblatex",
|
||||
"latex-workshop.latex.outDir": "build",
|
||||
"latex-workshop.latex.autoBuild.run": "onFileChange",
|
||||
"latex-workshop.latex.autoBuild.interval": 3000,
|
||||
"latex-workshop.synctex.afterBuild.enabled": true,
|
||||
"latex-workshop.view.autoFocus.enabled": false,
|
||||
"latex-workshop.view.pdf.reload.transition": "fade",
|
||||
"latex-workshop.view.pdf.viewer": "tab",
|
||||
"latex-workshop.view.pdf.zoom": "auto",
|
||||
"latex-workshop.latex.tools": [
|
||||
{
|
||||
"args": [
|
||||
"-shell-escape",
|
||||
"-synctex=1",
|
||||
"-interaction=nonstopmode",
|
||||
"-file-line-error",
|
||||
"-pdf",
|
||||
"-outdir=%OUTDIR%",
|
||||
"-out2dir=.",
|
||||
"-pdflatex",
|
||||
"-e",
|
||||
"$bibtex='biber %O %S';",
|
||||
"%DOC%"
|
||||
],
|
||||
"command": "latexmk",
|
||||
"name": "latexmk + pdflatex + biber"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"-shell-escape",
|
||||
"-synctex=1",
|
||||
"-interaction=nonstopmode",
|
||||
"-file-line-error",
|
||||
"-pdf",
|
||||
"-outdir=%OUTDIR%",
|
||||
"-out2dir=.",
|
||||
"-xelatex",
|
||||
"-e",
|
||||
"$bibtex='biber %O %S';",
|
||||
"%DOC%"
|
||||
],
|
||||
"command": "latexmk",
|
||||
"name": "latexmk + xelatex + biber"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"-shell-escape",
|
||||
"-synctex=1",
|
||||
"-interaction=nonstopmode",
|
||||
"-file-line-error",
|
||||
"-pdf",
|
||||
"-outdir=%OUTDIR%",
|
||||
"-out2dir=.",
|
||||
"-lualatex",
|
||||
"-e",
|
||||
"$bibtex='biber %O %S';",
|
||||
"%DOC%"
|
||||
],
|
||||
"command": "latexmk",
|
||||
"name": "latexmk + lualatex + biber"
|
||||
}
|
||||
],
|
||||
"latex-workshop.latex.recipes": [
|
||||
{
|
||||
"name": "latexmk + lualatex + biber",
|
||||
"tools": [
|
||||
"latexmk + lualatex + biber"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "latexmk + xelatex + biber",
|
||||
"tools": [
|
||||
"latexmk + xelatex + biber"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "latexmk + pdflatex + biber",
|
||||
"tools": [
|
||||
"latexmk + pdflatex + biber"
|
||||
]
|
||||
}
|
||||
],
|
||||
"latex-workshop.latex.recipe.default": "lastUsed"
|
||||
}
|
||||
Reference in New Issue
Block a user