summaryrefslogtreecommitdiff
path: root/latex-backend.html
blob: 53beb26ffc79deb2c05fed0cfaeae449405216fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 10.0.0a2" />
<title>LaTeX backend for Asciidoc</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
<script type="text/javascript" src="./asciidoc.js"></script>
<script type="text/javascript">
/*<![CDATA[*/
asciidoc.install();
/*]]>*/
</script>
</head>
<body style="max-width:70em">
<div id="layout-menu-box">
<div id="layout-menu">
  <div>&#187;<a href="index.html">Home</a></div>
  <div>&#187;<a href="userguide.html">User&nbsp;Guide</a></div>
  <div>&#187;<a href="INSTALL.html">Installation</a></div>
  <div>&#187;<a href="faq.html">FAQ</a></div>
  <div>&#187;<a href="manpage.html">asciidoc(1)</a></div>
  <div>&#187;<a href="a2x.1.html">a2x(1)</a></div>
  <div>&#187;<a href="asciidocapi.html">API</a></div>
  <div>&#187;<a href="plugins.html">Plugins</a></div>
  <div>&#187;<a href="http://powerman.name/doc/asciidoc">Cheatsheet</a></div>
  <div>&#187;<a href="testasciidoc.html">Tests</a></div>
  <div>&#187;<a href="CHANGELOG.html">ChangeLog</a></div>
  <div>&#187;<a href="support.html">Support</a></div>
  <div id="page-source">&#187;<a href="latex-backend.txt">Page&nbsp;Source</a></div>
</div>
</div>
<div id="layout-content-box">
<div id="layout-banner">
  <div id="layout-title">AsciiDoc</div>
  <div id="layout-description">Text based document generation</div>
