diff options
-rw-r--r-- | home-config/home-configuration.scm | 1 | ||||
-rw-r--r-- | home-config/nvim/config/init.vim | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index f5e58d3..dfa9f01 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -53,6 +53,7 @@ | |||
53 | "htop" | 53 | "htop" |
54 | "curl" | 54 | "curl" |
55 | "pandoc" | 55 | "pandoc" |
56 | "texlive-bin" | ||
56 | "texlive-scheme-basic" | 57 | "texlive-scheme-basic" |
57 | "texlive-txfonts" | 58 | "texlive-txfonts" |
58 | "texlive-amsfonts" | 59 | "texlive-amsfonts" |
diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim index 447da4a..1d3903f 100644 --- a/home-config/nvim/config/init.vim +++ b/home-config/nvim/config/init.vim | |||
@@ -70,8 +70,8 @@ let g:table_mode_header_fillchar='=' | |||
70 | 70 | ||
71 | "pandoc render and open preview | 71 | "pandoc render and open preview |
72 | command Pv AsyncRun zathura '%:r.pdf' | 72 | command Pv AsyncRun zathura '%:r.pdf' |
73 | command Rd silent exec "!pandoc -t pdf -o %:r.pdf --pdf-engine=xelatex --from=markdown+escaped_line_breaks -V geometry:margin=1in %" | 73 | command Rd silent exec "!pandoc -t pdf -o %:r.pdf --from=markdown+escaped_line_breaks -V geometry:margin=1in %" |
74 | command Rr exec "!pandoc -t pdf -o %:r.pdf --pdf-engine=xelatex --from=markdown+escaped_line_breaks -V geometry:margin=1in %" | 74 | command Rr exec "!pandoc -t pdf -o %:r.pdf --from=markdown+escaped_line_breaks -V geometry:margin=1in %" |
75 | 75 | ||
76 | "Auto-rerender markdown files to pdf | 76 | "Auto-rerender markdown files to pdf |
77 | autocmd BufWritePost *.mkd :Rd | 77 | autocmd BufWritePost *.mkd :Rd |