Home
last modified time | relevance | path

Searched refs:latex_type (Results 1 – 14 of 14) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Tex/
H A Dparsetex.cpp707 latex_type (string_arg (t[0])) == "as-picture") in is_substituable()
711 if (latex_type (cmd) == "replace" || in is_substituable()
818 if (latex_type (cmd) == "undefined") in parse_command()
821 if (latex_type (cmd) == "math-environment") { in parse_command()
898 string type= latex_type (cmd); in parse_command()
1195 if ((pic && latex_type (cmd) == "replace") in parse_command()
1196 || latex_type (cmd) == "begin-end!" in parse_command()
1197 || latex_type (cmd) == "defined-env!" in parse_command()
1198 || latex_type (cmd) == "bord-effect!") { in parse_command()
1202 if (N(body) > 0 && latex_type (cmd) == "bord-effect!" in parse_command()
[all …]
H A Dinittex.cpp58 latex_type (string s) { in latex_type() function
H A Dfromtex.cpp134 return latex_type (s) == "enunciation"; in is_enunciation()
665 if (latex_type ('\\' * s) == "command") { in latex_symbol_to_tree()
811 if (latex_type (s) == "symbol") { in latex_symbol_to_tree()
884 if (latex_type (s) == "texmacs") { in latex_symbol_to_tree()
969 if (latex_type (s) == "length") { in latex_symbol_to_tree()
1014 if (latex_type (s) == "name" || latex_type (s) == "user") { in latex_symbol_to_tree()
1027 if (latex_type (s) == "ignore") return ""; in latex_symbol_to_tree()
1029 if (latex_type (s) == "operator" || latex_type (s) == "control") return s; in latex_symbol_to_tree()
1033 if (latex_type (s) == "big-symbol") { in latex_symbol_to_tree()
1161 if (latex_type (s) == "math-environment") { in latex_concat_to_tree()
[all …]
H A Dconvert_tex.hpp24 string latex_type (string cmd);
H A Dfromtex_post.cpp456 string type= latex_type ("\\begin-" * s); in admissible_env()
465 return latex_type ("\\begin-" * s) == "enunciation"; in is_enunciation()
737 item_flag= (latex_type ("\\begin-" * v[0]->label) == "list"); in finalize_layout()
775 latex_type (as_string (v[0])) == "modifier") { in finalize_layout()
896 (latex_type (var) == "algorithm2e")); in textm_algorithm_break_after()
1603 if (latex_type ("\\begin-"*l) == "user" && latex_arity ("\\begin-"*l) < 0 in finalize_misc()
H A Dtracked_fromtex.cpp112 string type = latex_type (cmd); in parse_begin_end()
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/writers/latex2e/
H A D__init__.py810 def __init__(self, translator, latex_type): argument
812 self._latex_type = latex_type
877 latex_type = self.get_latex_type()
878 if align and latex_type not in ("longtable", "longtable*"):
880 r'\begin{%s}' % (latex_type,),
883 opening = [r'\begin{%s}%s' % (latex_type, align)]
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/writers/latex2e/
H A D__init__.py810 def __init__(self, translator, latex_type): argument
812 self._latex_type = latex_type
877 latex_type = self.get_latex_type()
878 if align and latex_type not in ("longtable", "longtable*"):
880 r'\begin{%s}' % (latex_type,),
883 opening = [r'\begin{%s}%s' % (latex_type, align)]
/dports/textproc/py-docutils/docutils-0.17.1/docutils/writers/latex2e/
H A D__init__.py810 def __init__(self, translator, latex_type): argument
812 self._latex_type = latex_type
877 latex_type = self.get_latex_type()
878 if align and latex_type not in ("longtable", "longtable*"):
880 r'\begin{%s}' % (latex_type,),
883 opening = [r'\begin{%s}%s' % (latex_type, align)]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/writers/latex2e/
H A D__init__.py908 def __init__(self,translator,latex_type,table_style): argument
910 self._latex_type = latex_type
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/writers/latex2e/
H A D__init__.py905 def __init__(self,translator,latex_type,table_style): argument
907 self._latex_type = latex_type
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-2.11.2.api12281 docutils.writers.latex2e.Table.__init__?1(self, latex_type, table_style)
12303 docutils.writers.latex2e.Table?1(latex_type, table_style)
H A Dzope-2.10.7.api13209 docutils.writers.latex2e.Table.__init__?1(self, latex_type, table_style)
13231 docutils.writers.latex2e.Table?1(latex_type, table_style)
H A Dzope-3.3.1.api3478 docutils.writers.latex2e.Table.__init__?1(self, latex_type, table_style)
3500 docutils.writers.latex2e.Table?1(latex_type, table_style)