Gets us further in a PKGSRC_USE_FORT build; however, still fails with:
[1] Abort trap (core dumped) ./soobj/aux/mkro...
base/lib.mak:3063: recipe for target 'soobj/gsromfs1_.c' failed
- Missing DocStrip guards for latexrelease
package and ltcount
- Duplicate defintion of \newtoks
- Missing first char in a range in Unicode
catcode settings (XeTeX/LuaTeX usage)
- Fix accents for 0403,0453,040C,045C
with utf8 option for inputenc
* makeglossaries (Perl script):
- fixed ngerman din5007 issue.
* glossaries.sty:
- new field-related commands:
\glsaddstoragekey, \glsfielddef, \glsfieldedef,
\glsfieldgdef, \glsfieldxdef, \glsfieldfetch,
\ifglsfieldeq, \ifglsfielddefeq, \ifglsfieldcseq
- new user command \glswriteentry to hook into mechanism
that writes entry information to the external files
- new user command \glspostlinkhook to hook into end of
commands like \gls and \glstext.
- Added new acronym styles "long-sp-short" and
"long-sp-short-desc"
- bug fix: \glsadd should use \@@do at wrglossary not
\@do at wrglossary
CHANGES IN CUPS V2.0.4
- Fixed a bug in cupsRasterWritePixels (STR #4650)
- Fixed redirection in the web interface (STR #4538)
- The IPP backend did not respond to side-channel requests (STR #4645)
- The scheduler did not start all pending jobs at once (STR #4646)
- The web search incorrectly searched time-at-xxx values (STR #4652)
- Fixed an RPM spec file issue (STR #4657)
- The scheduler incorrectly started jobs while canceling multiple jobs
(STR #4648)
- Fixed processing of server overrides without port numbers (STR #4675)
- Documentation changes (STR #4651, STR #4674)
- Section command styles 'chapter' and 'part' allow to define new section
commands with these styles or to redefine existing section commands using
these styles
- New implementation of \chapter and \part defined using
\DeclareSecionCommand. Caveat: This could break hacks that patch
KOMA-Script's internal commands!
- New implementation of \addpart and \addchap
- several new layer attributes for scrlayer
Version 2.2 adds a check that etex package has not been loaded after
extended registers are already allocated by the LaTeX format, and gives
a warning in that case.
Previously, if etex.sty was loaded too late LaTeX would already have
run out of registers and given an error.
Since the 2015/01/01 LaTeX release, LaTeX will use extended registers.
If etex.sty is to be loaded it must be loaded before extended registers
are used to avoid the two allocation schemes conflicting.
As explained in the warning message, to avoid the warning, either avoid
loading etex package, or load it earlier in the document.
2.3
Technical re-arrangement of the checks introduced in version 2.2.
Moved the conflicting allocation check before the package options are
declared to avoid errors from the package option system in some
contexts.
* datatool.sty:
- etex no longer loaded.
- added \DTLisinlist and \DTLmaketabspace
- Bug fix (\@dtl at starttrim): fixed issue that caused
loss of group at the start of a line when reading a csv file
- Bug fix: unstarred (case-sensitive) version of \DTLsort
now correctly uses case-sensitive sort.
- Bug fix: error in \DTLifSubString
* person.sty:
- Bug fix: replaced \ifpersonmale with \ifmale within the
definitions of \persongender and \getpersongender
- Bug fix: replaced \@thisperson with #1 in \ifmale and
\iffemale
The present release has no functional changes. Its only purpose was to
reduce the size of the documentation, from 25+mb to <2mb, by removing
images not important to the content. This work was done by Nils Ole
Tippenhauer, and the release was constructed by Karl Berry, but neither
of us are prospective maintainers of minitoc.
2.0f
Changed definition of the macro \LenToUnit for better compatibility
with package curve2e suggested by Claudio Beccari.
2.0g
New package option "gridBG" (draw grid in background or foreground).
* Fixed build option
* Fixed quotes for auto-build feature of the package.
* Added "multido" option.
* Fixes/improvements for output convert filename for the 'multi'
option.
* Changed \IfFileExists test for \if..tex macros to support 'htlatex'.
* Issue #12: Fixed info message for mode=buildnew if generated file is
already newer than source file.
* Issue #8: Updated description of mode=buildnew to state that it
doesn't work with XeLaTeX.
Increased length of beam stems.
Revised musixtmr.tex et al to allow traditional accented characters
for etex processing.
\xppff now musicsize-dependent.
Moved definitions of \raggedstoppiece and \slide into musixtex.tex.
3.1f
Bug fix: figure and table captions didn't behave as intended with the
beamer class.
3.1g
-- bug correction for koma-scripts classes:
a spurious dot was added in French by the \partformat command,
-- internal cleaning for LuaTeX and XeTeX engines.
* withdrawn the support of \lstinline{..} in a tabular environment
* added a section with workarounds of that and some other problems
* added keywords for Lua 5.3.0
In this update we fix a deficiency in amsmath which my manifest it self in
\intertext (and \shortintertext) when used in a context where margins have
locally been changed using list constructions.
by me.
This package provides a complete Babel replacement for users of
LuaLaTeX and XeLaTeX; it relies on the fontspec package,
version 2.0 at least. This is the first release that supports
use with LuaLaTeX; it should be considered "transitional" in
that role.
"todonotes" lets the user mark things to do later, in a simple and
visually appealing way. The package takes several options to enable
customization/finetuning of the visual appearance.
The package provides tools to highlight FIXME and TODO annotations.
The command \listofnotes prints a list of outstanding notes, with links
to the pages on which they appear.
* the syntax used for sed is not compatible with all sed
implementations, so depend on gsed and use it on all platforms
* before this, foo2qpdl-wrapper & co. would be searching for CMS
and other files in ${DESTDIR}${PREFIX} instead of ${PREFIX}
* also install crd files (needed for functioning CMS)
PKGREVISION bumped.
Ok@ wiz
Release 0.34.0
core:
* Splash: Fix crash in PDF with nested softmasks. Bug #91240
* Splash: Speed up of rendering icc based images. Bug #90171
* PSOutputDev: Embed Type1 fonts to PostScript files correctly. Bug #19747
* Fix pedantic memory leak
glib:
* update new symbols section
build system:
* cmake: Make sure ENABLE_LIBOPENJPEG is either 0 or 1
Release 0.33.0
core:
* Fix regression in pdftops parameter passing. Bug #89827
* Combine base characters and diacritical marks. Bug #87215
* Use width from W array for WMode positioning. Bug #89621
* Fixed adding annotation of Subtype Popup to pdf page. Bug #89136
* CairoOutputDev: Fix memory leak in CairoFreeTypeFont::create
* SplashOutputDev: memset on error to have reproducible outputs
qt4:
* Fix PDF Text String -> QString conversion. KDE Bug #344849
qt5:
* Fix PDF Text String -> QString conversion. KDE Bug #344849
glib:
* Add poppler_annot_markup_set_popup_rectangle()
* Fix segfault when creating PopplerAction. Bug #90093
utils:
* pdftohtml: Set exit status adecuately. Bug #83609
build system:
* configure: Fix invalid shell comparaison in libtiff test
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
CHANGES IN V1.0.71
- texttopdf: The Page allocation is moved into textcommon.c, where it
does all the necessary checking: lower-bounds for CVE-2015-3258 and
upper-bounds for CVE-2015-3259 due to integer overflows for the
calloc() call initialising Page[0] and the memset() call in
texttopdf.c's WritePage() function zeroing the entire array. Thanks
to Tim Waugh from Red Hat for the patch.
- texttopdf: Upper-bounds checking (CVE-2015-3259).
Changes:
- texttopdf: Fixed buffer overflow on size allocation of texttopdf
when working with extremely small line sizes, which causes the size
calculation to result in 0 (CVE-2015-3258, thanks to Stefan
Cornelius fro Red Hat for the patch).
- cups-browsed: leak fixes
- cups-browsed: Further BrowseAllow fixing
- cups-browsed: BrowsePoll is an array of pointers, not structures,
so allocate room for the pointers
- cups-browsed: Prevent NULL dereference when handling BrowseAllow
without value
- cups-browsed: Use memory deallocation function corresponding to
allocation function used
- cups-browsed: Fixes for glib source handling (Red Hat bug #1228555)
- foomatic-rip: Allow using another shell than /bin/bash using the
"--with-shell=..." option for "./configure". Thanks to Leonardo
Taccari for the patch (Bug #1288).
pgoyette reported:
E [17/Jun/2015:07:12:52 +0800] Directory "/usr/pkg/libexec/cups/cgi-bin" has
insecure permissions (040775/uid=0/gid=0).
While here, remove --enable-openssl since the configure script does
not recognize it any longer.
Bump PKGREVISION.
At https://www.cups.org/str.php?L4609 upstream describes a privilege
escalation attack. The patch is against 2.0.2, but applies to 1.5
without trouble.
From Edgar Fuß via tech-pkg.
New features and improvements:
* Make Ctrl+mouse wheel zoom pointer-centered instead of
window-centered (#731669, Frederic Moenne-loccoz)
* Add = and <Ctrl>= keybindings for zooming in (#738625, Lars
Uebernickel)
* Add document size to the properties dialog (#741057, Tobias
Westergaard Kjeldsen)
* Add support for bsdtar command in comics backend (#742721, Ballo
Gyorgy)
* Improve the the sidebar UI (#739836, Trinh Anh Ngoc)
* Add support for TextMarkup annotation in read-only mode for now
(#583377, Giselle Reis)
* Use headerbar and improve spacing and borders in properties
dialog (#739836, Trinh Anh Ngoc)
Bug fixes:
* Add accessible relations between the labels in properties dialog
(#749127, Joanmarie Diggs)
* Never save n-copies in the persistent print-settings file
(#748549, Jose Aliste)
* Fix the background color of annotation popup windows (#732211,
Giselle Machado)
* Enable/disable page navigation actions based on current page in
previewer (#745840, Robert Roth)
* Don't hide the titlebar when the window is maximized (without
CSD) (#744601, Simon Steinbeiss)
* Fix printing of landscape document and properly fix printing
documents with a manual scale and autocenter (#734788, Leo Wolf,
Carlos Garcia Campos)
* Disable send to action when nautilus-sendto is not found
(#743956, Cameron Norman)
* Fix a crash in recent-view when loading password protected
documents (#744049, Marek Kasik)
* Fix properties dialog shortcut (#739116, Boris Egorov)
* Bring back Open in new window action to the context menu
(#739046, Boris Egorov)
* Do not save n-copies when saving printing settings (#696203,
Jose Aliste)
* Use correct maximum size for thumbnail images in
evince-thumbnailer (#740877, Sebastian Keller)
* Fix a typo in configure.ac that made configure fail with
ligbnome-desktop (#733721, Marek Kasik)
* Correctly scroll to the search result selected by user when not
in continuous mode (#730252, Marek Kasik)
* Fix memory leak when adding new text annotations (Carlos Garcia
Campos)
* Fix border-radius CSS property of thumbnails (#739836, Trinh Anh
Ngoc)
* Fix quoting issues in configure.ac (#739226, Alexander Tsoy)
* Fix runtime critical warning when starting in fullscreen mode
(#737864, Carlos Garcia Campos)
* Handle TIFF files reporting a 0 resolution (#646414, Gabor
Kelemen)
* Disable toggle-find action for documents not supporting find
(#738262, Carlos Garcia Campos)
Many translation updates
Note: python3 support (listed below) has not been tested.
HPLIP 3.15.6 - This release has the following changes:
Added Support for the Following New Printers:
- HP DeskJet 2130 All-in-One Printer series
- HP DeskJet 2132 All-in-One Printer
- HP Deskjet 2546B All-in-One Printer
- HP Deskjet 2546P All-in-One Printer
- HP Deskjet 2546R All-in-One Printer
- HP DeskJet 3630 All-in-One Printer series
- HP DeskJet 3632 All-in-One
- HP Officejet 5744 e-All-in-One
Added support for the following new Distro's:
- Fedora 22
Issues fixed:
- Unable to capture 'error_log' while running 'hp-logcapture' on
Fedora21.
- Error message is displayed while running 'hp-diagnose_queues' in
terminal
Launchpad fixes:
1433557 - udev rules wrongly match on monitor hub, wrong invocation of
systemd unit, changes config files in udev rules
1438456 - hp-setup creates spurious cupsd process
HPLIP 3.15.4 - This release has the following changes:
Significant Changes:
- HPLIP Plugin support for ARMv6,ARMv7 and aarch64 architectures
Added Support for the Following New Printers:
-HP Color LaserJet Pro M252dw
-HP Color LaserJet Pro M252n
-HP Color LaserJet Pro MFP M277n
-HP Color LaserJet Pro MFP M277dw
-HP Color LaserJet Enterprise M553n
-HP Color LaserJet Enterprise M553dn
-HP Color LaserJet Enterprise M553x
-HP Color LaserJet Enterprise M553dh
-HP Color LaserJet Enterprise M552dn
-HP LaserJet Enterprise M604n
-HP LaserJet Enterprise M604dn
-HP LaserJet Enterprise M605dn
-HP LaserJet Enterprise M605n
-HP LaserJet Enterprise M605x
-HP LaserJet Enterprise M606x
-HP LaserJet Enterprise M606dn
Added support for the following new Distro's:
- Debian 8.0 (RC)
- LinuxMint 17.1
- Ubuntu 15.04 (Beta)
Issues fixed:
- "Auto agree with license" option is set by default while resolving the
dependencies with auto installation of HPLIP
Launchpad fixes:
1328074 - Installation fails when Downloads directory does not exist
1424539 - Updated driver plugin information in website
1152219 - hplip driver plugin support for ARM architecture
1328601 - FC20 latest version of HPLIP the "ready light" keeps flashing
after print job is done
1388180 - hp-sendfax complains about Pre-2.0 version of Reportlab
1422004 - pkservice.py crashed with AttributeError in __init__():
'module' object has no attribute 'MainLoop'
HPLIP 3.15.2 - This release has the following changes:
Significant Changes:
- Python3 support for HPLIP
Added support for the following new Distro's:
- Debian 7.7, 7.8
- OpenSuse 13.2
- Fedora 21
Launchpad fixes:
1388126 - Doesn't build against libjpeg-turbo 1.3.90
1395676 - hpcups crashes if DEVICE_URI not set in environment
1388007 - Incorrect call to hpmudext.device_open
1187055 - plugin download fails if python links to python3
802999 - Incorrect IEEE 1284 Device IDs for many models
HPLIP 3.14.10 - This release has the following changes:
Added Support for the Following New Printers:
- HP Deskjet 2541 All-in-One Printer
- HP Envy 4501 e-All-in-One
- HP Envy 4503 e-All-in-One
- HP Envy 4505 e-All-in-One
- HP Envy 4507 e-All-in-One
- HP Envy 4508 e-All-in-One
- HP ENVY 5534 e-All-in-One Printer
- HP Envy 5640 e-All-in-One
- HP Envy 5642 e-All-in-One
- HP Envy 5643 e-All-in-One
- HP Envy 5644 e-All-in-One
- HP Envy 5660 e-All-in-One
- HP Envy 5665 e-All-in-One
- HP Envy 7640 e-All-in-One
- HP Envy 7645 e-All-in-One
- HP LaserJet Pro MFP M125r
- HP LaserJet Pro MFP M125ra
- HP LaserJet Pro M201n Printer
- HP LaserJet Pro M201dw Printer
- HP LaserJet Pro M202n Printer
- HP LaserJet Pro M202dw Printer
- HP LaserJet Pro MFP M225rdn
- HP LaserJet Pro MFP M225dw
- HP LaserJet Pro MFP M225dn
- HP LaserJet Pro MFP M226dw
- HP LaserJet Pro MFP M226dn
- HP LaserJet Enterprise MFP M630dn
- HP LaserJet Enterprise MFP M630f
- HP LaserJet Enterprise MFP M630h
- HP LaserJet Enterprise Flow MFP M630z
- HP Officejet 5740 e-All-in-One
- HP Officejet 5742 e-All-in-One
- HP Officejet 5745 e-All-in-One
- HP OfficeJet 8040 e-All-in-One
- HP OfficeJet 6810 e-All-in-One Printer Series
- HP OfficeJet 6812 e-All-in-One Printer
- HP OfficeJet 6815 e-All-in-One Printer
- HP Officejet 7612 Wide Format e-All-in-One Printer
- HP OfficeJet Pro 6230 ePrinter
- HP OfficeJet Pro 6830 e-All-in-one
- HP OfficeJet Pro 6835 e-All-in-one
- HP OfficeJet Pro 8616 e-All-in-One Printer
Added support for the following new Distro's:
- Debian 6.0.10
- Debian 7.6
- Ubuntu 14.10 Beta
- RHEL 7.0
Issues fixed:
- Traceback error occurs while configuring the device using
'hp-setup <wrong input>'.
- Traceback error occurs while sending fax when SELinux is enabled.
Launchpad fixes:
250073 - Installation of 3.14.6 complains about failed install of
non-existing package cupsys-bsd on Debian 7.
1255033 - Updated comment in 56-hpmud.rules file
Changes:
- cups-browsed: When generating a PPD for an auto-discovered IPP
network printer, create a "ColorModel" option only if valid
choices are reported for it by the IPP printer.
- cups-browsed: Updated PPD file generator for auto-generated queues
for IPP network printers from the CUPS 2.1.x upstream code, so that
floating-point numbers are written in a locale-neutral way
(CUPS STR #4579).
- cups-browsed: When checking whether a queue name already exists
as a locally defined queue, do case-insensitive comparing as for
CUPS printer names are case-insensitive. This assures that
already existing queues do never get overwritten.
- cups-browsed: Added "IPPPrinterQueueType Auto/PPD/NoPPD" directive
to cups-browsed.conf to allow controlling how cups-browsed
creates queues fr native IPP network printers: with PPD, with
System V interface script, or selecting automatically.
- pdftopdf: Center Landscape-oriented jobs correctly on the page
if the "fitplot" or "number-up" options are used (Bug #1284).
- pstopdf: Removed "-dUseCIEColor" from the Ghostscript command line.
In modern Ghostscript versions (9.11 and newer) it is recommended to
not use it with the pdfwrite and ps2write output devices any more.
- imagetopdf: Corrections in PDF output: Let evince display the PDF
with the correct size including margins and let ghostscript not
complain about an invalid xref entry.
- cups-browsed: Do not add options to the System V interface script
which calls sys5ippprinter but set the options as defaults for the
CUPS queue in printers.conf.
- cups-browsed: When auto-generating a PPD-less print queue for an
IPP network printer, determine default page size, unprintable margins,
and color space from the printer via an IPP request.
- imagetopdf: Debug logging should be only controlled by the LogLevel
of CUPS, not by an awkward build time switch.
- cups-browsed: Determine from the TXT records of the Bonjour broadcast
of an IPP network printer whether it has color and duplex
capabilities and if yes, let auto-generated PPD-less print queues
use appropriate command line options to make use of these
capabilities.
- imagetopdf: Make this filter also work with auto-generated PPD-less
print queues for IPP network printers.
- sys5ippprinter: Renamed pdftoippprinter to reflect that it is
once a System 5 interface script and second does not accept only
PDF as input.
- pdftoippprinter: Support also PWG Raster and JPEG as input formats
so that an auto-generated, PPD-less queue for an IPP printer emulates
an IPP Everywhere printer.
This package provides a variable-width \parbox and some convenient
length commands. The \pbox command is equivalent to the \parbox
command, only the width specified is merely the maximum width; the
\pbox tries to fit itself tightly around the specified text.
texlive updates).
Diff 0.5 to 0.5.1
- Fixing sorting issue in main list
- KBibTeX will set itself as default bibliography editor in KDE
- Crash when finding PDFs
- Fixing crash in id suggestion editor
- Fixing compilation issue
- Restoring session state (1)
- Restoring session state (2)
- Correctly parsing command line arguments if relative paths are given
- Various minor clean-ups and improvements
Diff 0.4.1 to 0.5
- Initial support for BibLaTeX
- Id Suggestion editor like available in old KDE3 version
- "Find PDF" function to locate PDF files through web search engines
- New online database searches: MathSciNet, Ingenta Connect, Inspire Hep,
SAO/NASA ADS, ISBN DB, JStor
- Improved memory management
- Numerous bug fixes and improvements
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
\pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
(including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
directory, instead of always using the existing PATH.
Update print/cups to cups-2.0.3. Provided by Leonardo Taccari in PR 49960.
pkgsrc changes:
- Delete "slpd" in the rc.d script. According to CHANGES-1.6.txt CUPS no longer
support the SLP protocol.
Changes:
CHANGES IN CUPS V2.0.3
----------------------
- Security: Fixed CERT VU #810572 exploiting the dynamic linker
(STR #4609)
- Security: The scheduler could hang with malformed gzip data
(STR #4602)
- Restored missing generic printer icon file (STR #4587)
- Fixed logging of configuration errors to show up as errors (STR #4582)
- Fixed potential buffer overflows in raster code and filters
(STR #4598, STR #4599, STR #4600, STR #4601)
- Fixed a gzip processing bug (#4602)
- Fixed <Limit> inside <Location> (STR #4575)
- Fixed lpadmin when both -m and -o are used (STR #4578)
- The web interface always showed support for 2-sided printing
(STR #4595)
- cupsRasterReadHeader did not fully validate the raster header
(STR #4596)
- The rastertopwg filter did not check for truncated input (STR #4597)
- The cups-lpd mini-daemon did not check for request parameters
(STR #4603)
- The scheduler could get caught in a busy loop (STR #4605)
- The sample Epson driver could crash (STR #4616)
- The IPP backend now correctly monitors jobs
(<rdar://problem/20495955>)
- The ppdhtml and ppdpo utilities crashed when the -D option was used
before a driver information file (STR #4627)
- ippfind incorrectly substituted "=port" for service_port.
- The IPP/1.1 test file did not handle the initial print job
completing early (STR #4576)
- Fixed a memory leak in cupsConnectDest (STR #4634)
- PWG Raster Format output contained invalid ImageBox values
(<rdar://problem/21144309>)
- Added Russian translation (STR #4577)
- Added German translation (STR #4635)
* pkgsrc change: Allow this pacakge build on Ruby 2.2.
PrawnPDF 2.0.1 -- 2015-03-23
Fix regression in draw_text() with rotation
Due to missing tests, a typo snuck into the draw_text() method in PDF::Core,
preventing it from working properly when called with the :rotate option.
This issue has been resolved, and a test has been added to Prawn's test
suite. Speaking more generally, we need to improve the condition of the
tests for PDF::Core, and make a clear separation between Prawn's test suite
and PDF::Core's tests. Currently there are lots of little gaps that can lead
to this sort of problem.
[Robert S. Gerus, pdf-core#15]
The collection comprises: dvibook, which will rearrange the
pages of a DVI file into 'signatures' as used when printing a
book; dviconcat, for concatenating pages of DVI file(s);
dviselect, which will select pages from one DVI file to create
a new DVI file; dvitodvi, which will rearrange the pages of a
DVI file to create a new file; and libtex, a library for
manipulating the files, from the old SeeTeX project. The
utilities are provided as C source with Imakefiles, and an MS-
DOS version of dvibook is also provided.
MuPDF 1.7a (2015-05-07)
-----------------------
The 1.7a version is a bugfix release. Bug fixes:
* Fixed bug that allocated too much memory when packing paths.
* Fixed EPUB font scaling bug.
* Fixed EPUB file type handling in viewers.
* Improved tolerance for broken and unsupported CSS.
New features:
* Added -z option to mutool clean.
It is a GLib 2.44 support release.
=== Changes
==== Ruby/GLib2
Improvements
Supported GLib 2.44.
[GitHub#361][Reported by Benjamin Maisano]
=== Thanks
Benjamin Maisano
A language support package for Omega/Lambda. This replaces the
original omega package for use with Lambda, and provides extra
facilities (including Babel-like language switching, which
eases porting of LaTeX documents to Lambda).
A converter from TeX and LaTeX to SGML-based formats such as
(X)HTML, MathML, OpenDocument, and DocBook, providing a
configurable (La)TeX-based authoring system for hypertext.
Tex4ht does not parse (La)TeX source (so that it avoids the
difficulties encountered by many other converters, arising from
the irregularity of (La)TeX syntax). Instead, Tex4ht uses
(La)TeX itself (with an extra macro package) to produce a non-
standard DVI file that it can then process. This technique
allows TeX4ht to approach the robustness characteristic of
restricted-syntax systems such as hyperlatex and gellmu. Note
that CTAN no longer holds the definitive sources of the
package: see the 'Readme' file.
The package changes some typographical points of the
ClassicThesis style, by Andre Miede. It enables the user to
reproduce the look of the guide The art of writing with LaTeX
(the web page is in Italian).
The package provides an experiment in using XML (specifically
DocBook 5) to mark up and maintain LaTeX classes and packages.
XSLT 2 styleheets generate the .dtx and .ins distribution files
expected by end users.
The package contains the Antykwa Poltawskiego family of fonts
in the PostScript Type 1 and OpenType formats. The original
font was designed in the twenties of the XX century by the
Polish typographer Adam Poltawski(1881-1952). Following the
route set out by the Latin Modern and TeX Gyre projects
(http://www.gust.org.pl/projects/e-foundry), the Antykwa
Poltawskiego digitisation project aims at providing a rich
collection of diacritical characters in the attempt to cover as
many Latin-based scripts as possible. To our knowledge, the
repertoire of characters covers all European languages as well
as some other Latin-based alphabets such as Vietnamese and
Navajo; at the request of users, recent extensions (following
the enhancement of the Latin Modern collection) provide glyphs
sufficient for typesetting of romanized transliterations of
Arabic and Sanskrit scripts. The Antykwa Poltawskiego family
consists of 4 weights (light, normal, medium, bold), each
having upright and italic forms and one of 5 design sizes: 6,
8, 10, 12 and 17pt. Altogether, the collection comprises 40
font files, containing the same repertoire of 1126 characters.
The preliminary version of Antykwa Poltawskiego (antp package)
released in 2000 is rendered obsolete by this package.
The fontch macros allow the user to change font size and family
anywhere in a plain TeX document. Sizes of 8, 10, 12, 14, 20
and 24 points are available. A sans serif family (\sf) is
defined in addition to the families already defined in plain
TeX. Optional support for Latin Modern T1 and TS1 fonts is
given. There are macros for non-latin1 letters and for most TS1
symbols. Math mode always uses CM fonts. A command for
producing doubled-spaced documents is also provided. The
present version of the package is designed to deal with the
latest release of the Latin Modern fonts version 1.106.
Unfortunately, it can no longer support earlier versions of the
fonts, so an obsolete version of the package is retained for
users who don't yet have access to the latest version of the
fonts.
This package contains the METAFONT-Sources for the following German
school basic writing styles taught in schools: Suetterlinschrift,
Deutsche Normalschrift, Lateinische Ausgangsschrift, Schulausgangsschrift,
Vereinfachte Ausgangsschrift. Thus you can write arbitrary German
texts in these fonts.
Xskak, as its prime function, saves information about a chess
game for later use (e.g., to loop through a game to make an
animated board). The package also extends the input that the
parsing commands can handle and offers an interface to define
and switch between indefinite levels of styles.
This package offers commands to print chessboards. It can print
partial boards, hide pieces and fields, color the boards and
put various marks on the board. It has a lot of options to
place pieces on the board. Using exotic pieces (e.g., for fairy
chess) is possible. The documentation includes an example of an
animated chessboard, for those whose PDF viewer can display
animations.
This package provides macros to typeset chess problem diagrams
including fairy chess problems (mostly using rotated images of
pieces) and other boards.
The original (and now somewhat dated) TeX chess font package.
Potential users should consider skak (for alternative fonts,
and notation support), texmate (for alternative notation
support), or chessfss (for flexible font choices).
These files record details of problems reported in the "Computers
and Typesetting" series of books, for the Computer Modern fonts,
and for TeX, METAFONT and related programs.
A development of TeX, which deals in multi-octet Unicode
characters, to enable native treatment of a wide range of
languages without changing character-set. Work on Omega seems,
more or less, to have ceased: its immediate successor was to be
the aleph project (though that too has stalled). Projects
developing Omega (and Aleph) ideas include Omega-2 and LuaTeX.
Provides LaTeX support for Blackboard variants of Computer
Modern fonts. Declares a font family bbm so you can in
principle write running text in blackboard bold, and lots of
math alphabets for using the fonts within maths.