diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/greek-fontenc/README | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/greek-fontenc/README.html | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html | 14 |
3 files changed, 16 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/greek-fontenc/README b/Master/texmf-dist/doc/latex/greek-fontenc/README index fa84ec05db8..f078b2a9f3f 100644 --- a/Master/texmf-dist/doc/latex/greek-fontenc/README +++ b/Master/texmf-dist/doc/latex/greek-fontenc/README @@ -41,6 +41,7 @@ News 2013-10-01 0.10.1 bugfix in greek-euenc.def_ and alphabeta-euenc.def_. 2013-11-28 0.11 compatibility with Xe/LuaTeX in 8-bit mode, .. ``\greekscript`` TextCommand. +2013/12/01 0.11.1 fix identification of ``greek-euenc.def``. ========== ====== ========================================================== @@ -162,7 +163,7 @@ provided by this package/bundle, e.g.: XeTeX/LuaTeX to enable the input of Greek letters via the Latin transcription provided by this font encoding. See `<euenc-test.tex>`_ -> `<euenc-test.pdf>`_ and - `<lgrenc-test.tex>`_ -> `<lgrenc-test.tex>`_. + `<lgrenc-test.tex>`_ -> `<lgrenc-test.pdf>`_. Greek text font encodings ========================= diff --git a/Master/texmf-dist/doc/latex/greek-fontenc/README.html b/Master/texmf-dist/doc/latex/greek-fontenc/README.html index 4f48d45d1c5..350fe75df2d 100644 --- a/Master/texmf-dist/doc/latex/greek-fontenc/README.html +++ b/Master/texmf-dist/doc/latex/greek-fontenc/README.html @@ -110,6 +110,10 @@ updated to work with XeTeX/LuaTeX.</p></td> <td> </td> <td><p><tt class="literal">\greekscript</tt> TextCommand.</p></td> </tr> +<tr><td><p>2013/12/01</p></td> +<td><p>0.11.1</p></td> +<td><p>fix identification of <tt class="literal"><span class="pre">greek-euenc.def</span></tt>.</p></td> +</tr> </tbody> </table> </div> diff --git a/Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html b/Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html index 03de974d41c..e57eeedf8e9 100644 --- a/Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html +++ b/Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html @@ -22,8 +22,8 @@ conditions of the <a class="reference external" href="http://www.latex-project.o version 1.3 of this license or any later version.</p> </dd> <dt>Identification</dt> -<dd><pre class="literal-block">\ProvidesFile{greek-euenc} -[2013/07/24 0.1.3 Greek LICRs for XeTeX and LuaTeX] +<dd><pre class="literal-block">\ProvidesFile{greek-euenc.def} +[2013/12/02 0.11.1 Greek LICRs for XeTeX and LuaTeX] </pre> </dd> </dl> @@ -34,8 +34,8 @@ Based on <cite>lgrenc.def</cite> and <cite>lgrenc.dfu</cite>.</p> <dd><table class="borderless"> <colgroup> <col width="14%" /> -<col width="7%" /> -<col width="79%" /> +<col width="8%" /> +<col width="78%" /> </colgroup> <tbody> <tr><td><p>2013-07-16</p></td> @@ -68,6 +68,10 @@ Based on <cite>lgrenc.def</cite> and <cite>lgrenc.dfu</cite>.</p> <td> </td> <td><p>fix upcasing of <tt class="literal">\finalsigma</tt>.</p></td> </tr> +<tr><td><p>2013/12/01</p></td> +<td><p>0.11.1</p></td> +<td><p>fix identification.</p></td> +</tr> </tbody> </table> </dd> @@ -223,6 +227,8 @@ COMBINING COMMA ABOVE)</p> \DeclareTextCommand{\textvarsigma}{\LastDeclaredEncoding}{ς} % final sigma \DeclareTextCommand{\textfinalsigma}{\LastDeclaredEncoding}{\textvarsigma} \DeclareTextCommand{\textsigma}{\LastDeclaredEncoding}{σ} +% Dummy definition (\textautosigma is lowercase of \textSigma): +\ProvideTextCommand{\textautosigma}{\LastDeclaredEncoding}{\textsigma} \DeclareTextCommand{\texttau}{\LastDeclaredEncoding}{τ} \DeclareTextCommand{\textupsilon}{\LastDeclaredEncoding}{υ} \DeclareTextCommand{\textphi}{\LastDeclaredEncoding}{φ} |