hikiutils 0.2.3.1 → 0.2.3.2
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/Rakefile +2 -2
- data/abst/out3.log +57 -88
- data/abst/out3.pdf +0 -0
- data/abst/out4.aux +2 -4
- data/abst/out4.log +70 -67
- data/abst/out4.pdf +0 -0
- data/abst/out4.synctex.gz +0 -0
- data/abst/out4.tex +26 -32
- data/abst/speed.png +0 -0
- data/abst/tmp.hiki +14 -0
- data/abst/tmp.html +16 -0
- data/abst/work.png +0 -0
- data/abst/yamane_powerpoint.pptx/.DS_Store +0 -0
- data/abst/yamane_powerpoint.pptx/preview-web.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/PresetImageFill0-1.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/PresetImageFill1-2.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/PresetImageFill2-3.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/PresetImageFill3-4.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/PresetImageFill4-5.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/PresetImageFill5-6.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/image1-12.png +0 -0
- data/abst/yamane_powerpoint_new.key/Data/image1-9.png +0 -0
- data/abst/yamane_powerpoint_new.key/Data/mt0@2x-13.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/mt10@2x-22.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/mt1@2x-14.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/mt2@2x-15.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/mt3@2x-16.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/mt4@2x-17.png +0 -0
- data/abst/yamane_powerpoint_new.key/Data/mt5@2x-18.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/mt6@2x-19.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/mt7@2x-20.png +0 -0
- data/abst/yamane_powerpoint_new.key/Data/mt8@2x-21.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/st0-381.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/st1-493.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/st2-495.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/st3-481.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/st4-485.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Data/st5-372.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/Index.zip +0 -0
- data/abst/yamane_powerpoint_new.key/Metadata/BuildVersionHistory.plist +8 -0
- data/abst/yamane_powerpoint_new.key/Metadata/DocumentIdentifier +1 -0
- data/abst/yamane_powerpoint_new.key/Metadata/Properties.plist +0 -0
- data/abst/yamane_powerpoint_new.key/preview-micro.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/preview-web.jpg +0 -0
- data/abst/yamane_powerpoint_new.key/preview.jpg +0 -0
- data/hikiutils_yamane/command_table.hiki +19 -0
- data/lib/hikiutils/#tmarshal.rb# +53 -0
- data/lib/hikiutils/version.rb +1 -1
- data/lib/hikiutils.rb +2 -2
- data/lib/hikiutils_thor.rb +31 -32
- data/lib/templates/Rakefile_hiki_sync +56 -7
- data/lib/templates/hiki_help.yml +53 -86
- metadata +40 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98ac6e53f7cb3f3cd8f9eda0431976eea50ae05f
|
4
|
+
data.tar.gz: 0fb780946e92fdb15fd5c1876e44120447711b0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c45b15a5ddf1acad4a3a2181785c0b49ac237a7f1b9330eb62c075f189a380e39d623479960281d3d6cb917cb0a4692d6d1ff5482601828e21620b1c645ded66
|
7
|
+
data.tar.gz: 98c6898e3a8096e714cd1926873c04afd6b968e73707a9c81b75a451856940dae2a507d6296e1c64a0e074119a1590dad48f09a06f2ec6e6a42562c10f949f8b
|
data/Rakefile
CHANGED
@@ -25,7 +25,7 @@ task :hiki2md do
|
|
25
25
|
system command
|
26
26
|
when 'gif','png','pdf'
|
27
27
|
p command="cp hikis/#{file} #{basename}.wiki/#{file}"
|
28
|
-
# system command
|
28
|
+
# system command
|
29
29
|
FileUtils.cp("hikis/#{file}","#{basename}.wiki/#{file}",:verbose=>true)
|
30
30
|
FileUtils.cp("hikis/#{file}","doc/#{file}",:verbose=>true)
|
31
31
|
end
|
@@ -33,7 +33,7 @@ task :hiki2md do
|
|
33
33
|
readme_en="#{basename}.wiki/README_en.md"
|
34
34
|
readme_ja="#{basename}.wiki/README_ja.md"
|
35
35
|
if File.exists?(readme_en)
|
36
|
-
FileUtils.cp(readme_en,"./README.md",:verbose=>true)
|
36
|
+
FileUtils.cp(readme_en,"./README.md",:verbose=>true)
|
37
37
|
elsif File.exists?(readme_ja)
|
38
38
|
FileUtils.cp(readme_ja,"./README.md",:verbose=>true)
|
39
39
|
FileUtils.cp(readme_ja,"#{basename}.wiki/Home.md",:verbose=>true)
|
data/abst/out3.log
CHANGED
@@ -1,29 +1,25 @@
|
|
1
|
-
This is
|
2
|
-
entering extended mode
|
3
|
-
restricted \write18 enabled.
|
1
|
+
This is pTeXk, Version 3.141592-p3.1.11 (utf8.euc) (Web2C 7.5.4) (format=platex 2011.7.24) 11 SEP 2016 19:50
|
4
2
|
file:line:error style messages enabled.
|
5
|
-
%&-line parsing enabled.
|
6
3
|
**out3
|
7
4
|
(./out3.tex
|
8
|
-
pLaTeX2e <2006/11/10
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
LaTeX Info: Redefining \
|
13
|
-
LaTeX Info: Redefining \
|
14
|
-
LaTeX Info: Redefining \ttfamily on input line 358.
|
5
|
+
pLaTeX2e <2006/11/10>+0 (based on LaTeX2e <2003/12/01> patch level 0)
|
6
|
+
(/Applications/UpTeX.app/teTeX/share/texmf/ptex/platex/jsclasses/jsarticle.cls
|
7
|
+
Document Class: jsarticle 2009/02/22 okumura
|
8
|
+
LaTeX Info: Redefining \rmfamily on input line 332.
|
9
|
+
LaTeX Info: Redefining \sffamily on input line 335.
|
10
|
+
LaTeX Info: Redefining \ttfamily on input line 338.
|
15
11
|
\symmincho=\mathgroup4
|
16
12
|
LaTeX Font Info: Overwriting symbol font `mincho' in version `bold'
|
17
|
-
(Font) JY1/mc/m/n --> JY1/gt/m/n on input line
|
13
|
+
(Font) JY1/mc/m/n --> JY1/gt/m/n on input line 403.
|
18
14
|
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
19
|
-
(Font) scaled to size 9.60999pt on input line
|
15
|
+
(Font) scaled to size 9.60999pt on input line 601.
|
20
16
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
21
|
-
(Font) scaled to size 9.60999pt on input line
|
17
|
+
(Font) scaled to size 9.60999pt on input line 601.
|
22
18
|
\fullwidth=\dimen118
|
23
19
|
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
24
|
-
(Font) scaled to size 7.68799pt on input line
|
20
|
+
(Font) scaled to size 7.68799pt on input line 748.
|
25
21
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
26
|
-
(Font) scaled to size 7.68799pt on input line
|
22
|
+
(Font) scaled to size 7.68799pt on input line 748.
|
27
23
|
\c@part=\count81
|
28
24
|
\c@section=\count82
|
29
25
|
\c@subsection=\count83
|
@@ -35,20 +31,21 @@ LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
|
35
31
|
\c@table=\count88
|
36
32
|
\abovecaptionskip=\skip41
|
37
33
|
\belowcaptionskip=\skip42
|
38
|
-
|
39
|
-
|
40
|
-
\
|
41
|
-
LaTeX Info: Redefining \
|
42
|
-
LaTeX Info: Redefining \
|
43
|
-
LaTeX Info: Redefining \LaTeXe on input line 1782.
|
34
|
+
\@lnumwidth=\dimen119
|
35
|
+
\bibindent=\dimen120
|
36
|
+
LaTeX Info: Redefining \TeX on input line 1702.
|
37
|
+
LaTeX Info: Redefining \LaTeX on input line 1728.
|
38
|
+
LaTeX Info: Redefining \LaTeXe on input line 1753.
|
44
39
|
\heisei=\count89
|
45
|
-
)
|
46
|
-
|
40
|
+
)
|
41
|
+
(/Applications/UpTeX.app/teTeX/share/texmf-dist/tex/latex/subfigure/subfigure.s
|
42
|
+
ty
|
43
|
+
Package: subfigure 2002/07/30 v2.1.4 subfigure package
|
47
44
|
\subfigtopskip=\skip43
|
48
45
|
\subfigcapskip=\skip44
|
49
|
-
\subfigcaptopadj=\
|
46
|
+
\subfigcaptopadj=\dimen121
|
50
47
|
\subfigbottomskip=\skip45
|
51
|
-
\subfigcapmargin=\
|
48
|
+
\subfigcapmargin=\dimen122
|
52
49
|
\subfiglabelskip=\skip46
|
53
50
|
\c@subfigure=\count90
|
54
51
|
\c@lofdepth=\count91
|
@@ -58,40 +55,41 @@ Package: subfigure 2002/03/15 v2.1.5 subfigure package
|
|
58
55
|
****************************************
|
59
56
|
* Local config file subfigure.cfg used *
|
60
57
|
****************************************
|
61
|
-
|
58
|
+
|
59
|
+
(/Applications/UpTeX.app/teTeX/share/texmf-dist/tex/latex/subfigure/subfigure.c
|
60
|
+
fg)
|
62
61
|
\subfig@top=\skip47
|
63
62
|
\subfig@bottom=\skip48
|
64
63
|
)
|
65
|
-
(/
|
66
|
-
Package: graphicx
|
67
|
-
|
68
|
-
|
69
|
-
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
|
64
|
+
(/Applications/UpTeX.app/teTeX/share/texmf-dist/tex/latex/graphics/graphicx.sty
|
65
|
+
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
|
66
|
+
(/Applications/UpTeX.app/teTeX/share/texmf-dist/tex/latex/graphics/keyval.sty
|
67
|
+
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
|
70
68
|
\KV@toks@=\toks15
|
71
69
|
)
|
72
|
-
(/
|
73
|
-
|
70
|
+
(/Applications/UpTeX.app/teTeX/share/texmf/tex/latex/graphics/dvipdfmx-contrib-
|
71
|
+
latex/graphics.sty
|
72
|
+
Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
|
74
73
|
|
75
|
-
(/
|
74
|
+
(/Applications/UpTeX.app/teTeX/share/texmf-dist/tex/latex/graphics/trig.sty
|
76
75
|
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
|
77
76
|
)
|
78
|
-
(/
|
79
|
-
File: graphics.cfg
|
77
|
+
(/Applications/UpTeX.app/teTeX/share/texmf-dist/tex/latex/graphics/graphics.cfg
|
78
|
+
File: graphics.cfg 2005/02/03 v1.3 graphics configuration of teTeX/TeXLive
|
80
79
|
)
|
81
|
-
Package graphics Info: Driver file: dvipdfmx.def on input line
|
80
|
+
Package graphics Info: Driver file: dvipdfmx.def on input line 81.
|
82
81
|
|
83
|
-
(/
|
84
|
-
|
85
|
-
|
82
|
+
(/Applications/UpTeX.app/teTeX/share/texmf/tex/latex/graphics/dvipdfmx-contrib-
|
83
|
+
latex/dvipdfmx.def
|
84
|
+
File: dvipdfmx.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
|
86
85
|
))
|
87
|
-
\Gin@req@height=\
|
88
|
-
\Gin@req@width=\
|
86
|
+
\Gin@req@height=\dimen123
|
87
|
+
\Gin@req@width=\dimen124
|
89
88
|
)
|
90
|
-
(/
|
89
|
+
(/Applications/UpTeX.app/teTeX/share/texmf/ptex/latex/url/url.sty
|
91
90
|
\Urlmuskip=\muskip10
|
92
|
-
Package: url
|
93
|
-
)
|
94
|
-
No file out3.aux.
|
91
|
+
Package: url 2004/03/15 ver 3.1 Verb mode for urls, etc.
|
92
|
+
) (./out3.aux)
|
95
93
|
\openout1 = `out3.aux'.
|
96
94
|
|
97
95
|
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 16.
|
@@ -135,37 +133,15 @@ LaTeX Font Info: Font shape `JT1/gt/m/n' will be
|
|
135
133
|
LaTeX Font Info: Font shape `JY1/gt/m/n' will be
|
136
134
|
(Font) scaled to size 9.60999pt on input line 37.
|
137
135
|
LaTeX Font Info: Try loading font information for OMS+cmr on input line 41.
|
138
|
-
(/
|
139
|
-
File: omscmr.fd
|
136
|
+
(/Applications/UpTeX.app/teTeX/share/texmf-dist/tex/latex/base/omscmr.fd
|
137
|
+
File: omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
|
140
138
|
)
|
141
139
|
LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10> not available
|
142
140
|
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 41.
|
143
|
-
LaTeX Font Info: Font shape `JT1/mc/bx/n' in size <10> not available
|
144
|
-
(Font) Font shape `JT1/gt/m/n' tried instead on input line 51.
|
145
|
-
LaTeX Font Info: Font shape `JT1/gt/m/n' will be
|
146
|
-
(Font) scaled to size 9.60999pt on input line 51.
|
147
|
-
LaTeX Font Info: Font shape `JY1/mc/bx/n' in size <10> not available
|
148
|
-
(Font) Font shape `JY1/gt/m/n' tried instead on input line 51.
|
149
|
-
LaTeX Font Info: Font shape `JY1/gt/m/n' will be
|
150
|
-
(Font) scaled to size 9.60999pt on input line 51.
|
151
|
-
|
152
|
-
|
153
|
-
LaTeX Warning: Citation `hiki' on page 1 undefined on input line 51.
|
154
|
-
|
155
|
-
|
156
|
-
LaTeX Warning: Citation `gem' on page 1 undefined on input line 56.
|
157
|
-
|
158
|
-
|
159
|
-
LaTeX Warning: Citation `opt' on page 1 undefined on input line 58.
|
160
|
-
|
161
141
|
|
162
142
|
Underfull \vbox (badness 10000) has occurred while \output is active []
|
163
143
|
|
164
144
|
|
165
|
-
|
166
|
-
LaTeX Warning: Citation `PerfectRuby' on page 1 undefined on input line 62.
|
167
|
-
|
168
|
-
|
169
145
|
Underfull \hbox (badness 1629) in paragraph at lines 62--64
|
170
146
|
\JY1/mc/m/n/10 ドは \OT1/cmr/m/n/10 ilb/todo/command.rb \JY1/mc/m/n/10 で判断さ
|
171
147
|
れることにより
|
@@ -204,21 +180,14 @@ Underfull \hbox (badness 10000) in paragraph at lines 102--103
|
|
204
180
|
|
205
181
|
[2
|
206
182
|
|
207
|
-
] (./out3.aux)
|
208
|
-
|
209
|
-
LaTeX Warning: There were undefined references.
|
210
|
-
|
211
|
-
|
212
|
-
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
|
213
|
-
|
214
|
-
)
|
183
|
+
] (./out3.aux) )
|
215
184
|
Here is how much of TeX's memory you used:
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
25i,7n,24p,439b,
|
223
|
-
|
224
|
-
Output written on out3.dvi (2 pages,
|
185
|
+
957 strings out of 94681
|
186
|
+
11867 string characters out of 1174371
|
187
|
+
65464 words of memory out of 1500000
|
188
|
+
4281 multiletter control sequences out of 10000+50000
|
189
|
+
13288 words of font info for 59 fonts, out of 1200000 for 2000
|
190
|
+
571 hyphenation exceptions out of 8191
|
191
|
+
25i,7n,24p,439b,355s stack positions out of 5000i,500n,6000p,200000b,5000s
|
192
|
+
|
193
|
+
Output written on out3.dvi (2 pages, 8252 bytes).
|
data/abst/out3.pdf
CHANGED
Binary file
|
data/abst/out4.aux
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
\relax
|
2
2
|
\citation{hiki}
|
3
|
-
\citation{gem}
|
4
|
-
\citation{opt_ranking}
|
5
3
|
\citation{PerfectRuby}
|
6
4
|
\bibcite{hiki}{1}
|
7
5
|
\bibcite{gem}{2}
|
8
|
-
\bibcite{
|
6
|
+
\bibcite{opt}{3}
|
9
7
|
\bibcite{PerfectRuby}{4}
|
10
8
|
\@writefile{toc}{\contentsline {section}{\numberline {1}目的}{1}}
|
11
9
|
\@writefile{toc}{\contentsline {section}{\numberline {2}システムについて}{1}}
|
12
10
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}hikiについて}{1}}
|
13
11
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}hikiutilsについて}{1}}
|
14
12
|
\@writefile{toc}{\contentsline {section}{\numberline {3}手法}{1}}
|
15
|
-
\@writefile{toc}{\contentsline {section}{\numberline {4}
|
13
|
+
\@writefile{toc}{\contentsline {section}{\numberline {4}考察}{1}}
|
data/abst/out4.log
CHANGED
@@ -1,25 +1,29 @@
|
|
1
|
-
This is
|
1
|
+
This is e-pTeX, Version 3.14159265-p3.5-130605-2.6 (utf8.euc) (TeX Live 2014) (preloaded format=platex 2014.11.27) 23 NOV 2016 15:10
|
2
|
+
entering extended mode
|
3
|
+
restricted \write18 enabled.
|
2
4
|
file:line:error style messages enabled.
|
5
|
+
%&-line parsing enabled.
|
3
6
|
**out4
|
4
7
|
(./out4.tex
|
5
|
-
pLaTeX2e <2006/11/10
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
LaTeX Info: Redefining \
|
10
|
-
LaTeX Info: Redefining \
|
8
|
+
pLaTeX2e <2006/11/10> (based on LaTeX2e <2014/05/01> patch level 0)
|
9
|
+
Babel <3.9k> and hyphenation patterns for 78 languages loaded.
|
10
|
+
(/usr/local/texlive/2014/texmf-dist/tex/platex/jsclasses/jsarticle.cls
|
11
|
+
Document Class: jsarticle 2014/02/07 okumura
|
12
|
+
LaTeX Info: Redefining \rmfamily on input line 352.
|
13
|
+
LaTeX Info: Redefining \sffamily on input line 355.
|
14
|
+
LaTeX Info: Redefining \ttfamily on input line 358.
|
11
15
|
\symmincho=\mathgroup4
|
12
16
|
LaTeX Font Info: Overwriting symbol font `mincho' in version `bold'
|
13
|
-
(Font) JY1/mc/m/n --> JY1/gt/m/n on input line
|
17
|
+
(Font) JY1/mc/m/n --> JY1/gt/m/n on input line 423.
|
14
18
|
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
15
|
-
(Font) scaled to size 9.60999pt on input line
|
19
|
+
(Font) scaled to size 9.60999pt on input line 613.
|
16
20
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
17
|
-
(Font) scaled to size 9.60999pt on input line
|
21
|
+
(Font) scaled to size 9.60999pt on input line 613.
|
18
22
|
\fullwidth=\dimen118
|
19
23
|
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
20
|
-
(Font) scaled to size 7.68799pt on input line
|
24
|
+
(Font) scaled to size 7.68799pt on input line 760.
|
21
25
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
22
|
-
(Font) scaled to size 7.68799pt on input line
|
26
|
+
(Font) scaled to size 7.68799pt on input line 760.
|
23
27
|
\c@part=\count81
|
24
28
|
\c@section=\count82
|
25
29
|
\c@subsection=\count83
|
@@ -31,21 +35,20 @@ LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
|
31
35
|
\c@table=\count88
|
32
36
|
\abovecaptionskip=\skip41
|
33
37
|
\belowcaptionskip=\skip42
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
LaTeX Info: Redefining \
|
38
|
-
LaTeX Info: Redefining \
|
38
|
+
\js@tocl@width=\dimen119
|
39
|
+
\@lnumwidth=\dimen120
|
40
|
+
\bibindent=\dimen121
|
41
|
+
LaTeX Info: Redefining \TeX on input line 1731.
|
42
|
+
LaTeX Info: Redefining \LaTeX on input line 1757.
|
43
|
+
LaTeX Info: Redefining \LaTeXe on input line 1782.
|
39
44
|
\heisei=\count89
|
40
|
-
)
|
41
|
-
|
42
|
-
ty
|
43
|
-
Package: subfigure 2002/07/30 v2.1.4 subfigure package
|
45
|
+
) (/usr/local/texlive/2014/texmf-dist/tex/latex/subfigure/subfigure.sty
|
46
|
+
Package: subfigure 2002/03/15 v2.1.5 subfigure package
|
44
47
|
\subfigtopskip=\skip43
|
45
48
|
\subfigcapskip=\skip44
|
46
|
-
\subfigcaptopadj=\
|
49
|
+
\subfigcaptopadj=\dimen122
|
47
50
|
\subfigbottomskip=\skip45
|
48
|
-
\subfigcapmargin=\
|
51
|
+
\subfigcapmargin=\dimen123
|
49
52
|
\subfiglabelskip=\skip46
|
50
53
|
\c@subfigure=\count90
|
51
54
|
\c@lofdepth=\count91
|
@@ -55,39 +58,38 @@ Package: subfigure 2002/07/30 v2.1.4 subfigure package
|
|
55
58
|
****************************************
|
56
59
|
* Local config file subfigure.cfg used *
|
57
60
|
****************************************
|
58
|
-
|
59
|
-
(/Applications/UpTeX.app/teTeX/share/texmf-dist/tex/latex/subfigure/subfigure.c
|
60
|
-
fg)
|
61
|
+
(/usr/local/texlive/2014/texmf-dist/tex/latex/subfigure/subfigure.cfg)
|
61
62
|
\subfig@top=\skip47
|
62
63
|
\subfig@bottom=\skip48
|
63
|
-
) (/Applications/UpTeX.app/teTeX/share/texmf/ptex/latex/url/url.sty
|
64
|
-
\Urlmuskip=\muskip10
|
65
|
-
Package: url 2004/03/15 ver 3.1 Verb mode for urls, etc.
|
66
64
|
)
|
67
|
-
(/
|
68
|
-
Package: graphicx
|
69
|
-
|
70
|
-
|
65
|
+
(/usr/local/texlive/2014/texmf-dist/tex/latex/graphics/graphicx.sty
|
66
|
+
Package: graphicx 2014/04/25 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
|
67
|
+
|
68
|
+
(/usr/local/texlive/2014/texmf-dist/tex/latex/graphics/keyval.sty
|
69
|
+
Package: keyval 2014/05/08 v1.15 key=value parser (DPC)
|
71
70
|
\KV@toks@=\toks15
|
72
71
|
)
|
73
|
-
(/
|
74
|
-
|
75
|
-
Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
|
72
|
+
(/usr/local/texlive/2014/texmf-dist/tex/latex/graphics/graphics.sty
|
73
|
+
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
|
76
74
|
|
77
|
-
(/
|
75
|
+
(/usr/local/texlive/2014/texmf-dist/tex/latex/graphics/trig.sty
|
78
76
|
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
|
79
77
|
)
|
80
|
-
(/
|
81
|
-
File: graphics.cfg
|
78
|
+
(/usr/local/texlive/2014/texmf-dist/tex/latex/latexconfig/graphics.cfg
|
79
|
+
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
|
82
80
|
)
|
83
|
-
Package graphics Info: Driver file: dvipdfmx.def on input line
|
81
|
+
Package graphics Info: Driver file: dvipdfmx.def on input line 91.
|
84
82
|
|
85
|
-
(/
|
86
|
-
|
87
|
-
|
83
|
+
(/usr/local/texlive/2014/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def
|
84
|
+
File: dvipdfmx.def 2014/04/28 v4.01 LaTeX color/graphics driver for dvipdfmx (T
|
85
|
+
eX Live/ChoF)
|
88
86
|
))
|
89
|
-
\Gin@req@height=\
|
90
|
-
\Gin@req@width=\
|
87
|
+
\Gin@req@height=\dimen124
|
88
|
+
\Gin@req@width=\dimen125
|
89
|
+
)
|
90
|
+
(/usr/local/texlive/2014/texmf-dist/tex/latex/url/url.sty
|
91
|
+
\Urlmuskip=\muskip10
|
92
|
+
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
|
91
93
|
) (./out4.aux)
|
92
94
|
\openout1 = `out4.aux'.
|
93
95
|
|
@@ -133,13 +135,13 @@ LaTeX Font Info: Font shape `JY1/gt/m/n' will be
|
|
133
135
|
(Font) scaled to size 9.60999pt on input line 25.
|
134
136
|
LaTeX Font Info: Try loading font information for OMS+cmr on input line 29.
|
135
137
|
|
136
|
-
(/
|
138
|
+
(/usr/local/texlive/2014/texmf-dist/tex/latex/base/omscmr.fd
|
137
139
|
File: omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
|
138
140
|
)
|
139
141
|
LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10> not available
|
140
142
|
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 29.
|
141
143
|
|
142
|
-
Underfull \hbox (badness 1629) in paragraph at lines
|
144
|
+
Underfull \hbox (badness 1629) in paragraph at lines 45--47
|
143
145
|
\JY1/mc/m/n/10 ドは \OT1/cmr/m/n/10 ilb/todo/command.rb \JY1/mc/m/n/10 で判断さ
|
144
146
|
れることにより
|
145
147
|
[]
|
@@ -148,27 +150,28 @@ Underfull \hbox (badness 1629) in paragraph at lines 50--52
|
|
148
150
|
Underfull \vbox (badness 10000) has occurred while \output is active []
|
149
151
|
|
150
152
|
LaTeX Font Info: External font `cmex10' loaded for size
|
151
|
-
(Font) <7> on input line
|
153
|
+
(Font) <7> on input line 70.
|
152
154
|
LaTeX Font Info: External font `cmex10' loaded for size
|
153
|
-
(Font) <5> on input line
|
155
|
+
(Font) <5> on input line 70.
|
154
156
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
155
|
-
(Font) scaled to size 6.72699pt on input line
|
157
|
+
(Font) scaled to size 6.72699pt on input line 70.
|
156
158
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
157
|
-
(Font) scaled to size 4.805pt on input line
|
159
|
+
(Font) scaled to size 4.805pt on input line 70.
|
158
160
|
|
159
|
-
Underfull \hbox (badness 10000) in paragraph at lines
|
160
|
-
[]\OT1/cmr/m/n/10 hikiutils
|
161
|
-
|
161
|
+
Underfull \hbox (badness 10000) in paragraph at lines 70--71
|
162
|
+
[]\OT1/cmr/m/n/10 hikiutils,$\OT1/cmtt/m/n/10 https : / / rubygems . org / gems
|
163
|
+
/
|
162
164
|
[]
|
163
165
|
|
164
166
|
|
165
|
-
Underfull \hbox (badness
|
166
|
-
[]\OT1/cmr/m/n/10 The Ruby Tool-box, CLI Op-tion Parsers
|
167
|
+
Underfull \hbox (badness 3919) in paragraph at lines 71--73
|
168
|
+
[]\OT1/cmr/m/n/10 The Ruby Tool-box, CLI Op-tion Parsers,$\OT1/cmtt/m/n/10 http
|
169
|
+
s :
|
167
170
|
[]
|
168
171
|
|
169
172
|
|
170
|
-
Underfull \hbox (badness 10000) in paragraph at lines
|
171
|
-
\OT1/cmtt/m/n/10
|
173
|
+
Underfull \hbox (badness 10000) in paragraph at lines 71--73
|
174
|
+
\OT1/cmtt/m/n/10 / / www . ruby-[]toolbox . com / categories / CLI _ Option _
|
172
175
|
[]
|
173
176
|
|
174
177
|
[1
|
@@ -176,12 +179,12 @@ Underfull \hbox (badness 10000) in paragraph at lines 78--79
|
|
176
179
|
|
177
180
|
] (./out4.aux) )
|
178
181
|
Here is how much of TeX's memory you used:
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
25i,7n,24p,
|
186
|
-
|
187
|
-
Output written on out4.dvi (1 page,
|
182
|
+
997 strings out of 493807
|
183
|
+
12015 string characters out of 6151950
|
184
|
+
74904 words of memory out of 5000000
|
185
|
+
4500 multiletter control sequences out of 15000+600000
|
186
|
+
13296 words of font info for 59 fonts, out of 8000000 for 9000
|
187
|
+
934 hyphenation exceptions out of 8191
|
188
|
+
25i,7n,24p,480b,293s stack positions out of 5000i,500n,10000p,200000b,80000s
|
189
|
+
|
190
|
+
Output written on out4.dvi (1 page, 6572 bytes).
|
data/abst/out4.pdf
CHANGED
Binary file
|
data/abst/out4.synctex.gz
CHANGED
Binary file
|
data/abst/out4.tex
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
\documentclass[a4j,twocolumn]{jsarticle}
|
2
2
|
\usepackage{subfigure}
|
3
|
-
\usepackage{url}
|
4
3
|
|
5
4
|
\def\Vec#1{\mbox{\boldmath $#1$}}
|
6
5
|
\usepackage[dvipdfmx]{graphicx}
|
7
6
|
\usepackage{url}
|
8
7
|
|
8
|
+
|
9
9
|
\setlength{\textheight}{275mm}
|
10
10
|
\headheight 5mm
|
11
11
|
\topmargin -30mm
|
@@ -19,7 +19,7 @@
|
|
19
19
|
\date{}
|
20
20
|
\maketitle
|
21
21
|
\section{目的}
|
22
|
-
|
22
|
+
本研究の目的は,hiki の編集作業をより容易にするための ツールを開発することである.hiki は通常 web 上で編集を 行っているが,GUI と CUI が混在しており,操作に不便な点 がある.そこで,編集操作が CUI で完結するために開発をさ れたのが hikiutils である.しかし,そのユーザインタフェー スには問題がある.現在 hiki でコマンドを入力する際,ユー ザーは瞬間的にそのコマンドの機能や意味を判断することが 難しく迷いが生じてしまうことがある.なので.この部分を 開発することによりこの問題を解決したい.
|
23
23
|
|
24
24
|
\section{システムについて}
|
25
25
|
\subsection{hikiについて}
|
@@ -39,43 +39,37 @@ hikiの主な特徴として
|
|
39
39
|
等がある\cite{hiki}.
|
40
40
|
|
41
41
|
\subsection{hikiutilsについて}
|
42
|
-
hikiutilsはhiki
|
43
|
-
プログラミング言語Rubyのライブラリであるgemフォーマットに従って提供されている\cite{gem}.
|
44
|
-
hikiutilsはCLI(Command Line Interface)で操作するため,オプション解析をおこなう必要がある.
|
45
|
-
gemには,この用途に利用できるライブラリがいくつも提供されている\cite{opt_ranking}.
|
46
|
-
この中で,あまり利用頻度は高くないが古くから開発され,
|
47
|
-
使用例が広く紹介されているoptparseを利用している.
|
42
|
+
hikiutils は hiki の編集作業を容易に行うことができるよう にするツール群であり,プログラミング言語 Ruby のライブ ラリである gem フォーマットに従って提供されている [2]. hikiutils は CLI(Command Line Interface) で操作するため, オプション解析をおこなう必要がある.gem には,この用途 に適合したライブラリがいくつも提供されている [3].この中 で,あまり利用頻度は高くないが古くから開発され,使用例 が広く紹介されている optparse を利用している.
|
48
43
|
|
49
44
|
\section{手法}
|
50
45
|
このようなCLIの階層的なコマンド実装を示したcodeとしてTodoというgemアプリケーションがある\cite{PerfectRuby}.
|
51
|
-
このプログラムではlib/todo/command/options.rbにサブコマンド用の定義があり,入力されたコマンドはilb/todo/command.rbで判断されることによりlib/todo/command/options.rb内で実行される.hikiutilsのプログラムの構造はTodo
|
46
|
+
このプログラムではlib/todo/command/options.rbにサブコマンド用の定義があり,入力されたコマンドはilb/todo/command.rbで判断されることによりlib/todo/command/options.rb内で実行される.hikiutilsのプログラムの構造はTodoアプリケーションのプログラムの構造と似たものでありhikiの編集を容易にするためのツール群のため,この部分の編集を行うことでコマンド名を書き換える.
|
52
47
|
|
53
|
-
\section{
|
54
|
-
現在Todo
|
55
|
-
また,直感的なコマンドとして以下のようなものを考えた.
|
48
|
+
\section{考察}
|
49
|
+
現在 Todo アプリケーションのコードを追いかけて,プロ グラムの構造を理解している.また,直感的なコマンドとし て以下のようなものを考えた.
|
56
50
|
\begin{verbatim}
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
51
|
+
version show program Version.
|
52
|
+
show show sources
|
53
|
+
add add sources info
|
54
|
+
set VAL set target id
|
55
|
+
open FILE open file
|
56
|
+
list FILE list files
|
57
|
+
update FILE update file
|
58
|
+
rsync rsync files
|
59
|
+
read db FILE read database file
|
60
|
+
display FILE display converted hikifile
|
61
|
+
check db FILE check database file
|
62
|
+
remove FILE remove file
|
63
|
+
move file1 file2 move file1,file2
|
64
|
+
euc FILE translate file to euc
|
71
65
|
\end{verbatim}
|
72
|
-
上記のコマンドはgit
|
73
|
-
今後の課題としては,実際にhikiutils内でそのコマンドの編集を行って実装し,そのコマンドが分かりやすいものであるかどうかを検討する必要がある.
|
66
|
+
上記のコマンドは git 風のコマンド名に変更してみた.今後 の課題としては, 実際に hikiutils 内でそのコマンドの編集を 行って実装し,そのコマンドが分かりやすいものであるかど うかを検討する必要がある.
|
74
67
|
|
75
68
|
\begin{thebibliography}{9}
|
76
|
-
\bibitem{hiki}「hiki
|
77
|
-
\bibitem{gem}
|
78
|
-
\bibitem{
|
69
|
+
\bibitem{hiki}「hiki」,hikiwiki.org/ja/about.html,2016/9/2 アクセス.
|
70
|
+
\bibitem{gem}hikiutils,\url{https://rubygems.org/gems/ hikiutils},2016/9/2 アクセス.
|
71
|
+
\bibitem{opt}The Ruby Toolbox, CLI Option Parsers,\url{https://www.ruby-toolbox.com/categories/
|
72
|
+
CLI_Option_Parsers},2016/9/2 アクセス.
|
79
73
|
\bibitem{PerfectRuby}「パーフェクトRuby」,Rubyサポーターズ(技術評論社 2013).
|
80
74
|
\end{thebibliography}
|
81
|
-
\end{document}
|
75
|
+
\end{document}
|
data/abst/speed.png
ADDED
File without changes
|
data/abst/tmp.hiki
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
!!Shunkun typer 2016-10-14 09:39:20 +0900
|
2
|
+
|| ||>speed[sec]||>training
|
3
|
+
||||init||current||total time[min]||step
|
4
|
+
||bob||39.75||39.75|| 6.00|| 5.00
|
5
|
+
||eri||51.61||47.73|| 2.00|| 2.00
|
6
|
+
||koki||64.09||50.56|| 2.00|| 2.00
|
7
|
+
||murakami||49.99||49.69|| 0.00|| 0.00
|
8
|
+
||nari||59.10||44.59||124.00||50.00
|
9
|
+
||nasubi||56.25||36.07|| 0.00|| 0.00
|
10
|
+
||saki||59.68||48.52||30.00||22.00
|
11
|
+
||yamane||34.51||45.89||184.00||35.00
|
12
|
+
||yasuki||61.49||117.85||52.00|| 1.00
|
13
|
+
|
14
|
+
||{{attach_view(work.png)}}||{{attach_view(speed.png)}}
|
data/abst/tmp.html
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
<html>
|
2
|
+
<table border="1">
|
3
|
+
<caption>Shunkun typer<caption>
|
4
|
+
<tr><th></th><th colspan=2>speed[sec]</th><th colspan=2>training</th></tr>
|
5
|
+
<tr><th></th><th>init</th><th>current</th><th>total time[min]</th><th>step</th></tr>
|
6
|
+
<tr><th>bob</th><td>39.75</td><td>39.75</td><td> 6.00</td><td> 5.00</td></tr>
|
7
|
+
<tr><th>eri</th><td>51.61</td><td>47.73</td><td> 2.00</td><td> 2.00</td></tr>
|
8
|
+
<tr><th>koki</th><td>64.09</td><td>50.56</td><td> 2.00</td><td> 2.00</td></tr>
|
9
|
+
<tr><th>murakami</th><td>49.99</td><td>49.69</td><td> 0.00</td><td> 0.00</td></tr>
|
10
|
+
<tr><th>nari</th><td>59.10</td><td>44.59</td><td>124.00</td><td>50.00</td></tr>
|
11
|
+
<tr><th>nasubi</th><td>56.25</td><td>36.07</td><td> 0.00</td><td> 0.00</td></tr>
|
12
|
+
<tr><th>saki</th><td>59.68</td><td>48.52</td><td>30.00</td><td>22.00</td></tr>
|
13
|
+
<tr><th>yamane</th><td>34.51</td><td>45.89</td><td>184.00</td><td>35.00</td></tr>
|
14
|
+
<tr><th>yasuki</th><td>61.49</td><td>117.85</td><td>52.00</td><td> 1.00</td></tr>
|
15
|
+
</table>
|
16
|
+
<p><img src="./work.png" /></p><p><img src="./speed.png" /></p></html>
|
data/abst/work.png
ADDED
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|