jp font
Build LaTeX PDF / build (push) Failing after 1m19s

This commit is contained in:
Domipoke
2026-07-27 17:47:50 +02:00
parent 6e89adcc51
commit 4ae64e168f
4 changed files with 1 additions and 9 deletions
-7
View File
@@ -15,13 +15,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
# # 1. Restore the font and TeX cache from previous runs
# - name: Cache TeX and Fontconfig
# uses: actions/cache@v3
# with:
# path: .texcache
# key: texlive-fonts-${{ runner.os }}
- name: Find all root .tex files - name: Find all root .tex files
id: roots id: roots
run: | run: |
Submodule fonts/HaranoAjiFonts deleted from f0f692c1e3
Binary file not shown.
+1 -1
View File
@@ -12,7 +12,7 @@
\usepackage{xeCJK} \usepackage{xeCJK}
% JP Font % JP Font
\setCJKmainfont{HaranoAjiGothic-Medium.otf}[Path=./fonts/HaranoAjiFonts/] \setCJKmainfont{HaranoAji_GothicMedium.otf}[Path=./fonts/]
% other package % other package
\usepackage{lmodern} \usepackage{lmodern}