The package allows you to enter Python code within a LaTeX document, execute the code, and access its output in the original document. There is also support for Bash, JavaScript, Julia, Octave, Perl, R, Raku (Perl 6), Ruby, Rust, and SageMath. Code is only executed when it has been modified, or when it meets user-specified criteria. Code may be divided into user-defined sessions, which automatically run in parallel. Errors and warnings are synchronized with the LaTeX document, so that they refer to the document's line numbers. External dependencies can be tracked, so that code is re-executed when the data it depends on is modified. PythonTeX also provides syntax highlighting for code in LaTeX documents via the Pygments syntax highlighter.
The package also provides a depythontex
utility. This creates a copy of the document in which all Python code has been replaced by its output. This is useful for journal submissions, sharing documents, and conversion to other formats.
ionumbers
stands for input/output numbers. The package restyles numbers in maths mode. If a number in the input file is written, e.g., as $3,231.44$ as commonly used in English texts, the package is able to restyle it to be output as $3\,231,44$ as commonly used in German texts (and vice versa). This may be useful, for example, if you have a large table and want to include it in texts with different output conventions without the need to change the table.
The package can also automatically group digits left of the decimal separator (thousands) and right of the decimal separator (thousandths) in triplets without the need of specifing commas (English) or points (German) as separators. E.g., the input $1234.567890$ can be output as $1\,234.\,567\,890$.
Finally, an e starts the exponent of the number. For example, $21e6$ may be output as $26\times10\,^{6}$.
This package provides some commands to define and manage conditional content in a LaTeX source document. A conditional content, in the sense within this is understood in this package, is a text (including mathematical or other formulas) and/or a graphical element (diagram, figure, image...) as substitutable forms, which, according to a condition test, may or may not appear in the generated document. One of the most common forms of conditional content management is multilingual; but it can also include versioning, confidentiality levels, and so on.
The philosophy of this package is based on the respective notions of condition field, condition property and condition space. With this package, any substitutable form in a source document is identified by a condition field and a condition property. The condition field is a functional theme that allows you to group together substitutable forms for the same conditional management. The condition property is a functional characterization specific to each substitutable form of a single condition domain. The condition space is used to designate the substitutable form(s) that must appear in the generated document. A condition space is defined by specifying a condition domain and a condition property to match with one or more substitutable forms.
This package provides fallback CJK font support for xeCJK.
This package provides binaries for texlive-autosp
.
This package provides an Italian translation of amsldoc
.
This package provides the binaries for texlive-chktex
.
This package provides the binaries for texlive-mfware
.
This package provides the binary for texlive-dvidvi
.
This package provides the binaries for texlive-ps2eps
.
This package provides the binaries for texlive-tex4ht
.
This package provides the binary for texlive-dvipos
.
This package provides the binaries for texlive-dvipng
.
This package provides the binary for texlive-afm2pl
.
This package provides the binary for texlive-patgen
.
This package provides the binary for texlive-dviljk
.
This package provides the binary for texlive-bibtex
.
This LaTeX document class has been designed to typeset exams.
This package provides documentation for Mendex (Japanese index processor).
This package provides a BibTeX style for the journal Perception.
This package aligns terms and members between lines containing math expressions.
This LaTeX package offers commands for typesetting total values of counters.
This is a PSTricks related package for creating Turtle graphics.
This is a PSTricks package to draw marble-like patterns.