File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
cache-to : type=gha,mode=max
35
35
36
36
- name : PDF build
37
- run : docker- compose up --abort-on-container-exit
37
+ run : docker compose up --abort-on-container-exit
38
38
39
39
- name : Push PDF file
40
- uses : actions/upload-artifact@v2
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : trpl book japanese
43
43
path : book.pdf
51
51
- uses : actions/checkout@v2
52
52
53
53
- name : Download PDF
54
- uses : actions/download-artifact@v2
54
+ uses : actions/download-artifact@v4
55
55
with :
56
56
name : trpl book japanese
57
57
path : ./build/
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
password : ${{ secrets.DOCKERHUB_TOKEN }}
21
21
22
22
- name : Get Docker image
23
- run : docker- compose pull
23
+ run : docker compose pull
24
24
25
25
- name : PDF build
26
- run : docker- compose up --abort-on-container-exit
26
+ run : docker compose up --abort-on-container-exit
27
27
28
28
- name : Push PDF file
29
- uses : actions/upload-artifact@v2
29
+ uses : actions/upload-artifact@v4
30
30
with :
31
31
name : trpl book japanese
32
32
path : book.pdf
41
41
- uses : actions/checkout@v2
42
42
43
43
- name : Download PDF
44
- uses : actions/download-artifact@v2
44
+ uses : actions/download-artifact@v4
45
45
with :
46
46
name : trpl book japanese
47
47
path : ./build/
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ LaTeXファイルやPandocfilterなどを修正して貢献する場合、次の
7
7
8
8
1 . ` git clone https://github.com/rust-lang-ja/book-ja-pdf.git `
9
9
2 . ` cd book-ja-pdf `
10
- 3 . ` docker- compose pull `
11
- 4 . ` docker- compose up `
10
+ 3 . ` docker compose pull `
11
+ 4 . ` docker compose up `
Original file line number Diff line number Diff line change 1
1
\documentclass [10pt, a4paper, oneside ]{ltjsbook }
2
2
\usepackage {amssymb,amsmath }
3
3
\usepackage {luatexja-fontspec }
4
+ \usepackage {letltxmacro }
4
5
\usepackage [Lenny ]{fncychap }
5
6
6
7
% チャプターマークの設定
You can’t perform that action at this time.
0 commit comments