Newer
Older
2023-itsuki / memo / syumi.tex~
@itsuki itsuki on 23 Feb 2023 2 KB hapyouyou
\documentclass[a4j]{jarticle}
% -*- coding: utf-8 -*-

\topmargin  -2cm
\textheight 26cm
\textwidth 16.5cm
\oddsidemargin -0.3cm

\usepackage[dvipdfmx]{graphicx}
\pagestyle{empty}

%% タイトル %%
\title{自分の好きな趣味について}

%% 著者 %%
\author{広瀬研究室\\C1211088 佐藤逸樹}

%% 日付 %%
\date{20223年2月22日}

\begin{document}
\twocolumn[
\maketitle
\begin{center}
 {\bfseries 概要}
\end{center}
%% 概要 %%
 今回の春研修において、論文執筆に用いる \LaTeX の導入および文章の構成、体裁について学習した。今回は実際に \LaTeX を用い、「自分の好きな趣味について」というテーマをもとに文書を作成する。
\vspace*{2em}
]

\thispagestyle{empty}

%% 本文 %%
\section{はじめに}
私にとって好きな趣味はいくつかある。その中でも最も好きな趣味を紹介する。

\section{自分の好きな趣味}
今回、紹介する私の好きな趣味は「ゲーム」である。

\subsection{好きな趣味の理由}
私がゲームを好きな理由は、現実では体験できないようなことを行えることに楽しみを見出したことがきっかけである。

\section{私の好きなゲーム}
私が普段やっている好きなゲームは以下の通りである。
\begin{itemize}
\item 原神
\item ポケットモンスター
\item Splatoon
\item APEX
\item 大乱闘スマッシュブラザーズ
\item 雀魂
\end{itemize}



\section{使っている機種}
私が普段ゲームで使う機種は以下のとおりである。
\begin{itemize}
  \item プレイステーション4
  \item Nintendo Switch
  \item スマートフォン
\end{itemize}



	\begin{figure}[htb]
	  \centering
		\includegraphics[width=3cm,angle=270]{gazou.jpg}
	    \caption{ゲーム機}
	    \label{figure:game}
	\end{figure}

\section{まとめ}
普段ゲームをしない人はゲーム似興味がないかもしれない。しかし、今ではスマホなどで誰でも無料で遊べるものも多い。暇つぶし程度にはなるゲームは多くあるため、ぜひ探してやってみてほしい。

\begin{thebibliography}{99}
\bibitem{komando} ''『LaTex入門』'',
\url{https://medemanabu.net/latex/latex-commands-list/#google_vignette}, (参照2023-02-23).
  
\end{thebibliography}


\end{document}