summaryrefslogtreecommitdiffstats
path: root/cli/latex.hxx
blob: 4b48eb67d06bf6ef5c978adf6812057b64f3daa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : cli/latex.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_LATEX_HXX
#define CLI_LATEX_HXX

#include <cli/context.hxx>

void
generate_latex (context&);

#endif // CLI_LATEX_HXX