LaTeX, by default, restricts the sizes at which you can use its
default computer modern fonts, to a fixed set of discrete sizes
(effectively, a set specified by Knuth). The type1cm package removes
this restriction; this is particularly useful when using scalable
versions of the cm fonts (Bakoma, or the versions from BSR/Y&Y, or
True Type versions from Kinch, PCTeX, etc.). In fact, since modern
distributions will automatically generate any bitmap font you might
need, type1cm has wider application than just those using scaleable
versions of the fonts. Note that the LaTeX distribution now contains
a package fix-cm, which performs the task of type1cm, as well as doing
the same job for T1- and TS1-encoded ec fonts.
This package provides support for setting the spacing between lines in
a document. Package options include singlespacing, onehalfspacing,
and doublespacing. Alternatively the spacing can be changed as
required with the \singlespacing, \onehalfspacing, and \doublespacing
commands. Other size spacings also available.
A LaTeX2e package to help change the style of any or all of LaTeX's
sectional headers in the article, book, or report classes. Examples
include the addition of rules above or below a section title.
This package provides enumerate and itemize environments that can be
used within paragraphs to format the items either as running text or
as separate paragraphs with a preceding number or symbol. Also
provides compacted versions of enumerate and itemize.
A bundle of LaTeX packages by Martin Schroeder; the collection
comprises:
- count1to, make use of fixed TeX counters,
- everysel, set commands to execute every time a font is selected,
- everyshi, set commands to execute whenever a page is shipped out,
- multitoc, typeset the table of contents in multiple columns,
- prelim2e, mark typeset pages as preliminary, and
- ragged2e, typeset ragged text and allow hyphenation.
A collection of verbatim facilities that provide line-numbered
verbatim, verbatim that obey's TAB characters, verbatim input and
verbatim output to file. The package makes use of the LaTeX required
verbatim package. The package formed from a series of small pieces,
and is somewhat unstructured. The user who looks for thought-through
verbatim facilities is advised to consider using the fancyvrb package
in place of moreverb.
The package provides a LaTeX interface to pdfTeX's micro-typographic
extensions: character protrusion and font expansion. The package allows
you to restrict character protrusion and/or font expansion to a certain
set of fonts, or to certain parts of the document (for example, based on
selected language), and to configure micro-typographic aspects of the
fonts in a straight-forward and flexible way. Settings for various fonts
are provided. The bundle also provides a letterspace package; this
improves on the alternatives (letterspacing and soul), and also provides
a means of protecting ligatures--notably those in fraktur fonts.
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. It also offers e.g. a package for calculated type
areas in the way laid down by the typographer Jan Tschichold, a
package for easily changing and defining of page styles, a package for
getting not only the current date but also the name of day and a
package for getting current time. All these packages may be used not
only with KOMA-Script classes but also with standard classes. Since
every package has its own version number, the number below is only the
version of scrbook, scrreprt, scrartcl, scrlttr2, and typearea. These
are the main parts of the bundle.
A collection of ways to change the typesetting of footnotes. The
package provides means of changing the layout of the footnotes
themselves (including setting them in `paragraphs'--the para option),
a way to number footnotes per page (the perpage option), to make
footnotes disappear when an argument moves (stable option) and to deal
with multiple references to footnotes from the same place (multiple
option). The package also has a range of techniques for labelling
footnotes with symbols rather than numbers. Some of the functions of
the package are overlap with the functionality of other packages. The
para option is also provided by the manyfoot and bigfoot packages,
though those are both also portmanteau packages. (Don't be seduced by
fnpara, whose implementation is improved by the present package.) The
perpage option is also offered by footnpag and by the rather more
general-purpose perpage.
This package provides user control over the layout of the three basic
list environments: enumerate, itemize, and description. It supersedes
both enumerate and mdwlist (providing well- structured replacements
for all their funtionality), and in addition provides functions to
compute the layout of labels, and to `clone' the standard
environments, to create new environments with counters of their own.
The package has a lot of flexibility, including an option for
specifying an entry at the ``natural'' width of its text. The package
is distributed with the bigdelim and bigstrut packages, which can be
used to advantage with \multirow cells.
The bundle comprises authblk, which permits footnote style
author/affiliation input in the \author command, balance, to balance
the end of \twocolumn pages, figcaps, to send figure captions, etc.,
to end document, fullpage, to set narrow page margins and set a fixed
page style, and sublabel, which permits counters to be subnumbered.
The package provides access to latin accents and many other characters
in the Unicode lower plane. This package is designed to work with TeX
engines that directly process UTF8 input and use Unicode and OpenType
fonts.
This is a security update.
changes:
-fix integer overflow which can be used for DOS or system access
(SA35180)
-update bundled libpng to 1.2.36 to fix potential security issues
Changes:
* \pdfstringdef:
* Typo in definition of \new@ifnextchar fixed (Ulrike Fischer),
* and \kernel@ifnextchar disabled (Dan Luecking).
* dvipdfm(x)/xetex: This driver family does not support nested
annotations. Therefore annotations inside annotations are
disabled automatically.
LuaTeX is an extended version of pdfTeX using Lua as an embedded
scripting language. The LuaTeX projects main objective is to provide
an open and configurable variant of TeX while at the same time
offering downward compatibility.
EncTeX is a TeX extension allowing you flexible input/output
reencoding by new encTeX primitives. It allows full UTF-8 processing
in standard 8-bit TeX.
BibTeX allows the user to store his citation data in generic form,
while printing citations in a document in the form specified by a
BibTeX style, to be specified in the document itself. BibTeX itself
is an ASCII-only program; there is, however, a version that copes with
8-bit character sets.
pdftops only seems to be a link to an existing pdftops, so add
an option to use the ones from gs, poppler-utils, or xpdf.
Default to using the one from poppler-utils (adds dependency on that).
Bump PKGREVISION.
================
Evince 2.26.2
================
Bug fixes:
* Fix build with poppler without cairo support (#582543, Carlos
Garcia Campos)
* Abort dnd operations originated in the same Evince window
(#582077, Carlos Garcia Campos)
* Correct check for exit status of commands in comics backend
(#579656, Juanjo Marín)
* Add -no-undefined flag for Cygwin build (#580058, Yaakov Selkowitz)
Translation updates:
* Γιάννης Κατσαμπίρης (el)
* Jorge Gonzalez (es)
upcoming Template::Plugin::Latex.
DESCR:
The Latex Template Toolkit plugin provides a latex filter that allows the use
of LaTeX to generate PDF, PostScript and DVI output files from the Template
Toolkit. The plugin uses LaTeX::Driver to run the various LaTeX programs.
The Template::Latex module is a wrapper of convenience around the Template
module, providing additional support for generating PDF, PostScript and DVI
documents from LaTeX templates.
LaTeX::Table and Template::Plugin::Latex packages.
This module provides a function to encode text that is to be formatted with
LaTeX. It encodes characters that are special to LaTeX or that are
represented in LaTeX by LaTeX commands.
the Template::Toolkit Latex plugin.
DESCR:
The LaTeX::Driver module encapsulates the details of invoking the Latex
programs to format a LaTeX document. Formatting with LaTeX is complicated;
there are potentially many programs to run and the output of those programs
must be monitored to determine whether further processing is required.
This module runs the required commands in the directory specified, either
explicitly with the dirname option or implicitly by the directory part of
basename, or in the current directory. As a result of the processing up to
a dozen or more intermediate files are created. These can be removed with
the cleanup method.
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
Importing package for p5 module PostScript::Simple 0.07 as dependency
for upcoming update of devel/p5-Module-Dependency to 0.86.
Description:
PostScript::Simple allows you to have a simple method of writing PostScript
files from Perl. It has graphics primitives that allow lines, curves,
circles, polygons and boxes to be drawn. Text can be added to the page using
standard PostScript fonts.
The images can be single page EPS files, or multipage PostScript files. The
image size can be set by using a recognised paper size ("A4", for example) or
by giving dimensions. The units used can be specified ("mm" or "in", etc) and
are the same as those used in TeX. The default unit is a bp, or a PostScript
point, unlike TeX.
The hyperref package is used to handle cross-referencing commands in
LaTeX to produce hypertext links in the document. The package
provides backends for the \special set defined for HyperTeX DVI
processors; for embedded pdfmark commands for processing by Acrobat
Distiller (dvips and Y&Y's dvipsone); for Y&Y's dviwindo; for PDF
control within pdfTeX and dvipdfm; for TeX4ht; and for VTeX's pdf and
HTML backends. The package is distributed with the backref and
nameref packages, which make use of the facilities of hyperref. The
package depends on the author's kvoptions and refcount packages.
The package manages culturally-determined typographical (and other)
rules, and hyphenation patterns for a wide range of languages. A
document may select a single language to be supported, or it may
select several, and the document may then switch from one language to
another in a variety of ways.
A package built on the standard LaTeX graphics package to perform all
the different sorts of rotation one might like, including complete
figures and tables with their captions. If you want continuous text
(i.e., more than one page) set in landscape mode, use the lscape
package instead. The rotating packages only deals in rotated boxes
(or floats, which are themselves boxes), and boxes always stay on one
page. If you need to use the facilities of the float in the same
document, load rotating.sty via rotfloat, which smooths the path
between the rotating and float packages.
The package provides extensive facilities, both for constructing
headers and footers, and for controlling their use (for example, at
times when LaTeX would automatically change the heading style in use).
The package provides a straightforward interface to many of the
extensions offered by e-TeX; in particular, it modifies LaTeX's
register allocation macros to make use of the extended register range.
The etoolbox provides macros that make more sophisticated use of
e-TeX's facilities.
This package is the principal package in the AMS-LaTeX distribution.
It adapts for use in LaTeX most of the mathematical features found in
AMS-TeX; it is a near-indispensable adjunct to serious mathematical
typesetting in LaTeX. When amsmath is loaded, AMS-LaTeX packages
amsbsy (for bold symbols), amsopn (for operator names) and amstext
(for text embdedded in mathematics) are also loaded. Amsmath is part
of the LaTeX required distribution; however, several contributed
packages add still further to its appeal; examples are empheq, which
provides functions for decorating and highlighting mathematics, and
ntheorem, for specifying theorem (and similar) definitions.
This package provides a style with author-year and numbered
references, as well as much detailed of support for other bibliography
use. Included are versions of the standard BibTeX styles that are
compatible with natbib: plainnat, unsrtnat, and abbrnat. The
bibliography styles produced by custom-bib are designed from the start
to be compatible with natbib.
This package defines a \FloatBarrier command, beyond which floats may
not pass. It is useful, for example, to ensure all floats for a
section appear before the next \section command.
Provides a class exam, which eases production of exams, even by a
LaTeX novice. Simple commands are provided to (i) create questions,
parts of questions, subparts of parts, and subsubparts of subparts,
all with optional point values, (ii) create a grading table, indexed
either by question number (listing each question and the total
possible points for that question) or by page number (listing each
page with points and the total possible points for that page), and
(iii) create headers and footers that are each specified in three
parts: one part to be left justified, one part to be centered, and one
part to be right justified, in the manner of fancyhdr Headers and/or
footers can be different on the first page of the exam, can be
different on the last page of the exam, and can vary depending on
whether the page number is odd or even, or on whether the current page
continues a question from a previous page, or on whether the last
question on the current page continues onto the following page.
Multiple line headers and/or footers are allowed, and it is easy to
increase the part of the page devoted to headers and/or footers to
allow for this.
The primary LaTeX package for the support of the inclusion of graphics
generally produced with other tools. This package aims to give a
consistent interface to including the file types that are understood
by your printer driver.
- Use UTF-8 hyphenation patterns, which can be used with luatex.
- Create symlinks for TeX formats explicitly.
Bump PKGREVISION for teTeX-texmf and teTeX-bin.