This package provides the means to create your own emojis (the simple, round, and mostly yellow ones) from elements of existing emojis. The provided command creates a TikZ picture from the stated elements with multiple possibilities to modify the result in color and position.
The package enables the user to generate high-quality othello (also known as Reversi) board diagrams of any size. The diagrams support annotations, including full game transcripts. Automated board or transcript creation, from plain text formats standard to WZebra (and other programs) is also supported.
The package prints a calendar for two or more years, according to a language selection. The package is also culture dependent in the sense that it will start weeks according to local rules: e.g., weeks conventionally start on Monday in the English-speaking world.
This is a short paper from the TeXnische Komodie, in German. Since the body of the paper is dominated by clear LaTeX coding examples, most LaTeX programmers will understand how to achieve the results shown in the diagrams, even if they don't understand German.
This document is meant for users who are looking for information about the basics of TeX. Its main goal is its brevity. The pure TeX features are described, no features provided by macro extensions. Only the last section gives a summary of plain TeX macros.
This is a pure Lua library, which provides functions and objects for the computation of physical quantities. The package provides units of the SI and the imperial system. In order to display the numbers with measurement uncertainties, the package is able to perform Gaussian error propagation.
This bundle is an extension to the babel package for multilingual typesetting. It provides all the necessary macros, definitions and settings to typeset German documents. The bundle includes support for the traditional and reformed German orthography as well as for the Austrian and Swiss varieties of German.
This package provides an environment for displaying block text with special characters, such as verbatim quotes from a referee report which may contain pseudo-(La)TeX code. This behaves like a verbatim
environment, except that it displays its content as normal paragraph content, ignoring any white space preformatting.
The package takes care of switching fonts when you switch from one Unicode block to another in the text of a document. This way, you can write a document with no explicit font selection, but a series of rules of the form ``when entering block ..., switch font to use ...''.
This is TrueType version of Un-fonts core bundle. It includes the following font families (12 fonts):
UnBatang, UnBatangBold: serif;
UnDotum, UnDotumBold: sans-serif;
UnGraphic, UnGraphicBold: sans-serif style;
UnDinaru, UnDinaruBold, UnDinaruLight;
UnPilgi, UnPilgiBold: script;
UnGungseo: cursive, brush-stroke.
The package modifies the way the latin
option to Babel operates when typesetting Latin. The style is somewhat frenchified in respect of punctuation spacings and footnote style; shortcuts are available in order to set accents on all vowels, including y and the diphthongs ae and oe.
The UMTypewriter font family is a monospaced font family that was built from glyphs from the CB Greek fonts, the CyrTUG Cyrillic alphabet fonts (LH), and the standard Computer Modern font family. It contains four OpenType fonts which are required for use of the xgreek
package for XeLaTeX.
This package provides a library written in Lua, allowing to make all the necessary calculations to define the objects of a Euclidean geometry figure. The definitions and calculations are only done with Lua. At the moment, once the calculations are done, tkz-euclide
, or TikZ, do the drawings.
The cooltooltips
package enables a document to contain hyperlinks that pop up a brief tooltip when the mouse moves over them and also open a small window containing additional text. cooltooltips
provides the mechanism used by the Visual LaTeX FAQ to indicate the question that each hyperlink answers.
The package provides the language definition file for support of Hebrew in babel. Macros to control the use of text direction control of TeX--XeT and e-TeX are provided (and may be used elsewhere). Some shortcuts are defined, as well as translations to Hebrew of standard LaTeX names.
This LaTeX package will greatly simplify filling entries for your FIRST Tech Challenge (FTC) engineering or outreach notebook. We developed this package to support most frequently used constructs encountered in an FTC notebook: meetings, tasks, decisions with pros and cons, tables, figures with explanations, team stories and bios, and more.
This package provides a macro \centeredline
, which allows one to conveniently center a line inside a paragraph while allowing usage therein of \verb
or other macros changing catcodes. It works nicely in list environments, and material whose natural width exceeds the current line width will get properly centered too.
Algorithmicx provides a flexible, yet easy to use, way for inserting good looking pseudocode or source code in your papers. It has built in support for pseudocode, Pascal and C, and offers powerful means to create definitions for any programming language. The user can adapt a pseudocode style to his native language.
BaskervilleF is a fork from the Libre Baskerville fonts (Roman, Italic, Bold only). Their fonts are optimized for web usage, while BaskervilleF is optimized for traditional TeX usage, normally destined for production of PDF files. A bold italic style was added and mathematical support is offered as an option to newtxmath
.
The package allows you to use the Ibycus 4 font for ancient Greek with Babel. It uses a Perl script to generate hyphenation patterns for Ibycus from those for the ordinary Babel encoding, cbgreek. It sets up ibycus
as a pseudo-language you can specify in the normal Babel manner.
GFS Complutum derives from a minuscule-only font cut in the 16th century. An unsatisfactory set of majuscules were added in the early 20th century, but its author died before he could complete the revival of the font. The Greek Font Society has released this version, which has a new set of majuscules.
This package provides \VerbatimCopy{in}{out}
that will enable LaTeX to take a verbatim copy of one text file, and save it under another name. The package provides a means to specify the output directory to be used, but does no checking and may therefore overwrite an important file if used injudiciously.
The MetaPost format plain.mp
provides only five built-in colour names (variables), all of which are defined in the RGB model: red, green and blue for the primary colours and black and white. The package makes more than 500 colour names from different colour sets in different colour models available to MetaPost.
Mismatches of parentheses, braces, (angle) brackets, especially in TeX sources which may be rich in those, may be difficult to trace. This little Ruby script helps you by writing your text to standard output, after adding a left margin to your text, which will normally be almost empty, but will clearly show any mismatches.