]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wxSWIG/SWIG/latex.h
1 /*******************************************************************************
2 * Simplified Wrapper and Interface Generator (SWIG)
4 * Author : David Beazley
6 * Department of Computer Science
7 * University of Chicago
10 * beazley@cs.uchicago.edu
12 * Please read the file LICENSE for the copyright and terms by which SWIG
13 * can be used and distributed.
14 *******************************************************************************/
15 /***********************************************************************
20 * Latex specific functions for producing documentation.
21 ***********************************************************************/
22 class LATEX
: public Documentation
{
27 char *start_tag(char *);
28 char *end_tag(char *);
29 void print_string(char *s
, String
&str
);
30 int sect_count
; // Section counter
31 int sect_num
[20]; // Section numbers
36 char *tag_documentstyle
;
37 char *tag_oddsidemargin
;
47 char *tag_subsubsection
;
51 void parse_args(int argc
, char **argv
);
52 void title(DocEntry
*de
);
53 void newsection(DocEntry
*de
, int sectnum
);
55 void print_decl(DocEntry
*de
);
56 void print_text(DocEntry
*de
);
58 void init(char *filename
);
60 void style(char *name
, char *value
);