Compare commits
4 Commits
29a815e43c
...
f7056eca23
Author | SHA1 | Date | |
---|---|---|---|
f7056eca23 | |||
f0af5d5b3f | |||
f6a7fe0563 | |||
ea12f5ba70 |
@ -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
|
||||
|
@ -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
1
nvim/.latexmkrc
Normal file
@ -0,0 +1 @@
|
||||
$pdf_mode = 4;
|
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user