From fde1f9a9d6fdc608e24bfee26d34dab4af2c6ad6 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Sat, 5 Feb 2022 23:49:39 -0500 Subject: [PATCH] [tmuxinator] Add profile for rtn latex --- tmuxinator-profiles/quin-rtn-latex.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmuxinator-profiles/quin-rtn-latex.yml b/tmuxinator-profiles/quin-rtn-latex.yml index 418137f..2b95619 100644 --- a/tmuxinator-profiles/quin-rtn-latex.yml +++ b/tmuxinator-profiles/quin-rtn-latex.yml @@ -3,5 +3,5 @@ name: quin-rtn-latex root: ~/Nextcloud/Waterloo/QuIN_Lab/31_CMOS_RTN/Algorithm Paper V2/Overleaf windows: - - nvim: nvim RTN_Algorithm_Paper_EDL_V2_202201.tex - - latex: latexmk -pdflatex=lualatex -shell-escape -pvc -interaction=nonstopmode -pdf -pvc -e '$pdf_previewer = "xdg-open"' -e '$success_cmd = "echo vimtex_compiler_callback_success"' RTN_Algorithm_Paper_EDL_V2_202201.tex + - nvim: nvim RTN_Algorithm_Paper_EDL_V2_202202.tex + - latex: latexmk -pdflatex=lualatex -shell-escape -pvc -interaction=nonstopmode -pdf -pvc -e '$pdf_previewer = "xdg-open"' -e '$success_cmd = "echo vimtex_compiler_callback_success"' RTN_Algorithm_Paper_EDL_V2_202202.tex