diff Paper/anatofuz.tex @ 11:ea10413281c5

tweak Makefile and create reference.bib
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 06 Nov 2018 14:17:41 +0900
parents 9c172999d70e
children 02ae2227d0a3
line wrap: on
line diff
--- a/Paper/anatofuz.tex	Mon Nov 05 23:38:03 2018 +0900
+++ b/Paper/anatofuz.tex	Tue Nov 06 14:17:41 2018 +0900
@@ -3,9 +3,10 @@
 \documentclass{ipsjprosym}
 %\documentclass[withpage,english]{ipsjprosym}
 
-\usepackage[dvips]{graphicx}
+\usepackage[dvipdfmx]{graphicx}
 \usepackage{latexsym}
-
+\usepackage{comment}
+\usepackage{url}
 \begin{document}
 
 % Title, Author %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -125,7 +126,7 @@
 
 
 \section{CbCによるMoarVM}
-この章では改良を行ったPerl6処理系であるMoarVMについて述べる.
+この章では改良を行ったPerl6処理系であるMoarVMについて述べる. \cite{perl6doc}
 \subsection{CbCコンパイラによるバグ}
 
 \section{CbCを用いる事についての評価}
@@ -162,12 +163,13 @@
 \end{acknowledgment}
 
 % BibTeX を使用する場合 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% \bibliographystyle{ipsjsort}
-% \bibliography{ref}
+\nocite{*}
+ \bibliographystyle{ipsjsort}
+ \bibliography{reference}
 
 % BibTeX を使用しない場合
-\begin{thebibliography}{9}
-\bibitem{latex} 奥村晴彦, 黒木裕介: \textbf{LaTeX2e美文書作成入門}. 技術評論社, 2013.
-\end{thebibliography}
+%\begin{thebibliography}{9}
+%\bibitem{latex} 奥村晴彦, 黒木裕介: \textbf{LaTeX2e美文書作成入門}. 技術評論社, 2013.
+%\end{thebibliography}
 
 \end{document}