bibtex: Fix default pandoc compilation target

Moved previous default (paper) compilation target for pandoc to its own
file (paper.latex) and saved the current default as a backup file.

This should fix some issues with compilation to PDF, especially with
vertical spacing and quotes which would fail intermittently otherwise.
This commit is contained in:
Marty Oehme 2021-06-02 23:23:16 +02:00
parent 0c14a972c7
commit 0b2c6c9b4b
Signed by: Marty
GPG key ID: B7538B8F50A1C800
4 changed files with 630 additions and 51 deletions

View file

@ -1,10 +1,10 @@
rename-window dot-git
send-keys "cd ~/.dotfiles; while true; do fd -t f --hidden | entr -c git -c color.ui=always diff; done" C-m
split-window -h "cd ~/.dotfiles; while true; do fd -t f --hidden --exclude .git/objects | entr -c git -c color.ui=always status; done"
send-keys "cd ~/.dotfiles; while true; do fd -t f --hidden | entr -cd git -c color.ui=always diff; done" C-m
split-window -h "cd ~/.dotfiles; while true; do fd -t f --hidden --exclude .git/objects | entr -cd git -c color.ui=always status; done"
split-window -v
send-keys "cd ~/.dotfiles; clear" C-m L C-m
select-pane -t 1
split-window -v "cd ~/.dotfiles; while true; do fd -t f --hidden --exclude .git/objects | entr git -c color.ui=always log --graph --date=short --decorate --oneline --all --remotes; done"
split-window -v "cd ~/.dotfiles; while true; do fd -t f --hidden --exclude .git/objects | entr -cd git -c color.ui=always log --graph --date=short --decorate --oneline --all --remotes; done"
select-pane -t 4
new-window -n code
send-keys "cd ~/.dotfiles; v ." C-m zo