You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*pandoc-latex-admonition* is a [pandoc] filter for adding admonition to `div`s or `codeblock`s elements.
27
+
*pandoc-latex-admonition* is a [pandoc] filter for adding admonition
28
+
to `div`s or `codeblock`s elements.
28
29
29
-
It uses the *tcolorbox* LaTeX package to generate admonitions and the *footnote* LaTeX package to handle correctly footnotes in admonition.
30
+
It uses the *tcolorbox* LaTeX package to generate admonitions and
31
+
the *footnote* LaTeX package to handle correctly footnotes in
32
+
admonition.
30
33
31
34
[pandoc]: http://pandoc.org/
32
35
33
36
Instructions
34
37
------------
35
38
36
-
*pandoc-latex-admonition* requires [python], a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed [on Windows].
39
+
*pandoc-latex-admonition* requires [python], a programming language that
40
+
comes pre-installed on linux and Mac OS X, and which is easily installed
41
+
[on Windows].
37
42
38
43
Install *pandoc-latex-admonition* using the bash command
39
44
@@ -56,7 +61,9 @@ Make sure you have the
56
61
**xcolor*
57
62
**ifthen*
58
63
59
-
LaTeX packages. On linux you have to install some extra libraries **before***pandoc-latex-admonition*. On a Debian-based system (including Ubuntu), you can install it as root using
64
+
LaTeX packages. On linux you have to install some extra libraries **before**
65
+
*pandoc-latex-admonition*. On a Debian-based system (including Ubuntu),
0 commit comments