--------------------------------
Release Notes for LaTeX-Mk-2.1
--------------------------------
- Fixed a bug in the quoting of lgrind related variables. The
result is that the clean target didn't quite work right.
- Improved quoting in the latex-mk script to better handle
the case of a file name with spaces in it.
--------------------------------
Release Notes for LaTeX-Mk-2.0
--------------------------------
- Added support for the bibunits package
- Fix a bug when exporting xfig figures to pdf (they were exporting
to postscript instead).
- No longer install the .dvi or .ps versions of the manual.
- Fix a bug where PDFLATEX_FLAGS wasn't being properly
(2) LICENSE= gnu-gpl-v3
Based on PR pkg/43966.
News in 11.86
=============
* Parsing of LaTeX output was improved. It is now less likely that
AUCTeX opens a non-existent file upon calling `TeX-next-error'; a
problem for example encountered when using MiKTeX 2.8. In addition
quoted file names as emitted by MiKTeX are now supported.
* A new framework for the definition and selection of viewers was
implemented. If you have customizations regarding viewers you
will have to redo them in this new framework or reenable the old
one. See the section on viewers in the manual for details.
* Comprehensive editing support for PSTricks was added.
* Support for various LaTeX packages was added, e.g. `tabularx',
`CJK', and `hyperref'.
* An easy way to switch between TeX engines (PDFTeX, LuaTeX, XeTeX,
Omega) was added.
* Support for SyncTeX was added. This involves the command line
options for LaTeX and the viewer.
* Folding can now be customized to use macro arguments as replacement
text.
* `preview.sty' now works with XeTeX.
* A lot of smaller and larger bugs have been squashed.
News in 11.85
=============
* Font locking has been improved significantly. It is now less
prone to color bleeding which could lead to high resource usage.
In addition it now includes information about LaTeX macro syntax
and can indicate syntactically incorrect macros in LaTeX mode.
* The license was updated to GPLv3.
* Support for the nomencl, flashcards and comment LaTeX packages as
well as the Icelandic language option of babel were added.
* Support for folding of math macros was added.
* Lots of minor bugs in features and documentation fixed.
This package provides the command \marginnote that may be used instead
of \marginpar at almost every place where \marginpar cannot be used,
e.g., inside floats, footnotes, or in frames made with the framed
package.
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
The package provides extended versions of \newcommand and related LaTeX
commands, which allow easy and robust definition of macros with many
optional arguments, using a clear and simple xkeyval-style syntax.
This package provides a pile of lambda-calculus and list-handling
macros of an incredibly obtuse nature. The TUGboat paper serves as a
manual for the macros. This TeX code was formally verified.
- Fixed memory reallocation on bitmap size change. Reallocation is not only
needed when dimendions and margins change, but also when the color depth
changes. Fixes bugs #691029 and #691108.
- Fixed arrayoption() macro in cups_put_params() function. Array values did
not get actually set in cups.header data structure. Bug only showed via
a compiler warning.
- Silenced compiler warning by presetting c0..c3 in cups_map_cmyk() to zero.
makes my epson USB printer work again with 2010Q3 cups+ghostscript
PKGREVISION++