Created
January 23, 2017 05:35
-
-
Save naniwaKun/c2ef38691e98188e9b6d27d8fe3d6985 to your computer and use it in GitHub Desktop.
中間発表のやり方 ref.http://cfw4.dip.jp/wordpress/56
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[slide]{beamer} | |
\usepackage{apalike} | |
\usepackage{luatexja} | |
%\usepackage[hiragino-pro]{luatexja-preset} | |
\usepackage[ipa]{luatexja-preset} | |
%%%% 見た目の設定 | |
\usetheme{Pittsburgh} | |
\setbeamertemplate{frametitle}[default][center] | |
\setbeamertemplate{navigation symbols}{} | |
\setbeamercovered{transparent} | |
\setbeamersize{text margin left=4mm, text margin right=4mm} | |
\setbeamercolor{footline}{fg=black,bg=black} | |
\setbeamertemplate{caption}{\raggedright\insertcaption\par} | |
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{image/haikei.png}} | |
\renewcommand{\kanjifamilydefault}{\gtdefault} | |
%%%本文 | |
\input{hyoushi.tex} | |
\section{研究動機} | |
\input{douki.tex} | |
\section{目的} | |
\input{mokuteki.tex} | |
%\section{背景} | |
%\input{haikei.tex} | |
\section{方法} | |
\input{houhou.tex} | |
\section{結果} | |
\input{kekka.tex} | |
\section{考察} | |
\input{kousatu.tex} | |
\section{進捗報告} | |
\input{houkoku.tex} | |
\begin{frame}\frametitle{} | |
\LARGE{発表は以上になります。\newline | |
ご静聴ありがとうございました} | |
\end{frame} | |
%%本文これまで | |
\section*{予備スライド} | |
\input{yobi.tex} | |
\appendix | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment