Compare commits

...

4 Commits

4 changed files with 17 additions and 17 deletions

View File

@ -1,22 +1,5 @@
vim.g.maplocalleader = " "
vim.g.vimtex_compiler_latex = {}
vim.g.vimtex_compiler_latex["backend"] = 'nvim'
vim.g.vimtex_compiler_latex['backend'] = 'nvim'
vim.g.vimtex_compiler_latex['background'] = 1
vim.g.vimtex_compiler_latex[ 'build_dir'] = ''
vim.g.vimtex_compiler_latex[ 'callback'] = 0
vim.g.vimtex_compiler_latex[ 'continuous'] = 1
vim.g.vimtex_compiler_latex[ 'options'] = { '-pdf',
'-verbose',
'-file-line-error',
'-synctex=1',
'-interaction=nonstopmode',
'-silent',
'-shell-escape',
}
vim.g.vimtex_view_method = 'zathura'
-- Les fichiers sty et cls sont vus comme des fichiers tex

View File

@ -81,5 +81,15 @@
"\\\\end{multicols}"
],
"description": "multicols"
},
"exercise": {
"prefix": "exercise",
"body": [
"\\\\begin{exercise}[subtitle={${1:subtitle}}, step={${2:1}}, origin={${3:Création}}, topics={${4:chapitre}}, tags={${5:tags}}, mode={${5:groupe}}]",
"\t$0",
"\\\\end{exercise}"
],
"description": "exercise xsim"
}
}

1
nvim/.latexmkrc Normal file
View File

@ -0,0 +1 @@
$pdf_mode = 4;

View File

@ -8,6 +8,12 @@ config_version: 2
settings:
auto_save.session:
global: true
content.blocking.method:
global: both
content.geolocation:
https://www.reseau-canope.fr: false
spellcheck.languages:
global:
- fr-FR
zoom.default:
global: 120%