diff --git a/.gitignore b/.gitignore index 7e1e8ff..e249a9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ README.html -*.out -*.toc *.aux +*.bak *.bbl *.blg -*.log -*synctex* *.el *.fdb_latexmk *.fls -*.bak[0-9]* +*.log +*.out *.sha256 *.tmp -*.bak +*.toc +*.xdv +*synctex* diff --git a/justfile b/justfile index 25fba28..b4a2ad1 100644 --- a/justfile +++ b/justfile @@ -14,7 +14,7 @@ format: @tex-fmt {{doc}}.tex {{doc}}.bib wgu-cv.cls build: - @tex-build -l {{doc}}.tex + @tex-build -x {{doc}}.tex compress: @compress-pdf {{doc}}.pdf diff --git a/shell.nix b/shell.nix index 1e288a3..5ea1ed2 100644 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,7 @@ let pkgs = import { }; dotfiles = builtins.fetchGit { url = "https://github.com/WGUNDERWOOD/dotfiles"; - rev = "c45aa4e8452c36fb1321bbff4172446160ca7c77"; + rev = "730df76dcf73cf62dde993eb89256e665bc1fd10"; }; programs = "${dotfiles}/programs/"; compress-pdf = pkgs.callPackage "${programs}/compress-pdf/compress-pdf.nix" {};