@@ -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.
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user