Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Cleaned up latexmkrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mossr committed May 1, 2021
1 parent 08ce527 commit 614c03d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions latexmkrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ensure_path( 'TEXINPUTS', './preamble/julia_mono_listings//' );
ensure_path( 'BIBINPUTS', './references//' );

$pdf_mode = 4;
Expand All @@ -7,4 +6,4 @@ $aux_dir = 'output';

$lualatex = "lualatex %O -shell-escape %S";

@default_files = ('main');
@default_files = ('main');
Binary file modified moss-mscs-thesis.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion preamble/julia_mono_listings/julia_listings.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\usepackage{listings}
\usepackage{xcolor}

\input{julia_listings_unicode} % full unicode support
\input{preamble/julia_mono_listings/julia_listings_unicode} % full unicode support

\lstdefinelanguage{Julia}{
% functions
Expand Down
4 changes: 2 additions & 2 deletions preamble/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@


%% Julia code blocks using JuliaMono
\input{julia_font}
\input{julia_listings}
\input{preamble/julia_mono_listings/julia_font}
\input{preamble/julia_mono_listings/julia_listings}

% Inherit Julia lang. to add keywords
\lstdefinelanguage{JuliaLocal}[]{Julia}{
Expand Down

0 comments on commit 614c03d

Please sign in to comment.