asciidoctor-latex 1.5.0.11.dev → 1.5.0.12.dev
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.adoc +10 -0
- data/README.adoc +24 -26
- data/Rakefile +2 -0
- data/doc/Asciidoctor/Block.html +235 -153
- data/doc/Asciidoctor/Converter/Html5Converter.html +3 -3
- data/doc/Asciidoctor/Document.html +2 -2
- data/doc/Asciidoctor/Inline.html +75 -75
- data/doc/Asciidoctor/LaTeX.html +5 -5
- data/doc/Asciidoctor/LaTeX/Chem.html +2 -2
- data/doc/Asciidoctor/LaTeX/ChemInlineMacro.html +2 -2
- data/doc/Asciidoctor/LaTeX/ClickBlock.html +2 -2
- data/doc/Asciidoctor/LaTeX/ClickStyleInsert.html +2 -2
- data/doc/Asciidoctor/LaTeX/Converter.html +19 -19
- data/doc/Asciidoctor/LaTeX/Dollar.html +2 -2
- data/doc/Asciidoctor/LaTeX/EntToUni.html +2 -2
- data/doc/Asciidoctor/LaTeX/EnvironmentBlock.html +2 -2
- data/doc/Asciidoctor/LaTeX/HTMLPostprocessor.html +2 -2
- data/doc/Asciidoctor/LaTeX/Html5ConverterExtensions.html +315 -235
- data/doc/Asciidoctor/LaTeX/InjectHTML.html +2 -2
- data/doc/Asciidoctor/LaTeX/MacroInsert.html +2 -2
- data/doc/Asciidoctor/LaTeX/TeXBlock.html +2 -2
- data/doc/Asciidoctor/LaTeX/TeXPostProcess.html +48 -48
- data/doc/Asciidoctor/LaTeX/TeXPreprocessor.html +2 -2
- data/doc/Asciidoctor/LaTeX/TexPostprocessor.html +2 -2
- data/doc/Asciidoctor/List.html +2 -2
- data/doc/Asciidoctor/Section.html +2 -2
- data/doc/Asciidoctor/Table.html +24 -24
- data/doc/PreambleProcessor.html +2 -2
- data/doc/String.html +2 -2
- data/doc/class_list.html +1 -1
- data/doc/file.LICENSE.html +2 -2
- data/doc/file.README.html +68 -32
- data/doc/index.html +68 -32
- data/doc/method_list.html +91 -73
- data/doc/top-level-namespace.html +2 -2
- data/lib/asciidoctor/latex/converter.rb +3 -1
- data/lib/asciidoctor/latex/version.rb +1 -1
- data/test/examples/asciidoc-html/env.adoc +1 -1
- data/test/html_test.rb +1 -1
- data/test/latex_test.rb +1 -1
- data/try-out/quote.adoc +18 -0
- metadata +4 -3
data/doc/index.html
CHANGED
@@ -68,18 +68,22 @@
|
|
68
68
|
<li><a href="#_installation">2. Installation</a>
|
69
69
|
<ul class="sectlevel2">
|
70
70
|
<li><a href="#_from_rubygems">2.1. From Rubygems</a></li>
|
71
|
-
<li><a href="#_from_github">2.2. From GitHub</a></li>
|
72
71
|
</ul>
|
73
72
|
</li>
|
74
|
-
<li><a href="#
|
73
|
+
<li><a href="#_invoke_asciidoctor_latex_for_latex_output_by">Invoke asciidoctor-latex for LaTeX output by</a>
|
75
74
|
<ul class="sectlevel2">
|
76
|
-
<li><a href="#
|
77
|
-
<li><a href="#
|
75
|
+
<li><a href="#_from_github">1.1. From GitHub</a></li>
|
76
|
+
<li><a href="#_commands">2. Commands</a>
|
77
|
+
<ul class="sectlevel2">
|
78
|
+
<li><a href="#_macro_files">2.1. Macro files</a></li>
|
79
|
+
<li><a href="#_switches">2.2. Switches</a></li>
|
80
|
+
</ul>
|
81
|
+
</li>
|
82
|
+
<li><a href="#_document_format">3. Document format</a></li>
|
83
|
+
<li><a href="#_asciidoc_latex_environments">4. Asciidoc-LaTeX environments</a></li>
|
84
|
+
<li><a href="#_click_blocks">5. Click blocks</a></li>
|
78
85
|
</ul>
|
79
86
|
</li>
|
80
|
-
<li><a href="#_document_format">4. Document format</a></li>
|
81
|
-
<li><a href="#_asciidoc_latex_environments">5. Asciidoc-LaTeX environments</a></li>
|
82
|
-
<li><a href="#_click_blocks">6. Click blocks</a></li>
|
83
87
|
</ul>
|
84
88
|
</div>
|
85
89
|
<div id="preamble">
|
@@ -114,13 +118,13 @@ and LaTeX.<sup class="footnote">[<a id="_footnoteref_1" class="footnote" href="#
|
|
114
118
|
features of Asciidoc-LaTeX. However, since
|
115
119
|
it will not render in GitHub, you
|
116
120
|
are encouraged to view this write-up:
|
117
|
-
<a href=https://vschool.s3.amazonaws.com/manuscripts/372.html>Asciidoc-LaTeX</a>.
|
121
|
+
<a href="https://vschool.s3.amazonaws.com/manuscripts/372.html">Asciidoc-LaTeX</a>.
|
118
122
|
For more information on using Asciidoc-LaTeX, please consult the
|
119
|
-
<a href=http://www.noteshare.io/book/asciidoctor-latex-manual>Asciidoctor-LaTeX manual</a>.
|
123
|
+
<a href="http://www.noteshare.io/book/asciidoctor-latex-manual">Asciidoctor-LaTeX manual</a>.
|
120
124
|
For more information on conversion of Asciidoc-LaTeX
|
121
125
|
documents to LaTeX, see the file <code>tech-report.adoc</code> in
|
122
126
|
this repository or consult the
|
123
|
-
<a href=https://vschool.s3.amazonaws.com/manuscripts/389.html>online version</a>,
|
127
|
+
<a href="https://vschool.s3.amazonaws.com/manuscripts/389.html">online version</a>,
|
124
128
|
which has a table of contents.</p>
|
125
129
|
</div>
|
126
130
|
<div class="paragraph">
|
@@ -134,13 +138,50 @@ which has a table of contents.</p>
|
|
134
138
|
<div class="sect2">
|
135
139
|
<h3 id="_from_rubygems">2.1. From Rubygems</h3>
|
136
140
|
<div class="paragraph">
|
137
|
-
<p>The development release, currenty 1.5.0.
|
138
|
-
<a href=https://rubygems.org/gems/asciidoctor-latex>RubyGems.org</a>
|
141
|
+
<p>The development release, currenty 1.5.0.9.dev, is at
|
142
|
+
<a href="https://rubygems.org/gems/asciidoctor-latex">RubyGems.org</a>
|
139
143
|
Beta alert!</p>
|
140
144
|
</div>
|
145
|
+
<div class="admonitionblock note">
|
146
|
+
<table>
|
147
|
+
<tr>
|
148
|
+
<td class="icon">
|
149
|
+
<div class="title">Note</div>
|
150
|
+
</td>
|
151
|
+
<td class="content">
|
152
|
+
Version 1.5.0.7 is "stable". Version 1.5.0.9 introduces
|
153
|
+
new syntax with switches for three 'dialects' See below.
|
154
|
+
</td>
|
155
|
+
</tr>
|
156
|
+
</table>
|
157
|
+
</div>
|
158
|
+
</div>
|
159
|
+
</div>
|
160
|
+
</div>
|
161
|
+
<h1 id="_invoke_asciidoctor_latex_for_latex_output_by" class="sect0">Invoke asciidoctor-latex for LaTeX output by</h1>
|
162
|
+
<div class="paragraph">
|
163
|
+
<p>#
|
164
|
+
# asciidoctor-latex -a dialect=asciidoc foo.adoc
|
165
|
+
# asciidoctor-latex -a dialect=manuscript foo.adoc
|
166
|
+
# asciidoctor-latex -a dialect=latex foo.adoc
|
167
|
+
#
|
168
|
+
# Be sure to use XeLaTex for tex’ing
|
169
|
+
# For html output, use
|
170
|
+
#
|
171
|
+
# asciidoctor-latex -a dialect=asciidoc foo.adoc -b html
|
172
|
+
# asciidoctor-latex -a dialect=manuscript foo.adoc -b html
|
173
|
+
# asciidoctor-latex -a dialect=latex foo.adoc -b html
|
174
|
+
#
|
175
|
+
# The above are <strong>source file</strong> options for dialects of asciidoc:
|
176
|
+
#
|
177
|
+
# asciidoc
|
178
|
+
# asciidoc-manuscript
|
179
|
+
# asciidoc-latex
|
180
|
+
#
|
181
|
+
#</p>
|
141
182
|
</div>
|
142
183
|
<div class="sect2">
|
143
|
-
<h3 id="_from_github">
|
184
|
+
<h3 id="_from_github">1.1. From GitHub</h3>
|
144
185
|
<div class="paragraph">
|
145
186
|
<p>If you would like to install a development version from the repository, use:</p>
|
146
187
|
</div>
|
@@ -153,10 +194,8 @@ $ gem install *.gem</code></pre>
|
|
153
194
|
</div>
|
154
195
|
</div>
|
155
196
|
</div>
|
156
|
-
</div>
|
157
|
-
</div>
|
158
197
|
<div class="sect1">
|
159
|
-
<h2 id="_commands">
|
198
|
+
<h2 id="_commands">2. Commands</h2>
|
160
199
|
<div class="sectionbody">
|
161
200
|
<div class="paragraph">
|
162
201
|
<p>Asciidoc math files can be rendered</p>
|
@@ -176,7 +215,7 @@ to produce <code>foo.tex</code>.</p>
|
|
176
215
|
</dl>
|
177
216
|
</div>
|
178
217
|
<div class="sect2">
|
179
|
-
<h3 id="_macro_files">
|
218
|
+
<h3 id="_macro_files">2.1. Macro files</h3>
|
180
219
|
<div class="paragraph">
|
181
220
|
<p>The contents of a file named <code>macros.tex</code> will
|
182
221
|
read and used by <code>asciidoctor-latex</code>
|
@@ -186,7 +225,7 @@ of the output format — HTML or tex.</p>
|
|
186
225
|
</div>
|
187
226
|
</div>
|
188
227
|
<div class="sect2">
|
189
|
-
<h3 id="_switches">
|
228
|
+
<h3 id="_switches">2.2. Switches</h3>
|
190
229
|
<div class="dlist">
|
191
230
|
<dl>
|
192
231
|
<dt class="hdlist1">asciidoctor-latex -a header=no foo.adoc</dt>
|
@@ -206,14 +245,14 @@ instead of <code>stem:latexmth</code>.</p>
|
|
206
245
|
</div>
|
207
246
|
</div>
|
208
247
|
<div class="sect1">
|
209
|
-
<h2 id="_document_format">
|
248
|
+
<h2 id="_document_format">3. Document format</h2>
|
210
249
|
<div class="sectionbody">
|
211
250
|
<div class="paragraph">
|
212
251
|
<p>Asciidoctor supports two closely-related
|
213
252
|
math formats, <span class="blue">Asciidoc-LaTeX</span>
|
214
253
|
and <span class="blue">AsciiMath</span>.
|
215
254
|
In Asciidoc-LaTeX,
|
216
|
-
one can write <code
|
255
|
+
one can write <code>$ a^2 + b^2 = c^2 $</code> and</p>
|
217
256
|
</div>
|
218
257
|
<div class="listingblock">
|
219
258
|
<div class="content">
|
@@ -228,7 +267,7 @@ text, respectively.
|
|
228
267
|
You will need to express dollar-denominated
|
229
268
|
currency using
|
230
269
|
escaped dollar signs, as
|
231
|
-
in the sentence, "He paid
|
270
|
+
in the sentence, "He paid \$100 for that
|
232
271
|
theorem." In AsciiMath, one writes
|
233
272
|
<code>stem:[ a^2 + b^2 = c^2 ]</code>
|
234
273
|
and</p>
|
@@ -244,7 +283,7 @@ and</p>
|
|
244
283
|
</div>
|
245
284
|
</div>
|
246
285
|
<div class="sect1">
|
247
|
-
<h2 id="_asciidoc_latex_environments">
|
286
|
+
<h2 id="_asciidoc_latex_environments">4. Asciidoc-LaTeX environments</h2>
|
248
287
|
<div class="sectionbody">
|
249
288
|
<div class="paragraph">
|
250
289
|
<p>Asciidoc-LaTeX supports an <code>env</code> construct that maps to LaTeX environments.
|
@@ -268,16 +307,13 @@ Environments can contain in-line and display mathematics, e.g.,</p>
|
|
268
307
|
--
|
269
308
|
A two-by-two matrix is invertible if
|
270
309
|
its determinant is nonzero, i.e., if
|
271
|
-
+++
|
272
310
|
\[
|
273
311
|
\left|\begin{matrix}
|
274
312
|
a & b \\
|
275
313
|
c & d
|
276
314
|
\end{matrix}\right| \ne 0
|
277
315
|
\]
|
278
|
-
|
279
|
-
|
280
|
-
This result extends to pass:[\(n\times n\)] matrices.
|
316
|
+
This result extends to $n\times n$ matrices.
|
281
317
|
--</code></pre>
|
282
318
|
</div>
|
283
319
|
</div>
|
@@ -289,9 +325,9 @@ of <code>[env.NAME]</code>, Thus,one can write</p>
|
|
289
325
|
<div class="content">
|
290
326
|
<pre class="code ruby"><code class="ruby">[env.definition]
|
291
327
|
--
|
292
|
-
An integer
|
293
|
-
|
294
|
-
than
|
328
|
+
An integer $n$ is *prime* if (a) it is not
|
329
|
+
$\pm 1$ and (b) it has no divisors other
|
330
|
+
than $\pm 1$ and $\pm n$.
|
295
331
|
--</code></pre>
|
296
332
|
</div>
|
297
333
|
</div>
|
@@ -353,7 +389,7 @@ V & = \frac{4}{3} \pi r^3
|
|
353
389
|
</div>
|
354
390
|
</div>
|
355
391
|
<div class="sect1">
|
356
|
-
<h2 id="_click_blocks">
|
392
|
+
<h2 id="_click_blocks">5. Click blocks</h2>
|
357
393
|
<div class="sectionbody">
|
358
394
|
<div class="paragraph">
|
359
395
|
<p>Click blocks are similar to <code>[env]</code> blocks exceptiipoo that the body of
|
@@ -388,9 +424,9 @@ for more information.</p>
|
|
388
424
|
</div></div></div>
|
389
425
|
|
390
426
|
<div id="footer">
|
391
|
-
Generated on Tue
|
427
|
+
Generated on Tue Jun 7 05:32:25 2016 by
|
392
428
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
393
|
-
0.8.7.6 (ruby-2.3
|
429
|
+
0.8.7.6 (ruby-2.2.3).
|
394
430
|
</div>
|
395
431
|
|
396
432
|
</body>
|
data/doc/method_list.html
CHANGED
@@ -261,6 +261,18 @@
|
|
261
261
|
</li>
|
262
262
|
|
263
263
|
|
264
|
+
<li class="r2 ">
|
265
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#handle_include_latex-instance_method" title="Asciidoctor::Block#handle_include_latex (method)">#handle_include_latex</a></span>
|
266
|
+
<small>Asciidoctor::Block</small>
|
267
|
+
</li>
|
268
|
+
|
269
|
+
|
270
|
+
<li class="r1 ">
|
271
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_include_latex-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_include_latex (method)">#handle_include_latex</a></span>
|
272
|
+
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
273
|
+
</li>
|
274
|
+
|
275
|
+
|
264
276
|
<li class="r2 ">
|
265
277
|
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_jsxgraph-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_jsxgraph (method)">#handle_jsxgraph</a></span>
|
266
278
|
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
@@ -292,14 +304,14 @@
|
|
292
304
|
|
293
305
|
|
294
306
|
<li class="r1 ">
|
295
|
-
<span class='object_link'><a href="Asciidoctor/
|
296
|
-
<small>Asciidoctor::
|
307
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#handle_texmacro-instance_method" title="Asciidoctor::Block#handle_texmacro (method)">#handle_texmacro</a></span>
|
308
|
+
<small>Asciidoctor::Block</small>
|
297
309
|
</li>
|
298
310
|
|
299
311
|
|
300
312
|
<li class="r2 ">
|
301
|
-
<span class='object_link'><a href="Asciidoctor/
|
302
|
-
<small>Asciidoctor::
|
313
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_texmacro-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_texmacro (method)">#handle_texmacro</a></span>
|
314
|
+
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
303
315
|
</li>
|
304
316
|
|
305
317
|
|
@@ -382,14 +394,14 @@
|
|
382
394
|
|
383
395
|
|
384
396
|
<li class="r2 ">
|
385
|
-
<span class='object_link'><a href="
|
386
|
-
<small>
|
397
|
+
<span class='object_link'><a href="String.html#macro-instance_method" title="String#macro (method)">#macro</a></span>
|
398
|
+
<small>String</small>
|
387
399
|
</li>
|
388
400
|
|
389
401
|
|
390
402
|
<li class="r1 ">
|
391
|
-
<span class='object_link'><a href="
|
392
|
-
<small>
|
403
|
+
<span class='object_link'><a href="TexUtilities.html#macro-class_method" title="TexUtilities.macro (method)">macro</a></span>
|
404
|
+
<small>TexUtilities</small>
|
393
405
|
</li>
|
394
406
|
|
395
407
|
|
@@ -484,203 +496,203 @@
|
|
484
496
|
|
485
497
|
|
486
498
|
<li class="r1 ">
|
487
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
488
|
-
<small>Asciidoctor::LaTeX::
|
499
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/ClickStyleInsert.html#process-instance_method" title="Asciidoctor::LaTeX::ClickStyleInsert#process (method)">#process</a></span>
|
500
|
+
<small>Asciidoctor::LaTeX::ClickStyleInsert</small>
|
489
501
|
</li>
|
490
502
|
|
491
503
|
|
492
504
|
<li class="r2 ">
|
493
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
494
|
-
<small>Asciidoctor::LaTeX::
|
505
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/MacroPreprocessor.html#process-instance_method" title="Asciidoctor::LaTeX::MacroPreprocessor#process (method)">#process</a></span>
|
506
|
+
<small>Asciidoctor::LaTeX::MacroPreprocessor</small>
|
495
507
|
</li>
|
496
508
|
|
497
509
|
|
498
510
|
<li class="r1 ">
|
499
|
-
<span class='object_link'><a href="
|
500
|
-
<small>
|
511
|
+
<span class='object_link'><a href="PreambleProcessor.html#process-instance_method" title="PreambleProcessor#process (method)">#process</a></span>
|
512
|
+
<small>PreambleProcessor</small>
|
501
513
|
</li>
|
502
514
|
|
503
515
|
|
504
516
|
<li class="r2 ">
|
505
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
506
|
-
<small>Asciidoctor::LaTeX::
|
517
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/HTMLPostprocessor.html#process-instance_method" title="Asciidoctor::LaTeX::HTMLPostprocessor#process (method)">#process</a></span>
|
518
|
+
<small>Asciidoctor::LaTeX::HTMLPostprocessor</small>
|
507
519
|
</li>
|
508
520
|
|
509
521
|
|
510
522
|
<li class="r1 ">
|
511
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
512
|
-
<small>Asciidoctor::LaTeX::
|
523
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/TexPostprocessor.html#process-instance_method" title="Asciidoctor::LaTeX::TexPostprocessor#process (method)">#process</a></span>
|
524
|
+
<small>Asciidoctor::LaTeX::TexPostprocessor</small>
|
513
525
|
</li>
|
514
526
|
|
515
527
|
|
516
528
|
<li class="r2 ">
|
517
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
518
|
-
<small>Asciidoctor::LaTeX::
|
529
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/EnvironmentBlock2.html#process-instance_method" title="Asciidoctor::LaTeX::EnvironmentBlock2#process (method)">#process</a></span>
|
530
|
+
<small>Asciidoctor::LaTeX::EnvironmentBlock2</small>
|
519
531
|
</li>
|
520
532
|
|
521
533
|
|
522
534
|
<li class="r1 ">
|
523
|
-
<span class='object_link'><a href="
|
524
|
-
<small>
|
535
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/EnvironmentBlock.html#process-instance_method" title="Asciidoctor::LaTeX::EnvironmentBlock#process (method)">#process</a></span>
|
536
|
+
<small>Asciidoctor::LaTeX::EnvironmentBlock</small>
|
525
537
|
</li>
|
526
538
|
|
527
539
|
|
528
540
|
<li class="r2 ">
|
529
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
530
|
-
<small>Asciidoctor::LaTeX::
|
541
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Chem.html#process-instance_method" title="Asciidoctor::LaTeX::Chem#process (method)">#process</a></span>
|
542
|
+
<small>Asciidoctor::LaTeX::Chem</small>
|
531
543
|
</li>
|
532
544
|
|
533
545
|
|
534
546
|
<li class="r1 ">
|
535
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
536
|
-
<small>Asciidoctor::LaTeX::
|
547
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Dollar.html#process-instance_method" title="Asciidoctor::LaTeX::Dollar#process (method)">#process</a></span>
|
548
|
+
<small>Asciidoctor::LaTeX::Dollar</small>
|
537
549
|
</li>
|
538
550
|
|
539
551
|
|
540
552
|
<li class="r2 ">
|
541
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
542
|
-
<small>Asciidoctor::LaTeX::
|
553
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/EntToUni.html#process-instance_method" title="Asciidoctor::LaTeX::EntToUni#process (method)">#process</a></span>
|
554
|
+
<small>Asciidoctor::LaTeX::EntToUni</small>
|
543
555
|
</li>
|
544
556
|
|
545
557
|
|
546
558
|
<li class="r1 ">
|
547
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
548
|
-
<small>Asciidoctor::LaTeX::
|
559
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/DollarPreprocessor.html#process-instance_method" title="Asciidoctor::LaTeX::DollarPreprocessor#process (method)">#process</a></span>
|
560
|
+
<small>Asciidoctor::LaTeX::DollarPreprocessor</small>
|
549
561
|
</li>
|
550
562
|
|
551
563
|
|
552
564
|
<li class="r2 ">
|
553
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
554
|
-
<small>Asciidoctor::LaTeX::
|
565
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/TeXPreprocessor.html#process-instance_method" title="Asciidoctor::LaTeX::TeXPreprocessor#process (method)">#process</a></span>
|
566
|
+
<small>Asciidoctor::LaTeX::TeXPreprocessor</small>
|
555
567
|
</li>
|
556
568
|
|
557
569
|
|
558
570
|
<li class="r1 ">
|
559
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
560
|
-
<small>Asciidoctor::LaTeX::
|
571
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/MacroInsert.html#process-instance_method" title="Asciidoctor::LaTeX::MacroInsert#process (method)">#process</a></span>
|
572
|
+
<small>Asciidoctor::LaTeX::MacroInsert</small>
|
561
573
|
</li>
|
562
574
|
|
563
575
|
|
564
576
|
<li class="r2 ">
|
565
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
566
|
-
<small>Asciidoctor::LaTeX::
|
577
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/IndexTermInlineMacro.html#process-instance_method" title="Asciidoctor::LaTeX::IndexTermInlineMacro#process (method)">#process</a></span>
|
578
|
+
<small>Asciidoctor::LaTeX::IndexTermInlineMacro</small>
|
567
579
|
</li>
|
568
580
|
|
569
581
|
|
570
582
|
<li class="r1 ">
|
571
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
572
|
-
<small>Asciidoctor::LaTeX::
|
583
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/GlossInlineMacro.html#process-instance_method" title="Asciidoctor::LaTeX::GlossInlineMacro#process (method)">#process</a></span>
|
584
|
+
<small>Asciidoctor::LaTeX::GlossInlineMacro</small>
|
573
585
|
</li>
|
574
586
|
|
575
587
|
|
576
588
|
<li class="r2 ">
|
577
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
578
|
-
<small>Asciidoctor::LaTeX::
|
589
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/ChemInlineMacro.html#process-instance_method" title="Asciidoctor::LaTeX::ChemInlineMacro#process (method)">#process</a></span>
|
590
|
+
<small>Asciidoctor::LaTeX::ChemInlineMacro</small>
|
579
591
|
</li>
|
580
592
|
|
581
593
|
|
582
594
|
<li class="r1 ">
|
583
|
-
<span class='object_link'><a href="
|
584
|
-
<small>
|
595
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/ClickBlock.html#process-instance_method" title="Asciidoctor::LaTeX::ClickBlock#process (method)">#process</a></span>
|
596
|
+
<small>Asciidoctor::LaTeX::ClickBlock</small>
|
585
597
|
</li>
|
586
598
|
|
587
599
|
|
588
600
|
<li class="r2 ">
|
589
|
-
<span class='object_link'><a href="
|
590
|
-
<small>
|
601
|
+
<span class='object_link'><a href="CSSDocinfoProcessor.html#process-instance_method" title="CSSDocinfoProcessor#process (method)">#process</a></span>
|
602
|
+
<small>CSSDocinfoProcessor</small>
|
591
603
|
</li>
|
592
604
|
|
593
605
|
|
594
606
|
<li class="r1 ">
|
607
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/InjectHTML.html#process-instance_method" title="Asciidoctor::LaTeX::InjectHTML#process (method)">#process</a></span>
|
608
|
+
<small>Asciidoctor::LaTeX::InjectHTML</small>
|
609
|
+
</li>
|
610
|
+
|
611
|
+
|
612
|
+
<li class="r2 ">
|
595
613
|
<span class='object_link'><a href="Asciidoctor/LaTeX/TeXBlock.html#process_environments-class_method" title="Asciidoctor::LaTeX::TeXBlock.process_environments (method)">process_environments</a></span>
|
596
614
|
<small>Asciidoctor::LaTeX::TeXBlock</small>
|
597
615
|
</li>
|
598
616
|
|
599
617
|
|
600
|
-
<li class="
|
618
|
+
<li class="r1 ">
|
601
619
|
<span class='object_link'><a href="Asciidoctor/LaTeX/TeXBlock.html#process_tex_block-class_method" title="Asciidoctor::LaTeX::TeXBlock.process_tex_block (method)">process_tex_block</a></span>
|
602
620
|
<small>Asciidoctor::LaTeX::TeXBlock</small>
|
603
621
|
</li>
|
604
622
|
|
605
623
|
|
606
|
-
<li class="
|
624
|
+
<li class="r2 ">
|
607
625
|
<span class='object_link'><a href="Asciidoctor/LaTeX/MacroInsert.html#putline-instance_method" title="Asciidoctor::LaTeX::MacroInsert#putline (method)">#putline</a></span>
|
608
626
|
<small>Asciidoctor::LaTeX::MacroInsert</small>
|
609
627
|
</li>
|
610
628
|
|
611
629
|
|
612
|
-
<li class="
|
630
|
+
<li class="r1 ">
|
613
631
|
<span class='object_link'><a href="Asciidoctor/LaTeX/ClickStyleInsert.html#putline-instance_method" title="Asciidoctor::LaTeX::ClickStyleInsert#putline (method)">#putline</a></span>
|
614
632
|
<small>Asciidoctor::LaTeX::ClickStyleInsert</small>
|
615
633
|
</li>
|
616
634
|
|
617
635
|
|
618
|
-
<li class="
|
636
|
+
<li class="r2 ">
|
619
637
|
<span class='object_link'><a href="Asciidoctor/Block.html#quote_process-instance_method" title="Asciidoctor::Block#quote_process (method)">#quote_process</a></span>
|
620
638
|
<small>Asciidoctor::Block</small>
|
621
639
|
</li>
|
622
640
|
|
623
641
|
|
624
|
-
<li class="
|
642
|
+
<li class="r1 ">
|
625
643
|
<span class='object_link'><a href="String.html#red-instance_method" title="String#red (method)">#red</a></span>
|
626
644
|
<small>String</small>
|
627
645
|
</li>
|
628
646
|
|
629
647
|
|
630
|
-
<li class="
|
648
|
+
<li class="r2 ">
|
631
649
|
<span class='object_link'><a href="TexUtilities.html#region-class_method" title="TexUtilities.region (method)">region</a></span>
|
632
650
|
<small>TexUtilities</small>
|
633
651
|
</li>
|
634
652
|
|
635
653
|
|
636
|
-
<li class="
|
654
|
+
<li class="r1 ">
|
637
655
|
<span class='object_link'><a href="Asciidoctor/Block.html#report-instance_method" title="Asciidoctor::Block#report (method)">#report</a></span>
|
638
656
|
<small>Asciidoctor::Block</small>
|
639
657
|
</li>
|
640
658
|
|
641
659
|
|
642
|
-
<li class="
|
660
|
+
<li class="r2 ">
|
643
661
|
<span class='object_link'><a href="Asciidoctor/LaTeX/TeXBlock.html#restore_match_data-class_method" title="Asciidoctor::LaTeX::TeXBlock.restore_match_data (method)">restore_match_data</a></span>
|
644
662
|
<small>Asciidoctor::LaTeX::TeXBlock</small>
|
645
663
|
</li>
|
646
664
|
|
647
665
|
|
648
|
-
<li class="
|
666
|
+
<li class="r1 ">
|
649
667
|
<span class='object_link'><a href="Asciidoctor/Block.html#sidebar_process-instance_method" title="Asciidoctor::Block#sidebar_process (method)">#sidebar_process</a></span>
|
650
668
|
<small>Asciidoctor::Block</small>
|
651
669
|
</li>
|
652
670
|
|
653
671
|
|
654
|
-
<li class="
|
672
|
+
<li class="r2 ">
|
655
673
|
<span class='object_link'><a href="Asciidoctor/Block.html#stem_process-instance_method" title="Asciidoctor::Block#stem_process (method)">#stem_process</a></span>
|
656
674
|
<small>Asciidoctor::Block</small>
|
657
675
|
</li>
|
658
676
|
|
659
677
|
|
660
|
-
<li class="
|
678
|
+
<li class="r1 ">
|
661
679
|
<span class='object_link'><a href="Asciidoctor/LaTeX/TeXPostProcess.html#stem_substitutions-class_method" title="Asciidoctor::LaTeX::TeXPostProcess.stem_substitutions (method)">stem_substitutions</a></span>
|
662
680
|
<small>Asciidoctor::LaTeX::TeXPostProcess</small>
|
663
681
|
</li>
|
664
682
|
|
665
683
|
|
666
|
-
<li class="
|
684
|
+
<li class="r2 ">
|
667
685
|
<span class='object_link'><a href="Asciidoctor/LaTeX/TeXBlock.html#strip_match_data-class_method" title="Asciidoctor::LaTeX::TeXBlock.strip_match_data (method)">strip_match_data</a></span>
|
668
686
|
<small>Asciidoctor::LaTeX::TeXBlock</small>
|
669
687
|
</li>
|
670
688
|
|
671
689
|
|
672
|
-
<li class="
|
690
|
+
<li class="r1 ">
|
673
691
|
<span class='object_link'><a href="String.html#tex_normalize-instance_method" title="String#tex_normalize (method)">#tex_normalize</a></span>
|
674
692
|
<small>String</small>
|
675
693
|
</li>
|
676
694
|
|
677
695
|
|
678
|
-
<li class="r1 ">
|
679
|
-
<span class='object_link'><a href="Asciidoctor/Section.html#tex_process-instance_method" title="Asciidoctor::Section#tex_process (method)">#tex_process</a></span>
|
680
|
-
<small>Asciidoctor::Section</small>
|
681
|
-
</li>
|
682
|
-
|
683
|
-
|
684
696
|
<li class="r2 ">
|
685
697
|
<span class='object_link'><a href="Asciidoctor/Inline.html#tex_process-instance_method" title="Asciidoctor::Inline#tex_process (method)">#tex_process</a></span>
|
686
698
|
<small>Asciidoctor::Inline</small>
|
@@ -688,14 +700,14 @@
|
|
688
700
|
|
689
701
|
|
690
702
|
<li class="r1 ">
|
691
|
-
<span class='object_link'><a href="Asciidoctor/
|
692
|
-
<small>Asciidoctor::
|
703
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#tex_process-instance_method" title="Asciidoctor::Block#tex_process (method)">#tex_process</a></span>
|
704
|
+
<small>Asciidoctor::Block</small>
|
693
705
|
</li>
|
694
706
|
|
695
707
|
|
696
708
|
<li class="r2 ">
|
697
|
-
<span class='object_link'><a href="Asciidoctor/
|
698
|
-
<small>Asciidoctor::
|
709
|
+
<span class='object_link'><a href="Asciidoctor/Document.html#tex_process-instance_method" title="Asciidoctor::Document#tex_process (method)">#tex_process</a></span>
|
710
|
+
<small>Asciidoctor::Document</small>
|
699
711
|
</li>
|
700
712
|
|
701
713
|
|
@@ -706,36 +718,42 @@
|
|
706
718
|
|
707
719
|
|
708
720
|
<li class="r2 ">
|
709
|
-
<span class='object_link'><a href="Asciidoctor/
|
710
|
-
<small>Asciidoctor::
|
721
|
+
<span class='object_link'><a href="Asciidoctor/Section.html#tex_process-instance_method" title="Asciidoctor::Section#tex_process (method)">#tex_process</a></span>
|
722
|
+
<small>Asciidoctor::Section</small>
|
711
723
|
</li>
|
712
724
|
|
713
725
|
|
714
726
|
<li class="r1 ">
|
727
|
+
<span class='object_link'><a href="Asciidoctor/List.html#tex_process-instance_method" title="Asciidoctor::List#tex_process (method)">#tex_process</a></span>
|
728
|
+
<small>Asciidoctor::List</small>
|
729
|
+
</li>
|
730
|
+
|
731
|
+
|
732
|
+
<li class="r2 ">
|
715
733
|
<span class='object_link'><a href="Asciidoctor/Block.html#toc_process-instance_method" title="Asciidoctor::Block#toc_process (method)">#toc_process</a></span>
|
716
734
|
<small>Asciidoctor::Block</small>
|
717
735
|
</li>
|
718
736
|
|
719
737
|
|
720
|
-
<li class="
|
738
|
+
<li class="r1 ">
|
721
739
|
<span class='object_link'><a href="Asciidoctor/List.html#ulist_process-instance_method" title="Asciidoctor::List#ulist_process (method)">#ulist_process</a></span>
|
722
740
|
<small>Asciidoctor::List</small>
|
723
741
|
</li>
|
724
742
|
|
725
743
|
|
726
|
-
<li class="
|
744
|
+
<li class="r2 ">
|
727
745
|
<span class='object_link'><a href="Asciidoctor/Block.html#verse_process-instance_method" title="Asciidoctor::Block#verse_process (method)">#verse_process</a></span>
|
728
746
|
<small>Asciidoctor::Block</small>
|
729
747
|
</li>
|
730
748
|
|
731
749
|
|
732
|
-
<li class="
|
750
|
+
<li class="r1 ">
|
733
751
|
<span class='object_link'><a href="String.html#white-instance_method" title="String#white (method)">#white</a></span>
|
734
752
|
<small>String</small>
|
735
753
|
</li>
|
736
754
|
|
737
755
|
|
738
|
-
<li class="
|
756
|
+
<li class="r2 ">
|
739
757
|
<span class='object_link'><a href="String.html#yellow-instance_method" title="String#yellow (method)">#yellow</a></span>
|
740
758
|
<small>String</small>
|
741
759
|
</li>
|