changeset 18:b2978e820356

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 08 Feb 2019 15:40:06 +0900
parents 9d5db297d154
children 365856474363
files paper/chapter2.tex paper/main.pdf paper/main.tex
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/paper/chapter2.tex	Fri Feb 08 15:32:41 2019 +0900
+++ b/paper/chapter2.tex	Fri Feb 08 15:40:06 2019 +0900
@@ -20,7 +20,7 @@
 基本文法などはPerl6に準拠しているが、 変数を束縛で宣言する。インクリメント演算子が一部利用できない。
 Perl6に存在する関数などが一部利用できないなどの制約が存在する。
 
-NQPのコード例を示す。
+NQPのコード例をCode\ref{fib_nqp}に示す。
 \lstinputlisting[frame=lrbt, label=fib_nqp,  caption=フィボナッチ数列を求めるNQPのソースコード]{./codes/fib.nqp}
 
 
Binary file paper/main.pdf has changed
--- a/paper/main.tex	Fri Feb 08 15:32:41 2019 +0900
+++ b/paper/main.tex	Fri Feb 08 15:40:06 2019 +0900
@@ -1,5 +1,12 @@
 \documentclass[a4j,12pt]{jreport}
 \usepackage[dvipdfmx]{graphicx}
+\usepackage[dvipdfm,
+  colorlinks=false,
+  bookmarks=true,
+  bookmarksnumbered=false,
+  pdfborder={0 0 0},
+  bookmarkstype=toc]{hyperref}
+\AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
 \usepackage{mythesis}
 \usepackage{multirow}
 \usepackage{here}