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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58f2a85e76e280ec708a8c9045c154442c97b2ea
|
|
4
|
+
data.tar.gz: 5cfa1cfc1b24bb5d5c1197b1b1fe4f4d92c755f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f41c6b41ee658ce2571d5d2a9b1f3e34d6f23a9dce4a31e7c087c19b94f029b834bfce02bb72d65f30537c7ae94b473bfa3452516b58e239b389f7af0d72cf77
|
|
7
|
+
data.tar.gz: 098de39f7aede87f3469edee10615a6c915773021156a130c2934271d236afaef1b038270810ff532bf8a458bf311ce6a8984e0c834c0662ce9641bf1c883500
|
data/exe/hiki
CHANGED
data/exe/hiki_thor
CHANGED
data/exe/hiki_thor~
ADDED
data/exe/hiki~
ADDED
data/hikiutils.gemspec
CHANGED
|
@@ -36,6 +36,7 @@ Gem::Specification.new do |spec|
|
|
|
36
36
|
spec.add_development_dependency "hiki2md"
|
|
37
37
|
spec.add_development_dependency "mathjax-yard"
|
|
38
38
|
spec.add_development_dependency "hiki2yard"
|
|
39
|
+
spec.add_development_dependency "hiki2latex", "~>0.9.12.1"
|
|
39
40
|
spec.add_runtime_dependency "systemu"
|
|
40
41
|
spec.add_runtime_dependency "hikidoc", "~> 0.1.0"
|
|
41
42
|
spec.add_runtime_dependency 'thor'
|
data/hikiutils_bob/Rakefile
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
require 'systemu'
|
|
3
|
-
require 'tempfile'
|
|
4
3
|
# -*- coding: utf-8 -*-
|
|
5
4
|
begin
|
|
6
5
|
target_dir = File.readlines('./.hikirc')[0].chomp
|
|
@@ -102,7 +101,7 @@ def convert_to_latex(file_name, option=nil)
|
|
|
102
101
|
pre_name = File.join($latex_dir,'pre.tex')
|
|
103
102
|
p pre_command = File.exist?(pre_name) ? '--pre '+pre_name : nil
|
|
104
103
|
lines = File.readlines(file_name)
|
|
105
|
-
cont = ""
|
|
104
|
+
cont = "" #remove figs folder...
|
|
106
105
|
lines.each{|line|
|
|
107
106
|
if m=line.match(/\{\{attach_view\((.*),(.*)\)\}\}/)
|
|
108
107
|
p line="\{\{attach_view\(#{m[1]}\)\}\}\n"
|
|
@@ -147,27 +146,6 @@ task :increment do
|
|
|
147
146
|
exit
|
|
148
147
|
end
|
|
149
148
|
|
|
150
|
-
desc "numbering figs from the NUBER in FILE"
|
|
151
|
-
task :number do
|
|
152
|
-
number=ARGV[1].to_i
|
|
153
|
-
file = ARGV[2]
|
|
154
|
-
dir = ARGV[3] || nil
|
|
155
|
-
lines = File.readlines(file)
|
|
156
|
-
cont = ""
|
|
157
|
-
lines.each{|line|
|
|
158
|
-
if m=line.match(/\{\{attach_view\((\w+|_).(\d+).jpeg,(\w+)\)\}\}/)
|
|
159
|
-
new_num=sprintf("%03d",number)
|
|
160
|
-
line="\{\{attach_view\(#{m[1]}.#{new_num}.jpeg,#{m[3]}\)\}\}\n"
|
|
161
|
-
cont << line
|
|
162
|
-
number += 1
|
|
163
|
-
else
|
|
164
|
-
cont << line
|
|
165
|
-
end
|
|
166
|
-
}
|
|
167
|
-
print cont
|
|
168
|
-
exit
|
|
169
|
-
end
|
|
170
|
-
|
|
171
149
|
desc "convert fig size SCALE TARGET_DIR"
|
|
172
150
|
task :convert do
|
|
173
151
|
scale = ARGV[1]
|
|
@@ -253,15 +231,20 @@ task :check_previous do
|
|
|
253
231
|
file= line.split(/\s+/)[-1]
|
|
254
232
|
previous[file]=line.chomp
|
|
255
233
|
}
|
|
256
|
-
changed = []
|
|
234
|
+
added,changed = [],[]
|
|
257
235
|
current.each_pair{|key,val|
|
|
258
|
-
if !previous.include?(key)
|
|
236
|
+
if !previous.include?(key)
|
|
237
|
+
added[key]=val
|
|
238
|
+
elsif previous[key]!=val
|
|
259
239
|
changed << val+"\n"
|
|
240
|
+
else
|
|
241
|
+
|
|
260
242
|
end
|
|
261
243
|
}
|
|
262
|
-
if changed.size != 0
|
|
244
|
+
if changed.size != 0 or added.size !=0
|
|
263
245
|
print("hiki dirで変更が発生しています.\n")
|
|
264
|
-
changed.each{|line| print line+"\n"}
|
|
246
|
+
changed.each{|line| print line+"\n"}
|
|
247
|
+
added.each{|line| print line+"\n"}
|
|
265
248
|
exit
|
|
266
249
|
end
|
|
267
250
|
end
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -70,10 +70,11 @@ hikiの初めの部分は,
|
|
|
70
70
|
>>>
|
|
71
71
|
と変換してくれます.
|
|
72
72
|
|
|
73
|
-
必要な図は,figs
|
|
73
|
+
必要な図は,figsから自動で取るようになっていますが,
|
|
74
|
+
サイズや解像度が問題のときは手動で調整してください.
|
|
74
75
|
|
|
75
76
|
!!rake latex_all手順(ディレクトリー内の一括変換)
|
|
76
|
-
pwdのdirectory
|
|
77
|
+
pwdのdirectoryと同名のbasenameに.hikiの拡張子がついたファイルが用意されていて,
|
|
77
78
|
rake latex_all
|
|
78
79
|
をおこなうと自動で全部を一体にまとめた文書へのlatex変換が出来上がります.
|
|
79
80
|
たとえば,hikiutils_bob.hikiの記述を
|
|
@@ -88,7 +89,7 @@ bob% cat hikiutils_bob.hiki
|
|
|
88
89
|
とすると,sync.tex, latex_all.texがlatex_dir内に変換されます.
|
|
89
90
|
さらに,開いているhikiutils_bob.texをTeXShopで変換してみてください.
|
|
90
91
|
|
|
91
|
-
うまくできないときは[[ここ|http://qiita.com/hideaki_polisci/items/3afd204449c6cdd995c9
|
|
92
|
+
うまくできないときは[[ここ|http://qiita.com/hideaki_polisci/items/3afd204449c6cdd995c9]]を参照して自力で入れてみてください.だめならdonkey.
|
|
92
93
|
|
|
93
94
|
*{{attach_anchor(hikiutils_bob.pdf,hikiutils_bob)}}
|
|
94
95
|
|
|
@@ -100,6 +101,7 @@ latex_dir内に幾つかのtex雛形を入れておく必要があります.
|
|
|
100
101
|
とhikiutils環境を再度初期化すると,自動でインストールする設定です.
|
|
101
102
|
なかったら手動で作ってください.
|
|
102
103
|
!!!!head.tex
|
|
104
|
+
題目,学生番号,氏名を変更する.年月をチェック.
|
|
103
105
|
<<< latex
|
|
104
106
|
bob% cat head.tex
|
|
105
107
|
\title{卒業論文\\
|
|
@@ -112,6 +114,8 @@ bob% cat head.tex
|
|
|
112
114
|
>>>
|
|
113
115
|
|
|
114
116
|
!!!!pre.tex
|
|
117
|
+
あまり変更しないほうがいいが,いずれいじる.例えば,フォントポイント数を10から12ptに変える,
|
|
118
|
+
\pagestyle{empty}を外すなど.
|
|
115
119
|
<<< latex
|
|
116
120
|
bob% cat pre.tex
|
|
117
121
|
\documentclass[10pt,a4j]{article}
|
|
@@ -1,48 +1,57 @@
|
|
|
1
|
-
This is e-pTeX, Version 3.14159265-p3.7-160201-2.6 (utf8.euc) (TeX Live 2016) (preloaded format=platex 2017.1.26)
|
|
1
|
+
This is e-pTeX, Version 3.14159265-p3.7-160201-2.6 (utf8.euc) (TeX Live 2016) (preloaded format=platex 2017.1.26) 28 JAN 2017 17:14
|
|
2
2
|
entering extended mode
|
|
3
3
|
restricted \write18 enabled.
|
|
4
4
|
file:line:error style messages enabled.
|
|
5
5
|
%&-line parsing enabled.
|
|
6
6
|
**hikiutils_bob.tex
|
|
7
7
|
(./hikiutils_bob.tex
|
|
8
|
-
pLaTeX2e <2016/
|
|
8
|
+
pLaTeX2e <2016/11/29> (based on LaTeX2e <2017/01/01>)
|
|
9
9
|
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
|
|
10
10
|
(/usr/local/texlive/2016/texmf-dist/tex/platex/jsclasses/jsarticle.cls
|
|
11
|
-
Document Class: jsarticle
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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
57
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty
|
|
@@ -50,58 +59,52 @@ Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
|
|
|
50
59
|
\KV@toks@=\toks15
|
|
51
60
|
)
|
|
52
61
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty
|
|
53
|
-
Package: graphics 2016/
|
|
62
|
+
Package: graphics 2016/10/09 v1.0u Standard LaTeX Graphics (DPC,SPQR)
|
|
54
63
|
|
|
55
64
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty
|
|
56
65
|
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
|
|
57
66
|
)
|
|
58
67
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
|
59
|
-
File: graphics.cfg 2016/
|
|
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
|
|
62
|
-
|
|
63
|
-
(/usr/local/texlive/2016/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def
|
|
64
|
-
File: dvipdfmx.def 2016/04/06 v4.08 LaTeX color/graphics driver for dvipdfmx (T
|
|
65
|
-
eX Live/ChoF)
|
|
70
|
+
Package graphics Info: Driver file: dvipdfmx.def on input line 99.
|
|
66
71
|
|
|
67
|
-
(/usr/local/texlive/2016/texmf-dist/tex/
|
|
68
|
-
|
|
69
|
-
)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
\Gin@req@height=\dimen122
|
|
74
|
-
\Gin@req@width=\dimen123
|
|
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)
|
|
75
|
+
))
|
|
76
|
+
\Gin@req@height=\dimen124
|
|
77
|
+
\Gin@req@width=\dimen125
|
|
75
78
|
)
|
|
76
79
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/color.sty
|
|
77
|
-
Package: color 2016/
|
|
80
|
+
Package: color 2016/07/10 v1.1e Standard LaTeX Color (DPC)
|
|
78
81
|
|
|
79
82
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
|
80
83
|
File: color.cfg 2016/01/02 v1.6 sample color configuration
|
|
81
84
|
)
|
|
82
|
-
Package color Info: Driver file: dvipdfmx.def on input line
|
|
85
|
+
Package color Info: Driver file: dvipdfmx.def on input line 147.
|
|
83
86
|
|
|
84
87
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/dvipsnam.def
|
|
85
|
-
File: dvipsnam.def
|
|
88
|
+
File: dvipsnam.def 2016/06/17 v3.0m Driver-dependent file (DPC,SPQR)
|
|
86
89
|
))
|
|
87
90
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/listings.sty
|
|
88
|
-
\lst@mode=\
|
|
91
|
+
\lst@mode=\count91
|
|
89
92
|
\lst@gtempboxa=\box42
|
|
90
93
|
\lst@token=\toks16
|
|
91
|
-
\lst@length=\
|
|
92
|
-
\lst@currlwidth=\
|
|
93
|
-
\lst@column=\
|
|
94
|
-
\lst@pos=\
|
|
95
|
-
\lst@lostspace=\
|
|
96
|
-
\lst@width=\
|
|
97
|
-
\lst@newlines=\
|
|
98
|
-
\lst@lineno=\
|
|
99
|
-
\lst@maxwidth=\
|
|
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
|
|
100
103
|
|
|
101
104
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstmisc.sty
|
|
102
105
|
File: lstmisc.sty 2015/06/04 1.6 (Carsten Heinz)
|
|
103
|
-
\c@lstnumber=\
|
|
104
|
-
\lst@skipnumbers=\
|
|
106
|
+
\c@lstnumber=\count97
|
|
107
|
+
\lst@skipnumbers=\count98
|
|
105
108
|
\lst@framebox=\box43
|
|
106
109
|
)
|
|
107
110
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/listings.cfg
|
|
@@ -114,6 +117,9 @@ Package: listings 2015/06/04 1.6 (Carsten Heinz)
|
|
|
114
117
|
LaTeX Warning: Label `default' multiply defined.
|
|
115
118
|
|
|
116
119
|
|
|
120
|
+
LaTeX Warning: Label `default' multiply defined.
|
|
121
|
+
|
|
122
|
+
|
|
117
123
|
LaTeX Warning: Label `default' multiply defined.
|
|
118
124
|
|
|
119
125
|
) (./latex_all.aux))
|
|
@@ -135,7 +141,7 @@ LaTeX Font Info: Checking defaults for JY1/mc/m/n on input line 39.
|
|
|
135
141
|
LaTeX Font Info: ... okay on input line 39.
|
|
136
142
|
LaTeX Font Info: Checking defaults for JT1/mc/m/n on input line 39.
|
|
137
143
|
LaTeX Font Info: ... okay on input line 39.
|
|
138
|
-
\c@lstlisting=\
|
|
144
|
+
\c@lstlisting=\count99
|
|
139
145
|
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
|
140
146
|
(Font) scaled to size 16.60605pt on input line 45.
|
|
141
147
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
|
@@ -190,59 +196,68 @@ LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
|
|
190
196
|
(Font) scaled to size 8.64899pt on input line 11.
|
|
191
197
|
LaTeX Font Info: Font shape `JY1/mc/m/n' will be
|
|
192
198
|
(Font) scaled to size 8.64899pt on input line 11.
|
|
193
|
-
[3
|
|
194
|
-
|
|
195
|
-
]
|
|
196
199
|
LaTeX Font Info: Font shape `JT1/gt/m/n' will be
|
|
197
200
|
(Font) scaled to size 11.53198pt on input line 16.
|
|
198
201
|
LaTeX Font Info: Font shape `JY1/gt/m/n' will be
|
|
199
202
|
(Font) scaled to size 11.53198pt on input line 16.
|
|
203
|
+
[3
|
|
204
|
+
|
|
205
|
+
]
|
|
200
206
|
File: ../figs/./hikiutils_bob.003.jpeg Graphic file (type eps)
|
|
201
207
|
<../figs/./hikiutils_bob.003.jpeg>
|
|
202
208
|
LaTeX Font Info: Font shape `JT1/mc/m/n' will be
|
|
203
209
|
(Font) scaled to size 6.72699pt on input line 40.
|
|
204
210
|
|
|
205
211
|
[4] [5] [6]
|
|
206
|
-
LaTeX Font Info: Try loading font information for OML+cmr on input line
|
|
212
|
+
LaTeX Font Info: Try loading font information for OML+cmr on input line 129.
|
|
207
213
|
|
|
208
214
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/omlcmr.fd
|
|
209
215
|
File: omlcmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
|
|
210
216
|
)
|
|
211
217
|
LaTeX Font Info: Font shape `OML/cmr/m/n' in size <10> not available
|
|
212
|
-
(Font) Font shape `OML/cmm/m/it' tried instead on input line
|
|
213
|
-
|
|
214
|
-
[7]) [8]
|
|
215
|
-
\openout2 = `latex_all.aux'.
|
|
216
|
-
|
|
217
|
-
(./latex_all.tex [9
|
|
218
|
+
(Font) Font shape `OML/cmm/m/it' tried instead on input line 129.
|
|
218
219
|
|
|
220
|
+
[7]
|
|
221
|
+
File: ../figs/./hikiutils_bob.004.jpeg Graphic file (type eps)
|
|
222
|
+
<../figs/./hikiutils_bob.004.jpeg>
|
|
223
|
+
LaTeX Font Info: Try loading font information for OMS+cmr on input line 181.
|
|
219
224
|
|
|
220
|
-
]
|
|
221
|
-
LaTeX Font Info: Try loading font information for OMS+cmr on input line 56.
|
|
222
225
|
|
|
223
226
|
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/omscmr.fd
|
|
224
227
|
File: omscmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
|
|
225
228
|
)
|
|
226
229
|
LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10> not available
|
|
227
|
-
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line
|
|
228
|
-
[
|
|
229
|
-
Overfull \hbox (
|
|
230
|
+
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 181.
|
|
231
|
+
[8] [9]
|
|
232
|
+
Overfull \hbox (24.60419pt too wide) in paragraph at lines 203--204
|
|
233
|
+
[]\OT1/cmtt/m/n/10 convert #{source} -resize 20% #{target}\JY1/gt/m/n/10 によ
|
|
234
|
+
って , \OT1/cmtt/m/n/10 target=figs/TAERGET.png
|
|
235
|
+
[]
|
|
236
|
+
|
|
237
|
+
) [10]
|
|
238
|
+
\openout2 = `latex_all.aux'.
|
|
239
|
+
|
|
240
|
+
(./latex_all.tex [11
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
] [12]
|
|
244
|
+
Overfull \hbox (71.46521pt too wide) in paragraph at lines 105--106
|
|
230
245
|
[]\JY1/mc/m/n/10 うまくできないときは\JY1/gt/m/n/10 ここ \OT1/cmtt/m/n/10 (http
|
|
231
|
-
://qiita.com/hideaki_polisci/items/3afd204449c6cdd995c9
|
|
246
|
+
://qiita.com/hideaki_polisci/items/3afd204449c6cdd995c9)
|
|
232
247
|
[]
|
|
233
248
|
|
|
234
|
-
[
|
|
249
|
+
[13] [14]) [15] (./hikiutils_bob.aux (./sync.aux) (./latex_all.aux))
|
|
235
250
|
|
|
236
251
|
LaTeX Warning: There were multiply-defined labels.
|
|
237
252
|
|
|
238
253
|
)
|
|
239
254
|
Here is how much of TeX's memory you used:
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
255
|
+
2278 strings out of 493683
|
|
256
|
+
31685 string characters out of 6149653
|
|
257
|
+
139508 words of memory out of 5000000
|
|
258
|
+
5844 multiletter control sequences out of 15000+600000
|
|
244
259
|
15224 words of font info for 69 fonts, out of 8000000 for 9000
|
|
245
260
|
934 hyphenation exceptions out of 8191
|
|
246
|
-
29i,9n,35p,
|
|
261
|
+
29i,9n,35p,749b,1567s stack positions out of 5000i,500n,10000p,200000b,80000s
|
|
247
262
|
|
|
248
|
-
Output written on hikiutils_bob.dvi (
|
|
263
|
+
Output written on hikiutils_bob.dvi (15 pages, 41584 bytes).
|