Files
EC-Dep-Overview-13th-lectur…/src/EC-Dep-Overview-13th-lecture-report.tex
2024-08-06 19:13:26 +09:00

115 lines
3.7 KiB
TeX
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[titlepage,a4paper]{ltjsreport}
\usepackage{luatexja-preset}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage[utf8]{luainputenc}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage[dvipdfm]{graphicx}
\usepackage{wrapfig}
\usepackage[hang,small,bf]{caption}
\usepackage[subrefformat=parens]{subcaption}
\captionsetup{compatibility=false}
\graphicspath{{../assets}}
\usepackage{fontspec}
\setmainfont{ipag}[
Path=../assets/fonts/,
Extension=.ttf,
]
\setmonofont{0xProtoNerdFontMono}[
Path=../assets/fonts/,
Extension=.ttf,
UprightFont=*-Regular
]
\setsansfont{LiberationSans}[
Path=../assets/fonts/,
Extension=.ttf,
UprightFont=*-Regular
]
\usepackage{amsmath}
\usepackage{listings}
\usepackage{xcolor}
\definecolor{draculabg}{RGB}{40,42,54}
\definecolor{draculafg}{RGB}{248,248,242}
\definecolor{draculacomment}{RGB}{98,114,164}
\definecolor{draculacurrentline}{RGB}{68, 71, 90}
\definecolor{draculaorange}{RGB}{255,184,108}
\definecolor{draculacyan}{RGB}{139,244,253}
\definecolor{draculagreen}{RGB}{80,250,123}
\lstdefinestyle{codestyle}{
backgroundcolor=\color{draculabg},
commentstyle=\color{draculacomment},
keywordstyle={\color{draculaorange}},
identifierstyle=\color{draculacyan},
numberstyle=\small\color{draculacurrentline},
stringstyle=\bfseries\color{draculagreen},
basicstyle=\ttfamily\normalsize\color{draculafg},
breakatwhitespace=false,
breaklines=true,
captionpos=t,
keepspaces=true,
numbers=left,
numbersep=14pt,
showspaces=false,
showstringspaces=true,
showtabs=false,
tabsize=4,
lineskip=-3pt,
xrightmargin=32pt,
xleftmargin=32pt,
frame=single,
framerule=1pt,
rulesepcolor=\color{draculacyan},
framexleftmargin=4pt,
framexrightmargin=4pt,
framextopmargin=4pt,
framexbottommargin=4pt,
xleftmargin=5px,
xrightmargin=5px
}
\lstset{style=codestyle}
\begin{filecontents*}[overwrite]{references.bib}
@online{example,
title = {Example Entry},
author = {Inc., Example},
organization = {Example, Inc.},
url = {https://www.example.com},
year = {1970},
month = {January},
urldate = {1970-01-01}
}
\end{filecontents*}
\usepackage[backend=biber,bibencoding=utf8,firstinits=false,style=numeric-comp,date=short,dateabbrev=false]{biblatex}
\addbibresource{references.bib}
\title{高専で一般科目を学ぶ理由と卒業後の目標}
\author{
柴田 健琉 \thanks{学籍番号2024D14}
}
\date{令和6年 8月2日}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[RO,LE]{柴田健琉(2024D)}
\fancyhead[LO,RE]{令和6年 8月6日}
\fancyfoot[C]{\thepage}
\begin{document}
\maketitle
\section{一般科目を学ぶ理由}
私が考えた高専で一般科目を学ぶ理由はまず様々な方面に興味を持ってもらうためだと思います。近年、テクノロジーは様々な業界、分野に取り入れられています。そして、それらでの技術者の需要も増えてきています。一般科目を学ぶということは技術者としての道の選択肢を増やすことでもあると思います。
勿論、今後の専門科目で扱う数物系知識は一般科目が基礎となっています。基礎を固めずに専門科目に挑めば確実に単位を落とすでしょう。そうならないためにも一般科目は必要です。
\section{卒業後の目標}
今の所、卒業後の進路・目標はまだ完全に決まっていませんが、取り敢えず大学に編入できたらいいと考えています。遅くとも3年制を終える前に進路を固めておくと決めています。
\end{document}