Home
last modified time | relevance | path

Searched refs:STYLE_LATEX (Results 1 – 4 of 4) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Concat/
H A Dconcat_inactive.cpp69 case STYLE_LATEX: in typeset_src_open()
93 if (env->src_style == STYLE_LATEX) ghost ("{", dip); in typeset_src_open()
119 case STYLE_LATEX: in typeset_src_middle()
149 case STYLE_LATEX: in typeset_src_close()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Style/Evaluate/
H A Devaluate_inactive.cpp60 #define STYLE_LATEX 2 macro
131 else if (s == "latex") sty->style= STYLE_LATEX; in retrieve()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/
H A Denv.hpp75 #define STYLE_LATEX 2 macro
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Env/
H A Denv_semantics.cpp527 else if (s == "latex") src_style= STYLE_LATEX; in update_src_style()