LaTeX sections have absolute depth, e.g., \section
, \subsection
, etc. When composing modular documents, we want relative depths. The coseoul
package provides relative headings, but does not get things right when composing a document modularly from multiple parts. This package provides the missing piece.
This package provides a LaTeX package for typesetting of guitar chord diagrams, including options for chord names, finger numbers and typesetting above lyrics. The bundle also includes a TCL script (chordbox.tcl
) that provides a graphical application which creates LaTeX files that use gchords.sty
.
The package provides the \multido
command, which was originally designed for use with PSTricks. Fixed-point arithmetic is used when working on the loop variable, so that the package is equally applicable in graphics applications like PSTricks as it is with the more common integer loops.
The wasy
(Waldi Symbol) font by Roland Waldi provides many glyphs like male and female symbols and astronomical symbols, as well as the complete lasy
font set and other odds and ends. The wasysym
package implements an easy to use interface for these symbols.
The package allows the production of a document with pages mirrored. This is sometimes required by publishers who want camera-ready documents to be printed on transparent film (to be viewed from the ``wrong'' side). The package only works with pdfLaTeX or LuaLaTeX in PDF output mode.
Packages provides creation of sequential numeric labels for entities in a document. The motivating example is chemical structures in a scientific document. The package can automatically output a full object name and label on the first occurrence in the document and just labels only on subsequent references.
These are font bundles for the Japanese Wadalab fonts which work with the CJK package. All subfonts now have glyph names compliant to the Adobe Glyph List, making ToUnicode CMaps in PDF documents (created automatically by dvipdfmx
) work correctly. All font bundles now contain virtual Unicode subfonts.
The package contains a number of PostScript fonts derived from the STIX OpenType fonts that may be used in maths mode in regular and bold weights for Calligraphic, Fraktur and Double-struck alphabets. Virtual fonts with metrics suitable for maths mode are provided, as are LaTeX support files.
This package provides the eulerpx
font, which started as a hybrid of multiple other font packages, notably eulervm
and newpxmath
. This package was put together with the intent to use it with the Palatino and Optima fonts, but it may work with other combinations, too.
This package defines a tabular column type for formatting numerical columns in LaTeX. The column type enables numerical items to be right justified relative to each other, while centred beneath the column label. In addition, macros are provided to enable variations on this column type to be defined.
This package changes the setup of the japanese-otf
package so that the TFMs for direct input are all replaced by new ones with prefixed names. This function will assist users who want to use the japanese-otf
package together with tailored TFMs of Japanese fonts.
It is quite common that after modifying a TeX file, many unused labels remain in it. The purpose of chklref is to automatically find these useless labels. It also looks for non starred mathematical environments with no labels and advises the user to use a starred version instead.
This is an experimental package aiming to provide a different approach for multidocument works (mainly, books with a document per chapter). Unlike the \include
mechanism, every subdocument is a complete normal LaTeX document and may be typeset separately. What the package does is sharing the .aux
files.
The epsdice
package defines a single command \epsdice
that takes a numeric argument (in the range 1-6), and selects a face image from a file that contains each of the 6 possible die faces. The graphic file is provided in both Encapsulated PostScript and PDF formats.
This package allows the user to produce Braille documents on paper for the blind without knowing Braille. Python scripts grade1.py
and grade2.py
convert ordinary text to grade 1 and 2 Braille tags; then, the LaTeX package takes the tags and prints out corresponding Braille symbols.
This package provides a class that produces overhead slides (transparencies), with many facilities. Seminar is not nowadays reckoned a good basis for a presentation — users are advised to use more recent classes such as powerdot
or beamer
, both of which are tuned to 21st-century presentation styles.
The package is to be used with the amsart
document class. It lets you move the authors affiliations either just below the authors names on the front page or as footnotes on the first page. The email addresses are always listed as a footnote on the front page.
This package is designed for formatting formless letters in German; it can also be used for English (by those who can read the documentation). There are LaTeX 2.09 documentstyle
and LaTeX 2e class files for both an old and a new version of g-brief
.
The package makes it possible to execute Unix Bash shell scripts from within LaTeX. The main application is in writing computer-science texts, in which you want to make sure the programs listed in the document are executed directly from the input. The package may use other shells than Bash.
factura
is a LaTeX class for typesetting and calculating invoices, taking into account requirements of SENIAT legislation (tax collector entity on the Bolivarian Republic of Venezuela). However, its use is not restricted to Venezuela because all variables and the displayed text can be redefined by invoking commands or editing.
The package provides commands so that the user of LuaLaTeX may position arbitrary content at any position specified by absolute coordinates on the page. The package draws a grid on each page of the document, to aid positioning (the grid may be disabled, for final copy using the command \placeatsetup).
The overpic
environment is a cross between the LaTeX picture
environment and the \includegraphics
command of graphicx
. The resulting picture environment has the same dimensions as the included graphic. LaTeX commands can be placed on the graphic at defined positions; a grid for orientation is available.
This package helps you if you want to produce separate printed volumes from one LaTeX document, as well as one comprehensive, all-inclusive version. It suppresses the part of the table of contents that are not typeset, while counters, definitions, index entries etc., are kept consistent throughout the input file.
The distribution includes a package and a Lua library that can together read OpenDocument spreadsheet documents as LaTeX tables. Cells in the tables may be processed by LaTeX macros, so that, for example, the package may be used for drawing some plots. The package uses Lua's zip
library.