Mercurial > hg > Papers > 2018 > suruga-thesis
changeset 28:b02a8d6a4e9c
fix
author | suruga |
---|---|
date | Mon, 19 Feb 2018 17:39:46 +0900 |
parents | cc8b4c863428 |
children | a7dbce3eeaa3 |
files | .DS_Store paper/.DS_Store paper/final_main/.DS_Store paper/final_main/chapter3.tex paper/final_main/main.aux paper/final_main/main.dvi paper/final_main/main.log paper/final_main/main.lol paper/final_main/main.pdf |
diffstat | 9 files changed, 17 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/final_main/chapter3.tex Mon Feb 19 17:31:00 2018 +0900 +++ b/paper/final_main/chapter3.tex Mon Feb 19 17:39:46 2018 +0900 @@ -276,6 +276,5 @@ ここではAliceに実装した時間計測プログラムについて解説する。 以下のソースコード \ref{src:alipro}は、実装したテストプログラムの起動部分である。 -\begin{lstlisting}[frame=lrbt,label=src:alipro,caption=Aliceに実装した時間計測プログラムの一部,numbers=left] +\lstinputlisting[frame=lrbt, label=alipro, caption=Aliceに実装した時間計測プログラムのプログラムの起動部分,numbers=left]{./alitopo.txt} -\end{lstlisting}
--- a/paper/final_main/main.aux Mon Feb 19 17:31:00 2018 +0900 +++ b/paper/final_main/main.aux Mon Feb 19 17:39:46 2018 +0900 @@ -50,8 +50,8 @@ \newlabel{Logupdate}{{3.5}{17}} \@writefile{lol}{\contentsline {lstlisting}{\numberline {3.5}測定用プログラムの起動部分}{17}} \@writefile{toc}{\contentsline {section}{\numberline {3.7}時間計測プログラムの実装}{18}} -\newlabel{src:alipro}{{3.6}{18}} -\@writefile{lol}{\contentsline {lstlisting}{\numberline {3.6}Aliceに実装した時間計測プログラムの一部}{18}} +\newlabel{alipro}{{3.6}{18}} +\@writefile{lol}{\contentsline {lstlisting}{\numberline {3.6}Aliceに実装した時間計測プログラムのプログラムの起動部分}{18}} \@writefile{toc}{\contentsline {chapter}{\numberline {第4章}性能評価}{19}} \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }}
--- a/paper/final_main/main.log Mon Feb 19 17:31:00 2018 +0900 +++ b/paper/final_main/main.log Mon Feb 19 17:39:46 2018 +0900 @@ -1,4 +1,4 @@ -This is e-pTeX, Version 3.14159265-p3.7.1-161114-2.6 (utf8.euc) (TeX Live 2017) (preloaded format=platex 2018.2.19) 19 FEB 2018 17:30 +This is e-pTeX, Version 3.14159265-p3.7.1-161114-2.6 (utf8.euc) (TeX Live 2017) (preloaded format=platex 2018.2.19) 19 FEB 2018 17:38 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -630,8 +630,11 @@ [13] File: pic/LogupdateTree.pdf Graphic file (type pdf) <pic/LogupdateTree.pdf> - [14] [15] [16] (./plsource.txt) [17]) -(./chapter4.tex [18] + [14] [15] [16] (./plsource.txt) [17] + +LaTeX Warning: Reference `src:alipro' on page 18 undefined on input line 278. + +(./alitopo.txt)) (./chapter4.tex [18] 第 4 章 [19 @@ -645,16 +648,19 @@ ] (./main.aux) +LaTeX Warning: There were undefined references. + + LaTeX Warning: There were multiply-defined labels. ) Here is how much of TeX's memory you used: - 4046 strings out of 493640 - 49178 string characters out of 6148698 + 4050 strings out of 493640 + 49219 string characters out of 6148698 237760 words of memory out of 5000000 - 7559 multiletter control sequences out of 15000+600000 + 7560 multiletter control sequences out of 15000+600000 16433 words of font info for 66 fonts, out of 8000000 for 9000 929 hyphenation exceptions out of 8191 27i,9n,32p,795b,1701s stack positions out of 5000i,500n,10000p,200000b,80000s -Output written on main.dvi (26 pages, 73920 bytes). +Output written on main.dvi (26 pages, 75112 bytes).
--- a/paper/final_main/main.lol Mon Feb 19 17:31:00 2018 +0900 +++ b/paper/final_main/main.lol Mon Feb 19 17:39:46 2018 +0900 @@ -3,4 +3,4 @@ \contentsline {lstlisting}{\numberline {3.3}作成したトポロジーファイル}{11} \contentsline {lstlisting}{\numberline {3.4}本実験で使用するトポロジーファイルを生成するプログラム}{12} \contentsline {lstlisting}{\numberline {3.5}測定用プログラムの起動部分}{17} -\contentsline {lstlisting}{\numberline {3.6}Aliceに実装した時間計測プログラムの一部}{18} +\contentsline {lstlisting}{\numberline {3.6}Aliceに実装した時間計測プログラムのプログラムの起動部分}{18}