asciidoctor-latex 1.5.0.5.dev → 1.5.0.7.dev
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/data/asciidoc_tex_macros.tex +3 -1
- data/data/extras.css +125 -5
- data/doc/Asciidoctor.html +19 -4
- data/doc/Asciidoctor/Block.html +1074 -426
- data/doc/Asciidoctor/Converter/Html5Converter.html +28 -4
- data/doc/Asciidoctor/Document.html +73 -89
- data/doc/Asciidoctor/Inline.html +154 -134
- data/doc/Asciidoctor/LaTeX.html +5 -5
- data/doc/Asciidoctor/LaTeX/Chem.html +2 -2
- data/doc/Asciidoctor/LaTeX/ChemInlineMacro.html +7 -5
- data/doc/Asciidoctor/LaTeX/ClickBlock.html +13 -7
- data/doc/Asciidoctor/LaTeX/ClickStyleInsert.html +10 -9
- data/doc/Asciidoctor/LaTeX/Converter.html +33 -22
- data/doc/Asciidoctor/LaTeX/Dollar.html +2 -2
- data/doc/Asciidoctor/LaTeX/EntToUni.html +2 -2
- data/doc/Asciidoctor/LaTeX/EnvironmentBlock.html +26 -12
- data/doc/Asciidoctor/LaTeX/HTMLPostprocessor.html +15 -9
- data/doc/Asciidoctor/LaTeX/Html5ConverterExtensions.html +701 -180
- data/doc/Asciidoctor/LaTeX/InjectHTML.html +3 -3
- data/doc/Asciidoctor/LaTeX/MacroInsert.html +2 -2
- data/doc/Asciidoctor/LaTeX/TeXBlock.html +2 -2
- data/doc/Asciidoctor/LaTeX/TeXPostProcess.html +49 -49
- data/doc/Asciidoctor/LaTeX/TeXPreprocessor.html +93 -22
- data/doc/Asciidoctor/LaTeX/TexPostprocessor.html +8 -4
- data/doc/Asciidoctor/List.html +54 -116
- data/doc/Asciidoctor/Section.html +23 -19
- data/doc/Asciidoctor/Table.html +25 -25
- data/doc/PreambleProcessor.html +2 -2
- data/doc/String.html +257 -4
- data/doc/_index.html +54 -5
- data/doc/class_list.html +1 -1
- data/doc/file.LICENSE.html +2 -2
- data/doc/file.README.html +113 -51
- data/doc/file_list.html +3 -0
- data/doc/index.html +113 -51
- data/doc/method_list.html +253 -55
- data/doc/top-level-namespace.html +25 -4
- data/lib/asciidoctor/latex/converter.rb +171 -45
- data/lib/asciidoctor/latex/{css.rb → css_doc_info.rb} +0 -0
- data/lib/asciidoctor/latex/environment_block.rb +137 -0
- data/lib/asciidoctor/latex/inject_html.rb +25 -13
- data/lib/asciidoctor/latex/inline_macros.rb +44 -2
- data/lib/asciidoctor/latex/macro_preprocessor.rb +28 -0
- data/lib/asciidoctor/latex/node_processors.rb +23 -2
- data/lib/asciidoctor/latex/sectnumoffset-treeprocessor.rb +43 -0
- data/lib/asciidoctor/latex/tex_postprocessor.rb +1 -1
- data/lib/asciidoctor/latex/tex_preprocessor.rb +2 -2
- data/lib/asciidoctor/latex/version.rb +1 -1
- data/spec/make_index_spec.rb +104 -0
- data/test/examples/tex/block_preamble.tex +0 -4
- metadata +8 -4
data/doc/method_list.html
CHANGED
@@ -58,32 +58,44 @@
|
|
58
58
|
|
59
59
|
|
60
60
|
<li class="r2 ">
|
61
|
-
<span class='object_link'><a href="
|
61
|
+
<span class='object_link'><a href="TexUtilities.html#apply_macros-class_method" title="TexUtilities.apply_macros (method)">apply_macros</a></span>
|
62
|
+
<small>TexUtilities</small>
|
63
|
+
</li>
|
64
|
+
|
65
|
+
|
66
|
+
<li class="r1 ">
|
67
|
+
<span class='object_link'><a href="String.html#apply_macros-instance_method" title="String#apply_macros (method)">#apply_macros</a></span>
|
62
68
|
<small>String</small>
|
63
69
|
</li>
|
64
70
|
|
65
71
|
|
72
|
+
<li class="r2 ">
|
73
|
+
<span class='object_link'><a href="TexUtilities.html#begin-class_method" title="TexUtilities.begin (method)">begin</a></span>
|
74
|
+
<small>TexUtilities</small>
|
75
|
+
</li>
|
76
|
+
|
77
|
+
|
66
78
|
<li class="r1 ">
|
67
|
-
<span class='object_link'><a href="String.html#
|
79
|
+
<span class='object_link'><a href="String.html#black-instance_method" title="String#black (method)">#black</a></span>
|
68
80
|
<small>String</small>
|
69
81
|
</li>
|
70
82
|
|
71
83
|
|
72
84
|
<li class="r2 ">
|
73
|
-
<span class='object_link'><a href="
|
74
|
-
<small>
|
85
|
+
<span class='object_link'><a href="String.html#blue-instance_method" title="String#blue (method)">#blue</a></span>
|
86
|
+
<small>String</small>
|
75
87
|
</li>
|
76
88
|
|
77
89
|
|
78
90
|
<li class="r1 ">
|
79
|
-
<span class='object_link'><a href="Asciidoctor/
|
80
|
-
<small>Asciidoctor::
|
91
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#click-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#click (method)">#click</a></span>
|
92
|
+
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
81
93
|
</li>
|
82
94
|
|
83
95
|
|
84
96
|
<li class="r2 ">
|
85
|
-
<span class='object_link'><a href="Asciidoctor/
|
86
|
-
<small>Asciidoctor::
|
97
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#click_process-instance_method" title="Asciidoctor::Block#click_process (method)">#click_process</a></span>
|
98
|
+
<small>Asciidoctor::Block</small>
|
87
99
|
</li>
|
88
100
|
|
89
101
|
|
@@ -106,17 +118,41 @@
|
|
106
118
|
|
107
119
|
|
108
120
|
<li class="r2 ">
|
121
|
+
<span class='object_link'><a href="TexUtilities.html#end-class_method" title="TexUtilities.end (method)">end</a></span>
|
122
|
+
<small>TexUtilities</small>
|
123
|
+
</li>
|
124
|
+
|
125
|
+
|
126
|
+
<li class="r1 ">
|
127
|
+
<span class='object_link'><a href="TexUtilities.html#env-class_method" title="TexUtilities.env (method)">env</a></span>
|
128
|
+
<small>TexUtilities</small>
|
129
|
+
</li>
|
130
|
+
|
131
|
+
|
132
|
+
<li class="r2 ">
|
133
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#env_title-instance_method" title="Asciidoctor::Block#env_title (method)">#env_title</a></span>
|
134
|
+
<small>Asciidoctor::Block</small>
|
135
|
+
</li>
|
136
|
+
|
137
|
+
|
138
|
+
<li class="r1 ">
|
109
139
|
<span class='object_link'><a href="Asciidoctor/LaTeX/TeXBlock.html#environmemt_type_of_match-class_method" title="Asciidoctor::LaTeX::TeXBlock.environmemt_type_of_match (method)">environmemt_type_of_match</a></span>
|
110
140
|
<small>Asciidoctor::LaTeX::TeXBlock</small>
|
111
141
|
</li>
|
112
142
|
|
113
143
|
|
114
|
-
<li class="
|
144
|
+
<li class="r2 ">
|
115
145
|
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#environment-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#environment (method)">#environment</a></span>
|
116
146
|
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
117
147
|
</li>
|
118
148
|
|
119
149
|
|
150
|
+
<li class="r1 ">
|
151
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#environment_literal-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#environment_literal (method)">#environment_literal</a></span>
|
152
|
+
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
153
|
+
</li>
|
154
|
+
|
155
|
+
|
120
156
|
<li class="r2 ">
|
121
157
|
<span class='object_link'><a href="Asciidoctor/Block.html#environment_process-instance_method" title="Asciidoctor::Block#environment_process (method)">#environment_process</a></span>
|
122
158
|
<small>Asciidoctor::Block</small>
|
@@ -148,35 +184,83 @@
|
|
148
184
|
|
149
185
|
|
150
186
|
<li class="r1 ">
|
187
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/GlossInlineMacro.html#glossterm-instance_method" title="Asciidoctor::LaTeX::GlossInlineMacro#glossterm (method)">#glossterm</a></span>
|
188
|
+
<small>Asciidoctor::LaTeX::GlossInlineMacro</small>
|
189
|
+
</li>
|
190
|
+
|
191
|
+
|
192
|
+
<li class="r2 ">
|
151
193
|
<span class='object_link'><a href="String.html#green-instance_method" title="String#green (method)">#green</a></span>
|
152
194
|
<small>String</small>
|
153
195
|
</li>
|
154
196
|
|
155
197
|
|
198
|
+
<li class="r1 ">
|
199
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#handle_box-instance_method" title="Asciidoctor::Block#handle_box (method)">#handle_box</a></span>
|
200
|
+
<small>Asciidoctor::Block</small>
|
201
|
+
</li>
|
202
|
+
|
203
|
+
|
156
204
|
<li class="r2 ">
|
205
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_cd-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_cd (method)">#handle_cd</a></span>
|
206
|
+
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
207
|
+
</li>
|
208
|
+
|
209
|
+
|
210
|
+
<li class="r1 ">
|
157
211
|
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_chem-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_chem (method)">#handle_chem</a></span>
|
158
212
|
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
159
213
|
</li>
|
160
214
|
|
161
215
|
|
216
|
+
<li class="r2 ">
|
217
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#handle_chem-instance_method" title="Asciidoctor::Block#handle_chem (method)">#handle_chem</a></span>
|
218
|
+
<small>Asciidoctor::Block</small>
|
219
|
+
</li>
|
220
|
+
|
221
|
+
|
162
222
|
<li class="r1 ">
|
223
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_code-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_code (method)">#handle_code</a></span>
|
224
|
+
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
225
|
+
</li>
|
226
|
+
|
227
|
+
|
228
|
+
<li class="r2 ">
|
163
229
|
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_default-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_default (method)">#handle_default</a></span>
|
164
230
|
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
165
231
|
</li>
|
166
232
|
|
167
233
|
|
234
|
+
<li class="r1 ">
|
235
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#handle_eqalign-instance_method" title="Asciidoctor::Block#handle_eqalign (method)">#handle_eqalign</a></span>
|
236
|
+
<small>Asciidoctor::Block</small>
|
237
|
+
</li>
|
238
|
+
|
239
|
+
|
168
240
|
<li class="r2 ">
|
241
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#handle_equation-instance_method" title="Asciidoctor::Block#handle_equation (method)">#handle_equation</a></span>
|
242
|
+
<small>Asciidoctor::Block</small>
|
243
|
+
</li>
|
244
|
+
|
245
|
+
|
246
|
+
<li class="r1 ">
|
169
247
|
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_equation-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_equation (method)">#handle_equation</a></span>
|
170
248
|
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
171
249
|
</li>
|
172
250
|
|
173
251
|
|
174
|
-
<li class="
|
252
|
+
<li class="r2 ">
|
175
253
|
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_equation_align-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_equation_align (method)">#handle_equation_align</a></span>
|
176
254
|
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
177
255
|
</li>
|
178
256
|
|
179
257
|
|
258
|
+
<li class="r1 ">
|
259
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_equation_literal-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_equation_literal (method)">#handle_equation_literal</a></span>
|
260
|
+
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
261
|
+
</li>
|
262
|
+
|
263
|
+
|
180
264
|
<li class="r2 ">
|
181
265
|
<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>
|
182
266
|
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
@@ -184,11 +268,47 @@
|
|
184
268
|
|
185
269
|
|
186
270
|
<li class="r1 ">
|
271
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#handle_listing-instance_method" title="Asciidoctor::Block#handle_listing (method)">#handle_listing</a></span>
|
272
|
+
<small>Asciidoctor::Block</small>
|
273
|
+
</li>
|
274
|
+
|
275
|
+
|
276
|
+
<li class="r2 ">
|
187
277
|
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#handle_null-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#handle_null (method)">#handle_null</a></span>
|
188
278
|
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
189
279
|
</li>
|
190
280
|
|
191
281
|
|
282
|
+
<li class="r1 ">
|
283
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#handle_plain-instance_method" title="Asciidoctor::Block#handle_plain (method)">#handle_plain</a></span>
|
284
|
+
<small>Asciidoctor::Block</small>
|
285
|
+
</li>
|
286
|
+
|
287
|
+
|
288
|
+
<li class="r2 ">
|
289
|
+
<span class='object_link'><a href="CSSDocinfoProcessor.html#handle_stylesheet-instance_method" title="CSSDocinfoProcessor#handle_stylesheet (method)">#handle_stylesheet</a></span>
|
290
|
+
<small>CSSDocinfoProcessor</small>
|
291
|
+
</li>
|
292
|
+
|
293
|
+
|
294
|
+
<li class="r1 ">
|
295
|
+
<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>
|
296
|
+
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
297
|
+
</li>
|
298
|
+
|
299
|
+
|
300
|
+
<li class="r2 ">
|
301
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#handle_texmacro-instance_method" title="Asciidoctor::Block#handle_texmacro (method)">#handle_texmacro</a></span>
|
302
|
+
<small>Asciidoctor::Block</small>
|
303
|
+
</li>
|
304
|
+
|
305
|
+
|
306
|
+
<li class="r1 ">
|
307
|
+
<span class='object_link'><a href="TexUtilities.html#hypertarget-class_method" title="TexUtilities.hypertarget (method)">hypertarget</a></span>
|
308
|
+
<small>TexUtilities</small>
|
309
|
+
</li>
|
310
|
+
|
311
|
+
|
192
312
|
<li class="r2 ">
|
193
313
|
<span class='object_link'><a href="Asciidoctor/Block.html#image_process-instance_method" title="Asciidoctor::Block#image_process (method)">#image_process</a></span>
|
194
314
|
<small>Asciidoctor::Block</small>
|
@@ -244,17 +364,41 @@
|
|
244
364
|
|
245
365
|
|
246
366
|
<li class="r1 ">
|
247
|
-
<span class='object_link'><a href="Asciidoctor/Block.html#
|
367
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#label-instance_method" title="Asciidoctor::Block#label (method)">#label</a></span>
|
248
368
|
<small>Asciidoctor::Block</small>
|
249
369
|
</li>
|
250
370
|
|
251
371
|
|
252
372
|
<li class="r2 ">
|
373
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#listing_process-instance_method" title="Asciidoctor::Block#listing_process (method)">#listing_process</a></span>
|
374
|
+
<small>Asciidoctor::Block</small>
|
375
|
+
</li>
|
376
|
+
|
377
|
+
|
378
|
+
<li class="r1 ">
|
253
379
|
<span class='object_link'><a href="Asciidoctor/Block.html#literal_process-instance_method" title="Asciidoctor::Block#literal_process (method)">#literal_process</a></span>
|
254
380
|
<small>Asciidoctor::Block</small>
|
255
381
|
</li>
|
256
382
|
|
257
383
|
|
384
|
+
<li class="r2 ">
|
385
|
+
<span class='object_link'><a href="TexUtilities.html#macro-class_method" title="TexUtilities.macro (method)">macro</a></span>
|
386
|
+
<small>TexUtilities</small>
|
387
|
+
</li>
|
388
|
+
|
389
|
+
|
390
|
+
<li class="r1 ">
|
391
|
+
<span class='object_link'><a href="String.html#macro-instance_method" title="String#macro (method)">#macro</a></span>
|
392
|
+
<small>String</small>
|
393
|
+
</li>
|
394
|
+
|
395
|
+
|
396
|
+
<li class="r2 ">
|
397
|
+
<span class='object_link'><a href="TexUtilities.html#macro_opt-class_method" title="TexUtilities.macro_opt (method)">macro_opt</a></span>
|
398
|
+
<small>TexUtilities</small>
|
399
|
+
</li>
|
400
|
+
|
401
|
+
|
258
402
|
<li class="r1 ">
|
259
403
|
<span class='object_link'><a href="String.html#magenta-instance_method" title="String#magenta (method)">#magenta</a></span>
|
260
404
|
<small>String</small>
|
@@ -292,17 +436,29 @@
|
|
292
436
|
|
293
437
|
|
294
438
|
<li class="r1 ">
|
439
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Html5ConverterExtensions.html#old_inline_anchor-instance_method" title="Asciidoctor::LaTeX::Html5ConverterExtensions#old_inline_anchor (method)">#old_inline_anchor</a></span>
|
440
|
+
<small>Asciidoctor::LaTeX::Html5ConverterExtensions</small>
|
441
|
+
</li>
|
442
|
+
|
443
|
+
|
444
|
+
<li class="r2 ">
|
295
445
|
<span class='object_link'><a href="Asciidoctor/List.html#olist_process-instance_method" title="Asciidoctor::List#olist_process (method)">#olist_process</a></span>
|
296
446
|
<small>Asciidoctor::List</small>
|
297
447
|
</li>
|
298
448
|
|
299
449
|
|
300
|
-
<li class="
|
450
|
+
<li class="r1 ">
|
301
451
|
<span class='object_link'><a href="Asciidoctor/Block.html#open_process-instance_method" title="Asciidoctor::Block#open_process (method)">#open_process</a></span>
|
302
452
|
<small>Asciidoctor::Block</small>
|
303
453
|
</li>
|
304
454
|
|
305
455
|
|
456
|
+
<li class="r2 ">
|
457
|
+
<span class='object_link'><a href="Asciidoctor/Block.html#options-instance_method" title="Asciidoctor::Block#options (method)">#options</a></span>
|
458
|
+
<small>Asciidoctor::Block</small>
|
459
|
+
</li>
|
460
|
+
|
461
|
+
|
306
462
|
<li class="r1 ">
|
307
463
|
<span class='object_link'><a href="Asciidoctor/Block.html#page_break_process-instance_method" title="Asciidoctor::Block#page_break_process (method)">#page_break_process</a></span>
|
308
464
|
<small>Asciidoctor::Block</small>
|
@@ -328,119 +484,155 @@
|
|
328
484
|
|
329
485
|
|
330
486
|
<li class="r1 ">
|
331
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
332
|
-
<small>Asciidoctor::LaTeX::
|
487
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/ClickBlock.html#process-instance_method" title="Asciidoctor::LaTeX::ClickBlock#process (method)">#process</a></span>
|
488
|
+
<small>Asciidoctor::LaTeX::ClickBlock</small>
|
333
489
|
</li>
|
334
490
|
|
335
491
|
|
336
492
|
<li class="r2 ">
|
337
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
338
|
-
<small>Asciidoctor::LaTeX::
|
493
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/HTMLPostprocessor.html#process-instance_method" title="Asciidoctor::LaTeX::HTMLPostprocessor#process (method)">#process</a></span>
|
494
|
+
<small>Asciidoctor::LaTeX::HTMLPostprocessor</small>
|
339
495
|
</li>
|
340
496
|
|
341
497
|
|
342
498
|
<li class="r1 ">
|
343
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
344
|
-
<small>Asciidoctor::LaTeX::
|
499
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/IndexTermInlineMacro.html#process-instance_method" title="Asciidoctor::LaTeX::IndexTermInlineMacro#process (method)">#process</a></span>
|
500
|
+
<small>Asciidoctor::LaTeX::IndexTermInlineMacro</small>
|
345
501
|
</li>
|
346
502
|
|
347
503
|
|
348
504
|
<li class="r2 ">
|
349
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
350
|
-
<small>Asciidoctor::LaTeX::
|
505
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/GlossInlineMacro.html#process-instance_method" title="Asciidoctor::LaTeX::GlossInlineMacro#process (method)">#process</a></span>
|
506
|
+
<small>Asciidoctor::LaTeX::GlossInlineMacro</small>
|
351
507
|
</li>
|
352
508
|
|
353
509
|
|
354
510
|
<li class="r1 ">
|
355
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
356
|
-
<small>Asciidoctor::LaTeX::
|
511
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/ChemInlineMacro.html#process-instance_method" title="Asciidoctor::LaTeX::ChemInlineMacro#process (method)">#process</a></span>
|
512
|
+
<small>Asciidoctor::LaTeX::ChemInlineMacro</small>
|
357
513
|
</li>
|
358
514
|
|
359
515
|
|
360
516
|
<li class="r2 ">
|
361
|
-
<span class='object_link'><a href="
|
362
|
-
<small>
|
517
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/MacroInsert.html#process-instance_method" title="Asciidoctor::LaTeX::MacroInsert#process (method)">#process</a></span>
|
518
|
+
<small>Asciidoctor::LaTeX::MacroInsert</small>
|
363
519
|
</li>
|
364
520
|
|
365
521
|
|
366
522
|
<li class="r1 ">
|
367
|
-
<span class='object_link'><a href="
|
368
|
-
<small>
|
523
|
+
<span class='object_link'><a href="CSSDocinfoProcessor.html#process-instance_method" title="CSSDocinfoProcessor#process (method)">#process</a></span>
|
524
|
+
<small>CSSDocinfoProcessor</small>
|
369
525
|
</li>
|
370
526
|
|
371
527
|
|
372
528
|
<li class="r2 ">
|
529
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/InjectHTML.html#process-instance_method" title="Asciidoctor::LaTeX::InjectHTML#process (method)">#process</a></span>
|
530
|
+
<small>Asciidoctor::LaTeX::InjectHTML</small>
|
531
|
+
</li>
|
532
|
+
|
533
|
+
|
534
|
+
<li class="r1 ">
|
373
535
|
<span class='object_link'><a href="Asciidoctor/LaTeX/EntToUni.html#process-instance_method" title="Asciidoctor::LaTeX::EntToUni#process (method)">#process</a></span>
|
374
536
|
<small>Asciidoctor::LaTeX::EntToUni</small>
|
375
537
|
</li>
|
376
538
|
|
377
539
|
|
540
|
+
<li class="r2 ">
|
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>
|
543
|
+
</li>
|
544
|
+
|
545
|
+
|
378
546
|
<li class="r1 ">
|
379
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
380
|
-
<small>Asciidoctor::LaTeX::
|
547
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/TeXPreprocessor.html#process-instance_method" title="Asciidoctor::LaTeX::TeXPreprocessor#process (method)">#process</a></span>
|
548
|
+
<small>Asciidoctor::LaTeX::TeXPreprocessor</small>
|
381
549
|
</li>
|
382
550
|
|
383
551
|
|
384
552
|
<li class="r2 ">
|
385
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
386
|
-
<small>Asciidoctor::LaTeX::
|
553
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/EnvironmentBlock.html#process-instance_method" title="Asciidoctor::LaTeX::EnvironmentBlock#process (method)">#process</a></span>
|
554
|
+
<small>Asciidoctor::LaTeX::EnvironmentBlock</small>
|
387
555
|
</li>
|
388
556
|
|
389
557
|
|
390
558
|
<li class="r1 ">
|
391
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
392
|
-
<small>Asciidoctor::LaTeX::
|
559
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/EnvironmentBlock2.html#process-instance_method" title="Asciidoctor::LaTeX::EnvironmentBlock2#process (method)">#process</a></span>
|
560
|
+
<small>Asciidoctor::LaTeX::EnvironmentBlock2</small>
|
393
561
|
</li>
|
394
562
|
|
395
563
|
|
396
564
|
<li class="r2 ">
|
397
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
398
|
-
<small>Asciidoctor::LaTeX::
|
565
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/TexPostprocessor.html#process-instance_method" title="Asciidoctor::LaTeX::TexPostprocessor#process (method)">#process</a></span>
|
566
|
+
<small>Asciidoctor::LaTeX::TexPostprocessor</small>
|
399
567
|
</li>
|
400
568
|
|
401
569
|
|
402
570
|
<li class="r1 ">
|
403
|
-
<span class='object_link'><a href="Asciidoctor/LaTeX/
|
404
|
-
<small>Asciidoctor::LaTeX::
|
571
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/ClickStyleInsert.html#process-instance_method" title="Asciidoctor::LaTeX::ClickStyleInsert#process (method)">#process</a></span>
|
572
|
+
<small>Asciidoctor::LaTeX::ClickStyleInsert</small>
|
573
|
+
</li>
|
574
|
+
|
575
|
+
|
576
|
+
<li class="r2 ">
|
577
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/MacroPreprocessor.html#process-instance_method" title="Asciidoctor::LaTeX::MacroPreprocessor#process (method)">#process</a></span>
|
578
|
+
<small>Asciidoctor::LaTeX::MacroPreprocessor</small>
|
579
|
+
</li>
|
580
|
+
|
581
|
+
|
582
|
+
<li class="r1 ">
|
583
|
+
<span class='object_link'><a href="PreambleProcessor.html#process-instance_method" title="PreambleProcessor#process (method)">#process</a></span>
|
584
|
+
<small>PreambleProcessor</small>
|
405
585
|
</li>
|
406
586
|
|
407
587
|
|
408
588
|
<li class="r2 ">
|
589
|
+
<span class='object_link'><a href="Asciidoctor/LaTeX/Dollar.html#process-instance_method" title="Asciidoctor::LaTeX::Dollar#process (method)">#process</a></span>
|
590
|
+
<small>Asciidoctor::LaTeX::Dollar</small>
|
591
|
+
</li>
|
592
|
+
|
593
|
+
|
594
|
+
<li class="r1 ">
|
409
595
|
<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>
|
410
596
|
<small>Asciidoctor::LaTeX::TeXBlock</small>
|
411
597
|
</li>
|
412
598
|
|
413
599
|
|
414
|
-
<li class="
|
600
|
+
<li class="r2 ">
|
415
601
|
<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>
|
416
602
|
<small>Asciidoctor::LaTeX::TeXBlock</small>
|
417
603
|
</li>
|
418
604
|
|
419
605
|
|
420
|
-
<li class="
|
606
|
+
<li class="r1 ">
|
421
607
|
<span class='object_link'><a href="Asciidoctor/LaTeX/MacroInsert.html#putline-instance_method" title="Asciidoctor::LaTeX::MacroInsert#putline (method)">#putline</a></span>
|
422
608
|
<small>Asciidoctor::LaTeX::MacroInsert</small>
|
423
609
|
</li>
|
424
610
|
|
425
611
|
|
426
|
-
<li class="
|
612
|
+
<li class="r2 ">
|
427
613
|
<span class='object_link'><a href="Asciidoctor/LaTeX/ClickStyleInsert.html#putline-instance_method" title="Asciidoctor::LaTeX::ClickStyleInsert#putline (method)">#putline</a></span>
|
428
614
|
<small>Asciidoctor::LaTeX::ClickStyleInsert</small>
|
429
615
|
</li>
|
430
616
|
|
431
617
|
|
432
|
-
<li class="
|
618
|
+
<li class="r1 ">
|
433
619
|
<span class='object_link'><a href="Asciidoctor/Block.html#quote_process-instance_method" title="Asciidoctor::Block#quote_process (method)">#quote_process</a></span>
|
434
620
|
<small>Asciidoctor::Block</small>
|
435
621
|
</li>
|
436
622
|
|
437
623
|
|
438
|
-
<li class="
|
624
|
+
<li class="r2 ">
|
439
625
|
<span class='object_link'><a href="String.html#red-instance_method" title="String#red (method)">#red</a></span>
|
440
626
|
<small>String</small>
|
441
627
|
</li>
|
442
628
|
|
443
629
|
|
630
|
+
<li class="r1 ">
|
631
|
+
<span class='object_link'><a href="TexUtilities.html#region-class_method" title="TexUtilities.region (method)">region</a></span>
|
632
|
+
<small>TexUtilities</small>
|
633
|
+
</li>
|
634
|
+
|
635
|
+
|
444
636
|
<li class="r2 ">
|
445
637
|
<span class='object_link'><a href="Asciidoctor/Block.html#report-instance_method" title="Asciidoctor::Block#report (method)">#report</a></span>
|
446
638
|
<small>Asciidoctor::Block</small>
|
@@ -478,26 +670,26 @@
|
|
478
670
|
|
479
671
|
|
480
672
|
<li class="r2 ">
|
481
|
-
<span class='object_link'><a href="
|
482
|
-
<small>
|
673
|
+
<span class='object_link'><a href="String.html#tex_normalize-instance_method" title="String#tex_normalize (method)">#tex_normalize</a></span>
|
674
|
+
<small>String</small>
|
483
675
|
</li>
|
484
676
|
|
485
677
|
|
486
678
|
<li class="r1 ">
|
487
|
-
<span class='object_link'><a href="Asciidoctor/
|
488
|
-
<small>Asciidoctor::
|
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>
|
489
681
|
</li>
|
490
682
|
|
491
683
|
|
492
684
|
<li class="r2 ">
|
493
|
-
<span class='object_link'><a href="Asciidoctor/
|
494
|
-
<small>Asciidoctor::
|
685
|
+
<span class='object_link'><a href="Asciidoctor/Inline.html#tex_process-instance_method" title="Asciidoctor::Inline#tex_process (method)">#tex_process</a></span>
|
686
|
+
<small>Asciidoctor::Inline</small>
|
495
687
|
</li>
|
496
688
|
|
497
689
|
|
498
690
|
<li class="r1 ">
|
499
|
-
<span class='object_link'><a href="Asciidoctor/
|
500
|
-
<small>Asciidoctor::
|
691
|
+
<span class='object_link'><a href="Asciidoctor/List.html#tex_process-instance_method" title="Asciidoctor::List#tex_process (method)">#tex_process</a></span>
|
692
|
+
<small>Asciidoctor::List</small>
|
501
693
|
</li>
|
502
694
|
|
503
695
|
|
@@ -508,36 +700,42 @@
|
|
508
700
|
|
509
701
|
|
510
702
|
<li class="r1 ">
|
511
|
-
<span class='object_link'><a href="Asciidoctor/
|
512
|
-
<small>Asciidoctor::
|
703
|
+
<span class='object_link'><a href="Asciidoctor/Table.html#tex_process-instance_method" title="Asciidoctor::Table#tex_process (method)">#tex_process</a></span>
|
704
|
+
<small>Asciidoctor::Table</small>
|
513
705
|
</li>
|
514
706
|
|
515
707
|
|
516
708
|
<li class="r2 ">
|
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>
|
711
|
+
</li>
|
712
|
+
|
713
|
+
|
714
|
+
<li class="r1 ">
|
517
715
|
<span class='object_link'><a href="Asciidoctor/Block.html#toc_process-instance_method" title="Asciidoctor::Block#toc_process (method)">#toc_process</a></span>
|
518
716
|
<small>Asciidoctor::Block</small>
|
519
717
|
</li>
|
520
718
|
|
521
719
|
|
522
|
-
<li class="
|
720
|
+
<li class="r2 ">
|
523
721
|
<span class='object_link'><a href="Asciidoctor/List.html#ulist_process-instance_method" title="Asciidoctor::List#ulist_process (method)">#ulist_process</a></span>
|
524
722
|
<small>Asciidoctor::List</small>
|
525
723
|
</li>
|
526
724
|
|
527
725
|
|
528
|
-
<li class="
|
726
|
+
<li class="r1 ">
|
529
727
|
<span class='object_link'><a href="Asciidoctor/Block.html#verse_process-instance_method" title="Asciidoctor::Block#verse_process (method)">#verse_process</a></span>
|
530
728
|
<small>Asciidoctor::Block</small>
|
531
729
|
</li>
|
532
730
|
|
533
731
|
|
534
|
-
<li class="
|
732
|
+
<li class="r2 ">
|
535
733
|
<span class='object_link'><a href="String.html#white-instance_method" title="String#white (method)">#white</a></span>
|
536
734
|
<small>String</small>
|
537
735
|
</li>
|
538
736
|
|
539
737
|
|
540
|
-
<li class="
|
738
|
+
<li class="r1 ">
|
541
739
|
<span class='object_link'><a href="String.html#yellow-instance_method" title="String#yellow (method)">#yellow</a></span>
|
542
740
|
<small>String</small>
|
543
741
|
</li>
|