This package modifies the definitions of \frontmatter
and \mainmatter
so that page numbering starts in Arabic style from the front matter while preserving the rest of the original definitions. For it to work, \pagenumbering
has to be inside these macros --- most of classes do that, but there are exceptions like memoir
.
This is a package for the visualization of 2x2 normal form games. The package is based on PGF/TikZ and produces vector graphics that are intended for use in scientific publications. The commands include the creation of graphical representations of 2x2 games, the visualization of equilibria in 2x2 games and game embeddings for 2x2 games.
The package provides font definition files (plus a replacement for the package exscale
) to access many of the fonts in Sauter's collection. These fonts are available in all point sizes and look nicer for such intermediate document sizes as 11pt. Also included is the package sbbm
, an alternative to access the BBM fonts.
These fonts were created in Metafont by Knuth, for his own publications. At some stage, the letters P and S were added, so that the MetaPost logo could also be expressed. The fonts were originally issued (of course) as Metafont source; they have since been autotraced and reissued in Adobe Type 1 format by Taco Hoekwater.
This package provides a fairly light-weight solution for annotating LaTeX source code with color to show additions/changes, replacements, deletions, and comments. This is particularly useful when a document is being edited by multiple authors. Two package options allow the quick suppression of all colorful edits and comments, and showing text whose deletion was proposed.
The auncial-new
bundle provides packages and fonts for a script based on the Artificial Uncial manuscript book-hand used between the 6th & 10th century AD. The script consists of minuscules and digits, with some appropriate period punctuation marks. Both normal and bold versions are provided, and the font is distributed in Adobe Type 1 format.
This package provides an environment to switch a section of code on or off. The code may be placed anywhere in the file (it is not limited to the document or the preamble). The motivation for this package was to have commands which allow preselection based on whether sections of code in a preamble of a template are executed.
Inconsolata is a monospaced font designed by Raph Levien. This package contains the font (in both Adobe Type 1 and OpenType formats) in regular and bold weights, with additional glyphs and options to control slashed zero, upright quotes and a shapelier lower-case L, plus metric files for use with TeX, and LaTeX font definition and other relevant files.
The package defines two new commands \graphicxbox
and \fgraphicxbox
, which are companions to \colorbox
and \fcolorbox
of the standard LaTeX color
package. The \graphicxbox
command inserts a graphical image as a background rather than a background color, while \fgraphicxbox
does the same thing, but also draws a colored frame around the box.
The package displays all kerning values in the form of colored bars directly at the respective position in the document. Positive values are displayed in green, negative values in red. The width of the bars corresponds exactly to the respective kerning value. By option the bars can be placed behind or in front of the glyphs. The package requires LuaLaTeX.
This package allows the user to create an index of all authors cited in a LaTeX document. Each author entry in the index contains the pages where these citations occur. Alternatively, the package can list the labels of the citations that appear in the references rather than the text pages. The package relies on BibTeX being used to handle citations.
The package may be used for testing hyphenation patterns or for controlling that specific words are hyphenated as expected. This package implements some old TUGboat code to adapt it to LaTeX with some enhancements. It differs form \showhyphens
, because it typesets its output on the document's output file. It also works with XeLaTeX, where \showhyphens
requires a workaround.
This package provides a template class for solving weekly exercises at the Institute for Computer Science of Martin Luther University Halle-Wittenberg. The class can be used by all students --- especially first semesters --- to typeset their exercises with low effort in beautiful LaTeX. A bunch of handy macros are included that are used throughout many lectures during the bachelor's degree program.
The package preprocesses input files to a Lua(La)TeX run, on the fly. The user defines Lua regular expressions to search for patterns and modify input lines (or entire paragraphs) accordingly, before TeX reads the material. In this way, documents may be prepared in a non-TeX language (e.g., some lightweight markup language) and turned into proper TeX for processing.
The purpose of this package is to draw the spectra of elements in a simple way. It relies on PGF/TikZ for drawing the desired spectrum, continuous or discrete. There are data available for the spectra of 98 elements and their ions (from the NASA database and from NIST). It also allows the user to draw spectra using their own data.
This package allows you to easily visualize shares of total amounts in the form of a bar. So basically you can convert any number between 0 and 1 to a progressbar using the command \progressbar{<number>}
. Also a lot of customizations are possible, allowing you to create an unique progress bar on your own. The package uses TikZ to produce its graphics.
The interlinear
package facilitates the creation of interlinear glossed texts, commonly used in linguistic examples. It is based on the gb4e
package and builds upon its functionality to provide enhanced features. It offers extensive customization options, allowing users to control font styles, formatting, and layout. With predefined styles and margin note customization, interlinear
provides a flexible solution for presenting linguistic data.
The package provides the language definition file for support of North Sami in Babel. Several Sami dialects/languages are spoken in Finland, Norway, Sweden and on the Kola Peninsula of Russia. Not all use the same alphabet, and no attempt is made to support any other than North Sami here. Some shortcuts are defined, as well as translations to Norsk of standard LaTeX names.
The l3sys-query
script provides a method for TeX runs to obtain system information via shell escape to Lua. The facilities are more limited than the similar Java script texosquery
, but since it uses Lua, l3sys-query
can be used out of the box. It is suitable for use with restricted shell escape, the standard setting when installing a TeX system.
The package enables the user to typeset recipes, which could be greater than one page. Above the recipe text two (optional) pictures can be displayed. Other features are recipe name, energy content, portions, preparation and baking time, baking temperatures, recipe source and of course preparation steps and required ingredients. At the bottom you may insert an optional hint. The package depends on the Emerald fonts.
This package extends TikZ with tools to create map graphics. The provided coordinate system relies on the Web Mercator projection used on the Web by OpenStreetMap and others. The package supports the seamless integration of graphics from public map tile servers by a Python script. Also, common map elements like markers, geodetic networks, bar scales, routes, orthodrome pieces, and more are part of the package.
The tikz-ladder
package contains a collection of symbols for typesetting ladder diagrams (PLC program) in agreement with the international standard IEC-61131-3/2013. It includes blocks (for representing functions and function blocks) besides contacts and coils. It extends the circuit library of TikZ and allows you to draw a ladder diagram in the same way as you would draw any other circuit.
Given a list of numbers and one (or more) formulas, the package offers an easy syntax to build a table of values, i.e., a tabular in which the first row contains the list of numbers, and the other rows contain the calculated values of the formulas for each number of the list. The table may be built either horizontally or vertically and is fully customizable.
This package provides functionalities for defining macros that have different behaviors depending on whether in math or text mode, that absorb Primes, Indices and Exponents (PIE) as extra parameters usable in the code; and it offers some iteration facilities for defining macros with similar code. The primary objective of this package is to be used together with the knowledge package for a proper handling of mathematical notations.