diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-29 22:11:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-29 22:11:02 +0000 |
commit | 83583b57e8624e227242b9bc763bbe6e389280ed (patch) | |
tree | b8127d0edc5a14846b306b3dd4c03e866f415562 /Master/texmf-dist/doc/latex/greek-fontenc/greek-fontenc.def.html | |
parent | 48b730145866842f961daf4af297ecd5d11447f6 (diff) |
greek-fontenc (29nov13)
git-svn-id: svn://tug.org/texlive/trunk@32276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/greek-fontenc/greek-fontenc.def.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/greek-fontenc/greek-fontenc.def.html | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/greek-fontenc/greek-fontenc.def.html b/Master/texmf-dist/doc/latex/greek-fontenc/greek-fontenc.def.html index 78e5e52f5f7..7f2dfe2f70c 100644 --- a/Master/texmf-dist/doc/latex/greek-fontenc/greek-fontenc.def.html +++ b/Master/texmf-dist/doc/latex/greek-fontenc/greek-fontenc.def.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.11: http://docutils.sourceforge.net/" /> +<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" /> <title>greek-fontenc.def</title> <meta name="copyright" content="© 2013 Günter Milde" /> <link rel="stylesheet" href="../../../../../Python/docutils-svn/docutils/docutils/writers/html4strict/html4css1.css" type="text/css" /> @@ -45,6 +45,10 @@ font encodings providing Greek characters.</p> <td><p>2013-07-17</p></td> <td><p>composite definitions starting with standard accent cmds</p></td> </tr> +<tr><td><p>0.11</p></td> +<td><p>2013-11-28</p></td> +<td><p><tt class="literal">\greekscript</tt> TextCommand</p></td> +</tr> </tbody> </table> </div> @@ -68,17 +72,25 @@ font encoding.</p> <div class="section" id="identification"> <h2>Identification</h2> <pre class="literal-block">\ProvidesFile{greek-fontenc.def} -[2013/07/18 v0.9.1 Common Greek font encoding definitions] +[2013/11/28 v0.11 Common Greek font encoding definitions] </pre> </div> -<div class="section" id="ensuregreek"> -<h2>Ensuregreek</h2> -<p>The <tt class="literal">\ensuregreek</tt> command can be used to ensure that its argument is set +<div class="section" id="ensuregreek-greekscript"> +<h2>ensuregreek, greekscript</h2> +<p>Provide “empty” encoding-specific definitions for <tt class="literal">\ensuregreek</tt> and +<tt class="literal">\greekscript</tt>. The definitions in this file make the font encoding fit +for use with the Greek script. (See <tt class="literal">textalpha.sty</tt> for default +definitions.)</p> +<p>The <tt class="literal">\ensuregreek</tt> macro can be used to ensure that its argument is set in a font encoding with support for Greek. If the active font encoding supports it, kerning between adjacent command calls (e.g. <tt class="literal"><span class="pre">\ensuregreek{A}\ensuregreek{\Upsilon}</span></tt>) is preserved. This allows, e.g., wrapping of compound Unicode character definitions.</p> -<pre class="literal-block">\DeclareTextCommand{\ensuregreek}{\LastDeclaredEncoding}[1]{#1} +<pre class="literal-block">\ProvideTextCommand{\ensuregreek}{\LastDeclaredEncoding}[1]{#1} +</pre> +<p>The <tt class="literal">\greekscript</tt> declaration ensures the current font encoding supports +the Greek script:</p> +<pre class="literal-block">\ProvideTextCommand{\greekscript}{\LastDeclaredEncoding}{} </pre> </div> <div class="section" id="aliases"> |