pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Jan 21 17:32:29 UTC 2011

Modified Files:
        pkgsrc/fonts/tex-fontspec: Makefile distinfo
        pkgsrc/fonts/tex-fontspec-doc: Makefile distinfo

Log Message:
Update tex-fontspec{,-doc} to 2.1e.

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".


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/tex-fontspec/Makefile \
    pkgsrc/fonts/tex-fontspec/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/tex-fontspec-doc/Makefile \
    pkgsrc/fonts/tex-fontspec-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index