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
1 merge request!70Update dev_2021_rk3_halo
...@@ -10,7 +10,7 @@ $out_dir = '../build'; ...@@ -10,7 +10,7 @@ $out_dir = '../build';
## Custom cmds ## Custom cmds
set_tex_cmds('-shell-escape -file-line-error -interaction=nonstopmode'); set_tex_cmds('-shell-escape -file-line-error -interaction=nonstopmode');
#set_tex_cmds('-shell-escape -file-line-error'); #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) ## %D: Destination file (.ind for index)
## %O: Options ## %O: Options
## %R: Root filename (${model}_manual) ## %R: Root filename (${model}_manual)
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
%% Fonts %% Fonts
\usepackage{fontspec} \usepackage{fontspec}
%% Issue with path to 'FontAwesome.otf' %% 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} \usepackage{academicons,fontawesome}
%% Formatting %% 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