Top |
int | tex_print_equation () |
int | tex_print_model () |
int | tex_coeff_table_start () |
void | tex_coeff_table_end () |
void | tex_print_coeff () |
void | make_tex_coeff_name () |
void | tex_print_VECM_omega () |
void | tex_print_VECM_coint_eqns () |
void | tex_print_VAR_ll_stats () |
int | texprint () |
int | rtfprint () |
int | csvprint () |
char * | tex_escape () |
char * | tex_escape_new () |
char * | tex_escape_special () |
char * | tex_rl_float () |
char * | tex_rl_double () |
void | tex_print_double () |
char * | tex_sprint_double () |
char * | tex_sprint_double_digits () |
char * | tex_modify_exponent () |
void | set_gretl_tex_preamble () |
void | set_tex_use_pdf () |
int | get_tex_use_pdf () |
void | gretl_tex_preamble () |
void | tex_print_obs_marker () |
int | set_tex_param_format () |
int | tex_using_custom_tabular () |
const char * | tex_column_format () |
int tex_print_equation (const MODEL *pmod
,const DATASET *dset
,gretlopt opt
,PRN *prn
);
Prints to prn
a gretl model in the form of a LaTeX equation, either as
a stand-alone document or as a fragment of LaTeX source for
insertion into a document.
int tex_print_model (MODEL *pmod
,const DATASET *dset
,gretlopt opt
,PRN *prn
);
Prints to prn
a gretl model in the form of either a LaTeX
table or an equation, and either as a stand-alone document or
as a fragment of LaTeX source for insertion into a document.
The options are read from the format field of prn
--
gretl_print_set_format()
.
pmod |
pointer to gretl MODEL struct. |
|
dset |
information regarding the data set. |
|
opt |
may include |
|
prn |
gretl printing struct. |
void make_tex_coeff_name (const MODEL *pmod
,const DATASET *dset
,int i
,char *name
);
void tex_print_VECM_coint_eqns (GRETL_VAR *vecm
,const DATASET *dset
,PRN *prn
);
int texprint (MODEL *pmod
,const DATASET *dset
,const char *fname
,gretlopt opt
);
Prints to file a gretl model in the form of a LaTeX table or equation, either as a stand-alone document or as a fragment of LaTeX source for insertion into a document.
char * tex_escape (char *targ
,const char *src
);
Copies from src
to targ
, escaping any characters in src
that are
special to TeX (by inserting a leading backslash).
char * tex_escape_special (char *targ
,const char *src
);
Copies from src
to targ
, escaping characters in src
that are
special to TeX (by inserting a leading backslash). Unlike
tex_escape()
, this function does not mess with '$' in the
source string, and it attempts to handle greek letters
correctly.
void tex_print_obs_marker (int t
,const DATASET *dset
,PRN *prn
);
Print a string (label, date or obs number) representing the given t
.
int
set_tex_param_format (const char *s
);
Sets the format with which parameters will be printed, when producing TeX tabular output.