Skip to content

Instantly share code, notes, and snippets.

@k3kaimu
Created October 12, 2017 08:48
Show Gist options
  • Save k3kaimu/c30a8f53041b8cf9b80df9411667a0ae to your computer and use it in GitHub Desktop.
Save k3kaimu/c30a8f53041b8cf9b80df9411667a0ae to your computer and use it in GitHub Desktop.
特別支援制度の申請書のテンプレ
\documentclass[a4paper, 11pt, twocolumn]{jarticle}
% \pagestyle{plain}
% 上 35mm
\setlength{\topmargin}{40truemm}
\addtolength{\topmargin}{-1truein}
% ヘッダなし
\setlength{\headheight}{0mm}
\setlength{\headsep}{0mm}
% 左右 30mm
\setlength{\oddsidemargin}{30truemm}
\addtolength{\oddsidemargin}{-1truein}
\setlength{\evensidemargin}{\oddsidemargin}
% フッタ フッタ下端と本文下端の距離 12.5mm
% フッタ下端とページ下端の距離 17.5mm と同じ
\setlength{\footskip}{12.5truemm}
% % 本文領域 40 文字 × 36 行
\setlength{\textwidth}{40zw}
\setlength{\textheight}{40\baselineskip}
\usepackage[dvipdfmx]{graphicx}
\usepackage{amsmath}
\usepackage{subfigure}
\usepackage{mediabb}
\usepackage{multirow}
\usepackage{amsfonts}
\title{ \vspace{-20mm} {\bf タイトル }}
\author{\rightline{〜〜〜専攻 学籍番号:XXXXXX 氏名:天白太郎} }
\date{\vspace{-10mm}}
% \affliate{\rightline{M143229 小松 和暉}}
\titleformat*{\section}{\large\bfseries}
\begin{document}
\maketitle
\section{博士前期課程における研究業績}
\subsection{研究の背景・目的}
\subsection{研究方法(理論及び実験)}
\subsection{研究結果及び考察}
\subsection{まとめ}
\subsection{発表論文リスト}
\begin{enumerate}
\item[] (学術論文・査読有り)
\item あ
\item[] (国際会議・口頭・査読有り)
\item あ
\item[] (国際会議・ポスター・査読無し)
\item あ
\item[] (国内学会・口頭・査読なし)
\item あ
\end{enumerate}
\section{博士後期課程における研究計画}
\subsection{研究の背景・目的}
\subsection{研究方法(理論及び実験)}
\subsection{博士課程修了時の到達内容}
% \begin{multicols}{2}
{
\begin{thebibliography}{99}
\vspace{-2mm}
\fontsize{8pt}{0pt}\selectfont
\setlength\itemsep{0zh}
\bibitem{Nanika} Nanika
\end{thebibliography}
}
% \end{multicols}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment