Add latexmkrc

master
D4VID 7 months ago
parent 646e91e115
commit 85795973ff

@ -40,6 +40,7 @@ rm ~/.bashrc; stow --no-folding bash
rm ~/.tmux.conf; stow --no-folding tmux rm ~/.tmux.conf; stow --no-folding tmux
rm ~/.zshrc; stow --no-folding zsh rm ~/.zshrc; stow --no-folding zsh
rm ~/.config/lvim/config.lua; stow --no-folding lvim rm ~/.config/lvim/config.lua; stow --no-folding lvim
rm ~/.latexmkrc; stow --no-folding latex

@ -0,0 +1 @@
$pdf_previewer = 'evince';
Loading…
Cancel
Save