-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Terfno/develop
ver 2.1 に向けた調整
- Loading branch information
Showing
42 changed files
with
12,172 additions
and
1,770 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
FROM alpine:3.11 | ||
|
||
WORKDIR /docs | ||
FROM alpine:3.8 | ||
|
||
# install xetex | ||
RUN apk update && \ | ||
apk add openssl make texlive-xetex | ||
|
||
# fonts | ||
ADD ./fonts/Courier_Prime/ /usr/share/fonts/japanese/TrueType/Courier_Prime/ | ||
ADD ./fonts/Noto_Sans_JP/ /usr/share/fonts/japanese/TrueType/Noto_Sans_JP/ | ||
ADD ./fonts/Noto_Serif_JP/ /usr/share/fonts/japanese/TrueType/Noto_Serif_JP/ | ||
RUN apk --no-cache add openssl make texlive-xetex && \ | ||
# latex package -> xelatex package | ||
mv /usr/share/texmf-dist/tex/latex/ /usr/share/texmf-dist/tex/xelatex/ | ||
|
||
# bibtex cite.sty | ||
ADD ./src/cite.sty /usr/share/texmf-dist/tex/xelatex/cite/ | ||
# bibtex | ||
ADD ./src/junsrt.bst /usr/share/texmf-dist/bibtex/bst/base/ | ||
RUN mktexlsr | ||
|
||
CMD ["sh"] | ||
# BXjscls | ||
ADD ./src/BXjscls/*.* /usr/share/texmf-dist/tex/xelate/bxjscls/ | ||
|
||
RUN mktexlsr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.