Compare commits
2 commits
d37ee64d4d
...
410ff259e0
Author | SHA1 | Date | |
---|---|---|---|
410ff259e0 | |||
6fff58cb5b |
3 changed files with 4 additions and 2 deletions
2
.alias
2
.alias
|
@ -8,3 +8,5 @@ alias ip="ip --color=auto"
|
|||
|
||||
alias feh="feh -."
|
||||
alias imgcat="imgcat --iterm2"
|
||||
|
||||
alias sshq="ssh -O exit"
|
||||
|
|
|
@ -1 +1 @@
|
|||
$pdflatex="xelatex %O %S";
|
||||
#$pdflatex="xelatex %O %S";
|
||||
|
|
|
@ -18,7 +18,7 @@ vim.g.vimtex_compiler_method = 'latexmk'
|
|||
vim.g.vimtex_compiler_latexmk = {
|
||||
[ 'executable' ] = 'latexmk',
|
||||
[ 'options' ] = {
|
||||
'-xelatex',
|
||||
--'-xelatex',
|
||||
'-file-line-error',
|
||||
'-synctex=1',
|
||||
'-interaction=nonstopmode',
|
||||
|
|
Loading…
Add table
Reference in a new issue