Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia committed Feb 26, 2024
1 parent 12067c7 commit b18921c
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

declare -A job
job=( [0]=main [1]=main_trackchanges [2]=main_linenum [3]=main_linenum_trackchanges [4]=main_textonly [5]=main_textonly_trackchanges
job=( [0]=main [1]=main_trackchanges [2]=main_linenum [3]=main_linenum_trackchanges [4]=main_textonly [5]=main_textonly_trackchanges [6]=main_noligature
)
n_job=${#job[@]}
let n_job--
Expand Down
Binary file modified compiled/main.pdf
Binary file not shown.
Binary file modified compiled/main_linenum.pdf
Binary file not shown.
Binary file modified compiled/main_linenum_trackchanges.pdf
Binary file not shown.
Binary file added compiled/main_noligature.pdf
Binary file not shown.
Binary file modified compiled/main_textonly.pdf
Binary file not shown.
Binary file modified compiled/main_trackchanges.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
\usepackage[nolists,markers,figuresonly]{endfloat}
\renewcommand{\processdelayedfloats}{}
\usepackage[authormarkup=none,defaultcolor=orange]{changes}
\or % main no ligatures
\usepackage[final]{changes}
\usepackage{microtype}
\DisableLigatures[f]{encoding = *, family = * }
\fi


Expand Down

0 comments on commit b18921c

Please sign in to comment.