; preferences for Laplace Kernel V0.8 ; created by P!\K / Un0X (25-Nov-1996) ; --------------------------------------------------------------------- ; initialization stuff ; --------------------------------------------------------------------- ; only for debugging: debugmode = 0 debugfile = CON:260/50/374/300/Laplace Debug/AUTO/WAIT/CLOSE/JUMP profile = FALSE ; load this project at startup ; overwritten by the tooltype AUTOLOAD autoload = Projects/test2 ; this is a predefined line for each new window ;init_line = "include(\"Init.lh\");" ; --------------------------------------------------------------------- ; TeX export ; --------------------------------------------------------------------- tex_error = "{\rm\bf ?} " tex_set_init = "\left \{ " tex_set_term = "\right \} " tex_set_mid = ", " tex_bool_true = "{\rm TRUE} " tex_bool_false = "{\rm FALSE} " tex_complex_openbracket = "\left( " tex_complex_closebracket = "\right) " tex_complex_noerrfmt = "%s " tex_complex_errfmt = "\left( %s \pm %s \right) " tex_complex_exponent = "\cdot 10^{%s} " tex_constant_pi = "\pi " tex_constant_e = "{\rm e} " tex_def_parameter = " := " tex_def_variable = " = " tex_ref_openbracket = "\left( " tex_ref_closebracket = "\right) " tex_ref_mid = ", " tex_equation_mid = " = " tex_filehandle = "\hbox{\^{}FILE} " tex_matrix_init = "\left( \matrix{ " tex_matrix_colsep = "& " tex_matrix_linesep = "\cr " tex_matrix_term = "} \right) " tex_string = "\hbox{``%s''} " tex_vector_init = "\left( \matrix{ " tex_vector_linesep = "\cr " tex_vector_term = "} \right) "