Skip to content
Snippets Groups Projects
Commit cd752847 authored by Nicolas Martin's avatar Nicolas Martin :speech_balloon:
Browse files

Fixes for latex font and latemk custom makeindex cmd

parent b5683d3d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ $out_dir = '../build';
## Custom cmds
set_tex_cmds('-shell-escape -file-line-error -interaction=nonstopmode');
#set_tex_cmds('-shell-escape -file-line-error');
$makeindex = 'makeindex %O -s %R.ist -o %D %S';
$makeindex = "makeindex %O -s ../../global/index.ist -o $out_dir/%D $out_dir/%S";
## %D: Destination file (.ind for index)
## %O: Options
## %R: Root filename (${model}_manual)
......
......@@ -14,7 +14,7 @@
%% Fonts
\usepackage{fontspec}
%% Issue with path to 'FontAwesome.otf'
\defaultfontfeatures{Path=/usr/local/texlive/2020/texmf-dist/fonts/opentype/public/fontawesome/}
\defaultfontfeatures{Path=/usr/local/texlive/2021/texmf-dist/fonts/opentype/public/fontawesome/}
\usepackage{academicons,fontawesome}
%% Formatting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment