mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
The Makefile rule for `make i18n` nows works the same way as the others Regex rules have been made more strict, to avoid wrong cleaning as much as possible. Now adding regex rules is simpler, or should be.
109 lines
4.4 KiB
Text
109 lines
4.4 KiB
Text
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Manim \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: ../../source/reference/manim.utils.tex.TexTemplateFromFile.rst:2
|
|
msgid "TexTemplateFromFile"
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.utils.tex.TexTemplateFromFile.rst:4
|
|
msgid "Qualified name: ``manim.utils.tex.TexTemplateFromFile``"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:1
|
|
msgid "Bases: :py:class:`manim.utils.tex.TexTemplate`"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:1
|
|
msgid "A TexTemplate object created from a template file (default: tex_template.tex)"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:0
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile.add_to_document:0
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile.add_to_preamble:0
|
|
msgid "Parameters"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:3
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:35
|
|
msgid "The TeX compiler to be used, e.g. ``latex``, ``pdflatex`` or ``lualatex``"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:5
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:41
|
|
msgid "The output format resulting from compilation, e.g. ``.dvi`` or ``.pdf``"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:7
|
|
msgid "The command defining the documentclass, e.g. ``\\documentclass[preview]{standalone}``"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:9
|
|
msgid "The document's preamble, i.e. the part between ``\\documentclass`` and ``\\begin{document}``"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:11
|
|
msgid "Text in the document that will be replaced by the expression to be rendered"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:13
|
|
msgid "Text (definitions, commands) to be inserted at right after ``\\begin{document}``, e.g. ``\\boldmath``"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:15
|
|
msgid "The kwargs specified can only be strings."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:18
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:23
|
|
msgid "Path to a valid TeX template file"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:0
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:0
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:0
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:0
|
|
msgid "type"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile:29
|
|
msgid "Content of the TeX template file"
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.utils.tex.TexTemplateFromFile.rst:14
|
|
msgid "Methods"
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.utils.tex.TexTemplateFromFile.rst:22:<autosummary>:1
|
|
msgid "Adds txt to the TeX template just after \\begin{document}, e.g."
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.utils.tex.TexTemplateFromFile.rst:22:<autosummary>:1
|
|
msgid "Adds stuff to the TeX template's preamble (e.g."
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.utils.tex.TexTemplateFromFile.rst:24
|
|
msgid "Attributes"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile.add_to_document:1
|
|
msgid "Adds txt to the TeX template just after \\begin{document}, e.g. ``\\boldmath``"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile.add_to_document:3
|
|
msgid "String containing the text to be added."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile.add_to_preamble:1
|
|
msgid "Adds stuff to the TeX template's preamble (e.g. definitions, packages). Text can be inserted at the beginning or at the end of the preamble."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/utils/tex.py:docstring of manim.utils.tex.TexTemplateFromFile.add_to_preamble:3
|
|
msgid "String containing the text to be added, e.g. ``\\usepackage{hyperref}``"
|
|
msgstr ""
|
|
|
|
|