review 3.0.0.preview1 → 3.0.0.preview2
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/NEWS.ja.md +61 -1
- data/NEWS.md +61 -1
- data/bin/review-epub2html +19 -0
- data/doc/config.yml.sample +24 -3
- data/doc/quickstart.md +1 -1
- data/lib/epubmaker/producer.rb +6 -1
- data/lib/review/book/base.rb +2 -2
- data/lib/review/book/index.rb +5 -1
- data/lib/review/book/volume.rb +1 -1
- data/lib/review/builder.rb +1 -1
- data/lib/review/compiler.rb +14 -6
- data/lib/review/configure.rb +1 -1
- data/lib/review/epub2html.rb +133 -0
- data/lib/review/epubmaker.rb +11 -4
- data/lib/review/extentions/string.rb +0 -1
- data/lib/review/htmlbuilder.rb +2 -2
- data/lib/review/i18n.rb +6 -0
- data/lib/review/i18n.yml +15 -3
- data/lib/review/idgxmlbuilder.rb +2 -2
- data/lib/review/init.rb +3 -3
- data/lib/review/latexbuilder.rb +13 -5
- data/lib/review/pdfmaker.rb +31 -25
- data/lib/review/plaintextbuilder.rb +2 -2
- data/lib/review/version.rb +1 -1
- data/review.gemspec +1 -1
- data/samples/LICENSE +20 -0
- data/{test → samples}/sample-book/README.md +0 -0
- data/{test → samples}/sample-book/src/Rakefile +0 -0
- data/{test → samples}/sample-book/src/_cover.html +0 -0
- data/{test → samples}/sample-book/src/catalog.yml +0 -0
- data/{test → samples}/sample-book/src/ch01.re +0 -0
- data/{test → samples}/sample-book/src/ch02.re +0 -0
- data/{test → samples}/sample-book/src/config-epub2.yml +0 -0
- data/{test → samples}/sample-book/src/config.yml +1 -1
- data/{test → samples}/sample-book/src/images/ch01-imgsample.jpg +0 -0
- data/{test → samples}/sample-book/src/images/cover.jpg +0 -0
- data/{test → samples}/sample-book/src/preface.re +0 -0
- data/{test → samples}/sample-book/src/sty/jumoline.sty +0 -0
- data/{test → samples}/sample-book/src/sty/reviewmacro.sty +0 -0
- data/{test → samples}/sample-book/src/style-web.css +0 -0
- data/{test/syntax-book → samples/sample-book/src}/style.css +1 -1
- data/{test → samples}/syntax-book/Gemfile +0 -0
- data/{test → samples}/syntax-book/Rakefile +0 -0
- data/{test → samples}/syntax-book/appA.re +0 -0
- data/{test → samples}/syntax-book/bib.re +0 -0
- data/{test → samples}/syntax-book/catalog.yml +0 -0
- data/{test → samples}/syntax-book/ch01.re +0 -0
- data/{test → samples}/syntax-book/ch02.re +0 -0
- data/{test → samples}/syntax-book/ch03.re +0 -0
- data/{test → samples}/syntax-book/config.yml +1 -1
- data/{test → samples}/syntax-book/images/ball.png +0 -0
- data/{test → samples}/syntax-book/images/cover.jpg +0 -0
- data/{test → samples}/syntax-book/images/fractal.png +0 -0
- data/{test → samples}/syntax-book/images/img3-1.png +0 -0
- data/{test → samples}/syntax-book/images/inlineicon.jpg +0 -0
- data/{test → samples}/syntax-book/images/logic.png +0 -0
- data/{test → samples}/syntax-book/images/logic2.png +0 -0
- data/{test → samples}/syntax-book/images/puzzle.jpg +0 -0
- data/{test → samples}/syntax-book/images/table.jpg +0 -0
- data/{test → samples}/syntax-book/part2.re +0 -0
- data/{test → samples}/syntax-book/pre01.re +0 -0
- data/{test → samples}/syntax-book/review-ext.rb +0 -0
- data/{test → samples}/syntax-book/sty/jumoline.sty +0 -0
- data/{test → samples}/syntax-book/sty/reviewmacro.sty +0 -0
- data/{test/sample-book/src → samples/syntax-book}/style.css +1 -1
- data/{test → samples}/syntax-book/syntax.dic +0 -0
- data/templates/latex/review-jlreq/review-style.sty +6 -2
- data/templates/latex/review-jsbook/review-base.sty +2 -7
- data/templates/latex/review-jsbook/review-style.sty +9 -1
- data/test/assets/test_template.tex +1 -1
- data/test/assets/test_template_backmatter.tex +1 -1
- data/test/test_compiler.rb +1 -3
- data/test/test_helper.rb +1 -1
- data/test/test_latexbuilder.rb +4 -2
- data/test/test_plaintextbuilder.rb +1 -1
- data/test/test_rstbuilder.rb +1 -1
- data/test/test_topbuilder.rb +6 -1
- metadata +46 -82
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -81,10 +81,10 @@
|
|
81
81
|
\newcommand{\reviewcmdcaption}[1]{\review@commoncaption{}{#1}}
|
82
82
|
\newenvironment{reviewlistblock}{\list{}{\topsep.5\baselineskip \leftmargin\z@ \itemindent\z@}\item\relax}{\endlist}% 上下アキ0.5
|
83
83
|
|
84
|
-
\newenvironment{reviewimage}[1]
|
84
|
+
\newenvironment{reviewimage}[1]{%
|
85
85
|
\begin{figure}[#1]\begin{center}}{\end{center}\end{figure}}
|
86
86
|
|
87
|
-
\newenvironment{reviewdummyimage}[1]
|
87
|
+
\newenvironment{reviewdummyimage}[1]{%
|
88
88
|
\begin{reviewimage}[#1]}{\end{reviewimage}}
|
89
89
|
|
90
90
|
\newcommand{\reviewindepimagecaption[2]}{\@makecaption{}{#2}}
|
@@ -147,3 +147,7 @@
|
|
147
147
|
% ヘッダスタイル
|
148
148
|
\ModifyPageStyle{headings}{nombre_position={top-fore_edge},running_head_position={top-fore_edge}}
|
149
149
|
\pagestyle{headings}
|
150
|
+
|
151
|
+
% 図表フロートの配置
|
152
|
+
\floatplacement{figure}{H}
|
153
|
+
\floatplacement{table}{htp}
|
@@ -36,11 +36,6 @@
|
|
36
36
|
\MakeFramed {\FrameRestore}}%
|
37
37
|
{\endMakeFramed}
|
38
38
|
|
39
|
-
\ifthenelse{\equal{\review@documentclass}{utbook} \OR \equal{\review@documentclass}{tbook}}{%
|
40
|
-
}{%
|
41
|
-
\RequirePackage[top=10zw,bottom=12zw,left=10zw,right=10zw]{geometry}%
|
42
|
-
}
|
43
|
-
|
44
39
|
\newcommand{\parasep}{\vspace*{3zh}}
|
45
40
|
\setlength{\footskip}{30pt}
|
46
41
|
|
@@ -93,13 +88,13 @@
|
|
93
88
|
\fi
|
94
89
|
|
95
90
|
\newenvironment{reviewimage}{%
|
96
|
-
\begin{figure}
|
91
|
+
\begin{figure}
|
97
92
|
\begin{center}}{%
|
98
93
|
\end{center}
|
99
94
|
\end{figure}}
|
100
95
|
|
101
96
|
\newenvironment{reviewdummyimage}{%
|
102
|
-
\begin{figure}
|
97
|
+
\begin{figure}
|
103
98
|
\begin{center}\begin{alltt}}{%
|
104
99
|
\end{alltt}\end{center}
|
105
100
|
\end{figure}}
|
@@ -1,8 +1,13 @@
|
|
1
|
+
\NeedsTeXFormat{LaTeX2e}
|
2
|
+
\ProvidesPackage{review-style}[2018/07/01]
|
3
|
+
|
1
4
|
\RequirePackage{fancyhdr}
|
2
5
|
\pagestyle{fancy}
|
3
6
|
\lhead{\gtfamily\sffamily\bfseries\upshape \leftmark}
|
4
7
|
\chead{}
|
5
8
|
\rhead{\gtfamily\sffamily\bfseries\upshape \rightmark}
|
9
|
+
\fancyfoot{} % clear all header and footer fields
|
10
|
+
\fancyfoot[LE,RO]{\thepage}
|
6
11
|
\renewcommand{\sectionmark}[1]{\markright{\thesection~#1}{}}
|
7
12
|
\renewcommand{\chaptermark}[1]{\markboth{\prechaptername\ \thechapter\ \postchaptername~#1}{}}
|
8
13
|
\renewcommand{\headfont}{\gtfamily\sffamily\bfseries}
|
@@ -10,7 +15,7 @@
|
|
10
15
|
\fancypagestyle{plainhead}{%
|
11
16
|
\fancyhead{}
|
12
17
|
\fancyfoot{} % clear all header and footer fields
|
13
|
-
\fancyfoot[
|
18
|
+
\fancyfoot[LE,RO]{\thepage}
|
14
19
|
\renewcommand{\headrulewidth}{0pt}
|
15
20
|
\renewcommand{\footrulewidth}{0pt}}
|
16
21
|
|
@@ -36,3 +41,6 @@
|
|
36
41
|
|
37
42
|
%% disable hyperlink color and border
|
38
43
|
\hypersetup{hidelinks}
|
44
|
+
|
45
|
+
\floatplacement{figure}{H}
|
46
|
+
\floatplacement{table}{htp}
|
data/test/test_compiler.rb
CHANGED
@@ -45,9 +45,7 @@ class CompilerTest < Test::Unit::TestCase
|
|
45
45
|
source_str = <<-'EOB'
|
46
46
|
@<m>${}\}|$, @<m>|{}\}\$|, @<m>|\{\a\}|, @<tt>|}|, @<tt>|\|, @<tt>|\\|, @<tt>|\\\|
|
47
47
|
EOB
|
48
|
-
expected =
|
49
|
-
@<m>{{\}\\\}|}, @<m>{{\}\\\}\$}, @<m>{\{\a\\\}}, @<tt>{\}}, @<tt>{\\}, @<tt>{\\\\}, @<tt>{\\\\\\}
|
50
|
-
EOB
|
48
|
+
expected = "@<m>{\x03\x04\x02\x04|}, @<m>{\x03\x04\x02\x04\x02$}, @<m>{\x02\x03\x02a\x02\x04}, @<tt>{\x04}, @<tt>{\x02}, @<tt>{\x02\x02}, @<tt>{\x02\x02\x02}\n"
|
51
49
|
actual = @c.__send__(:replace_fence, source_str)
|
52
50
|
assert_equal expected, actual
|
53
51
|
end
|
data/test/test_helper.rb
CHANGED
@@ -11,7 +11,7 @@ def assets_dir
|
|
11
11
|
end
|
12
12
|
|
13
13
|
def prepare_samplebook(srcdir)
|
14
|
-
samplebook_dir = File.expand_path('sample-book/src/', File.dirname(__FILE__))
|
14
|
+
samplebook_dir = File.expand_path('../samples/sample-book/src/', File.dirname(__FILE__))
|
15
15
|
FileUtils.cp_r(Dir.glob(samplebook_dir + '/*'), srcdir)
|
16
16
|
YAML.load(File.open(srcdir + '/config.yml'))
|
17
17
|
end
|
data/test/test_latexbuilder.rb
CHANGED
@@ -593,7 +593,7 @@ class LATEXBuidlerTest < Test::Unit::TestCase
|
|
593
593
|
|
594
594
|
def test_emtable
|
595
595
|
actual = compile_block("//emtable[foo]{\naaa\tbbb\n------------\nccc\tddd<>&\n//}\n//emtable{\naaa\tbbb\n------------\nccc\tddd<>&\n//}\n")
|
596
|
-
assert_equal "\\begin{table}
|
596
|
+
assert_equal "\\begin{table}%%\n\\reviewtablecaption*{foo}\n\\begin{reviewtable}{|l|l|}\n\\hline\n\\reviewth{aaa} & \\reviewth{bbb} \\\\ \\hline\nccc & ddd\\textless{}\\textgreater{}\\& \\\\ \\hline\n\\end{reviewtable}\n\\end{table}\n\n\\begin{reviewtable}{|l|l|}\n\\hline\n\\reviewth{aaa} & \\reviewth{bbb} \\\\ \\hline\nccc & ddd\\textless{}\\textgreater{}\\& \\\\ \\hline\n\\end{reviewtable}\n",
|
597
597
|
actual
|
598
598
|
end
|
599
599
|
|
@@ -992,6 +992,8 @@ EOS
|
|
992
992
|
def test_inline_fence
|
993
993
|
actual = compile_inline('test @<code>|@<code>{$サンプル$}|')
|
994
994
|
assert_equal 'test \\reviewcode{@\\textless{}code\\textgreater{}\\{\\textdollar{}サンプル\\textdollar{}\\}}', actual
|
995
|
+
actual2 = compile_inline('test @<code>|@<code>{$サンプル$}|, @<m>$\begin{array}{ll}a & b\\\alpha & @\\\end{array}$')
|
996
|
+
assert_equal 'test \\reviewcode{@\\textless{}code\\textgreater{}\\{\\textdollar{}サンプル\\textdollar{}\\}}, $\begin{array}{ll}a & b\\\alpha & @\\\end{array}$', actual2
|
995
997
|
end
|
996
998
|
|
997
999
|
def test_inline_w
|
@@ -1074,7 +1076,7 @@ EOS
|
|
1074
1076
|
|
1075
1077
|
\\reviewtableref{A.1}{table:chap1:foo}
|
1076
1078
|
|
1077
|
-
\\begin{table}
|
1079
|
+
\\begin{table}%%foo
|
1078
1080
|
\\reviewtablecaption{FOO}
|
1079
1081
|
\\label{table:chap1:foo}
|
1080
1082
|
\\begin{reviewtable}{|l|l|}
|
data/test/test_rstbuilder.rb
CHANGED
data/test/test_topbuilder.rb
CHANGED
@@ -135,6 +135,11 @@ class TOPBuidlerTest < Test::Unit::TestCase
|
|
135
135
|
assert_equal 'test ◆→コメント←◆ test2', actual
|
136
136
|
end
|
137
137
|
|
138
|
+
def test_inline_fence
|
139
|
+
actual = compile_inline('@<m>|a|, @<m>{\\frac{1\\}{2\\}}, @<m>$\\frac{1}{2}$, @<m>{\\{ \\\\\\}}, @<m>|\\{ \\}|, test @<code>|@<code>{$サンプル$}|')
|
140
|
+
assert_equal '◆→TeX式ここから←◆a◆→TeX式ここまで←◆, ◆→TeX式ここから←◆\\frac{1}{2}◆→TeX式ここまで←◆, ◆→TeX式ここから←◆\\frac{1}{2}◆→TeX式ここまで←◆, ◆→TeX式ここから←◆\\{ \\}◆→TeX式ここまで←◆, ◆→TeX式ここから←◆\\{ \\}◆→TeX式ここまで←◆, test △@<code>{$サンプル$}☆', actual
|
141
|
+
end
|
142
|
+
|
138
143
|
def test_inline_in_table
|
139
144
|
actual = compile_block("//table{\n★1☆\t▲2☆\n------------\n★3☆\t▲4☆<>&\n//}\n")
|
140
145
|
assert_equal %Q(◆→開始:表←◆\n★★1☆☆\t★▲2☆☆\n★3☆\t▲4☆<>&\n◆→終了:表←◆\n\n), actual
|
@@ -401,7 +406,7 @@ inside column
|
|
401
406
|
◆→終了:コラム←◆
|
402
407
|
|
403
408
|
■H3■next level
|
404
|
-
this is test
|
409
|
+
this is コラム「test」.
|
405
410
|
EOS
|
406
411
|
|
407
412
|
assert_equal expected, column_helper(review)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: review
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0.
|
4
|
+
version: 3.0.0.preview2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kmuto
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-09-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: image_size
|
@@ -132,6 +132,7 @@ executables:
|
|
132
132
|
- review-check
|
133
133
|
- review-checkdep
|
134
134
|
- review-compile
|
135
|
+
- review-epub2html
|
135
136
|
- review-epubmaker
|
136
137
|
- review-index
|
137
138
|
- review-init
|
@@ -161,6 +162,7 @@ files:
|
|
161
162
|
- bin/review-check
|
162
163
|
- bin/review-checkdep
|
163
164
|
- bin/review-compile
|
165
|
+
- bin/review-epub2html
|
164
166
|
- bin/review-epubmaker
|
165
167
|
- bin/review-index
|
166
168
|
- bin/review-init
|
@@ -229,6 +231,7 @@ files:
|
|
229
231
|
- lib/review/compiler.rb
|
230
232
|
- lib/review/configure.rb
|
231
233
|
- lib/review/converter.rb
|
234
|
+
- lib/review/epub2html.rb
|
232
235
|
- lib/review/epubbuilder.rb
|
233
236
|
- lib/review/epubmaker.rb
|
234
237
|
- lib/review/epubmaker/reviewheaderlistener.rb
|
@@ -269,6 +272,47 @@ files:
|
|
269
272
|
- lib/review/webtocprinter.rb
|
270
273
|
- lib/review/yamlloader.rb
|
271
274
|
- review.gemspec
|
275
|
+
- samples/LICENSE
|
276
|
+
- samples/sample-book/README.md
|
277
|
+
- samples/sample-book/src/Rakefile
|
278
|
+
- samples/sample-book/src/_cover.html
|
279
|
+
- samples/sample-book/src/catalog.yml
|
280
|
+
- samples/sample-book/src/ch01.re
|
281
|
+
- samples/sample-book/src/ch02.re
|
282
|
+
- samples/sample-book/src/config-epub2.yml
|
283
|
+
- samples/sample-book/src/config.yml
|
284
|
+
- samples/sample-book/src/images/ch01-imgsample.jpg
|
285
|
+
- samples/sample-book/src/images/cover.jpg
|
286
|
+
- samples/sample-book/src/preface.re
|
287
|
+
- samples/sample-book/src/sty/jumoline.sty
|
288
|
+
- samples/sample-book/src/sty/reviewmacro.sty
|
289
|
+
- samples/sample-book/src/style-web.css
|
290
|
+
- samples/sample-book/src/style.css
|
291
|
+
- samples/syntax-book/Gemfile
|
292
|
+
- samples/syntax-book/Rakefile
|
293
|
+
- samples/syntax-book/appA.re
|
294
|
+
- samples/syntax-book/bib.re
|
295
|
+
- samples/syntax-book/catalog.yml
|
296
|
+
- samples/syntax-book/ch01.re
|
297
|
+
- samples/syntax-book/ch02.re
|
298
|
+
- samples/syntax-book/ch03.re
|
299
|
+
- samples/syntax-book/config.yml
|
300
|
+
- samples/syntax-book/images/ball.png
|
301
|
+
- samples/syntax-book/images/cover.jpg
|
302
|
+
- samples/syntax-book/images/fractal.png
|
303
|
+
- samples/syntax-book/images/img3-1.png
|
304
|
+
- samples/syntax-book/images/inlineicon.jpg
|
305
|
+
- samples/syntax-book/images/logic.png
|
306
|
+
- samples/syntax-book/images/logic2.png
|
307
|
+
- samples/syntax-book/images/puzzle.jpg
|
308
|
+
- samples/syntax-book/images/table.jpg
|
309
|
+
- samples/syntax-book/part2.re
|
310
|
+
- samples/syntax-book/pre01.re
|
311
|
+
- samples/syntax-book/review-ext.rb
|
312
|
+
- samples/syntax-book/sty/jumoline.sty
|
313
|
+
- samples/syntax-book/sty/reviewmacro.sty
|
314
|
+
- samples/syntax-book/style.css
|
315
|
+
- samples/syntax-book/syntax.dic
|
272
316
|
- templates/LICENSE
|
273
317
|
- templates/README.md
|
274
318
|
- templates/html/layout-html5.html.erb
|
@@ -305,46 +349,6 @@ files:
|
|
305
349
|
- test/assets/test_template_backmatter.tex
|
306
350
|
- test/book_test_helper.rb
|
307
351
|
- test/run_test.rb
|
308
|
-
- test/sample-book/README.md
|
309
|
-
- test/sample-book/src/Rakefile
|
310
|
-
- test/sample-book/src/_cover.html
|
311
|
-
- test/sample-book/src/catalog.yml
|
312
|
-
- test/sample-book/src/ch01.re
|
313
|
-
- test/sample-book/src/ch02.re
|
314
|
-
- test/sample-book/src/config-epub2.yml
|
315
|
-
- test/sample-book/src/config.yml
|
316
|
-
- test/sample-book/src/images/ch01-imgsample.jpg
|
317
|
-
- test/sample-book/src/images/cover.jpg
|
318
|
-
- test/sample-book/src/preface.re
|
319
|
-
- test/sample-book/src/sty/jumoline.sty
|
320
|
-
- test/sample-book/src/sty/reviewmacro.sty
|
321
|
-
- test/sample-book/src/style-web.css
|
322
|
-
- test/sample-book/src/style.css
|
323
|
-
- test/syntax-book/Gemfile
|
324
|
-
- test/syntax-book/Rakefile
|
325
|
-
- test/syntax-book/appA.re
|
326
|
-
- test/syntax-book/bib.re
|
327
|
-
- test/syntax-book/catalog.yml
|
328
|
-
- test/syntax-book/ch01.re
|
329
|
-
- test/syntax-book/ch02.re
|
330
|
-
- test/syntax-book/ch03.re
|
331
|
-
- test/syntax-book/config.yml
|
332
|
-
- test/syntax-book/images/ball.png
|
333
|
-
- test/syntax-book/images/cover.jpg
|
334
|
-
- test/syntax-book/images/fractal.png
|
335
|
-
- test/syntax-book/images/img3-1.png
|
336
|
-
- test/syntax-book/images/inlineicon.jpg
|
337
|
-
- test/syntax-book/images/logic.png
|
338
|
-
- test/syntax-book/images/logic2.png
|
339
|
-
- test/syntax-book/images/puzzle.jpg
|
340
|
-
- test/syntax-book/images/table.jpg
|
341
|
-
- test/syntax-book/part2.re
|
342
|
-
- test/syntax-book/pre01.re
|
343
|
-
- test/syntax-book/review-ext.rb
|
344
|
-
- test/syntax-book/sty/jumoline.sty
|
345
|
-
- test/syntax-book/sty/reviewmacro.sty
|
346
|
-
- test/syntax-book/style.css
|
347
|
-
- test/syntax-book/syntax.dic
|
348
352
|
- test/test_book.rb
|
349
353
|
- test/test_book_chapter.rb
|
350
354
|
- test/test_book_part.rb
|
@@ -433,46 +437,6 @@ test_files:
|
|
433
437
|
- test/assets/test_template_backmatter.tex
|
434
438
|
- test/book_test_helper.rb
|
435
439
|
- test/run_test.rb
|
436
|
-
- test/sample-book/README.md
|
437
|
-
- test/sample-book/src/Rakefile
|
438
|
-
- test/sample-book/src/_cover.html
|
439
|
-
- test/sample-book/src/catalog.yml
|
440
|
-
- test/sample-book/src/ch01.re
|
441
|
-
- test/sample-book/src/ch02.re
|
442
|
-
- test/sample-book/src/config-epub2.yml
|
443
|
-
- test/sample-book/src/config.yml
|
444
|
-
- test/sample-book/src/images/ch01-imgsample.jpg
|
445
|
-
- test/sample-book/src/images/cover.jpg
|
446
|
-
- test/sample-book/src/preface.re
|
447
|
-
- test/sample-book/src/sty/jumoline.sty
|
448
|
-
- test/sample-book/src/sty/reviewmacro.sty
|
449
|
-
- test/sample-book/src/style-web.css
|
450
|
-
- test/sample-book/src/style.css
|
451
|
-
- test/syntax-book/Gemfile
|
452
|
-
- test/syntax-book/Rakefile
|
453
|
-
- test/syntax-book/appA.re
|
454
|
-
- test/syntax-book/bib.re
|
455
|
-
- test/syntax-book/catalog.yml
|
456
|
-
- test/syntax-book/ch01.re
|
457
|
-
- test/syntax-book/ch02.re
|
458
|
-
- test/syntax-book/ch03.re
|
459
|
-
- test/syntax-book/config.yml
|
460
|
-
- test/syntax-book/images/ball.png
|
461
|
-
- test/syntax-book/images/cover.jpg
|
462
|
-
- test/syntax-book/images/fractal.png
|
463
|
-
- test/syntax-book/images/img3-1.png
|
464
|
-
- test/syntax-book/images/inlineicon.jpg
|
465
|
-
- test/syntax-book/images/logic.png
|
466
|
-
- test/syntax-book/images/logic2.png
|
467
|
-
- test/syntax-book/images/puzzle.jpg
|
468
|
-
- test/syntax-book/images/table.jpg
|
469
|
-
- test/syntax-book/part2.re
|
470
|
-
- test/syntax-book/pre01.re
|
471
|
-
- test/syntax-book/review-ext.rb
|
472
|
-
- test/syntax-book/sty/jumoline.sty
|
473
|
-
- test/syntax-book/sty/reviewmacro.sty
|
474
|
-
- test/syntax-book/style.css
|
475
|
-
- test/syntax-book/syntax.dic
|
476
440
|
- test/test_book.rb
|
477
441
|
- test/test_book_chapter.rb
|
478
442
|
- test/test_book_part.rb
|