@@ -15,13 +15,6 @@ jobs:
|
||||
- name: Checkout
|
||||
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
|
||||
id: roots
|
||||
run: |
|
||||
|
||||
Submodule fonts/HaranoAjiFonts deleted from f0f692c1e3
Binary file not shown.
@@ -12,7 +12,7 @@
|
||||
\usepackage{xeCJK}
|
||||
|
||||
% JP Font
|
||||
\setCJKmainfont{HaranoAjiGothic-Medium.otf}[Path=./fonts/HaranoAjiFonts/]
|
||||
\setCJKmainfont{HaranoAji_GothicMedium.otf}[Path=./fonts/]
|
||||
|
||||
% other package
|
||||
\usepackage{lmodern}
|
||||
|
||||
Reference in New Issue
Block a user