| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
| |
some gettext symbols.
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
|
|
|
| |
Noticed by: kde-freebsd buildcluster.
|
|
|
|
|
|
|
| |
TeX ship with values higher than the ones we recommend.
PR: ports/50022
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
|
|
|
| |
PR: ports/48683, ports/62095
|
|
|
|
|
| |
PR: ports/62265
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
different from each other. Therefore, it decided to
fetch the distfiles individually.
Submitted by: hrs (maintainer)
Reported by: bentor via kris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GL2PS is a C library providing high quality vector output for
any OpenGL application. The main difference between GL2PS and
other similar libraries is the use of sorting algorithms
capable of handling intersecting and stretched polygons, as
well as non manifold objects. GL2PS provides advanced smooth
shading and text rendering, culling of invisible primitives,
mixed vector/bitmap output, and much more...
GL2PS can currently create PostScript (PS), Encapsulated
PostScript (EPS) and Portable Document Format (PDF) files, as
well as LATEX files for the text fragments.
PR: ports/62150
Submitted by: Igor Pokrovsky <tiamat@comset.net>
|
| |
|
| |
|
|
|
|
|
| |
Reported by: bento via kris
Approved by: nork (mentor/implicitly)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
latex-index is a reimplementation of LaTeX's indexing macros to
provide better support for indexing in LaTeX. For example, it
supports multiple indexes in a single document and provides a
more robust \index command.
PR: ports/62075
Submitted by: hrs@FreeBSD.org
|
| |
|
|
|
|
|
|
| |
PR: ports/62070
Submitted by: hrs
Approved by: maintainer timeout (nearly 3 months)
|
|
|
|
|
|
|
|
|
|
| |
latex-subfloat enables subnumbering of different floats
(figures and tables) simular to the subequations-environment of
the amsmath package. It does not the same as the subfigure
package which generates subfigures within one normal figure.
PR: ports/62035
Submitted by: hrs@FreeBSD.org
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Noticed by: bento
Changes in tarball:
diff -r mup-4.6.old/mup/ytab.c mup-4.6.new/mup/ytab.c
1714c1714
< #line 4489 "gram.y"
---
> #line 4493 "gram.y"
5351c5351,5353
< Currstruct_p->u.bar_p->precbartype = yyvsp[-1].intval;
---
> if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) {
> Currstruct_p->u.bar_p->precbartype = yyvsp[-1].i
ntval;
> }
5358c5360,5362
< Currstruct_p->u.bar_p->precbartype = SINGLEBAR;
---
> if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) {
> Currstruct_p->u.bar_p->precbartype = SINGLEBAR;
> }
5364c5368
< #line 3602 "gram.y"
---
> #line 3606 "gram.y"
|
| |
|
|
|
|
| |
Submitted by: Simon Barner <barner@in.tum.de>
|
| |
|
|
|
|
|
|
|
| |
2. fix build on -stable
3. bump portrevision
Noted by: bento via kris (2)
|
|
|
|
|
| |
Noticed by: Alistair Buckle <mail_w@agtb.freeserve.co.uk>
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
|
|
|
|
|
| |
booktabs is to enable the easy production of tables such as
should appear in published scientific books and journals. What
distinguishes these from plain LaTeX tables is the default use
of additional space above and below rules, and rules of varying
`thickness'.
PR: ports/61936
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
| |
The bytefield package helps the user create illustrations for
network protocol specifications and anything else that utilizes
fields of data. These illustrations show how the bits and
bytes are laid out in a packet or in memory.
PR: ports/61935
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
| |
biblist is a LaTeX style to create a typeset listing of a
(possibly large) BibTeX input file. With such large files --
especially, if the cite keys are long -- the needed string
space is often exceeded.
PR: ports/61923
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
| |
The `bibunits' package allows separate bibliographies for
different units or parts of the text. The units can be
chapters, sections or bibunit environments. The package is
compatible with a wide variety of packages, including, but not
limited to, natbib, overcite and KOMA-SCRIPT classes.
PR: ports/61924
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
| |
bibtopic is a LaTeX package for including several
bibliographies in a document. These bibliographies might be
considered to cover different topics (hence the name) or
bibliographic material (e.g., primary and secondary literature)
and the like.
PR: ports/61922
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
| |
feynmf is a combined LaTeX/Metafont package for easy drawing of
professional quality Feynman diagrams. feynmf lays out most
diagrams satisfactorily from the structure of the graph without
any need for manual intervention. Nevertheless all the power
of Metafont is available for more obscure cases.
PR: ports/61921
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
| |
* "metafont" and "metapost" directories are added for
latex-feynmf port.
PR: ports/61920
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
files. Now, COMMENT is assigned correctly for slave ports. This manifested
intself in a weird way in INDEX where the comment for the slave ports was
the path to a non-existent pkg-comment file.
Noticed by: INDEX on bento
|
|
|
|
|
|
|
|
|
| |
latex-timing is a LaTeX package for drawing timing diagrams.
It is designed as an extention of the standard LaTeX "picture"
environment and uses METAFONT for the symbols.
PR: ports/61896
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
| |
The layouts package enables the display of various elements of
a document's layout including: the general page layout;
disposition of floats; layout of paragraphs, lists, footnotes,
table of contents, and sectional headings; font boxes.
PR: ports/61895
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
| |
This is a LaTeX package that supports the inclusion of small
"sub" figures and tables. It simplifies the positioning,
captioning and labeling of them within a single figure or table
environment.
PR: ports/61894
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
| |
The caption package provides many ways to customise the
captions in floating environments such figure and table and
cooperates with many other packages.
PR: ports/61893
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
| |
This is a meta-port to create a site-local $TEXMF directory,
which is used to store site-local fonts, macro packages, and
configurations.
PR: ports/61892
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
| |
Noticed by: bento via kris
Pointy hat to: myself
|
|
|
|
|
|
|
|
|
|
|
| |
latex-mathabx is a package including a LaTeX style and MetaFont
fontset for Math series, aka mathabx. mathabx includes the
largest set of mathematical symbols ever programmed in
MetaFont. These fonts are very high quality fonts even if some
symbols may have to be designed anew.
PR: ports/61844
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
| |
latex-keystroke provides macros for the graphical
representation of the keys on a computer keyboard. `keystroke'
is based on macros which were used in a previous edition of the
Linux manual published by the SuSE G.m.b.H. distributor, and is
licensed under the GPL.
PR: ports/61839
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
| |
PR: ports/61832
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
| |
latex-beamer is a LaTeX class that allows you to create a
beamer presentation. It can also be used to create slides. It
behaves similarly to other packages like Prosper, but has the
advantage that it works together directly with pdflatex, but
also with dvips.
PR: ports/61827
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
| |
latex-xcolor provides easy driver-independent access to several
kinds of color tints, shades, tones, and mixes of arbitrary
colors. It allows to select a document-wide target color model
and offers tools for automatic color schemes, conversion
between eight color models, and alternating table row colors.
PR: ports/61828
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
|
| |
latex-pgf is a TeX macro package that allows you to create
graphics in your TeX documents using a special pgfpicture
environment and special macros for drawing lines, curves,
rectangles, and many other kind of graphic objects. Its usage
closely resembles the pstricks package or the normal picture
environment of LaTeX.
PR: ports/61826
Submitted by: hrs@FreeBSD.org
|