</div>
<div id="layout-content">
<div id="header">
<h1>LaTeX backend for Asciidoc</h1>
<span id="author">Benjamin Klum</span><br />
<span id="email"><code>&lt;<a href="mailto:benjamin.klum@gmail.com">benjamin.klum@gmail.com</a>&gt;</code></span><br />
<span id="revision">version 9.0.5,</span>
24 January 2021
</div>
<div id="content">
<div class="sect1">
<h2 id="_introduction">Introduction</h2>
<div class="sectionbody">
<div class="paragraph"><p>LaTeX backend is a configuration file for Stuart Rackham&#8217;s <a href="https://asciidoc.org/">Asciidoc</a>. It generates high-level LaTeX markup from Asciidoc documents. LaTeX is a document preparation system for TeX which in turn is a popular typesetting system. It is well known for producing excellently typesetted high quality printouts, especially suited for scientific text.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_tutorial">Tutorial</h2>
<div class="sectionbody">
<div class="paragraph"><p>Getting a ready-to-print document from an Asciidoc document using the LaTeX backend involves at least two steps:</p></div>
<div class="olist arabic"><ol class="arabic">
<li>
<p>
Conversion of the Asciidoc document into a LaTeX document (this is done by Asciidoc using the LaTeX backend)
</p>
</li>
<li>
<p>
Conversion of the LaTeX document into a PDF document (this is done by the TeX system)
</p>
</li>
</ol></div>
<div class="paragraph"><p>Try to create a PDF document from the Asciidoc document <code>article.txt</code> which resides in the <code>doc</code> directory of Asciidoc:</p></div>
<div class="olist loweralpha"><ol class="loweralpha">
<li>
<p>
Make a copy of <code>article.txt</code> in a directory of your choice, let&#8217;s call it <code>latex-test</code>.
</p>
</li>
<li>
<p>
Make sure that all images referenced in <code>article.txt</code> exist in <code>latex-test</code>. Brute force approach: Copy the whole <code>images</code> directory from Asciidoc directory into <code>latex-test</code>.
</p>
</li>
<li>
<p>
Change directory to <code>latex-test</code> and type following commands:
</p>
<div class="literalblock">
<div class="content">
<pre><code>asciidoc --unsafe --backend=latex article.txt
pdflatex article.tex</code></pre>
</div></div>
</li>
<li>
<p>
Now there should be a file <code>article.pdf</code> in the <code>latex-test</code> directory.
</p>
</li>
</ol></div>
<div class="admonitionblock">
<table><tr>
<td class="icon">
<img src="./images/icons/important.png" alt="Important" />
</td>
<td class="content">
<div class="ulist"><ul>
<li>
<p>
Asciidoc has to be started in <em>unsafe mode</em> when using LaTeX backend.
</p>
</li>
<li>
<p>
Note that some special LaTeX packages are necessary, see <a href="#packageRequirements">here</a>.
</p>
</li>
</ul></div>
</td>
</tr></table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_general_notes">General notes</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_quality_of_latex_output">Quality of LaTeX output</h3>
<div class="paragraph"><p>High-level LaTeX is not very straightforward to generate. Therefore there&#8217;s no guarantee that the generated output is valid and compiles successfully. At all, this backend should be considered as rather experimental.  You should have been already in touch with LaTeX in order to use the backend effectively because LaTeX compilation errors can be really nasty.</p></div>
<div class="paragraph"><p>Nevertheless good results can be achieved by using LaTeX backend. Try for example to compile Stuart Rackham&#8217;s Asciidoc documentation, a rather large document. It should compile without problems. However, the code filter might have to be reconfigured for the code filter example to work.</p></div>
</div>
<div class="sect2">
<h3 id="_configuration_file_customization">Configuration file customization</h3>
<div class="paragraph"><p>Like every other Asciidoc backend the LaTeX backend can be customized easily to fit the user&#8217;s needs. Actually it is very important to have this option since LaTeX doesn&#8217;t have a companion language like CSS which allows to put styling information in a separate file. Read more about the LaTeX backend configuration file <a href="#configurationFile">here</a>.</p></div>
</div>
<div class="sect2">
<h3 id="_output_optimization">Output optimization</h3>
<div class="paragraph"><p>The LaTeX output is optimized for creating PDF documents using <em>pdflatex</em>.</p></div>
</div>
<div class="sect2">
<h3 id="unicodeSupport">Unicode support</h3>
<div class="paragraph"><p>Unfortunately TeX/LaTeX does not have native unicode support. The package <em>ucs</em> adds elementary unicode support by introducing UTF-8 input encoding recognition and by defining lookup tables which contain the corresponding LaTeX commands for unicode characters. But these lookup tables are far from being complete. When a unicode character is found which is not defined in the lookup tables an error is raised by the TeX/LaTeX compiler. Note that TeX/LaTeX compilation errors caused by missing unicode character definitions are not fatal, that means the result is probably readable but undefined unicode characters are replaced with <code>[U+...]</code>. You may (de)activate the recognition of escaped unicode characters. See the <a href="#latex-recognize-escaped-unicode">[latex-recognize-escaped-unicode]</a> backend option.</p></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_backend_specific_features">Backend specific features</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_special_sections">Special sections</h3>
<div class="paragraph"><p>LaTeX backend supports the following special sections and replaces them with corresponding LaTeX commands or environments:</p></div>
<div class="ulist"><ul>
<li>
<p>
Abstract (only for document type <em>article</em>)
</p>
</li>
<li>
<p>
Dedication (only for document type <em>book</em>)
</p>
</li>
<li>
<p>
Index
</p>
</li>
<li>
<p>
Bibliography (only when the attribute <em>latex-use-bibliography-environment</em> is set)
</p>
</li>
<li>
<p>
Appendix
</p>
</li>
<li>
<p>
Contents
</p>
</li>
</ul></div>
</div>
<div class="sect2">
<h3 id="internalCrossReferences">Internal cross references</h3>
<div class="paragraph"><p>Macros for internal cross references have been extended by the attribute <em>style</em>.</p></div>
<div class="literalblock">
<div class="content">
<pre><code>xref:&lt;id&gt;[&lt;caption&gt;, style=&lt;style&gt;]</code></pre>
</div></div>
<div class="paragraph"><p>or</p></div>
<div class="literalblock">
<div class="content">
<pre><code>&lt;&lt;&lt;id&gt;,&lt;caption&gt;,&lt;style&gt;&gt;&gt;</code></pre>
</div></div>
<div class="paragraph"><p>The additional attribute <em>style</em> can have following values:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
page
</dt>
<dd>
<p>
Let&#8217;s LaTeX print the page number of the referenced anchor.
</p>
</dd>
<dt class="hdlist1">
ref
</dt>
<dd>
<p>
Let&#8217;s LaTeX print the number of the section, subsection, figure, table or theorem the referenced anchor resides.
</p>
</dd>
<dt class="hdlist1">
autoref
</dt>
<dd>
<p>
Let&#8217;s LaTeX print the number of the section, subsection, figure, table or theorem the referenced anchor resides preceded with a contextual label.
</p>
</dd>
<dt class="hdlist1">
cite
</dt>
<dd>
<p>
Let&#8217;s LaTeX interprete this reference as a reference to a bibliography entry. If the attribute <em>latex-use-bibliography-environment</em> is set, references with <em>cite</em> style as well as their corresponding bibliography anchors are presented as automatically generated numbers.
</p>
</dd>
</dl></div>
<div class="paragraph"><p>If the <em>style</em> attribute is not set the reference is printed the common way.</p></div>
</div>
<div class="sect2">
<h3 id="_options">Options</h3>
<div class="paragraph"><p>LaTeX document generation is influenced by the following attributes:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
latex-table-rowlimit
</dt>
<dd>
<p>
The maximum number of rows for typesetting tables using the <em>tabular</em> environment. If a table has more rows than <em>latex-table-rowlimit</em>, <em>longtable</em> environment is used instead of <em>tabular</em> environment. <em>longtable</em> environment supports tables spanning over several pages.
</p>
</dd>
<dt class="hdlist1">
latex-use-bibliography-environment
</dt>
<dd>
<p>
If <em>latex-use-bibliography-environment</em> is defined, <em>thebibliography</em> environment is used for the bibliography section. As a result bibliography entries are automatically numbered. Note that this works only if the bibliography section contains exclusively bibliography list items which start with a bibliography entry ([[[&#8230;]]]). Otherwise a TeX/LaTeX compilation error will occur. In order to display bibliography references correctly their <em>style</em> attribute must be set to <em>cite</em>. For more information see <a href="#internalCrossReferences">Internal cross references</a>.
</p>
</dd>
<dt class="hdlist1">
latex-indent-paragraphs
</dt>
<dd>
<p>
If <em>latex-indent-paragraphs</em> is defined, the first line of paragraphs will be indented. By default LaTeX backend prevents paragraph indentation and prints paragraphs with preceding vertical space.
</p>
</dd>
<dt class="hdlist1">
<a id="latex-recognize-escaped-unicode"></a> latex-recognize-escaped-unicode
</dt>
<dd>
<p>
If <em>latex-recognize-escaped-unicode</em> is defined, escaped unicode
characters (e.g. <code>\$${amp}#960;$$</code> or <code>\$${amp}#x3C0;$$</code>) will be recognized. This can lead to LaTeX compilation errors since LaTeX unicode support is only rudimentary. For more information see <a href="#unicodeSupport">Unicode support</a>.
</p>
</dd>
<dt class="hdlist1">
latex-use-custom-list-items
</dt>
<dd>
<p>
If <em>latex-use-custom-list-items</em> is defined, lists will be bulleted or enumerated the way you have typed them in the original Asciidoc document. That means, <code>*</code> turns into a circle bullet, <code>-</code> turns into a dash, <code>.</code> turns into a number and <code>..</code> turns into a letter. Otherwise LaTeX will use different bullets and enumeration characters depending on the level of nesting.
</p>
</dd>
<dt class="hdlist1">
latex-use-colored-tables
</dt>
<dd>
<p>
If <em>latex-use-colored-tables</em> is defined, tables will be printed colored.
</p>
</dd>
<dt class="hdlist1">
latex-use-running-title-headings
</dt>
<dd>
<p>
If <em>latex-use-running-title-headings</em> is defined, <em>pagestyle</em> will be set to <em>headings</em> which results in running titles in the head.
</p>
</dd>
<dt class="hdlist1">
latex-use-colored-sidebar-blocks
</dt>
<dd>
<p>
If <em>latex-use-colored-sidebar-blocks</em> is defined, sidebar block content will be put in a color box instead of being indented by a vertical bar.
</p>
</dd>
<dt class="hdlist1">
icons
</dt>
<dd>
<p>
Link admonition paragraph and admonition block icon images and badge images. By default icons is undefined and text is used in place of icon images.
</p>
</dd>
<dt class="hdlist1">
encoding
</dt>
<dd>
<p>
Set the input and output document character set encoding. Currently <code>ISO-8859-1</code> and <code>UTF-8</code> are supported.
</p>
</dd>
</dl></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_requirements">Requirements</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_general">General</h3>
<div class="paragraph"><p>The following software is necessary for using the LaTeX backend:</p></div>
<div class="ulist"><ul>
<li>
<p>
An up-to-date version of <a href="https://asciidoc.org/">Asciidoc</a>
</p>
</li>
<li>
<p>
An up-to-date TeX distribution, e.g.:
</p>
<div class="ulist"><ul>
<li>
<p>
<a href="http://www.miktex.org/">MiKTeX</a> for Windows
</p>
</li>
<li>
<p>
<a href="http://www.tug.org/tetex/">teTeX</a> for Linux
</p>
</li>
</ul></div>
</li>
</ul></div>
</div>
<div class="sect2">
<h3 id="packageRequirements">TeX/LaTeX Package requirements</h3>
<div class="paragraph"><p>LaTeX backend makes use of some LaTeX specialities which don&#8217;t belong to a minimal TeX/LaTeX distribution. However, I took special care not to employ exotic packages. Hence the following packages should be available in most package repositories. The table is not complete yet because I don&#8217;t know the package names for all TeX distributions.</p></div>
<div class="tableblock">
<table rules="all"
width="100%"
frame="border"
cellspacing="0" cellpadding="4">
<col width="12%" />
<col width="12%" />
<col width="12%" />
<col width="12%" />
<col width="50%" />
<thead>
<tr>
<th align="left" valign="top">Speciality </th>
<th align="left" valign="top"> MiKTeX package name </th>
<th align="left" valign="top"> teTeX package name </th>
<th align="left" valign="top"> TeX Live package name </th>
<th align="left" valign="top"> Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left" valign="top"><p class="table">KOMA-Script</p></td>
<td align="left" valign="top"><p class="table">koma-script</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">LaTeX backend uses the document classes <em>scrartcl</em> and <em>scrbook</em> as well as some other specialities defined in the <em>KOMA-Script</em> package, e.g. the commands <code>\addmargin{}</code> and <code>\minisec{}</code>.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">xcolor.sty</p></td>
<td align="left" valign="top"><p class="table">xcolor</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">Used to produce colored boxes and tables.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">colortbl.sty</p></td>
<td align="left" valign="top"><p class="table">colortbl</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">Used to produce colored tables.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">type1ec.sty</p></td>
<td align="left" valign="top"><p class="table">cm-super</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">Enables high quality fonts for PDF output.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">hyperref.sty</p></td>
<td align="left" valign="top"><p class="table">hyperref</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">Extensive support for hypertext in PDF documents.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">enumerate.sty</p></td>
<td align="left" valign="top"><p class="table">tools</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">When <em>latex-use-custom-list-items</em> is defined this package is used for determining the enumeration character.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">graphicx.sty</p></td>
<td align="left" valign="top"><p class="table">graphics</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">Used for including images.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">longtable.sty</p></td>
<td align="left" valign="top"><p class="table">tools</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">Enables page spanning tables.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">ucs.sty</p></td>
<td align="left" valign="top"><p class="table">unicode</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">Enables support for unicode characters.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">textcomp</p></td>
<td align="left" valign="top"><p class="table">ltxbase</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">Used for printing various symbols like arrows. Should be already installed.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">alltt</p></td>
<td align="left" valign="top"><p class="table">ltxbase</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">Used in literal-like blocks for retaining line and whitespace formatting. Should be already installed.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p class="table">listings.sty</p></td>
<td align="left" valign="top"><p class="table">listings</p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">Used for listing blocks.</p></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="configurationFile">About the LaTeX backend configuration file</h2>
<div class="sectionbody">
<div class="paragraph"><p>An important note for people who want to adapt the LaTeX backend configuration file to their own needs:</p></div>
<div class="paragraph"><p>LaTeX markup has a lot of special characters, most importantly ``, <code>{</code>, <code>}</code>. In order to make things less complicated, I changed the default substitution order (see entry <em>subsnormal</em> in the <code>[miscellaneous]</code> section). In contrast to the backends <em>docbook</em> and <em>xhtml11</em>, the <em>specialcharacters</em> substitution is applied very late. As a result all special characters produced by <em>quotes</em>, <em>specialwords</em>, <em>replacements</em>, <em>attributes</em> and <em>macros</em> become escaped at the end. If you don&#8217;t want special characters in the corresponding sections to get escaped, you&#8217;ve to use following symbols instead of the special characters.</p></div>
<div class="ulist"><ul>
<li>
<p>
<code>\$$!..backslash..!$$</code> instead of ``
</p>
</li>
<li>
<p>
<code>\$$!..braceleft..!$$</code> instead of <code>{</code>
</p>
</li>
<li>
<p>
<code>\$$!..braceright..!$$</code> instead of <code>}</code>
</p>
</li>
</ul></div>
<div class="paragraph"><p>For more special characters take a look in the <code>[replacements2]</code> sections. <code>[replacements2]</code> section is responsible for replacing the symbols with their corresponding special characters.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_ideas">Ideas</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_code_listing_block">Code listing block</h3>
<div class="paragraph"><p>For creating highlighted code listings I suggest the use of <a href="http://www.andre-simon.de/">Highlight</a> or <a href="http://www.gnu.org/software/src-highlite/">GNU Source Highlight</a>. Both are suited for use as Asciidoc filters.</p></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_known_bugs">Known Bugs</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
Sometimes LaTeX backend handles things differently from the default backends
</p>
</li>
<li>
<p>
A lot of little bugs
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_todo_list">Todo List</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
Remove bugs
</p>
</li>
<li>
<p>
Support for <em>grid</em> attribute in tables
</p>
</li>
<li>
<p>
Better looking tables
</p>
</li>
<li>
<p>
Option for squeezing output (smaller lists)
</p>
</li>
<li>
<p>
Support for different languages (That would be a nice feature for Asciidoc in general)
</p>
</li>
<li>
<p>
Option for switching titlepage on and off
</p>
</li>
</ul></div>
</div>
</div>
</div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Version 9.0.5<br />
Last updated 2021-02-01 01:54:20 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
<a href="https://validator.w3.org/check?uri=referer">
  <img style="border:0;width:88px;height:31px"
    src="https://www.w3.org/Icons/valid-xhtml11-blue"
    alt="Valid XHTML 1.1" height="31" width="88" />
</a>
<a href="https://jigsaw.w3.org/css-validator/">
  <img style="border:0;width:88px;height:31px"
    src="https://jigsaw.w3.org/css-validator/images/vcss-blue"
    alt="Valid CSS!" />
</a>
</div>
</div>
</div>
</div>
</body>
</html>