The Avantgarde font for TeX. The font that is actually provided is
URW Gothic (An Avantgarde clone). An enhanced version is available
with the TEX Gyre Adventor font.
Monospaced programming font for Linux and Windows.
Features:
* Covers the ASCII character set
* Regular and bold face are the same width for syntax highlighting
* Bold characters don't run together
* Aliased bitmap font
Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-5f79, 9f4a-ffff (first check)
* Fix glyphs in SJIS : second check completed
In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-5f79, 9f4a-ffff (first check)
* Fix glyphs in SJIS : second check completed
Thr purpose of the package is to provide an alternative interface to the
CM Sans Serif boldface fonts. The EC (T1, Cork) encoded versions of the
'CM Sans Serif boldface extended' fonts differ considerably from the
traditionally (OT1) encoded ones: at large sizes, >10pt, they have
thinner strokes and are much wider. At 25pt they are hardly to be
recognized as being 'boldface'. This package attempts to make these T1
fonts look like the traditional ones did. You do not need any new fonts;
the package just changes the way LaTeX makes use of the current ones.
Changes:
* Internal changes for luatexbase v0.3.
* Bug fix when \itdefault is "sl" rather than "it".
E.g., when using the "slides" class.
* Minor internal changes, including merging some code from unicode-math.
* New documentation for defining custom kerning and ligatures
when using LuaLaTeX.
* Fix bug when defining bold italic fonts by filename.
* Avoid infinite loop when the Latin script is requested for a font
that does not contain it. TODO: a suitable fallback script should be
chosen; right now we just ignore the script selection.
* Fix for bug introduced in the last release:
small caps weren't being automatically selected correctly
* Fix for colours bug introduced in the last update
* Fix for for bad interaction with LuaLaTeX and fallback fonts
(such as using \slshape when no slanted font specified)
* Behaviour/messaging improvement when scripts/languages are requested
that do not exist in the font
* Fix bug with detecting font features/scripts in some cases with:
- `\fontspec_if_feature:n(TF)`
- `\fontspec_if_language:n(TF)`
- `\fontspec_if_current_script:n(TF)`
- `\fontspec_if_current_language:n(TF)`
* Some messages in the log file are improved
* Code for "visible space" fixed for LuaLaTeX use
* Lots of internal changes to bring the implementation closer
to being "native expl3".
Fix my PR pkg/44384.
Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-5e7f, 9fa0-ffff (first check)
* Fix glyphs in SJIS : second check completed
In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-5e7f, 9fa0-ffff (first check)
* Fix glyphs in SJIS : second check completed
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
Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-5b4c, 9fa0-ffff (first check)
* Fix glyphs in SJIS : second check completed
In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-5b4c, 9fa0-ffff (first check)
* Fix glyphs in SJIS : second check completed
The fix is a hack. There is code to deal with png versions, but it is
not complete for 1.4.x, and fooled by bl3 wrappers renaming
the library behind the pkg's back.
-patch format string problems leading to possible buffer overflow
(CVE-2010-4259), from Redhat bug#659359
bump PKGREV
Patch provided by Ryo ONODERA in PR pkg/44121
Changelog:
20101022:
* In VL-PGothic and VL-Gothic, 102 Kanji glyphs changed.
20100818:
* sync CVS HEAD at 2010-08-17 in M+1C and 1M part of VL-PGothic and VL-Gothic.
* In VL-PGothic and VL-Gothic, Win Ascent is change to 1000.
* In VL-PGothic and VL-Gothic, Win Descent is change to 270.
* In VL-PGothic and VL-Gothic, hhea Ascent is change to 1000.
* In VL-PGothic and VL-Gothic, hhea Descent is change to -270.
per maintainer update request by PR#44038.
Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-59eb, 9fa0-ffff (first check)
* Fix glyphs in SJIS : second check completed
In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-5972, 9fa0-ffff (first check)
* Fix glyphs in SJIS : second check completed