diff --git a/compile.sh b/compile.sh index cbf6f40..556320a 100755 --- a/compile.sh +++ b/compile.sh @@ -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-- diff --git a/compiled/main.pdf b/compiled/main.pdf index b9b1807..9ae2c49 100644 Binary files a/compiled/main.pdf and b/compiled/main.pdf differ diff --git a/compiled/main_linenum.pdf b/compiled/main_linenum.pdf index 816d7f4..e6fc2cc 100644 Binary files a/compiled/main_linenum.pdf and b/compiled/main_linenum.pdf differ diff --git a/compiled/main_linenum_trackchanges.pdf b/compiled/main_linenum_trackchanges.pdf index dbf16b9..05b966d 100644 Binary files a/compiled/main_linenum_trackchanges.pdf and b/compiled/main_linenum_trackchanges.pdf differ diff --git a/compiled/main_noligature.pdf b/compiled/main_noligature.pdf new file mode 100644 index 0000000..888a9ac Binary files /dev/null and b/compiled/main_noligature.pdf differ diff --git a/compiled/main_textonly.pdf b/compiled/main_textonly.pdf index 1e06563..3cd635b 100644 Binary files a/compiled/main_textonly.pdf and b/compiled/main_textonly.pdf differ diff --git a/compiled/main_trackchanges.pdf b/compiled/main_trackchanges.pdf index 0bccb2c..cc25bae 100644 Binary files a/compiled/main_trackchanges.pdf and b/compiled/main_trackchanges.pdf differ diff --git a/main.tex b/main.tex index 31adac2..81b9f81 100644 --- a/main.tex +++ b/main.tex @@ -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