PygmenTeX is a Python-based LaTeX package that can be used for typesetting code listings in a LaTeX document using Pygments. Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code.
It is well known that high or deep cells tend to touch the \hlines
of a tabular. This package provides a modifier S acting on usual column types so that to ensure a minimal distance that can be controlled through two parameters \cellspacetoplimit
and \cellspacebottomlimit
.
This package provides a simple compilation of the genealogical symbols found in the wasy
and gen
fonts, adding the male and female symbols to Knuth's gen
font, and so avoiding loading two fonts when you need only genealogical symbols. The font is distributed as Metafont source.
The system employs scripts, common utility programs, and a set of MetaPost macros to provide a means of expressing the details outline fonts directly in the MetaPost language. The system was employed to generate the Latin Modern fonts, and the distribution includes an example development of Knuth's logo fonts.
The trivfloat
package provides a quick method for defining new float types in LaTeX. A single command sets up a new float in the same style as the LaTeX kernel figure
and table
float types. The package works with memoir
as well as the standard classes.
This package is meant for macro or package developers: it provides function-like macros that convert a character code value in one of several Japanese encodings to a Unicode value. Supported source encodings are: ISO-2022-JP (jis), EUC-JP (euc), Shift_JIS (sjis), and the Adobe-Japan1 glyph set.
The package provides the Libertine and Biolinum fonts in both Type 1 and OTF styles, together with support macros for their use. Monospaced and display fonts, and the keyboard set are also included, in OTF style, only. The mweights
package is used to manage the selection of font weights.
The bundle contains a small collection of add-on packages for the listings
package. Current packages are: lstlinebgrd
: colour the background of some or all lines of a listing; and lstautogobble
: set the standard gobble
option to the indent of the first line of the code.
Authors using LaTeX to typeset books with significant margin material often run into the problem of long notes running off the bottom of the page. This package implements a solution to make marginpars
just work by keeping a list of floating inserts and arranging them intelligently in the output routine.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Marcellus family of fonts, designed by Brian J. Bonislawsky. Marcellus is a flared-serif family, inspired by classic Roman inscription letterforms. There is currently just a regular weight and small-caps. The regular weight will be silently substituted for bold.
This small package provides new column types for array
and tabular
environments, horizontally and vertically centered, or with adjusted height for big mathematical expressions. The columns width can be fixed or calculated like in tabularx environments. Macros for drawing vertical and horizontal rules of variable thickness are also provided.
This LaTeX package has been designed to assist in the representation and manipulation of continuous sets, operations, neural networks, and color schemes tailored for use in the context of cyber-physical systems. It provides a comprehensive set of macros that streamline the process of documenting complex mathematical objects and operations.
This package forms parts of expl3, and contains the code used to interface with backends (drivers) across the expl3 codebase. The functions here are defined differently depending on the engine in use. As such, these are distributed separately from l3kernel to allow this code to be updated on an independent schedule.
The package extends Springer's llncs
class for adding additional notes describing the status of the paper (submitted, accepted) as well as for creating author-archived versions that include the references to the official version hosted by Springer (as requested by the copyright transfer agreement for Springer's LNCS series).
This package defines University of Piura (UDEP) institutional and corporate colors for digital and electronic media according to brand and style guidelines published by UDEP DIRCOM. The colors have been selected and implemented using the xcolor
package and following the brand and visual identity guidelines of the University of Piura.
SticksToo is a reworking of the STIX2 fonts with support files focussing on enhancements of support for LaTeX users wishing to be able to access more of its features. A companion addition to the newtxmath
package provides a matching math package using STIX2 letters (Roman and Greek) with newtxmath
symbols.
The package provides a simple LaTeX interface for the processing of files with comma separated values (CSV); it relies on the key value syntax supported by pgfkeys
to simplify usage. Filtering and table generation are especially supported; however, this lightweight tool offers no support for data sorting or data base storage.
Identify areas of text to be marked with changebars with the \cbstart
and \cbend
commands; the bars may be coloured. The package uses drivers to place the bars; the available drivers can work with dvitoln03
, dvitops
, dvips
, the emTeX and TeXtures DVI drivers, and VTeX and pdfTeX.
The Scientific and Technical Information eXchange (STIX) fonts are intended to satisfy the demanding needs of authors, publishers, printers, and others working in the scientific, medical, and technical fields. They combine a comprehensive Unicode-based collection of mathematical symbols and alphabets with a set of text faces suitable for professional publishing.
Places the word DRAFT (or other words) in light grey diagonally across the background (or at the bottom) of each (or selected) pages of the document. The package uses PostScript \special
commands, and may not therefore be used with pdfLaTeX. For that usage, consider the wallpaper
or draftwatermark
packages.
This package implements a simple mechanism of line or page breaking within the align
environment of the amsmath
package; new line characters are considered as possible candidates for the breaks and the package tries to put breaks at adequate places. It is suitable for computer-generated long formulae with many terms.
This package provides a list data structure and common list functions such as \macrolistadd
, \macrolistremove
, \macrolistforeach
, as well as \macrolistremovelast
and \macrolistjoin
. Unlike most programming languages, the lists in this package are 1-indexed, meaning the first element is numbered 1, the second element numbered 2, and so on.
The scripture
package provides a set of macros for typesetting quotations from the Bible. It provides many features commonly seen in bibles such as dropped text for chapter numbers, superscripts for verse numbers, indented lines for poetry sections, narrow sections and hanging paragraphs. A reference for the quotation can optionally be added.
Using this package, \nolbreaks{some text} to prevent line breaks in some text. This has the advantage over \mbox
that glue (rubber space) remains flexible. Most common cases are handled here (\linebreak
is disabled, for example) but spaces hidden in macros or { and } can still create break-points.