Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
|
|
|
|
Chanagelog:
ttf-alee (12) unstable; urgency=low
* Change to The Artistic license 1.0 or any later version.
* Remove all font configurations except defoma-hints. Closes: #452228.
-- A Lee <alee@debian.org> Wed, 08 Oct 2008 13:18:05 +0900
ttf-alee (11.5) unstable; urgency=low
* Remove [HaN-mfs].ttf. Closes: #441903.
-- A Lee <alee@debian.org> Thu, 13 Sep 2007 09:31:38 +0900
ttf-alee (11.4) unstable; urgency=low
* Remove bitmap fonts, Guseul1212.bdf and Guseul1214.bdf.
-- A Lee <alee@debian.org> Thu, 19 Apr 2007 09:30:57 +0900
ttf-alee (11.3) unstable; urgency=low
* Update Guseul.ttf.
-- A Lee <alee@debian.org> Sun, 8 Apr 2007 21:26:13 +0900
ttf-alee (11.2) unstable; urgency=low
* Add medieval Hangul compatibility jamos to Bandal.ttf, Bangwool.ttf,
Eunjin.ttf and EunjinNakseo.ttf.
* Add two bitmap fonts. Guseul1212.bdf and Guseul1214.bdf.
-- A Lee <alee@debian.org> Thu, 9 Nov 2006 09:33:57 +0900
|
|
|
|
This package provides the Palatino font family for TeX.
|
|
|
|
|
|
|
|
This is documentation for tex-cmsd.
|
|
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:
- Removed ptm*8y.
|
|
Changes:
- Updated map files.
|
|
|
|
Changes:
- Added ptmbc8y.
|
|
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".
|
|
Changes:
- Install rpcrb, rpcrbo, rpcrr, and rprro into cspsfonts-adobe/courier
instead of adobe/courier.
|
|
Changes:
- Added phvbrn.vf.
- Removed phvl*, phv*8y.
|
|
and me.
|
|
Fix my PR pkg/44385.
Changelog:
* Following Kanji glyphs is changed to latest "Joyo Kanji" table glyph.
U+5099 U+5291 U+52B1 U+533B U+55C5 U+5674 U+58B3 U+58D3 U+5965 U+5967
U+59FF U+5C31 U+61A4 U+62C9 U+62ED U+646F U+6681 U+66B4 U+6751 U+6795
U+6797 U+68B0 U+697C U+6A23 U+6B21 U+6BBC U+6C88 U+6DE1 U+6F06 U+6F5B
U+708E U+713C U+71B1 U+7259 U+73A9 U+74F6 U+7501 U+7A31 U+7A7A U+7A81
U+7A93 U+7A9F U+7AAE U+819D U+821E U+8511 U+8AC7 U+8AEE U+8CC7 U+8E74
U+91AB U+9858 U+990C U+9F9C U+FA55
|
|
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
|
|
|
|
|
|
|
|
Changes:
- Updated pcrb8y, pcrbo8y, pcrr8y, and pcri8y.
|
|
This is the version that works with TeX Live 2010.
|
|
|
|
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
|
|
|
|
This switches to the gnome-2.32 release branch.
|
|
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.
|
|
|
|
|
|
Changes:
- Updated: FFsmall, FFIsmall, FFLsmall, FIsmall, FLsmall, Germandbls,
Germandblssmall, SS, SSsmall, followsequal, interrobangdown, precedesequal,
triangleleft, triangleright
- Added: diamond, epsiloninv, followsorcurly, precedesorcurly, Yen,
anticlockwise, arrowparrleftright, arrowparrrightleft,
arrowtailleft, arrowtailright, arrowtripleleft, arrowtripleright,
between, check, circleR, circleS, circleasterisk, circleequal,
clockwise, ...
|
|
|
|
The package comprises the collection of CMap and PDF mapping files now
made available for distribution by Adobe systems incorporated.
|
|
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
|
|
Changes:
- Removed ptmrc8y.tfm.
|
|
Patches provided by Nicolas Thauvin.
|
|
patch from
http://sourceforge.net/mailarchive/forum.php?thread_name=4C5D676B.3000509%40limes.com.pl&forum_name=fontforge-devel
Bump PKGREVISION.
|
|
Fix PR pkg/43936 by Ryo ONODERA.
|
|
|
|
|
|
|
|
|
|
No functional change.
|
|
|