Skip to content

Instantly share code, notes, and snippets.

@uribo
Last active January 1, 2016 10:38
Show Gist options
  • Save uribo/8132380 to your computer and use it in GitHub Desktop.
Save uribo/8132380 to your computer and use it in GitHub Desktop.
俺俺修士論文用TeXファイルの設定
%#!platex Draft.tex
\section{Introduction}
hogehoge.
%\documentclass[a4paper, 12pt]{article}
\documentclass[[a4paper, 14pt]{extarticle}
\usepackage{natbib}
\usepackage{amsmath}
\usepackage{indentfirst}
\usepackage[top=30truemm,bottom=30truemm,left=30truemm,right=30truemm]{geometry}
\newcommand{\bi}{\bfseries\itshape}
\renewcommand{\contentsname}{Table of Contents} % 「目次」から変更
\renewcommand{\theequation}{Equation \arabic{equation}}
\renewcommand{\baselinestretch}{2.0}
\begin{document}
\newpage
\setcounter{page}{1}
\newpage
\tableofcontents{}
\newpage
\input{1Introduction}
\newpage
\input{2Methods}
\newpage
\input{3Results}
\newpage
\input{4Discussion}
%#########################################
\newpage
\section{Acknowledgements}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment