summaryrefslogtreecommitdiffstats
path: root/cli/context.hxx
diff options
context:
space:
mode:
authorMatthew Krupcale <mkrupcale@matthewkrupcale.com>2019-03-09 21:23:02 -0500
committerMatthew Krupcale <mkrupcale@matthewkrupcale.com>2019-03-14 14:53:02 -0400
commiteb6df5fd19436dfff69c433befca47c47067b909 (patch)
treea73aa7d20e118678c913d2d08f0c21d2bcbea3ae /cli/context.hxx
parent7d02451df7a97a03ed010cd324178a666f9ccd7a (diff)
downloadcli-eb6df5fd19436dfff69c433befca47c47067b909.tar.gz
cli-eb6df5fd19436dfff69c433befca47c47067b909.tar.xz
cli-eb6df5fd19436dfff69c433befca47c47067b909.zip
Add support for LaTeX output.generate-latex
* cli/content.cxx: Handle LaTeX generation in format_line and format for escaped and un-escaped CLI translated input. * cli/context.hxx: Add ot_latex to output_type enum. * cli/generator.cxx: Include LaTeX output if gen_latex is specified. * cli/latex.{cxx,hxx}: LaTeX output generation: LaTeX escapes, line-wrapping, and doc, option, class_ traversal * cli/options.{cli,cxx,hxx,ixx}: Add LaTeX generation options
Diffstat (limited to 'cli/context.hxx')
-rw-r--r--cli/context.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/context.hxx b/cli/context.hxx
index a076c17..6c88929 100644
--- a/cli/context.hxx
+++ b/cli/context.hxx
@@ -78,6 +78,7 @@ public:
{
ot_plain,
ot_html,
+ ot_latex,
ot_man
};