Skip to content

Instantly share code, notes, and snippets.

@hiroto3432
Last active March 2, 2019 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroto3432/8e6cb9102d566b7889c1ff2da2d47188 to your computer and use it in GitHub Desktop.
Save hiroto3432/8e6cb9102d566b7889c1ff2da2d47188 to your computer and use it in GitHub Desktop.
\documentclass[a4paper,10pt]{ujarticle}
\newcommand{\ifDraft}{false}
\usepackage[dvipdfmx]{graphicx}
\usepackage{subfiles}
\begin{document}
% タイトル
\include{title}
% 目次
\include{contents}
% 概要
\include{abstract}
% はじめに
\include{introduction}
% 方法
\include{method}
% 実験
\include{experiment}
% 考察
\include{Consideration}
% 結論
\include{conclusion}
% 謝辞
\include{acknowledgement}
% 参考文献
\include{bibliography}
% 付録
\include{appendix}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment