diff --git a/Makefile b/Makefile index 317549f..4a21f0d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -NAME=CHANGEME +NAME=art-something-about-japan RM=/bin/rm TEX=lualatex BIB=biber diff --git a/Makefile.dbg b/Makefile.dbg deleted file mode 100644 index e668389..0000000 --- a/Makefile.dbg +++ /dev/null @@ -1,24 +0,0 @@ -NAME=report-test -RM=rm -TEX=lualatex -BIB=biber -TEXFLAGS=--interaction=nonstopmode --output-directory=./out-temp/ -BIBFLAGS=--input-directory=./out-temp --output-directory=./out-temp/ - -PRINTFORMAT="\033[1;92;49m%s\033[m\n" - -.PHONY: all clean - -all: - @mkdir -p out-temp - @printf ${PRINTFORMAT} "[1/4] First Compilation" - ${TEX} ${TEXFLAGS} ./${NAME}.tex - @printf ${PRINTFORMAT} "[2/4] Bib Generation" - ${BIB} ${BIBFLAGS} ${NAME} - @printf ${PRINTFORMAT} "[3/4] Second Compilation" - ${TEX} ${TEXFLAGS} ./${NAME}.tex - @printf ${PRINTFORMAT} "[4/4] Final Compilation" - ${TEX} ${TEXFLAGS} ./${NAME}.tex - -clean: - ${RM} ./out-temp/{*.aux,*.log,*.out,*.blg,*.bcf,*.bbl,*.xml} diff --git a/README.md b/README.md index 03caad5..6584828 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# CHANGEME +# art-something-about-japan +report for 2nd art assignment diff --git a/art-something-about-japan.tex b/art-something-about-japan.tex new file mode 100644 index 0000000..62e792c --- /dev/null +++ b/art-something-about-japan.tex @@ -0,0 +1,31 @@ +\documentclass{class/nitonepage} + +\reporttitle{これが日本の戦時航空機ダゼイ} +\reportauthor{柴田 健琉} +\studentid{2024D14} +\reportdate{令和6年}{11月}{22日} +\schoolname{岐阜工業高等専門学校} +\department{電子制御工学科} +\subject{美術} + +\begin{document} + \titleheading + + \paragraph{戦時航空機にした理由} + + 最初の課題が終わって、この課題の内容を聞いたとき最初は何を切り貼りすればいいか分からなかった。過去の作品を見ていくと一つの写真が目に入った。 + それは軍艦のコラージュだった。それに便乗するように「航空機にしたらおもしろいんじゃね?」という思い付きからこのテーマにした。 + + \paragraph{作品の見所} + + b + + \paragraph{意見交換など} + + c + + \paragraph{ショートストーリー創作} + + d + +\end{document} diff --git a/init.bash b/init.bash index 7e2f0bf..bf8346a 100644 --- a/init.bash +++ b/init.bash @@ -8,13 +8,12 @@ replaceText="s/CHANGEME/$reportName/g" read -p "Select Template [1: generic, 2: onepage]: " selectedTemplate if [[ "$selectedTemplate" == "1" ]]; then - cp templates/report.tex ./report.tex + cp templates/report.tex ./report.tex; else - if [[ "$selectedTemplate" == "2"]]; then + if [[ "$selectedTemplate" == "2" ]]; then cp templates/onepage.tex ./report.tex else - echo "Invalid Selection!" - exit 1 + echo "Invalid Selection!" && exit 1 fi fi diff --git a/output/art-something-about-japan.pdf b/output/art-something-about-japan.pdf new file mode 100644 index 0000000..7a5bdcd Binary files /dev/null and b/output/art-something-about-japan.pdf differ diff --git a/section/introduction.tex b/section/introduction.tex deleted file mode 100644 index f4e780f..0000000 --- a/section/introduction.tex +++ /dev/null @@ -1,68 +0,0 @@ -\chapter{Introduction} -\clearpage - -\section{はじめに} - -Start Writing! - -Use lualatex + biber to compile. - -Test Bib\cite{example} - -いろはにほへと ちりぬるを - -{\ipagothic \LaTeX で自由な組版を。} - -{\liberationsans Write freely with \LaTeX{}.} - -{\zeroxproto LaTeX shall be free forever!} - -\begin{lstlisting}[language=C, caption=Basic Hello World] -#include - -int square(int n) { - return n*n; -} - -int main(int argc, char** argv) { - char* msg = "Hello World"; - int x = 3; - int y = square(x); - printf("%s\n", msg); - printf("f(x) = x^2; x: %d, y: %d\n", x, y); - return 0; -} -\end{lstlisting} - -\begin{displaymath} - \int_{a}^{b} f(x) \,dx = F(b)-F(a) -\end{displaymath} - -\begin{itemize} - \item C - \item Python - \item Javascript - \item Rust - \item Haskell -\end{itemize} - -\begin{enumerate} - \item lualatex .tex - \item biber - \item lualatex .tex - \item lualatex .tex -\end{enumerate} - -\newpage - -\section{Section} - -section - -\subsection{Sub Section} - -sub section - -\paragraph{Paragraph} - -paragraph diff --git a/templates/onepage.tex b/templates/onepage.tex deleted file mode 100644 index 5c6cde4..0000000 --- a/templates/onepage.tex +++ /dev/null @@ -1,16 +0,0 @@ -\documentclass{class/nitonepage} - -\reporttitle{Insert Title Here} -\reportauthor{Taro Kosen} -\studentid{0000-01} -\reportdate{令和6年}{aa月}{bb日} -\schoolname{岐阜工業高等専門学校} -\department{一般科} -\subject{〇〇概論} - -\begin{document} - \titleheading - - Hello - -\end{document} diff --git a/templates/report.tex b/templates/report.tex deleted file mode 100644 index f627c6d..0000000 --- a/templates/report.tex +++ /dev/null @@ -1,30 +0,0 @@ -\documentclass{class/nitreport} - -\reporttitle{Insert Title Here} -\reportauthor{高専 太郎} -\studentid{0000-01} -\reportdate{令和6年}{aa月}{bb日} -\schoolname{岐阜工業高等専門学校} -\department{一般科} -\subject{〇〇概論} - -\pagenumbering{roman} - -\begin{document} - \coverpage - - \tableofcontents - \newpage - - \pagenumbering{arabic} - - \input{section/introduction.tex} - - \newpage - - new page - - \printbibliography - - \compiledTime -\end{document}