hikiutils 0.2.3.4 → 0.2.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/exe/hiki +1 -3
- data/exe/hiki_thor +0 -3
- data/exe/hiki_thor~ +8 -0
- data/exe/hiki~ +8 -0
- data/hikiutils.gemspec +1 -0
- data/hikiutils_bob/Rakefile +10 -27
- data/hikiutils_bob/figs/hikiutils_bob.004.jpeg +0 -0
- data/hikiutils_bob/{private_dir.graffle → hikiutils_bob.graffle} +1 -1
- data/hikiutils_bob/hikiutils_bob.key +0 -0
- data/hikiutils_bob/hikiutils_bob/hikiutils_bob.004.jpeg +0 -0
- data/hikiutils_bob/latex_all.hiki +7 -3
- data/hikiutils_bob/latex_dir/hikiutils_bob.log +99 -84
- data/hikiutils_bob/latex_dir/hikiutils_bob.pdf +0 -0
- data/hikiutils_bob/latex_dir/hikiutils_bob.synctex.gz +0 -0
- data/hikiutils_bob/latex_dir/hikiutils_bob.toc +14 -10
- data/hikiutils_bob/latex_dir/latex_all.aux +10 -10
- data/hikiutils_bob/latex_dir/latex_all.tex +14 -5
- data/hikiutils_bob/latex_dir/sync.aux +14 -8
- data/hikiutils_bob/latex_dir/sync.tex +70 -17
- data/hikiutils_bob/sync.hiki +44 -7
- data/hikiutils_yamane/Rakefile +32 -31
- data/hikiutils_yamane/abstract.hiki +1 -0
- data/hikiutils_yamane/backup/hikiutils%28optparse%E3%83%90%E3%83%BC%E3%82%B8%E3%83%A7%E3%83%B3%29 +309 -0
- data/hikiutils_yamane/backup/hikiutils%28thor%E3%83%90%E3%83%BC%E3%82%B8%E3%83%A7%E3%83%B3%29 +1 -0
- data/hikiutils_yamane/backup/hikiutils_yamane +703 -0
- data/hikiutils_yamane/backup/hikiutils_yamane.hiki +0 -0
- data/hikiutils_yamane/backup/hikiutils_yamane_#hikiutils_yamane +1 -0
- data/hikiutils_yamane/backup/hikiutils_yamane_command_table +19 -0
- data/hikiutils_yamane/backup/hikiutils_yamane_introduction +7 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.001.jpeg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.001.jpg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.002.jpeg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.002.jpg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.003.jpeg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.003.jpg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.004.jpeg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.004.jpg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.005.jpeg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.005.jpg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.006.jpeg +0 -0
- data/hikiutils_yamane/figs/hikiutils_yamane.007.jpeg +0 -0
- data/hikiutils_yamane/hikiutils_yamane.hiki +37 -1
- data/hikiutils_yamane/hikiutils_yamane.key +0 -0
- data/hikiutils_yamane/hikiutils_yamane.key~11b9dba1272d2104b420497d11c6eda206ace6c2 +0 -0
- data/hikiutils_yamane/introduction.hiki +27 -0
- data/hikiutils_yamane/latex_dir/abstract.aux +22 -0
- data/hikiutils_yamane/latex_dir/abstract.tex +1 -0
- data/hikiutils_yamane/latex_dir/command_table.tex +1 -1
- data/hikiutils_yamane/latex_dir/head.tex +2 -2
- data/hikiutils_yamane/latex_dir/hikiutils_yamane.aux +3 -0
- data/hikiutils_yamane/latex_dir/hikiutils_yamane.log +224 -84
- data/hikiutils_yamane/latex_dir/hikiutils_yamane.pdf +0 -0
- data/hikiutils_yamane/latex_dir/hikiutils_yamane.synctex.gz +0 -0
- data/hikiutils_yamane/latex_dir/hikiutils_yamane.tex +16 -2
- data/hikiutils_yamane/latex_dir/hikiutils_yamane.toc +20 -0
- data/hikiutils_yamane/latex_dir/introduction.aux +26 -0
- data/hikiutils_yamane/latex_dir/introduction.tex +33 -0
- data/hikiutils_yamane/latex_dir/results.aux +45 -0
- data/hikiutils_yamane/latex_dir/results.tex +342 -0
- data/hikiutils_yamane/latex_dir/system.tex +23 -0
- data/hikiutils_yamane/results.hiki +376 -0
- data/hikiutils_yamane/system.hiki +18 -0
- data/lib/hikiutils.rb +7 -3
- data/lib/hikiutils.rb~ +387 -0
- data/lib/hikiutils/version.rb +1 -1
- data/lib/hikiutils_thor.rb +36 -20
- data/lib/hikiutils_thor.rb~ +324 -0
- data/lib/templates/Rakefile_hiki_sync +35 -31
- metadata +57 -3
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
!コマンド名の検討
|
|
2
|
+
bashあるいはtcshなどのshellコマンドの振る舞いに似た振る舞いをするコマンドはおなじ名前を振るべきと考えられる.そこで,次のように検討を加える.
|
|
3
|
+
|
|
4
|
+
||現在のcommand||変える?||検討内容
|
|
5
|
+
||add || || add sources info
|
|
6
|
+
||checkdb || || check database file
|
|
7
|
+
||datebase FILE || || read datebase file
|
|
8
|
+
||display FILE ||?|| display converted hikifile
|
|
9
|
+
||edit FILE ||open|| open file
|
|
10
|
+
||euc FILE || || translate file to euc
|
|
11
|
+
||help [COMMAND] || || Describe available commands or one specific command
|
|
12
|
+
||list [FILE] ||ls|| list files
|
|
13
|
+
||move [FILE] ||mv| move file
|
|
14
|
+
||remove [FILE] ||rm|| remove files
|
|
15
|
+
||rsync || || rsync files
|
|
16
|
+
||show ||??||lsとかぶる.
|
|
17
|
+
||target VAL ||cd|| set target id
|
|
18
|
+
||update FILE ||touch|| update file
|
|
19
|
+
||version || || show program version
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
!!概要
|
|
2
|
+
本研究ではhikiの編集作業をより容易にするためのツールの開発を行った.
|
|
3
|
+
hikiは通常web上で編集を行っているが,GUIとCUIが混在しており,操作に不便な点がある.
|
|
4
|
+
そこで,編集操作が CUI で完結するために開発をされたのが hikiutils である.
|
|
5
|
+
しかし,そのユーザインタフェースにはコマンドが直感的でないという問題点がある.
|
|
6
|
+
そこで,Thorというコマンドラインツール作成ライブラリを用いる.
|
|
7
|
+
optparseというコマンドライン解析ライブラリを使用しているhikiutilsを新たなコマンドライン解析ライブラリを使用することコマンドを書き換え,より直感的なコマンドにすることが可能である.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
{{toc}}
|
|
2
|
+
!title:コマンドラインツール作成ライブラリThorによるhikiutilsの書き換え
|
|
3
|
+
!author:関西学院大学理工学部情報科学科 27013554 山根亮太
|
|
4
|
+
|
|
5
|
+
![[hikiutils_yamane_abstract]]
|
|
6
|
+
![[hikiutils_yamane_introduction]]
|
|
7
|
+
!方法
|
|
8
|
+
!序論
|
|
9
|
+
!!目的
|
|
10
|
+
!!既存システムの説明
|
|
11
|
+
図に従ってhiki systemの動作概要を説明する.
|
|
12
|
+
|
|
13
|
+
!!!caption:hiki web systemとhiki systemの対応関係.
|
|
14
|
+
{{attach_view(hikiutils_yamane.006.jpeg,hikiutils_yamane)}}
|
|
15
|
+
|
|
16
|
+
hikiは,hiki記法を用いたwiki cloneです.wikiはウォード・カニンガムが作ったwikiwikiwebを源流とするhome page制作を容易にするシステムで,hikiもwikiの基本要求仕様を満足するシステムを提供しています.wikiの特徴であるweb上で編集する機能を提供しています.これを便宜上hiki web systemと呼びます.図にある通り,一般的な表示画面の他に,編集画面が提供されており,ユーザーはこの編集画面からコンテンツを編集することが可能です.リンクやヘッダー,リスト,引用,表,図の表示などの基本テキストフォーマットが用意されています.
|
|
17
|
+
|
|
18
|
+
hiki web systemの実際の基本動作は,hiki.cgiプログラムを介して行われています.こちらを便宜上hiki systemと呼びます.hiki systemは,data/textに置かれた書かれたプレーンテキストをhtmlへ変換します.この変換はhikidoc[1-1]というhikiフォーマットconverterを使っています.また,添付書類はcache/attachに,一度フォーマットしたhtmlはparserに置かれており,それらを参照してhtmlを表示する画面をhiki.cgiは作っています.さらにhiki systemでは検索機能,自動リンク作成などが提供されています
|
|
19
|
+
|
|
20
|
+
研究室内の内部文書,あるいは外部への宣伝資料,さらにwikipediaのように重要な研究成果の発信などに西谷研ではこのhiki systemを利用しています.初心者にも覚えやすい直感的な操作です.しかし,慣れてくるとテキスト編集や画面更新にいちいちweb画面へ移行せねばならず,編集の思考が停止します.そこで,テキスト編集に優れたeditorとの連携や,terminal上のshell commandと連携しやすいようにhikiutilsというcli(command line interface)を作成して運用しています.このhikiutilsのコマンドオプションの実装をしなおして,より使いやすくすることが本研究の目的です.
|
|
21
|
+
|
|
22
|
+
![[hikiutils_yamane_results]]
|
|
23
|
+
!結果
|
|
24
|
+
!!thor と optparse のコードの比較
|
|
25
|
+
|
|
26
|
+
!参考文献
|
|
27
|
+
[1-1] hikidoc, https://rubygems.org/gems/hikidoc/versions/0.1.0, https://github.com/hiki/hikidoc,2017/1/30 アクセス.
|
|
28
|
+
|
|
29
|
+
# 「hiki」,hikiwiki.org/ja/about.html ,2017/1/30 アクセス.
|
|
30
|
+
# 「hikiutils」,https://rubygems.org/gems/hikiutils ,2017/1/30 アクセス.
|
|
31
|
+
# 「The Ruby Toolbox」, CLI Option Parsers,https://www.ruby-toolbox.com/categories/CLI_Option_Parsers ,2017/1/30 アクセス.
|
|
32
|
+
# 「Thorの使い方まとめ」, http://qiita.com/succi0303/items/32560103190436c9435b ,2017/1/30 アクセス.
|
|
33
|
+
# 「15.5. optparse - コマンドラインオプション解析器」, http://docs.python.jp/2/library/optparse.html ,2017/1/30 アクセス.
|
|
34
|
+
# 「library optparse」, https://docs.ruby-lang.org/ja/latest/library/optparse.html ,2017/1/30 アクセス.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
!序論
|
|
2
|
+
!!目的
|
|
3
|
+
本研究ではhikiの編集作業をより容易にするためのツールの開発を行った.
|
|
4
|
+
hikiは通常web上で編集を行っているが,GUIとCUIが混在しており,操作に不便な点がある.
|
|
5
|
+
そこで,編集操作が CUI で完結するために開発をされたのが hikiutils である.
|
|
6
|
+
しかし,そのユーザインタフェースにはコマンドが直感的でないという問題点がある.
|
|
7
|
+
そこで,Thorというコマンドラインツール作成ライブラリを用いる.
|
|
8
|
+
optparseというコマンドライン解析ライブラリを使用しているhikiutilsを新たなコマンドライン解析ライブラリを使用することコマンドを書き換え,より直感的なコマンドにすることが可能である.
|
|
9
|
+
!!既存システムの背景
|
|
10
|
+
!!!hiki
|
|
11
|
+
hikiとはプログラミング言語Rubyを用いられることで作られたwikiクローンの1つである.
|
|
12
|
+
hikiの主な特徴として
|
|
13
|
+
*オリジナルwikiに似たシンプルな書式
|
|
14
|
+
*プラグインによる機能拡張
|
|
15
|
+
*出力するHTMLを柔軟に変更可能
|
|
16
|
+
*ページにカテゴリ付けできる
|
|
17
|
+
*CSSを使ったテーマ機能
|
|
18
|
+
*携帯端末可能
|
|
19
|
+
*InterWikiのサポート
|
|
20
|
+
*HikiFarmに対応
|
|
21
|
+
*ページの追加,編集がしやすい
|
|
22
|
+
等がある[1].
|
|
23
|
+
!!!hikiutils
|
|
24
|
+
hikiutils は hiki の編集作業を容易に行うことができるよう にするツール群であり,プログラミング言語 Ruby のライブ ラリである gem フォーマットに従って提供されている[2].
|
|
25
|
+
hikiutils は CLI(Command Line Interface) で操作するため, オプション解析をおこなう必要がある.
|
|
26
|
+
gem には,この用途 に適合したライブラリがいくつも提供されている[3].
|
|
27
|
+
この中 で,あまり利用頻度は高くないが古くから開発され,使用例 が広く紹介されている optparse を利用している.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
\relax
|
|
2
|
+
\@writefile{toc}{\contentsline {section}{\numberline {1}概要}{3}}
|
|
3
|
+
\@setckpt{abstract}{
|
|
4
|
+
\setcounter{page}{4}
|
|
5
|
+
\setcounter{equation}{0}
|
|
6
|
+
\setcounter{enumi}{0}
|
|
7
|
+
\setcounter{enumii}{0}
|
|
8
|
+
\setcounter{enumiii}{0}
|
|
9
|
+
\setcounter{enumiv}{0}
|
|
10
|
+
\setcounter{footnote}{0}
|
|
11
|
+
\setcounter{mpfootnote}{0}
|
|
12
|
+
\setcounter{part}{0}
|
|
13
|
+
\setcounter{section}{1}
|
|
14
|
+
\setcounter{subsection}{0}
|
|
15
|
+
\setcounter{subsubsection}{0}
|
|
16
|
+
\setcounter{paragraph}{0}
|
|
17
|
+
\setcounter{subparagraph}{0}
|
|
18
|
+
\setcounter{figure}{0}
|
|
19
|
+
\setcounter{table}{0}
|
|
20
|
+
\setcounter{lstnumber}{1}
|
|
21
|
+
\setcounter{lstlisting}{0}
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
\section{概要}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
\title{卒業論文\\
|
|
2
|
-
\vspace{4cm} hikiutils
|
|
3
|
-
\author{ 関西学院大学 理工学部 情報科学科\\\\
|
|
2
|
+
\vspace{4cm} コマンドラインツール作成ライブラリThorによる\\hikiutilsの書き換え}
|
|
3
|
+
\author{ 関西学院大学 理工学部 情報科学科\\\\27013554 山根亮太}
|
|
4
4
|
\date{\vspace{3cm} 2017年 3月\\
|
|
5
5
|
\vspace{3cm} 指導教員 西谷 滋人 教授}
|
|
6
6
|
\maketitle
|
|
@@ -1,109 +1,125 @@
|
|
|
1
|
-
This is e-pTeX, Version 3.14159265-p3.
|
|
1
|
+
This is e-pTeX, Version 3.14159265-p3.7-160201-2.6 (utf8.euc) (TeX Live 2016) (preloaded format=platex 2017.1.26) 30 JAN 2017 12:56
|
|
2
2
|
entering extended mode
|
|
3
3
|
restricted \write18 enabled.
|
|
4
4
|
file:line:error style messages enabled.
|
|
5
5
|
%&-line parsing enabled.
|
|
6
|
-
**hikiutils_yamane
|
|
6
|
+
**hikiutils_yamane.tex
|
|
7
7
|
(./hikiutils_yamane.tex
|
|
8
|
-
pLaTeX2e <
|
|
9
|
-
Babel <3.
|
|
10
|
-
(/usr/local/texlive/
|
|
11
|
-
Document Class: jsarticle
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
pLaTeX2e <2016/11/29> (based on LaTeX2e <2017/01/01>)
|
|
9
|
+
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
|
|
10
|
+
(/usr/local/texlive/2016/texmf-dist/tex/platex/jsclasses/jsarticle.cls
|
|
11
|
+
Document Class: jsarticle 2017/01/13 okumura, texjporg
|
|
12
|
+
\jsc@mpt=\dimen118
|
|
13
|
+
\jsc@mmm=\dimen119
|
|
14
|
+
\jsc@smallskipamount=\skip41
|
|
15
|
+
LaTeX Info: Redefining \rmfamily on input line 468.
|
|
16
|
+
LaTeX Info: Redefining \sffamily on input line 471.
|
|
17
|
+
LaTeX Info: Redefining \ttfamily on input line 474.
|
|
18
|
+
LaTeX Info: Redefining \textmc on input line 477.
|
|
19
|
+
LaTeX Info: Redefining \textgt on input line 479.
|
|
15
20
|
\symmincho=\mathgroup4
|
|
16
21
|
LaTeX Font Info: Overwriting symbol font `mincho' in version `bold'
|
|
17
|
-
(Font) JY1/mc/m/n --> JY1/gt/m/n on input line
|
|
22
|
+
(Font) JY1/mc/m/n --> JY1/gt/m/n on input line 540.
|
|
18
23
|
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
|
19
|
-
(Font) scaled to size 9.60999pt on input line
|
|
24
|
+
(Font) scaled to size 9.60999pt on input line 731.
|
|
20
25
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
|
21
|
-
(Font) scaled to size 9.60999pt on input line
|
|
22
|
-
\fullwidth=\
|
|
26
|
+
(Font) scaled to size 9.60999pt on input line 731.
|
|
27
|
+
\fullwidth=\dimen120
|
|
23
28
|
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
|
24
|
-
(Font) scaled to size 7.68799pt on input line
|
|
29
|
+
(Font) scaled to size 7.68799pt on input line 883.
|
|
25
30
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
|
26
|
-
(Font) scaled to size 7.68799pt on input line
|
|
27
|
-
\c@part=\
|
|
28
|
-
\c@section=\
|
|
29
|
-
\c@subsection=\
|
|
30
|
-
\c@subsubsection=\
|
|
31
|
-
\c@paragraph=\
|
|
32
|
-
\c@subparagraph=\
|
|
31
|
+
(Font) scaled to size 7.68799pt on input line 883.
|
|
32
|
+
\c@part=\count82
|
|
33
|
+
\c@section=\count83
|
|
34
|
+
\c@subsection=\count84
|
|
35
|
+
\c@subsubsection=\count85
|
|
36
|
+
\c@paragraph=\count86
|
|
37
|
+
\c@subparagraph=\count87
|
|
33
38
|
\@abstractbox=\box41
|
|
34
|
-
\c@figure=\
|
|
35
|
-
\c@table=\
|
|
36
|
-
\abovecaptionskip=\
|
|
37
|
-
\belowcaptionskip=\
|
|
38
|
-
\
|
|
39
|
-
\@lnumwidth=\
|
|
40
|
-
\bibindent=\
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
LaTeX Info: Redefining \
|
|
44
|
-
\
|
|
45
|
-
|
|
39
|
+
\c@figure=\count88
|
|
40
|
+
\c@table=\count89
|
|
41
|
+
\abovecaptionskip=\skip42
|
|
42
|
+
\belowcaptionskip=\skip43
|
|
43
|
+
\jsc@tocl@width=\dimen121
|
|
44
|
+
\@lnumwidth=\dimen122
|
|
45
|
+
\bibindent=\dimen123
|
|
46
|
+
(/usr/local/texlive/2016/texmf-dist/tex/platex/jsclasses/jslogo.sty
|
|
47
|
+
Package: jslogo 2016/07/14 okumura, texjporg
|
|
48
|
+
LaTeX Info: Redefining \TeX on input line 94.
|
|
49
|
+
LaTeX Info: Redefining \LaTeX on input line 147.
|
|
50
|
+
LaTeX Info: Redefining \LaTeXe on input line 200.
|
|
51
|
+
)
|
|
52
|
+
\heisei=\count90
|
|
53
|
+
)
|
|
54
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/graphicx.sty
|
|
46
55
|
Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
|
|
47
56
|
|
|
48
|
-
(/usr/local/texlive/
|
|
57
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty
|
|
49
58
|
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
|
|
50
59
|
\KV@toks@=\toks15
|
|
51
60
|
)
|
|
52
|
-
(/usr/local/texlive/
|
|
53
|
-
Package: graphics
|
|
61
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty
|
|
62
|
+
Package: graphics 2016/10/09 v1.0u Standard LaTeX Graphics (DPC,SPQR)
|
|
54
63
|
|
|
55
|
-
(/usr/local/texlive/
|
|
56
|
-
Package: trig
|
|
64
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty
|
|
65
|
+
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
|
|
57
66
|
)
|
|
58
|
-
(/usr/local/texlive/
|
|
59
|
-
File: graphics.cfg
|
|
67
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
|
68
|
+
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
|
|
60
69
|
)
|
|
61
|
-
Package graphics Info: Driver file: dvipdfmx.def on input line
|
|
70
|
+
Package graphics Info: Driver file: dvipdfmx.def on input line 99.
|
|
62
71
|
|
|
63
|
-
(/usr/local/texlive/
|
|
64
|
-
File: dvipdfmx.def
|
|
65
|
-
|
|
72
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-def/dvipdfmx.def
|
|
73
|
+
File: dvipdfmx.def 2016/07/11 v4.12 LaTeX color/graphics driver for dvipdfmx (L
|
|
74
|
+
3/ChoF)
|
|
66
75
|
))
|
|
67
|
-
\Gin@req@height=\
|
|
68
|
-
\Gin@req@width=\
|
|
76
|
+
\Gin@req@height=\dimen124
|
|
77
|
+
\Gin@req@width=\dimen125
|
|
69
78
|
)
|
|
70
|
-
(/usr/local/texlive/
|
|
71
|
-
Package: color
|
|
79
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/color.sty
|
|
80
|
+
Package: color 2016/07/10 v1.1e Standard LaTeX Color (DPC)
|
|
72
81
|
|
|
73
|
-
(/usr/local/texlive/
|
|
74
|
-
File: color.cfg
|
|
82
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
|
83
|
+
File: color.cfg 2016/01/02 v1.6 sample color configuration
|
|
75
84
|
)
|
|
76
|
-
Package color Info: Driver file: dvipdfmx.def on input line
|
|
85
|
+
Package color Info: Driver file: dvipdfmx.def on input line 147.
|
|
77
86
|
|
|
78
|
-
(/usr/local/texlive/
|
|
79
|
-
File: dvipsnam.def
|
|
87
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/dvipsnam.def
|
|
88
|
+
File: dvipsnam.def 2016/06/17 v3.0m Driver-dependent file (DPC,SPQR)
|
|
80
89
|
))
|
|
81
|
-
(/usr/local/texlive/
|
|
82
|
-
\lst@mode=\
|
|
90
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/listings.sty
|
|
91
|
+
\lst@mode=\count91
|
|
83
92
|
\lst@gtempboxa=\box42
|
|
84
93
|
\lst@token=\toks16
|
|
85
|
-
\lst@length=\
|
|
86
|
-
\lst@currlwidth=\
|
|
87
|
-
\lst@column=\
|
|
88
|
-
\lst@pos=\
|
|
89
|
-
\lst@lostspace=\
|
|
90
|
-
\lst@width=\
|
|
91
|
-
\lst@newlines=\
|
|
92
|
-
\lst@lineno=\
|
|
93
|
-
\lst@maxwidth=\
|
|
94
|
-
|
|
95
|
-
(/usr/local/texlive/
|
|
96
|
-
File: lstmisc.sty
|
|
97
|
-
\c@lstnumber=\
|
|
98
|
-
\lst@skipnumbers=\
|
|
94
|
+
\lst@length=\count92
|
|
95
|
+
\lst@currlwidth=\dimen126
|
|
96
|
+
\lst@column=\count93
|
|
97
|
+
\lst@pos=\count94
|
|
98
|
+
\lst@lostspace=\dimen127
|
|
99
|
+
\lst@width=\dimen128
|
|
100
|
+
\lst@newlines=\count95
|
|
101
|
+
\lst@lineno=\count96
|
|
102
|
+
\lst@maxwidth=\dimen129
|
|
103
|
+
|
|
104
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstmisc.sty
|
|
105
|
+
File: lstmisc.sty 2015/06/04 1.6 (Carsten Heinz)
|
|
106
|
+
\c@lstnumber=\count97
|
|
107
|
+
\lst@skipnumbers=\count98
|
|
99
108
|
\lst@framebox=\box43
|
|
100
109
|
)
|
|
101
|
-
(/usr/local/texlive/
|
|
102
|
-
File: listings.cfg
|
|
110
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/listings.cfg
|
|
111
|
+
File: listings.cfg 2015/06/04 1.6 listings configuration
|
|
103
112
|
))
|
|
104
|
-
Package: listings
|
|
113
|
+
Package: listings 2015/06/04 1.6 (Carsten Heinz)
|
|
114
|
+
|
|
115
|
+
(./hikiutils_yamane.aux (./abstract.aux) (./introduction.aux) (./results.aux
|
|
116
|
+
|
|
117
|
+
LaTeX Warning: Label `default' multiply defined.
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
LaTeX Warning: Label `default' multiply defined.
|
|
105
121
|
|
|
106
|
-
|
|
122
|
+
))
|
|
107
123
|
\openout1 = `hikiutils_yamane.aux'.
|
|
108
124
|
|
|
109
125
|
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 39.
|
|
@@ -122,7 +138,7 @@ LaTeX Font Info: Checking defaults for JY1/mc/m/n on input line 39.
|
|
|
122
138
|
LaTeX Font Info: ... okay on input line 39.
|
|
123
139
|
LaTeX Font Info: Checking defaults for JT1/mc/m/n on input line 39.
|
|
124
140
|
LaTeX Font Info: ... okay on input line 39.
|
|
125
|
-
\c@lstlisting=\
|
|
141
|
+
\c@lstlisting=\count99
|
|
126
142
|
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
|
127
143
|
(Font) scaled to size 16.60605pt on input line 45.
|
|
128
144
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
|
@@ -151,20 +167,144 @@ LaTeX Font Info: Font shape `JT1/gt/m/n' will be
|
|
|
151
167
|
(Font) scaled to size 13.83836pt on input line 46.
|
|
152
168
|
LaTeX Font Info: Font shape `JY1/gt/m/n' will be
|
|
153
169
|
(Font) scaled to size 13.83836pt on input line 46.
|
|
154
|
-
|
|
170
|
+
(./hikiutils_yamane.toc [1
|
|
171
|
+
|
|
172
|
+
]
|
|
173
|
+
LaTeX Font Info: External font `cmex10' loaded for size
|
|
174
|
+
(Font) <7> on input line 3.
|
|
175
|
+
LaTeX Font Info: External font `cmex10' loaded for size
|
|
176
|
+
(Font) <5> on input line 3.
|
|
177
|
+
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
|
178
|
+
(Font) scaled to size 6.72699pt on input line 3.
|
|
179
|
+
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
|
180
|
+
(Font) scaled to size 4.805pt on input line 3.
|
|
181
|
+
)
|
|
155
182
|
\tf@toc=\write3
|
|
156
183
|
\openout3 = `hikiutils_yamane.toc'.
|
|
157
184
|
|
|
158
|
-
|
|
185
|
+
(./hikiutils_yamane.toc)
|
|
186
|
+
\tf@toc=\write4
|
|
187
|
+
\openout4 = `hikiutils_yamane.toc'.
|
|
188
|
+
|
|
189
|
+
[2]
|
|
190
|
+
\openout2 = `abstract.aux'.
|
|
191
|
+
|
|
192
|
+
(./abstract.tex)
|
|
193
|
+
[3
|
|
194
|
+
|
|
195
|
+
]
|
|
196
|
+
\openout2 = `introduction.aux'.
|
|
197
|
+
|
|
198
|
+
(./introduction.tex
|
|
199
|
+
LaTeX Font Info: Font shape `JT1/gt/m/n' will be
|
|
200
|
+
(Font) scaled to size 11.53198pt on input line 2.
|
|
201
|
+
LaTeX Font Info: Font shape `JY1/gt/m/n' will be
|
|
202
|
+
(Font) scaled to size 11.53198pt on input line 2.
|
|
203
|
+
LaTeX Font Info: Try loading font information for OMS+cmr on input line 16.
|
|
204
|
+
|
|
205
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/omscmr.fd
|
|
206
|
+
File: omscmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
|
|
207
|
+
)
|
|
208
|
+
LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10> not available
|
|
209
|
+
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 16.
|
|
210
|
+
[4
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
]) [5]
|
|
214
|
+
\openout2 = `results.aux'.
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
(./results.tex
|
|
218
|
+
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
|
219
|
+
(Font) scaled to size 8.64899pt on input line 6.
|
|
220
|
+
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
|
221
|
+
(Font) scaled to size 8.64899pt on input line 6.
|
|
222
|
+
|
|
223
|
+
Overfull \hbox (53.57033pt too wide) in paragraph at lines 7--28
|
|
224
|
+
[][][]
|
|
225
|
+
[]
|
|
226
|
+
|
|
227
|
+
[6
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
]
|
|
231
|
+
File: ../figs/./hikiutils_yamane.003.jpg Graphic file (type eps)
|
|
232
|
+
<../figs/./hikiutils_yamane.003.jpg> [7]
|
|
233
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang1.sty
|
|
234
|
+
File: lstlang1.sty 2015/06/04 1.6 listings language file
|
|
235
|
+
)
|
|
236
|
+
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang2.sty
|
|
237
|
+
File: lstlang2.sty 2015/06/04 1.6 listings language file
|
|
238
|
+
)
|
|
239
|
+
LaTeX Font Info: Font shape `JT1/gt/m/n' will be
|
|
240
|
+
(Font) scaled to size 8.64899pt on input line 73.
|
|
241
|
+
LaTeX Font Info: Font shape `JY1/gt/m/n' will be
|
|
242
|
+
(Font) scaled to size 8.64899pt on input line 73.
|
|
243
|
+
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
|
244
|
+
(Font) scaled to size 6.72699pt on input line 74.
|
|
245
|
+
LaTeX Font Info: Font shape `JT1/gt/m/it' in size <9> not available
|
|
246
|
+
(Font) Font shape `JT1/gt/m/n' tried instead on input line 74.
|
|
247
|
+
LaTeX Font Info: Font shape `JT1/gt/m/n' will be
|
|
248
|
+
(Font) scaled to size 8.64899pt on input line 74.
|
|
249
|
+
LaTeX Font Info: Font shape `JY1/gt/m/it' in size <9> not available
|
|
250
|
+
(Font) Font shape `JY1/gt/m/n' tried instead on input line 74.
|
|
251
|
+
LaTeX Font Info: Font shape `JY1/gt/m/n' will be
|
|
252
|
+
(Font) scaled to size 8.64899pt on input line 74.
|
|
253
|
+
LaTeX Font Info: Font shape `JT1/gt/bx/n' in size <9> not available
|
|
254
|
+
(Font) Font shape `JT1/gt/m/n' tried instead on input line 87.
|
|
255
|
+
LaTeX Font Info: Font shape `JT1/gt/m/n' will be
|
|
256
|
+
(Font) scaled to size 8.64899pt on input line 87.
|
|
257
|
+
LaTeX Font Info: Font shape `JY1/gt/bx/n' in size <9> not available
|
|
258
|
+
(Font) Font shape `JY1/gt/m/n' tried instead on input line 87.
|
|
259
|
+
LaTeX Font Info: Font shape `JY1/gt/m/n' will be
|
|
260
|
+
(Font) scaled to size 8.64899pt on input line 87.
|
|
261
|
+
LaTeX Font Info: Font shape `OT1/cmtt/bx/n' in size <9> not available
|
|
262
|
+
(Font) Font shape `OT1/cmtt/m/n' tried instead on input line 87.
|
|
263
|
+
[8]
|
|
264
|
+
File: ../figs/./hikiutils_yamane.004.jpg Graphic file (type eps)
|
|
265
|
+
|
|
266
|
+
<../figs/./hikiutils_yamane.004.jpg> [9]
|
|
267
|
+
File: ../figs/./hikiutils_yamane.001.jpg Graphic file (type eps)
|
|
268
|
+
<../figs/./hikiutils_yamane.001.jpg>
|
|
269
|
+
[10] [11] [12]
|
|
270
|
+
File: ../figs/./hikiutils_yamane.002.jpg Graphic file (type eps)
|
|
271
|
+
<../figs/./hikiutils_yamane.002.jpg> [13] [14] [15]) [16]
|
|
272
|
+
Overfull \hbox (91.99509pt too wide) in paragraph at lines 56--62
|
|
273
|
+
\OT1/cmr/m/n/10 Ruby Tool-box\JY1/mc/m/n/10 」 \OT1/cmr/m/n/10 , CLI Op-tion Pa
|
|
274
|
+
rsers,\OT1/cmtt/m/n/10 https://www.ruby-toolbox.com/categories/CLI_Option_Parse
|
|
275
|
+
rs
|
|
276
|
+
[]
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
Overfull \hbox (146.50548pt too wide) in paragraph at lines 56--62
|
|
280
|
+
\OT1/cmr/m/n/10 ,2017/1/30 \JY1/mc/m/n/10 アクセス\OT1/cmr/m/n/10 .\OT1/cmtt/m/
|
|
281
|
+
n/10 {{br}} \OT1/cmr/m/n/10 [4] \JY1/mc/m/n/10 「\OT1/cmr/m/n/10 Thor \JY1/mc/
|
|
282
|
+
m/n/10 の使い方まとめ 」 \OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 http://qiita.com/su
|
|
283
|
+
cci0303/items/32560103190436c9435b
|
|
284
|
+
[]
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
Overfull \hbox (30.6195pt too wide) in paragraph at lines 56--62
|
|
288
|
+
\OT1/cmr/m/n/10 [6] \JY1/mc/m/n/10 「\OT1/cmr/m/n/10 li-brary opt-parse\JY1/mc
|
|
289
|
+
/m/n/10 」 \OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 https://docs.ruby-lang.org/ja/lat
|
|
290
|
+
est/library/optparse.html
|
|
291
|
+
[]
|
|
292
|
+
|
|
293
|
+
[17
|
|
294
|
+
|
|
295
|
+
] (./hikiutils_yamane.aux (./abstract.aux) (./introduction.aux)
|
|
296
|
+
(./results.aux))
|
|
297
|
+
|
|
298
|
+
LaTeX Warning: There were multiply-defined labels.
|
|
159
299
|
|
|
160
|
-
|
|
300
|
+
)
|
|
161
301
|
Here is how much of TeX's memory you used:
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
302
|
+
2545 strings out of 493683
|
|
303
|
+
35022 string characters out of 6149653
|
|
304
|
+
260726 words of memory out of 5000000
|
|
305
|
+
6097 multiletter control sequences out of 15000+600000
|
|
306
|
+
15673 words of font info for 72 fonts, out of 8000000 for 9000
|
|
167
307
|
934 hyphenation exceptions out of 8191
|
|
168
|
-
|
|
308
|
+
34i,8n,51p,225b,1745s stack positions out of 5000i,500n,10000p,200000b,80000s
|
|
169
309
|
|
|
170
|
-
Output written on hikiutils_yamane.dvi (
|
|
310
|
+
Output written on hikiutils_yamane.dvi (17 pages, 76660 bytes).
|