You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage texlive-luatexbase-svn30562.0.6-7.1.lbn19.noarch
The bundle provides basic facilities for LuaTeX macro programmers, mostly resource allocation and convenience packages. Provided are: - luatexbase-attr: attribute allocation; - luatexbase-cctb: catcode table allocation; - luatexbase-compat: compatibility helpers; - luatexbase-loader: Lua module loading; - luatexbase-modutils: Lua module declaration; - luatexbase-mcb: callbacks extension; and - luatexbase-regs: allocation of registers and the like. In addition, the (unadorned) luatexbase package loads all the above in one fell swoop. date: 2013-05-07 01:17:41 +0200
RPMPackage texlive-luatex-bin-svn31084.0-7.1.20140525_r34255.lbn19.x86_64
Binaries for luatex
RPMPackage texlive-luatex-svn33312.0.70.1-7.1.lbn19.noarch
LuaTeX is an extended version of pdfTeX using Lua as an embedded scripting language. The LuaTeX project's main objective is to provide an open and configurable variant of TeX while at the same time offering downward compatibility. LuaTeX uses Unicode (as UTF-8) as its default input encoding, and is able to use modern (OpenType) fonts (for both text and mathematics). It should be noted that LuaTeX is still under development; its specification has been declared stable, but absolute stability may not in practice be assumed. date: 2014-02-26 23:03:13 +0100
RPMPackage texlive-luaotfload-bin-svn30313.0-7.1.20140525_r34255.lbn19.noarch
Binaries for luaotfload
RPMPackage texlive-luaotfload-svn32887.2.4_3-7.1.lbn19.noarch
The package adopts the TrueType/OpenType Font loader code provided in ConTeXt, and adapts it to use in Plain TeX and LaTeX. date: 2014-02-05 22:28:29 +0100
RPMPackage texlive-lualatex-math-svn31389.1.3-7.1.lbn19.noarch
The package patches a few commands of the LaTeX2e kernel and the amsmath and mathtools packages to be more compatible with the LuaTeX engine. It is only meaningful for LuaLaTeX documents containing mathematical formulas, and does not exhibit any new functionality. The fixes are mostly moved from the unicode-math package to this package since they are not directly related to Unicode mathematics typesetting. date: 2013-08-08 12:48:39 +0200
RPMPackage texlive-lm-svn28119.2.004-7.1.lbn19.noarch
The Latin Modern family of fonts consists of 72 text fonts and 20 mathematics fonts, and is based on the Computer Modern fonts released into public domain by AMS (copyright (c) 1997 AMS). The lm font set contains a lot of additional characters, mainly accented ones, but not exclusively. There is one set of fonts, available both in Adobe Type 1 format (*.pfb) and in OpenType format (*.otf). There are five sets of TeX Font Metric files, corresponding to: Cork encoding (cork-*.tfm); QX encoding (qx- *.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); T5 (Vietnamese) encoding (t5-*.tfm); and Text Companion for EC fonts aka TS1 (ts1-*.tfm). date: 2012-05-22 10:49:40 +0200
RPMPackage texlive-listings-svn33095.1.5c-7.1.lbn19.noarch
The package enables the user to typeset programs (programming code) within LaTeX; the source code is read directly by TeX--no front-end processor is needed. Keywords, comments and strings can be typeset using different styles (default is bold for keywords, italic for comments and no special style for strings). Support for hyperref is provided. To use, \usepackage{listings}, identify the language of the object to typeset, using a construct like: \lstset{language=Python}, then use environment lstlisting for inline code. External files may be formatted using \lstinputlisting to process a given file in the form appropriate for the current language. Short (in-line) listings are also available, using either \lstinline|...| or |...| (after defining the | token with the \lstMakeShortInline command). date: 2014-03-04 22:18:45 +0100
RPMPackage texlive-latexconfig-svn28991.0-7.1.lbn19.noarch
latexconfig package
RPMPackage texlive-latex-fonts-svn28888.0-7.1.lbn19.noarch
This is a collection of fonts for use with standard latex packages and classes. It includes 'invisible' fonts (for use with the slides class), line and circle fonts (for use in the picture environment) and 'latex symbol' fonts. For full support of a latex installation, some Computer Modern font variants cmbsy(6-9), cmcsc(8,9), cmex(7-9) and cmmib(5-9) from the amsfonts distribution, are also necessary. The fonts are available as Metafont source, and metric (tfm) files are also provided. Most of the fonts are also available in Adobe Type 1 format, in the amsfonts distribution. date: 2012-07-07 15:54:01 +0200
RPMPackage texlive-latex-svn32901.0-7.1.lbn19.noarch
LaTeX is a widely-used macro package for TeX, providing many basic document formating commands extended by a wide range of packages. It is a development of Leslie Lamport's LaTeX 2.09, and superseded the older system in June 1994. The basic distribution is catalogued separately, at latex-base; apart from a large set of contributed packages and third-party documentation (elsewhere on the archive), the distribution includes: - a bunch of required packages, which LaTeX authors are "entitled to assume" will be present on any system running LaTeX; and - a minimal set of documentation detailing differences from the 'old' version of LaTeX in the areas of user commands, font selection and control, class and package writing, font encodings, configuration options and modification of LaTeX. For downloading details, see the linked catalogue entries above. date: 2013-03-06 18:48:43 +0100
RPMPackage texlive-l3packages-svn32537.SVN_4634-7.1.lbn19.noarch
The bundle holds prototype implementations of concepts for a LaTeX designer interface, to be used with the experimental LaTeX kernel as programming tools and kernel support. Packages provided in this release are: - l3keys2e, which makes the facilities of the kernel module l3keys available for use by LaTeX 2e packages; - xfrac, which provides flexible split-level fractions; - xparse, which provides a high-level interface for declaring document commands; and - xtemplate, which provides a means of defining generic functions using a key-value syntax. All the files of the bundle are also available in the Subversion (SVN) repository of the LaTeX3 Project. The bundle on CTAN is based on a snapshot of the SVN repository on; it should be used with copies of the l3kernel at SVN version 2544 or later. date: 2014-01-01 10:11:48 +0100
RPMPackage texlive-l3kernel-svn32599.SVN_4646-7.1.lbn19.noarch
The l3kernel bundle provides an implementation of the LaTeX3 programmers' interface, as a set of packages that run under LaTeX 2e. The interface provides the foundation on which the LaTeX3 kernel and other future code are built: it is an API for TeX programmers. The packages are set up so that the LaTeX3 conventions can be used with regular LaTeX 2e packages. All the files of the bundle are also available in the project's Subversion (SVN) repository date: 2014-01-07 19:05:28 +0100
RPMPackage texlive-kpathsea-lib-2014-7.1.20140525_r34255.lbn19.x86_64
The library is at the centre of pretty much all Unix-based TeX executable. It is no longer distributed separately, but rather consititutes a central part of the sources of the TeX-live distribution.
RPMPackage texlive-kpathsea-bin-svn30088.0-7.1.20140525_r34255.lbn19.x86_64
Binaries for kpathsea
RPMPackage texlive-kpathsea-svn32266.0-7.1.lbn19.noarch
Kpathsea is a library and utility programs which provide path searching facilities for TeX file types, including the self- locating feature required for movable installations, layered on top of a general search mechanism. It is not distributed separately, but rather is released and maintained as part of the TeX live sources. date: 2012-03-14 12:38:42 +0100
RPMPackage texlive-koma-script-svn32489.3.12-7.1.lbn19.noarch
The KOMA-Script bundle provides drop-in replacements for the article/report/book classes with emphasis on typography and versatility. There is also a letter class, different from all other letter classes. The bundle also offers: - a package for calculating type areas in the way laid down by the typographer Jan Tschichold, - a package for easily changing and defining page styles, - a package scrdate for getting not only the current date but also the name of the day, and - a package scrtime for getting the current time. All these packages may be used not only with KOMA-Script classes but also with the standard classes. Since every package has its own version number, the version number quoted only refers to the version of scrbook, scrreprt, scrartcl, scrlttr2 and typearea. These are the main parts of the bundle. date: 2013-12-26 07:56:41 +0100
RPMPackage texlive-kastrup-svn15878.0-7.1.lbn19.noarch
kastrup package
RPMPackage texlive-index-svn24099.4.1beta-7.1.lbn19.noarch
This is a reimplementation of LaTeX's indexing macros to provide better support for indexing. For example, it supports multiple indexes in a single document and provides a more robust \index command. It supplies short hand notations for the \index command (^{word}) and a * variation of \index (abbreviated _{word}) that prints the word being indexed, as well as creating an index entry for it. date: 2008-04-20 19:53:04 +0200
RPMPackage texlive-ifxetex-svn19685.0.5-7.1.lbn19.noarch
A simple package which provides an \ifxetex conditional, so that other code can determine that it is running under XeTeX. The package requires the e-TeX extensions to the TeX primitive set. date: 2009-01-27 08:30:55 +0100