Mercurial > hg > Papers > 2020 > itsuki-thesis
changeset 6:a7e83c3ed0cf
remove tmporary files
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 07 Feb 2020 22:31:51 +0900 |
parents | 169e4ee0d1a4 |
children | 59f9d2488005 |
files | .hgignore final_main/chapter1/chapter1.aux final_main/chapter2/chapter2.aux final_main/chapter3/chapter3.aux final_main/main.aux final_main/main.dvi final_main/main.lof final_main/main.log final_main/main.lol final_main/main.toc final_pre/pre.aux final_pre/pre.log final_pre/pre.synctex.gz |
diffstat | 11 files changed, 374 insertions(+), 683 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Fri Feb 07 22:31:51 2020 +0900 @@ -0,0 +1,374 @@ +syntax:glob + +# Created by https://www.gitignore.io/api/latex +# Edit at https://www.gitignore.io/?templates=latex + +### LaTeX ### +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +## Intermediate documents: +*.dvi +*.xdv +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Generated if empty string is given at "Please type another file name for output:" + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Build tool directories for auxiliary files +# latexrun +latex.out/ + +## Auxiliary and intermediate files from other packages: +# algorithms +*.alg +*.loa + +# achemso +acs-*.bib + +# amsthm +*.thm + +# beamer +*.nav +*.pre +*.snm +*.vrb + +# changes +*.soc + +# comment +*.cut + +# cprotect +*.cpt + +# elsarticle (documentclass of Elsevier journals) +*.spl + +# endnotes +*.ent + +# fixme +*.lox + +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm + +#(r)(e)ledmac/(r)(e)ledpar +*.end +*.?end +*.[1-9] +*.[1-9][0-9] +*.[1-9][0-9][0-9] +*.[1-9]R +*.[1-9][0-9]R +*.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R + +# glossaries +*.acn +*.acr +*.glg +*.glo +*.gls +*.glsdefs + +# uncomment this for glossaries-extra (will ignore makeindex's style files!) +# *.ist + +# gnuplottex +*-gnuplottex-* + +# gregoriotex +*.gaux +*.gtex + +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + +# hyperref +*.brf + +# knitr +*-concordance.tex +# TODO Comment the next line if you want to keep your tikz graphics files +*.tikz +*-tikzDictionary + +# listings +*.lol + +# luatexja-ruby +*.ltjruby + +# makeidx +*.idx +*.ilg +*.ind + +# minitoc +*.maf +*.mlf +*.mlt +*.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* + +# minted +_minted* +*.pyg + +# morewrites +*.mw + +# nomencl +*.nlg +*.nlo +*.nls + +# pax +*.pax + +# pdfpcnotes +*.pdfpc + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# scrwfile +*.wrt + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + +# pdfcomment +*.upa +*.upb + +# pythontex +*.pytxcode +pythontex-files-*/ + +# tcolorbox +*.listing + +# thmtools +*.loe + +# TikZ & PGF +*.dpth +*.md5 +*.auxlock + +# todonotes +*.tdo + +# vhistory +*.hst +*.ver + +# easy-todo +*.lod + +# xcolor +*.xcp + +# xmpincl +*.xmpi + +# xindy +*.xdy + +# xypic precompiled matrices +*.xyc + +# endfloat +*.ttt +*.fff + +# Latexian +TSWLatexianTemp* + +## Editors: +# WinEdt +*.bak +*.sav + +# Texpad +.texpadtmp + +# LyX +*.lyx~ + +# Kile +*.backup + +# KBibTeX +*~[0-9]* + +# auto folder when using emacs and auctex +./auto/* +*.el + +# expex forward references with \gathertags +*-tags.tex + +# standalone packages +*.sta + +### LaTeX Patch ### +# glossaries +*.glstex + +# End of https://www.gitignore.io/api/latex + + +# Created by https://www.gitignore.io/api/node +# Edit at https://www.gitignore.io/?templates=node + +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env +.env.test + +# parcel-bundler cache (https://parceljs.org/) +.cache + +# next.js build output +.next + +# nuxt.js build output +.nuxt + +# react / gatsby +public/ + +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# End of https://www.gitignore.io/api/node
--- a/final_main/chapter3/chapter3.aux Fri Feb 07 22:23:00 2020 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -\relax
--- a/final_main/main.aux Fri Feb 07 22:23:00 2020 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,50 +0,0 @@ -\relax -\@writefile{toc}{\contentsline {chapter}{\numberline {第1章}はじめに}{1}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\newlabel{chap:introduction}{{1}{1}} -\@writefile{toc}{\contentsline {chapter}{\numberline {第2章}分散フレームワークChrisiteについて}{2}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {2.1}Chrisiteとは}{2}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.2}プログラムの例}{3}\protected@file@percent } -\newlabel{code:nStartHelloWorld}{{2.1}{3}} -\@writefile{lol}{\contentsline {lstlisting}{\numberline {2.1}StartHelloWorld}{3}\protected@file@percent } -\newlabel{code:HelloWorldCodeGear}{{2.2}{4}} -\@writefile{lol}{\contentsline {lstlisting}{\numberline {2.2}HelloWorldCodeGear}{4}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.3}TopologyManager について}{4}\protected@file@percent } -\newlabel{code:dotFile}{{2.3}{4}} -\@writefile{lol}{\contentsline {lstlisting}{\numberline {2.3}ringを構成するdotファイル}{4}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {2.1}{\ignorespaces ソースコード 2.3\@setref@ {} のdotファイルを図示化したもの}}{5}\protected@file@percent } -\newlabel{fig:dot}{{2.1}{5}} -\@writefile{toc}{\contentsline {chapter}{\numberline {第3章}リモートエディタ}{6}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {3.1}編集位置の相違}{6}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.2}編集位置の相違解消方法}{6}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.3}document listenerによる編集オフセット番号の読み取り}{6}\protected@file@percent } -\newlabel{code:DocumentListener}{{3.1}{6}} -\@writefile{lol}{\contentsline {lstlisting}{\numberline {3.1}DocumentListenerのコード部分}{6}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.4}Command パターンによる命令オブジェクトの作成}{7}\protected@file@percent } -\newlabel{code:Command}{{3.2}{8}} -\@writefile{lol}{\contentsline {lstlisting}{\numberline {3.2}Commandパターンとして実装した命令}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.5}命令オブジェクトを実装する際に起きた問題}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第4章}スター型接続によるネットワーク通信}{10}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {第5章}今後の課題}{11}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {5.1}既存エディターに対する編集方法}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {5.2}編集するファイルの共有方法}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {5.3}動的なStar型Topologyの構成機能}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第6章}まとめ}{12}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\bibcite{christie}{1} -\bibcite{christie}{2} -\bibcite{bitcoin}{3} -\bibcite{ethereum}{4} -\bibcite{paxos}{5} -\bibcite{torque}{6} -\bibcite{qsub-doc}{7}
--- a/final_main/main.lof Fri Feb 07 22:23:00 2020 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -\addvspace {10\p@ } -\addvspace {10\p@ } -\contentsline {figure}{\numberline {2.1}{\ignorespaces ソースコード 2.3\@setref@ {} のdotファイルを図示化したもの}}{5}% -\addvspace {10\p@ } -\addvspace {10\p@ } -\addvspace {10\p@ } -\addvspace {10\p@ }
--- a/final_main/main.log Fri Feb 07 22:23:00 2020 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,358 +0,0 @@ -This is e-pTeX, Version 3.14159265-p3.8.2-190131-2.6 (utf8.euc) (TeX Live 2019) (preloaded format=platex 2019.10.15) 7 FEB 2020 22:11 -entering extended mode - restricted \write18 enabled. - %&-line parsing enabled. -**main -(./main.tex -pLaTeX2e <2019-10-01> (based on LaTeX2e <2019-10-01> patch level 1) -(/usr/local/texlive/2019/texmf-dist/tex/platex/base/jreport.cls -Document Class: jreport 2019/04/02 v1.8b Standard pLaTeX class -\c@@paper=\count83 -(/usr/local/texlive/2019/texmf-dist/tex/platex/base/jsize12.clo -File: jsize12.clo 2019/04/02 v1.8b Standard pLaTeX file (size option) -) -\c@part=\count84 -\c@chapter=\count85 -\c@section=\count86 -\c@subsection=\count87 -\c@subsubsection=\count88 -\c@paragraph=\count89 -\c@subparagraph=\count90 -\c@figure=\count91 -\c@table=\count92 -\abovecaptionskip=\skip41 -\belowcaptionskip=\skip42 -\symmincho=\mathgroup4 -LaTeX Font Info: Overwriting symbol font `mincho' in version `bold' -(Font) JY1/mc/m/n --> JY1/gt/m/n on input line 703. -\toclineskip=\dimen118 -\@lnumwidth=\dimen119 -\bibindent=\dimen120 -\heisei=\count93 -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR) - -(/usr/local/texlive/2019/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks15 -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2019/10/08 v1.3c Standard LaTeX Graphics (DPC,SPQR) - -(/usr/local/texlive/2019/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 2016/01/03 v1.10 sin cos tan (DPC) -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration -) -Package graphics Info: Driver file: dvipdfmx.def on input line 105. - -(/usr/local/texlive/2019/texmf-dist/tex/latex/graphics-def/dvipdfmx.def -File: dvipdfmx.def 2017/06/24 v5.0g Graphics/color driver for dvipdfmx -)) -\Gin@req@height=\dimen121 -\Gin@req@width=\dimen122 -) -(./mythesis.sty) -(/usr/local/texlive/2019/texmf-dist/tex/latex/bussproofs/bussproofs.sty -Proof Tree (bussproofs) style macros. Version 1.1. -\theLevel=\count94 -\myMaxLevel=\count95 -\myBoxA=\box43 -\myBoxB=\box44 -\myBoxC=\box45 -\myBoxD=\box46 -\myBoxLL=\box47 -\myBoxRL=\box48 -\thisAboveSkip=\dimen123 -\thisBelowSkip=\dimen124 -\newScoreStart=\dimen125 -\newScoreEnd=\dimen126 -\newCenter=\dimen127 -\displace=\dimen128 -\leftLowerAmt=\dimen129 -\rightLowerAmt=\dimen130 -\scoreHeight=\dimen131 -\scoreDepth=\dimen132 -\htLbox=\dimen133 -\htRbox=\dimen134 -\htRRbox=\dimen135 -\htRRRbox=\dimen136 -\htAbox=\dimen137 -\htCbox=\dimen138 -) (/usr/local/texlive/2019/texmf-dist/tex/latex/multirow/multirow.sty -Package: multirow 2019/05/31 v2.5 Span multiple rows of a table -\multirow@colwidth=\skip43 -\multirow@cntb=\count96 -\multirow@dima=\skip44 -\bigstrutjot=\dimen139 -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/here/here.sty) -(/usr/local/texlive/2019/texmf-dist/tex/latex/float/float.sty -Package: float 2001/11/08 v1.3d Float enhancements (AL) -\c@float@type=\count97 -\float@exts=\toks16 -\float@box=\box49 -\@float@everytoks=\toks17 -\@floatcapt=\box50 -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/listings/listings.sty -\lst@mode=\count98 -\lst@gtempboxa=\box51 -\lst@token=\toks18 -\lst@length=\count99 -\lst@currlwidth=\dimen140 -\lst@column=\count100 -\lst@pos=\count101 -\lst@lostspace=\dimen141 -\lst@width=\dimen142 -\lst@newlines=\count102 -\lst@lineno=\count103 -\lst@maxwidth=\dimen143 - -(/usr/local/texlive/2019/texmf-dist/tex/latex/listings/lstmisc.sty -File: lstmisc.sty 2019/09/10 1.8c (Carsten Heinz) -\c@lstnumber=\count104 -\lst@skipnumbers=\count105 -\lst@framebox=\box52 -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/listings/listings.cfg -File: listings.cfg 2019/09/10 1.8c listings configuration -)) -Package: listings 2019/09/10 1.8c (Carsten Heinz) - -(/usr/local/texlive/2019/texmf-dist/tex/latex/url/url.sty -\Urlmuskip=\muskip10 -Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/cite/cite.sty -LaTeX Info: Redefining \cite on input line 302. -LaTeX Info: Redefining \nocite on input line 332. -Package: cite 2015/02/27 v 5.5 -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/amsfonts/amssymb.sty -Package: amssymb 2013/01/14 v3.01 AMS font symbols - -(/usr/local/texlive/2019/texmf-dist/tex/latex/amsfonts/amsfonts.sty -Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support -\@emptytoks=\toks19 -\symAMSa=\mathgroup5 -\symAMSb=\mathgroup6 -LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. -LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' -(Font) U/euf/m/n --> U/euf/b/n on input line 106. -)) -(/usr/local/texlive/2019/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2019/04/01 v2.17c AMS math features -\@mathmargin=\skip45 - -For additional information on amsmath, use the `?' option. -(/usr/local/texlive/2019/texmf-dist/tex/latex/amsmath/amstext.sty -Package: amstext 2000/06/29 v2.01 AMS text - -(/usr/local/texlive/2019/texmf-dist/tex/latex/amsmath/amsgen.sty -File: amsgen.sty 1999/11/30 v2.0 generic functions -\@emptytoks=\toks20 -\ex@=\dimen144 -)) -(/usr/local/texlive/2019/texmf-dist/tex/latex/amsmath/amsbsy.sty -Package: amsbsy 1999/11/29 v1.2d Bold Symbols -\pmbraise@=\dimen145 -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/amsmath/amsopn.sty -Package: amsopn 2016/03/08 v2.02 operator names -) -\inf@bad=\count106 -LaTeX Info: Redefining \frac on input line 227. -\uproot@=\count107 -\leftroot@=\count108 -LaTeX Info: Redefining \overline on input line 389. -\classnum@=\count109 -\DOTSCASE@=\count110 -LaTeX Info: Redefining \ldots on input line 486. -LaTeX Info: Redefining \dots on input line 489. -LaTeX Info: Redefining \cdots on input line 610. -\Mathstrutbox@=\box53 -\strutbox@=\box54 -\big@size=\dimen146 -LaTeX Font Info: Redeclaring font encoding OML on input line 733. -LaTeX Font Info: Redeclaring font encoding OMS on input line 734. -\macc@depth=\count111 -\c@MaxMatrixCols=\count112 -\dotsspace@=\muskip11 -\c@parentequation=\count113 -\dspbrk@lvl=\count114 -\tag@help=\toks21 -\row@=\count115 -\column@=\count116 -\maxfields@=\count117 -\andhelp@=\toks22 -\eqnshift@=\dimen147 -\alignsep@=\dimen148 -\tagshift@=\dimen149 -\tagwidth@=\dimen150 -\totwidth@=\dimen151 -\lineht@=\dimen152 -\@envbody=\toks23 -\multlinegap=\skip46 -\multlinetaggap=\skip47 -\mathdisplay@stack=\toks24 -LaTeX Info: Redefining \[ on input line 2855. -LaTeX Info: Redefining \] on input line 2856. -) -(/usr/local/texlive/texmf-local/tex/latex/sty/jlisting.sty -Package: jlisting 2006/02/20 0.2 (Thor) -\lst@nextchar=\count118 -\lst@inputfile=\read1 -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/base/inputenc.sty -Package: inputenc 2018/08/11 v1.3c Input encoding file -\inpenc@prehook=\toks25 -\inpenc@posthook=\toks26 -) -(/usr/local/texlive/2019/texmf-dist/tex/latex/docmute/docmute.sty -Package: docmute 2012/03/22 v1.4 Input stand-alone documents -) (./main.aux - -LaTeX Warning: Label `christie' multiply defined. - -) -\openout1 = `main.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for JY1/mc/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for JT1/mc/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -\c@lstlisting=\count119 -\docmute@nestinglevel=\count120 -File: fig/ryukyu.pdf Graphic file (type pdf) -<fig/ryukyu.pdf> - [0 - -] -LaTeX Font Info: Font shape `JT1/mc/bx/n' in size <24.88> not available -(Font) Font shape `JT1/gt/m/n' tried instead on input line 89. -LaTeX Font Info: Font shape `JY1/mc/bx/n' in size <24.88> not available -(Font) Font shape `JY1/gt/m/n' tried instead on input line 89. - (./main.toc -LaTeX Font Info: Font shape `JT1/mc/bx/n' in size <12> not available -(Font) Font shape `JT1/gt/m/n' tried instead on input line 1. -LaTeX Font Info: Font shape `JY1/mc/bx/n' in size <12> not available -(Font) Font shape `JY1/gt/m/n' tried instead on input line 1. -LaTeX Font Info: Trying to load font information for U+msa on input line 3. - -(/usr/local/texlive/2019/texmf-dist/tex/latex/amsfonts/umsa.fd -File: umsa.fd 2013/01/14 v3.01 AMS symbols A -) -LaTeX Font Info: Trying to load font information for U+msb on input line 3. - -(/usr/local/texlive/2019/texmf-dist/tex/latex/amsfonts/umsb.fd -File: umsb.fd 2013/01/14 v3.01 AMS symbols B -)) -\tf@toc=\write3 -\openout3 = `main.toc'. - - [1 - -] -(./main.lof) -\tf@lof=\write4 -\openout4 = `main.lof'. - - [2 - -] (./main.lol) -\tf@lol=\write5 -\openout5 = `main.lol'. - - (./chapter1/chapter1.tex [3 - -] -第 1 章 -) (./chapter2/chapter2.tex [1 - -] -第 2 章 -LaTeX Font Info: Font shape `JT1/mc/bx/n' in size <17.28> not available -(Font) Font shape `JT1/gt/m/n' tried instead on input line 10. -LaTeX Font Info: Font shape `JY1/mc/bx/n' in size <17.28> not available -(Font) Font shape `JY1/gt/m/n' tried instead on input line 10. -LaTeX Font Info: Trying to load font information for OMS+cmr on input line 1 -4. -(/usr/local/texlive/2019/texmf-dist/tex/latex/base/omscmr.fd -File: omscmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions -) -LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <12> not available -(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 14. - [2 - -] [3] -File: ./images/ring.pdf Graphic file (type pdf) -<./images/ring.pdf> - [4]) -(./chapter3/chapter3.tex [5] -第 3 章 -[6 - -] [7] [8]) (./chapter4/chapter4.tex [9] -第 4 章 -[10 - -]) (./chapter5/chapter5.tex -第 5 章 -) (./chapter6/chapter6.tex [11 - -] -第 6 章 -) (./bibliography.tex [12 - -] -Underfull \hbox (badness 10000) in paragraph at lines 29--32 -[]$\OT1/cmtt/m/n/12 https : / / lamport . azurewebsites . net / pubs / paxos-[] -simple . pdf$ \OT1/cmr/m/n/12 (Ac-cessed: - [] - - -Underfull \hbox (badness 10000) in paragraph at lines 34--37 -[]$\OT1/cmtt/m/n/12 http : / / docs . adaptivecomputing . com / torque / 4-[]2- -[]8 / help . htm # topics / - [] - - -Underfull \hbox (badness 10000) in paragraph at lines 40--43 -[]$\OT1/cmtt/m/n/12 http : / / docs . adaptivecomputing . com / torque / 4-[]0- -[]2 / Content / topics / - [] - -) (./thanks.tex [13 - -]) [14 - -] (./main.aux) - -LaTeX Warning: There were multiply-defined labels. - - ) -Here is how much of TeX's memory you used: - 4072 strings out of 492763 - 50981 string characters out of 6140193 - 337835 words of memory out of 5000000 - 8428 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 - 31i,6n,36p,864b,1688s stack positions out of 5000i,500n,10000p,200000b,80000s - -Output written on main.dvi (18 pages, 56576 bytes).
--- a/final_main/main.lol Fri Feb 07 22:23:00 2020 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -\contentsline {lstlisting}{\numberline {2.1}StartHelloWorld}{3}% -\contentsline {lstlisting}{\numberline {2.2}HelloWorldCodeGear}{4}% -\contentsline {lstlisting}{\numberline {2.3}ringを構成するdotファイル}{4}% -\contentsline {lstlisting}{\numberline {3.1}DocumentListenerのコード部分}{6}% -\contentsline {lstlisting}{\numberline {3.2}Commandパターンとして実装した命令}{8}%
--- a/final_main/main.toc Fri Feb 07 22:23:00 2020 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -\contentsline {chapter}{\numberline {第1章}はじめに}{1}% -\contentsline {chapter}{\numberline {第2章}分散フレームワークChrisiteについて}{2}% -\contentsline {section}{\numberline {2.1}Chrisiteとは}{2}% -\contentsline {section}{\numberline {2.2}プログラムの例}{3}% -\contentsline {section}{\numberline {2.3}TopologyManager について}{4}% -\contentsline {chapter}{\numberline {第3章}リモートエディタ}{6}% -\contentsline {section}{\numberline {3.1}編集位置の相違}{6}% -\contentsline {section}{\numberline {3.2}編集位置の相違解消方法}{6}% -\contentsline {section}{\numberline {3.3}document listenerによる編集オフセット番号の読み取り}{6}% -\contentsline {section}{\numberline {3.4}Command パターンによる命令オブジェクトの作成}{7}% -\contentsline {section}{\numberline {3.5}命令オブジェクトを実装する際に起きた問題}{8}% -\contentsline {chapter}{\numberline {第4章}スター型接続によるネットワーク通信}{10}% -\contentsline {chapter}{\numberline {第5章}今後の課題}{11}% -\contentsline {section}{\numberline {5.1}既存エディターに対する編集方法}{11}% -\contentsline {section}{\numberline {5.2}編集するファイルの共有方法}{11}% -\contentsline {section}{\numberline {5.3}動的なStar型Topologyの構成機能}{11}% -\contentsline {chapter}{\numberline {第6章}まとめ}{12}%
--- a/final_pre/pre.aux Fri Feb 07 22:23:00 2020 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -\relax -\@writefile{toc}{\contentsline {section}{\numberline {1}研究目的}{1}} -\@writefile{toc}{\contentsline {section}{\numberline {2}HyperSolidTunesの概要}{1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}UnrealEngine4(UE4)}{1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}使用機材}{1}} -\@writefile{toc}{\contentsline {section}{\numberline {3}HyperSolidTunesの実装}{1}} -\citation{*} -\bibstyle{junsrt} -\bibdata{reference} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}ターゲット}{2}} -\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces ターゲットと手をかざすプレイヤー}}{2}} -\newlabel{bp}{{1}{2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}ロングターゲット}{2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}プレイヤーキャラクター}{2}} -\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces playerのTimeline}}{2}} -\newlabel{bp}{{2}{2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}ジェネレーター}{2}} -\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces ジェネレーターの曲同期部分}}{2}} -\newlabel{bp}{{3}{2}} -\@writefile{toc}{\contentsline {section}{\numberline {4}遅延の発生と回避}{2}} -\@writefile{toc}{\contentsline {section}{\numberline {5}改善可能な点}{2}} -\@writefile{toc}{\contentsline {section}{\numberline {6}まとめ}{2}}
--- a/final_pre/pre.log Fri Feb 07 22:23:00 2020 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,223 +0,0 @@ -This is e-pTeX, Version 3.14159265-p3.8.0-180226-2.6 (utf8.euc) (TeX Live 2018) (preloaded format=platex 2018.11.8) 19 FEB 2019 21:36 -entering extended mode - restricted \write18 enabled. - file:line:error style messages enabled. - %&-line parsing enabled. -**pre.tex -(./pre.tex -pLaTeX2e <2018-04-01>+1 (based on LaTeX2e <2018-04-01> patch level 2) -Babel <3.18> and hyphenation patterns for 84 language(s) loaded. -(/usr/local/texlive/2018/texmf-dist/tex/platex/base/jarticle.cls -Document Class: jarticle 2018/02/04 v1.7h Standard pLaTeX class -\c@@paper=\count83 -(/usr/local/texlive/2018/texmf-dist/tex/platex/base/jsize10.clo -File: jsize10.clo 2018/02/04 v1.7h Standard pLaTeX file (size option) -) -\c@part=\count84 -\c@section=\count85 -\c@subsection=\count86 -\c@subsubsection=\count87 -\c@paragraph=\count88 -\c@subparagraph=\count89 -\c@figure=\count90 -\c@table=\count91 -\abovecaptionskip=\skip41 -\belowcaptionskip=\skip42 -\symmincho=\mathgroup4 -LaTeX Font Info: Overwriting symbol font `mincho' in version `bold' -(Font) JY1/mc/m/n --> JY1/gt/m/n on input line 614. -\toclineskip=\dimen118 -\@lnumwidth=\dimen119 -\bibindent=\dimen120 -\heisei=\count92 -) -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR) - -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks15 -) -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR) - -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 2016/01/03 v1.10 sin cos tan (DPC) -) -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration -) -Package graphics Info: Driver file: dvipdfmx.def on input line 99. - -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-def/dvipdfmx.def -File: dvipdfmx.def 2017/06/24 v5.0g Graphics/color driver for dvipdfmx -)) -\Gin@req@height=\dimen121 -\Gin@req@width=\dimen122 -) -(./picins.sty Option `picins' Version 3.0 Sep. 1992, TH Darmstadt/HRZ -\@BILD=\box42 -\@TEXT=\box43 -\d@breite=\dimen123 -\d@hoehe=\dimen124 -\d@xoff=\dimen125 -\d@yoff=\dimen126 -\d@shad=\dimen127 -\d@dash=\dimen128 -\d@boxl=\dimen129 -\d@pichskip=\dimen130 -\d@tmp=\dimen131 -\d@tmpa=\dimen132 -\d@bskip=\dimen133 -\hsiz@=\dimen134 -\p@getot@l=\dimen135 -\c@breite=\count93 -\c@hoehe=\count94 -\c@xoff=\count95 -\c@yoff=\count96 -\c@pos=\count97 -\c@shad=\count98 -\c@dash=\count99 -\c@boxl=\count100 -\c@zeilen=\count101 -\@changemode=\count102 -\c@piccaption=\count103 -\c@piccaptionpos=\count104 -\c@picpos=\count105 -\c@whole=\count106 -\c@half=\count107 -\c@tmp=\count108 -\c@tmpa=\count109 -\c@tmpb=\count110 -\c@tmpc=\count111 -\c@tmpd=\count112 -\d@leftskip=\skip43 -\ptoti=\dimen136 -\ptotii=\dimen137 -\env@box=\box44 -\d@envdp=\dimen138 -\c@hsize=\count113 -\c@envdp=\count114 -\d@envb=\dimen139 -) -(/usr/local/texlive/2018/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -Package: fancyhdr 2017/06/30 v3.9a Extensive control of page headers and footer -s -\f@nch@headwidth=\skip44 -\f@nch@O@elh=\skip45 -\f@nch@O@erh=\skip46 -\f@nch@O@olh=\skip47 -\f@nch@O@orh=\skip48 -\f@nch@O@elf=\skip49 -\f@nch@O@erf=\skip50 -\f@nch@O@olf=\skip51 -\f@nch@O@orf=\skip52 -) -(/usr/local/texlive/2018/texmf-dist/tex/latex/abstract/abstract.sty -Package: abstract 2009/06/08 v1.2a configurable abstracts -\abstitleskip=\skip53 -\absleftindent=\skip54 -\absrightindent=\skip55 -\absparindent=\skip56 -\absparsep=\skip57 -) -(/usr/local/texlive/2018/texmf-dist/tex/latex/here/here.sty) -(/usr/local/texlive/2018/texmf-dist/tex/latex/float/float.sty -Package: float 2001/11/08 v1.3d Float enhancements (AL) -\c@float@type=\count115 -\float@exts=\toks16 -\float@box=\box45 -\@float@everytoks=\toks17 -\@floatcapt=\box46 -) -(/usr/local/texlive/2018/texmf-dist/tex/latex/url/url.sty -\Urlmuskip=\muskip10 -Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. -) (./dummy.tex) - -LaTeX Warning: Unused global option(s): - [9.5pt]. - -(./pre.aux - -LaTeX Warning: Label `bp' multiply defined. - - -LaTeX Warning: Label `bp' multiply defined. - -) -\openout1 = `pre.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 25. -LaTeX Font Info: ... okay on input line 25. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 25. -LaTeX Font Info: ... okay on input line 25. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 25. -LaTeX Font Info: ... okay on input line 25. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 25. -LaTeX Font Info: ... okay on input line 25. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 25. -LaTeX Font Info: ... okay on input line 25. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 25. -LaTeX Font Info: ... okay on input line 25. -LaTeX Font Info: Checking defaults for JY1/mc/m/n on input line 25. -LaTeX Font Info: ... okay on input line 25. -LaTeX Font Info: Checking defaults for JT1/mc/m/n on input line 25. -LaTeX Font Info: ... okay on input line 25. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <12> on input line 41. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <8> on input line 41. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <6> on input line 41. -LaTeX Font Info: Font shape `JT1/mc/bx/n' in size <9> not available -(Font) Font shape `JT1/gt/m/n' tried instead on input line 41. -LaTeX Font Info: Font shape `JY1/mc/bx/n' in size <9> not available -(Font) Font shape `JY1/gt/m/n' tried instead on input line 41. -LaTeX Font Info: Font shape `JT1/mc/bx/n' in size <14.4> not available -(Font) Font shape `JT1/gt/m/n' tried instead on input line 44. -LaTeX Font Info: Font shape `JY1/mc/bx/n' in size <14.4> not available -(Font) Font shape `JY1/gt/m/n' tried instead on input line 44. -LaTeX Font Info: Font shape `JT1/mc/bx/n' in size <12> not available -(Font) Font shape `JT1/gt/m/n' tried instead on input line 52. -LaTeX Font Info: Font shape `JY1/mc/bx/n' in size <12> not available -(Font) Font shape `JY1/gt/m/n' tried instead on input line 52. - - -LaTeX Warning: File `pic/emblem-bitmap.pdf' not found on input line 69. - -File: pic/emblem-bitmap.pdf Graphic file (type pdf) -<pic/emblem-bitmap.pdf> - -Package Fancyhdr Warning: \headheight is too small (0.0pt): - Make it at least 20.37784pt. - We now make it that large for the rest of the document. - This may cause the page layout to be inconsistent, however. - -[1 - - -] -File: images/targetfig.png Graphic file (type bmp) -<images/targetfig.png> -File: images/timeline.png Graphic file (type bmp) -<images/timeline.png> -File: images/generator.png Graphic file (type bmp) -<images/generator.png> - -No file pre.bbl. -[2] (./pre.aux) - -LaTeX Warning: There were multiply-defined labels. - - ) -Here is how much of TeX's memory you used: - 1150 strings out of 493281 - 13927 string characters out of 6145041 - 87027 words of memory out of 5000000 - 5094 multiletter control sequences out of 15000+600000 - 14928 words of font info for 58 fonts, out of 8000000 for 9000 - 929 hyphenation exceptions out of 8191 - 25i,15n,43p,733b,357s stack positions out of 5000i,500n,10000p,200000b,80000s - -Output written on pre.dvi (2 pages, 13100 bytes).