There was an error while loading. Please reload this page.
1 parent 8871864 commit 6b76eceCopy full SHA for 6b76ece
2 files changed
local.conf
@@ -0,0 +1,7 @@
1
+<?xml version="1.0"?>
2
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
+<fontconfig>
4
+ <dir>/usr/local/texlive/2023/texmf-dist/fonts/opentype</dir>
5
+ <dir>/usr/local/texlive/2023/texmf-dist/fonts/truetype</dir>
6
+ <dir>~/.fonts</dir>
7
+</fontconfig>
texml.sh
@@ -28,7 +28,7 @@ apt install -y texlive \
28
mkdir -p "$HOME/texmf"
29
cp -r ./fonts/ "$HOME/texmf"
30
cp -r ./fonts/ "$HOME"
31
-ls "$HOME/texmf"
+cp ./local.conf /etc/fonts/local.conf
32
texhash --version
33
texhash "$HOME/texmf"
34
texhash ./fonts
0 commit comments