Skip to content

Commit

Permalink
Merge pull request #5 from cysec-lab/templete/bachelor-2024-autumn
Browse files Browse the repository at this point in the history
Templete/bachelor 2024 autumn
  • Loading branch information
Ran350 authored Nov 29, 2024
2 parents 5bab820 + 655977b commit c06ac1a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/.latexmkrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ if ($^O eq 'linux') {
}

# clean up
$clean_full_ext = "%R.synctex.gz"
$clean_full_ext = "%R.synctex.gz"
31 changes: 3 additions & 28 deletions .devcontainer/Dockerfile
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
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cytex",
"dockerComposeFile": "docker-compose.yml",
"service": "cytex-texlive",
"workspaceFolder": "/workspaces/CyTeX",
"service": "ubuntu-texlive-ja",
"workspaceFolder": "/workdir",
"shutdownAction": "stopCompose",
"customizations": {
"vscode": {
Expand All @@ -11,9 +11,9 @@
},
"extensions": [
"james-yu.latex-workshop",
"streetsidesoftware.code-spell-checker",
"MS-CEINTL.vscode-language-pack-ja",
"mhutchie.git-graph",
"eamodio.gitlens"
"taichi.vscode-textlint"
]
}
}
Expand Down
13 changes: 7 additions & 6 deletions .devcontainer/docker-compose.yml
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"
2 changes: 1 addition & 1 deletion bachelor_thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
\makeatother


\年度{2023}
\年度{2024}
\学期{秋}
\題目{論文タイトル}
\指導教員{上原 哲太郎}
Expand Down
Binary file modified out/bachelor_thesis.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion sections/abstract.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\vspace*{\stretch{1}}
\begin{center}
\subsection*{概要}
\subsection*{概要}
\end{center}

本論文は,サイバーセキュリティ研究室向けの2023年度の学士論文用のテンプレートである.
Expand Down

0 comments on commit c06ac1a

Please sign in to comment.