-
Notifications
You must be signed in to change notification settings - Fork 1
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 #5 from cysec-lab/templete/bachelor-2024-autumn
Templete/bachelor 2024 autumn
- Loading branch information
Showing
7 changed files
with
17 additions
and
41 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -29,4 +29,4 @@ if ($^O eq 'linux') { | |
} | ||
|
||
# clean up | ||
$clean_full_ext = "%R.synctex.gz" | ||
$clean_full_ext = "%R.synctex.gz" |
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,36 +1,11 @@ | ||
# ran350/cytex-texlive | ||
# https://hub.docker.com/r/ran350/cytex-texlive/ | ||
|
||
FROM ubuntu:18.04 | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
FROM korosuke613/ubuntu-texlive-ja:latest | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
xdvik-ja \ | ||
evince \ | ||
texlive-full \ | ||
# texlive-lang-cjk \ | ||
# texlive-latex-extra \ | ||
# texlive-extra-utils \ | ||
latexmk \ | ||
language-pack-ja \ | ||
wget \ | ||
xzdec \ | ||
git \ | ||
cpanminus \ | ||
texlive-extra-utils \ | ||
make \ | ||
perl \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
RUN tlmgr init-usertree | ||
RUN kanji-config-updmap-sys ipaex | ||
|
||
WORKDIR /workdir | ||
|
||
VOLUME ["/workdir"] | ||
|
||
CMD ["bash"] | ||
|
||
# RUN cpanm Log::Log4perl Log::Dispatch::File YAML::Tiny File::HomeDir Unicode::GCString | ||
# RUN cpan install Log::Log4perl File::HomeDir | ||
RUN cpanm Log::Log4perl Log::Dispatch::File YAML::Tiny File::HomeDir Unicode::GCString |
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,11 +1,12 @@ | ||
version: "3.8" | ||
version: "3" | ||
services: | ||
cytex-texlive: | ||
image: ran350/cytex-texlive:0.0.1 | ||
# build: . # if you want to build the image locally | ||
ubuntu-texlive-ja: | ||
image: korosuke613/ubuntu-texlive-ja-devcontainer | ||
#build: . | ||
command: sleep infinity | ||
volumes: | ||
- ../:/workspaces/CyTeX | ||
- ../:/workdir | ||
- ~/.gitconfig:/root/.gitconfig | ||
- ./.latexmkrc:/root/.latexmkrc | ||
tty: true | ||
environment: | ||
SHELL: "/bin/bash" |
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 |
---|---|---|
|
@@ -53,7 +53,7 @@ | |
\makeatother | ||
|
||
|
||
\年度{2023} | ||
\年度{2024} | ||
\学期{秋} | ||
\題目{論文タイトル} | ||
\指導教員{上原 哲太郎} | ||
|
Binary file not shown.
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