summaryrefslogtreecommitdiff
path: root/man/man3
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-03 22:12:49 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2015-07-05 16:11:36 -0700
commitafc1b89ac71b642a841c8b79ea0ec6b70d2adae5 (patch)
tree4ef3e3080d2d38ca8514a6e3055c4817163b3012 /man/man3
parent46e9ed6e0c118dc6b6a4a4833d6c960701849fdb (diff)
Added LaTeX renderer.
* New exported function in API: `cmark_render_latex`. * Added src/latex.hs. * Updated README and man page. * Closes #31.
Diffstat (limited to 'man/man3')
-rw-r--r--man/man3/cmark.38
1 files changed, 7 insertions, 1 deletions
diff --git a/man/man3/cmark.3 b/man/man3/cmark.3
index 6edac7b..6521126 100644
--- a/man/man3/cmark.3
+++ b/man/man3/cmark.3
@@ -1,4 +1,4 @@
-.TH cmark 3 "June 25, 2015" "LOCAL" "Library Functions Manual"
+.TH cmark 3 "July 03, 2015" "LOCAL" "Library Functions Manual"
.SH
NAME
.PP
@@ -480,6 +480,12 @@ Render a \f[I]node\f[] tree as a groff man page, without the header.
Render a \f[I]node\f[] tree as a commonmark document.
.PP
+\fIchar *\f[] \fBcmark_render_latex\f[](\fIcmark_node *root\f[], \fIint options\f[], \fIint width\f[])
+
+.PP
+Render a \f[I]node\f[] tree as a LaTeX document.
+
+.PP
.nf
\fC
.RS 0n