diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/README | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf | bin | 172254 -> 173156 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.tex | 22 |
3 files changed, 23 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/xelatex/polyglossia/README b/Master/texmf-dist/doc/xelatex/polyglossia/README index 9b88159808c..9d22fe4a156 100644 --- a/Master/texmf-dist/doc/xelatex/polyglossia/README +++ b/Master/texmf-dist/doc/xelatex/polyglossia/README @@ -51,6 +51,16 @@ http://github.com/fc7/polyglossia/issues CHANGES +1.2.0a (27-07-2010) + * Initialize \fontfamily acc to value of \familydefault + (Fixes a bug when using polyglossia with beamer) + * Remove spurious space in def of \dateenglish + * Add missing English variant "american" + * Serbian: fix date format and captions (Latin+Cyrillic) + * Fix \atticnumeral in gloss-greek + * Small improvements and fixes in documentation + + 1.2.0 (15-07-2010) * Adapted for fontspec 2.0 (will not work with earlier versions!) * New implementation of a \PolyglossiaSetup interface diff --git a/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf b/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf Binary files differindex fd964d03b07..90094209446 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 432a791680b..53bc5c14efd 100644 --- a/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.tex +++ b/Master/texmf-dist/doc/xelatex/polyglossia/polyglossia.tex @@ -237,7 +237,7 @@ that are explained in section \ref{specific} below. %romanian %\TX{russian} %samin -%sanskrit +%\TX{sanskrit} %scottish %\TX{serbian} %slovak @@ -266,7 +266,7 @@ asturian & \TX{dutch} & irish & portuges & \TX{thai} \\ bahasai & \TX{english} & italian & romanian & turkish \\ bahasam & \TX{esperanto} & \TX{lao} & \TX{russian} & turkmen \\ basque & estonian & latin & samin & ukrainian \\ -\TX{bengali} & \TX{farsi} & latvian & sanskrit & urdu \\ +\TX{bengali} & \TX{farsi} & latvian & \TX{sanskrit}& urdu \\ brazil[ian] & finnish & lithuanian & scottish & \TX{usorbian} \\ breton & french & \TX{lsorbian} & \TX{serbian} & vietnamese \\ bulgarian & galician & \TX{magyar} & slovak & welsh \\ @@ -391,19 +391,23 @@ that occurs in the document. That font should always be defined as ¦\⟨script⟩font¦\ or ¦\⟨language⟩font¦. For instance, if the default roman font defined by \cmd\setromanfont\ does not support Greek, then one can define the font used to display Greek with:\\ -\centerline{ \cmd\newfontfamily\cmd{\greekfont[⟨options⟩]\{⟨font⟩\}}. } +\centerline{ \cmd\newfontfamily\cmd{\greekfont[Script=Greek,⟨…⟩]\{⟨font⟩\}}. } +Note that polyglossia will use the font thus defined as is. +for instance if ¦\arabicfont¦ is explicitly defined, then one should take care of +including the option ¦Script=Arabic¦ in that definition. See the \pkg{fontspec} documentation for more information. -If a specific sans or monospace fonts is needed for a particular script or language, -it can be specified by means of \new{v1.2.0} +If a specific sans or monospace font is needed for a particular script or language, +it can be defined by means of \new{v1.2.0} ¦\⟨script⟩fontsf¦\ or ¦\⟨language⟩fontsf¦ and ¦\⟨script⟩fonttt¦\ or ¦\⟨language⟩fonttt¦, respectively. Whenever a new language is activated, \pkg{polyglossia} will first check whether a font has been defined for that language or – for languages in non-Latin scripts – for the script it uses. If it is not defined, it will use the currently active font -and will attempt to turn on the appropriate OpenType tags for the script -and language used, in case these are available in the font, by means of \pkg{fontspec}’s -\cmd\addfontfeature. If the current font does not appear to support the script -of that language, an error message is displayed. +and – in the case of OpenType fonts – will attempt to turn on the appropriate +OpenType tags for the script and language used, in case these are available in +the font, by means of \pkg{fontspec}’s \cmd\addfontfeature. If the current font +does not appear to support the script of that language, an error message is +displayed. \section{Language-specific options and commands}\label{specific} |