Home
last modified time | relevance | path

Searched refs:math_env (Results 1 – 25 of 25) sorted by relevance

/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/writers/
H A D_html_base.py1116 def visit_math(self, node, math_env=''): argument
1124 tag = self.math_tags[self.math_output][math_env == '']
1133 wrapper = wrappers[self.math_output][math_env != '']
1141 math_code = wrapper % (math_env, math_code, math_env)
1164 math2html.DocumentParameters.displaymode = (math_env != '')
1180 inline=not(math_env),
1205 suffix='\n'*bool(math_env),
1208 if math_env: # block mode (equation, display)
1212 if math_env:
1221 math_env = pick_math_environment(node.astext())
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/docutils/writers/
H A D_html_base.py1116 def visit_math(self, node, math_env=''): argument
1124 tag = self.math_tags[self.math_output][math_env == '']
1133 wrapper = wrappers[self.math_output][math_env != '']
1141 math_code = wrapper % (math_env, math_code, math_env)
1164 math2html.DocumentParameters.displaymode = (math_env != '')
1180 inline=not(math_env),
1205 suffix='\n'*bool(math_env),
1208 if math_env: # block mode (equation, display)
1212 if math_env:
1221 math_env = pick_math_environment(node.astext())
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/writers/
H A D_html_base.py1116 def visit_math(self, node, math_env=''): argument
1124 tag = self.math_tags[self.math_output][math_env == '']
1133 wrapper = wrappers[self.math_output][math_env != '']
1141 math_code = wrapper % (math_env, math_code, math_env)
1164 math2html.DocumentParameters.displaymode = (math_env != '')
1180 inline=not(math_env),
1205 suffix='\n'*bool(math_env),
1208 if math_env: # block mode (equation, display)
1212 if math_env:
1221 math_env = pick_math_environment(node.astext())
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/writers/html4css1/
H A D__init__.py1174 def visit_math(self, node, math_env=''): argument
1193 tag = tags[self.math_output][math_env == '']
1202 wrapper = wrappers[self.math_output][math_env != '']
1205 if wrapper and math_env:
1206 math_code = wrapper % (math_env, math_code, math_env)
1222 math2html.DocumentParameters.displaymode = (math_env != '')
1245 suffix='\n'*bool(math_env),
1248 if math_env: # block mode (equation, display)
1252 if math_env:
1262 math_env = pick_math_environment(node.astext())
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/writers/html4css1/
H A D__init__.py1176 def visit_math(self, node, math_env=''): argument
1195 tag = tags[self.math_output][math_env == '']
1204 wrapper = wrappers[self.math_output][math_env != '']
1207 if wrapper and math_env:
1208 math_code = wrapper % (math_env, math_code, math_env)
1224 math2html.DocumentParameters.displaymode = (math_env != '')
1247 suffix='\n'*bool(math_env),
1250 if math_env: # block mode (equation, display)
1254 if math_env:
1264 math_env = pick_math_environment(node.astext())
[all …]
/dports/print/lyx/lyx-2.3.4.2/lib/lyx2lyx/
H A Dlyx_1_1_5.py37 math_env = ["\\[","\\begin{eqnarray*}","\\begin{eqnarray}","\\begin{equation}"] variable
71 if lines[i+1] in math_env:
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/versions/
H A Dmath.pl1481 local($math_env) = 'displaymath';
1483 $math_env = $outer_math;
1486 $math_env = $outer_math;
1487 $math_env .= '*' unless ($outer_math =~ /star$|\*/);
1489 $pre_text = join('', '\begin{',$math_env,'}'
1490 , $orig ,'\end{',$math_env,'}' );
1496 $math_env, ++$global{'max_id'}, $orig);
H A Dhtml3_1.pl1419 local($math_env) = 'displaymath';
1420 $math_env = $outer_math if ($outer_math =~ /^subequations/);
1421 $pre_text = join('', '\begin{',$math_env,'}'
1422 , $orig ,'\end{',$math_env,'}' );
1425 $math_env, ++$global{'max_id'}, $orig);
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/versions/
H A Dmath.pl1481 local($math_env) = 'displaymath';
1483 $math_env = $outer_math;
1486 $math_env = $outer_math;
1487 $math_env .= '*' unless ($outer_math =~ /star$|\*/);
1489 $pre_text = join('', '\begin{',$math_env,'}'
1490 , $orig ,'\end{',$math_env,'}' );
1496 $math_env, ++$global{'max_id'}, $orig);
H A Dhtml3_1.pl1419 local($math_env) = 'displaymath';
1420 $math_env = $outer_math if ($outer_math =~ /^subequations/);
1421 $pre_text = join('', '\begin{',$math_env,'}'
1422 , $orig ,'\end{',$math_env,'}' );
1425 $math_env, ++$global{'max_id'}, $orig);
/dports/textproc/latex2html/latex2html-2016/versions/
H A Dmath.pl1481 local($math_env) = 'displaymath';
1483 $math_env = $outer_math;
1486 $math_env = $outer_math;
1487 $math_env .= '*' unless ($outer_math =~ /star$|\*/);
1489 $pre_text = join('', '\begin{',$math_env,'}'
1490 , $orig ,'\end{',$math_env,'}' );
1496 $math_env, ++$global{'max_id'}, $orig);
H A Dhtml3_1.pl1419 local($math_env) = 'displaymath';
1420 $math_env = $outer_math if ($outer_math =~ /^subequations/);
1421 $pre_text = join('', '\begin{',$math_env,'}'
1422 , $orig ,'\end{',$math_env,'}' );
1425 $math_env, ++$global{'max_id'}, $orig);
/dports/textproc/py-rst2html5/rst2html5-1.9.5/src/
H A Drst2html5_.py845 math_env = pick_math_environment(math_code)
846 if 'align' in math_env:
847 template = '\\begin{%s}\n%s\n\\end{%s}' % (math_env, math_code, math_env)
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/writers/
H A Dhtml5.py767 def visit_math(self, node: Element, math_env: str = '') -> None:
772 def depart_math(self, node: Element, math_env: str = '') -> None:
778 def visit_math_block(self, node: Element, math_env: str = '') -> None:
783 def depart_math_block(self, node: Element, math_env: str = '') -> None:
H A Dhtml.py819 def visit_math(self, node: Element, math_env: str = '') -> None:
824 def depart_math(self, node: Element, math_env: str = '') -> None:
830 def visit_math_block(self, node: Element, math_env: str = '') -> None:
835 def depart_math_block(self, node: Element, math_env: str = '') -> None:
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/writers/
H A Dhtml5.py767 def visit_math(self, node: Element, math_env: str = '') -> None:
772 def depart_math(self, node: Element, math_env: str = '') -> None:
778 def visit_math_block(self, node: Element, math_env: str = '') -> None:
783 def depart_math_block(self, node: Element, math_env: str = '') -> None:
H A Dhtml.py819 def visit_math(self, node: Element, math_env: str = '') -> None:
824 def depart_math(self, node: Element, math_env: str = '') -> None:
830 def visit_math_block(self, node: Element, math_env: str = '') -> None:
835 def depart_math_block(self, node: Element, math_env: str = '') -> None:
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/writers/
H A Dhtml5.py767 def visit_math(self, node: Element, math_env: str = '') -> None:
772 def depart_math(self, node: Element, math_env: str = '') -> None:
778 def visit_math_block(self, node: Element, math_env: str = '') -> None:
783 def depart_math_block(self, node: Element, math_env: str = '') -> None:
H A Dhtml.py819 def visit_math(self, node: Element, math_env: str = '') -> None:
824 def depart_math(self, node: Element, math_env: str = '') -> None:
830 def visit_math_block(self, node: Element, math_env: str = '') -> None:
835 def depart_math_block(self, node: Element, math_env: str = '') -> None:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/writers/latex2e/
H A D__init__.py2506 def visit_math(self, node, math_env='$'): argument
2514 if math_env == '$':
2518 r'\begin{%s}' % math_env,
2520 r'\end{%s}' % math_env])
2532 math_env = pick_math_environment(node.astext())
2533 self.visit_math(node, math_env=math_env)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/writers/latex2e/
H A D__init__.py2503 def visit_math(self, node, math_env='$'): argument
2511 if math_env == '$':
2515 r'\begin{%s}' % math_env,
2517 r'\end{%s}' % math_env])
2529 math_env = pick_math_environment(node.astext())
2530 self.visit_math(node, math_env=math_env)
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/writers/latex2e/
H A D__init__.py2590 def visit_math(self, node, math_env='$'): argument
2598 if math_env == '$':
2605 r'\begin{%s}' % math_env,
2607 r'\end{%s}' % math_env])
2618 math_env = pick_math_environment(node.astext())
2619 self.visit_math(node, math_env=math_env)
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/writers/latex2e/
H A D__init__.py2590 def visit_math(self, node, math_env='$'): argument
2598 if math_env == '$':
2605 r'\begin{%s}' % math_env,
2607 r'\end{%s}' % math_env])
2618 math_env = pick_math_environment(node.astext())
2619 self.visit_math(node, math_env=math_env)
/dports/textproc/py-docutils/docutils-0.17.1/docutils/writers/latex2e/
H A D__init__.py2590 def visit_math(self, node, math_env='$'): argument
2598 if math_env == '$':
2605 r'\begin{%s}' % math_env,
2607 r'\end{%s}' % math_env])
2618 math_env = pick_math_environment(node.astext())
2619 self.visit_math(node, math_env=math_env)
/dports/textproc/hevea/hevea-2.34/
H A Dlatexscan.mll1070 let math_env = if dodo then "*display" else "*math" in
1073 close_env math_env
1075 new_env math_env ;