diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-14 23:30:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-14 23:30:57 +0000 |
commit | dd175f53432a083e1b53e4b7b8095c741c231dd1 (patch) | |
tree | 9ef815fd7c0829fedd880316fa9207d766104230 /Master/texmf-dist/doc/xelatex/polyglossia | |
parent | 78e355dc53c405a33267579fdc7a76db10c3824a (diff) |
polyglossia 1.2.0cc (14oct11)
git-svn-id: svn://tug.org/texlive/trunk@24291 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/polyglossia')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/README | 27 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/example-arabic.pdf | bin | 0 -> 67506 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/example-arabic.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/example-thai.pdf | bin | 0 -> 23013 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/examples.pdf | bin | 0 -> 148678 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/examples.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf | bin | 171586 -> 149630 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.tex | 9 |
8 files changed, 28 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/xelatex/polyglossia/README b/Master/texmf-dist/doc/xelatex/polyglossia/README index b5d025524ae..25159508afa 100644 --- a/Master/texmf-dist/doc/xelatex/polyglossia/README +++ b/Master/texmf-dist/doc/xelatex/polyglossia/README @@ -1,7 +1,7 @@ ¦----------------------------------------------¦ ¦ ¦ - ¦ THE POLYGLOSSIA PACKAGE v1.2.0b ¦ + ¦ THE POLYGLOSSIA PACKAGE v1.2.0cc ¦ ¦ ¦ ¦ Modern multilingual typesetting with XeLaTeX ¦ ¦ ¦ @@ -46,16 +46,27 @@ and follow the instructions displayed. BUGS Users are encouraged to report bugs on the github tracker: -http://github.com/fc7/polyglossia/issues +http://github.com/reutenauer/polyglossia/issues CHANGES -1.2.0b (03-10-2011) +1.2.0cc (12-10-2011) [First update by Arthur Reutenauer] + * Update to gloss-italian.ldf by Claudio Beccari, incorporating changes + by Enrico Gregorio. + * Conclude every gloss file with \makeatother to match the initial + \makeatletter. + * Conclude polyglossia.sty with \ExplSyntaxOff to match the initial + \ExplSyntaxOn. + * Added gloss file for Kannada, contributed by Aravinda VK and others. + * Corrections to the gloss-dutch.ldf thanks to Wouter Bolsterlee. + * Several patches by Enrico Gregorio, fixing long-standing bugs. + +1.2.0b (03-10-2011) [Update by Philipp Stephani] * Load xkeyval package explicitly since newer versions of fontspec don't load it any more -1.2.0a (27-07-2010) +1.2.0a (27-07-2010) [Last update by François Charette] * Initialize \fontfamily acc to value of \familydefault (Fixes a bug when using polyglossia with beamer) * Remove spurious space in def of \dateenglish @@ -177,6 +188,10 @@ CHANGES ------------------------------ - François Charette, July 2010 - <firmicus ατ gmx δοτ net> + Arthur Reutenauer, October 2011 + <arthur 'dot' reutenauer 'at' normalesup 'dot' org> + + Original author: + François Charette + <firmicus ατ gmx δοτ net> ------------------------------ diff --git a/Master/texmf-dist/doc/xelatex/polyglossia/example-arabic.pdf b/Master/texmf-dist/doc/xelatex/polyglossia/example-arabic.pdf Binary files differnew file mode 100644 index 00000000000..218f6a71a56 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/polyglossia/example-arabic.pdf diff --git a/Master/texmf-dist/doc/xelatex/polyglossia/example-arabic.tex b/Master/texmf-dist/doc/xelatex/polyglossia/example-arabic.tex index b685956d09f..1cd3266346f 100644 --- a/Master/texmf-dist/doc/xelatex/polyglossia/example-arabic.tex +++ b/Master/texmf-dist/doc/xelatex/polyglossia/example-arabic.tex @@ -1,7 +1,7 @@ \documentclass[a4paper]{book}% \usepackage[no-math]{fontspec} \usepackage{xltxtra,url,amsmath} -\setromanfont{Linux Libertine} +\setromanfont{Linux Libertine O} \defaultfontfeatures{Scale=MatchLowercase} \newfontfamily\arabicfont[Script=Arabic,Scale=1.3]{Scheherazade}% \newfontfamily\arabicfonttt[Script=Arabic,Scale=.75]{DejaVu Sans Mono} diff --git a/Master/texmf-dist/doc/xelatex/polyglossia/example-thai.pdf b/Master/texmf-dist/doc/xelatex/polyglossia/example-thai.pdf Binary files differnew file mode 100644 index 00000000000..307a87ecda8 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/polyglossia/example-thai.pdf diff --git a/Master/texmf-dist/doc/xelatex/polyglossia/examples.pdf b/Master/texmf-dist/doc/xelatex/polyglossia/examples.pdf Binary files differnew file mode 100644 index 00000000000..5288044498e --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/polyglossia/examples.pdf diff --git a/Master/texmf-dist/doc/xelatex/polyglossia/examples.tex b/Master/texmf-dist/doc/xelatex/polyglossia/examples.tex index b423123144a..9cb164c5b71 100644 --- a/Master/texmf-dist/doc/xelatex/polyglossia/examples.tex +++ b/Master/texmf-dist/doc/xelatex/polyglossia/examples.tex @@ -11,7 +11,7 @@ \setotherlanguage[spelling=new,latesthyphen=true,babelshorthands=true]{german} \setotherlanguages{latin,russian,turkish,polish,latvian,sanskrit,ukrainian,farsi,syriac,divehi,hebrew,amharic} \setotherlanguage[calendar=gregorian,numerals=western]{urdu} -\setromanfont{Linux Libertine} +\setromanfont{Linux Libertine O} \defaultfontfeatures{Scale=MatchLowercase,RawFeature={+locl}} \setmonofont{Inconsolata} \newfontfamily\arabicfont[Script=Arabic]{Scheherazade}% diff --git a/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf b/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf Binary files differindex c4cc8f07bfd..da9e682560e 100644 --- a/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf +++ b/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf diff --git a/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.tex b/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.tex index 180bdb694e3..4850b778081 100644 --- a/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.tex +++ b/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.tex @@ -67,7 +67,7 @@ %%% %% fontspec declarations: -\setromanfont[Mapping=tex-text]{Linux Libertine} +\setromanfont[Mapping=tex-text]{Linux Libertine O} \defaultfontfeatures{Scale=MatchLowercase} \setmonofont{DejaVu Sans Mono} \setsansfont{Lucida Sans Unicode} @@ -92,7 +92,7 @@ \fontspec{GFS Ambrosia} Π$\;\,$ο$\;\,$λ$\;\,$υ$\;\,$γ$\;\,$λ$\;\,$ω$\;\,$σ$\;\,$σ$\;\,$ι$\;\,$α}\\[16pt] \color{myblue}Polyglossia: A Babel Replacement for \XeLaTeX} -\author{\scshape\color{myblue}François Charette} +\author{\scshape\color{myblue}François Charette\\\color{myblue}Current maintainer: \scshape Arthur Reutenauer} \date{\filedate \qquad \fileversion\\ \footnotesize (\textsc{pdf} file generated on \today)} @@ -761,13 +761,14 @@ itself a slight modification of ¦ftoday.sty¦ in Farsi\TeX.\footnote{ % One day I may rewrite \pkg{farsical} from scratch using the algorithm in Reingold \& Gershowitz (ref.~n.~\ref{reingold}).} Here we have renamed the command \cmd\ftoday\ to -\Cmd\Jalalitoday. %Example: today is \Jalalitoday. +\Cmd\Jalalitoday. +%Example: today is \Jalalitoday. %\section{Varia} -\section{Acknowledgements} +\section{Acknowledgements (by François Charette)} \pkg{Polyglossia} is notable for being a recycle box of previous contributions by other people. I take this opportunity to thank the following individuals, whose splendid work has made my task almost trivial in comparision: Johannes |