diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/greek-fontenc/alphabeta.sty.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/greek-fontenc/alphabeta.sty.html | 55 |
1 files changed, 32 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/latex/greek-fontenc/alphabeta.sty.html b/Master/texmf-dist/doc/latex/greek-fontenc/alphabeta.sty.html index d5d476a0d2b..9f6e4a234f0 100644 --- a/Master/texmf-dist/doc/latex/greek-fontenc/alphabeta.sty.html +++ b/Master/texmf-dist/doc/latex/greek-fontenc/alphabeta.sty.html @@ -9,7 +9,7 @@ /* Minimal style sheet for the HTML output of Docutils. */ /* */ /* :Author: Günter Milde, based on html4css1.css by David Goodger */ -/* :Id: $Id: minimal.css 7893 2015-05-11 15:38:58Z milde $ */ +/* :Id: $Id: minimal.css 7916 2015-09-11 15:20:14Z milde $ */ /* :Copyright: © 2015 Günter Milde. */ /* :License: Released under the terms of the `2-Clause BSD license`_, */ /* in short: */ @@ -161,8 +161,19 @@ dl.option-list > dt { font-weight: normal; } span.option { white-space: nowrap; } /* Footnotes and Citations */ +dl.footnote.superscript > dd {margin-left: 1em; } +dl.footnote.brackets > dd {margin-left: 2em; } dl > dt.label { font-weight: normal; } -dt.label > span.fn-backref { margin: 0.2em; } +a.footnote-reference.brackets:before, +dt.label > span.brackets:before { content: "["; } +a.footnote-reference.brackets:after, +dt.label > span.brackets:after { content: "]"; } +a.footnote-reference.superscript, +dl.footnote.superscript > dt.label { + vertical-align: super; + font-size: smaller; +} +dt.label > span.fn-backref { margin-left: 0.2em; } dt.label > span.fn-backref > a { font-style: italic; } /* Line Blocks */ @@ -551,7 +562,7 @@ version 1.3 of this license or any later version.</p> <dt class="identification">Identification</dt> <dd class="identification"><pre class="literal-block">\NeedsTeXFormat{LaTeX2e} \ProvidesPackage{alphabeta} -[2015/08/08 v0.13 macros for Greek letters in text and math]</pre> +[2016/02/05 v0.13.2 macros for Greek letters in text and math]</pre> </dd> </dl> <div class="abstract topic"> @@ -563,21 +574,21 @@ mode.</p> <dt>Changelog:</dt> <dd><table class="borderless"> <colgroup> +<col style="width: 8%" /> <col style="width: 14%" /> -<col style="width: 7%" /> -<col style="width: 79%" /> +<col style="width: 78%" /> </colgroup> <tbody> -<tr><td><p>2012-06-26</p></td> -<td><p>0.1</p></td> +<tr><td><p>0.1</p></td> +<td><p>2012-06-26</p></td> <td><p>initial version</p></td> </tr> -<tr><td><p>2013-05-03</p></td> -<td><p>0.2</p></td> +<tr><td><p>0.2</p></td> +<td><p>2013-05-03</p></td> <td><p>new accent macro names with <span class="docutils literal">lgrxenc.def</span> 0.7</p></td> </tr> -<tr><td><p>2013-05-28</p></td> -<td><p>0.3</p></td> +<tr><td><p>0.3</p></td> +<td><p>2013-05-28</p></td> <td><p>use <span class="docutils literal">lgrenc.def</span> from greek-fontenc,</p></td> </tr> <tr><td><!-- --> @@ -585,14 +596,19 @@ mode.</p> <td></td> <td><p>enable Unicode input in math mode.</p></td> </tr> -<tr><td><p>2013-09-11</p></td> -<td><p>0.4</p></td> +<tr><td><p>0.4</p></td> +<td><p>2013-09-11</p></td> <td><p>move to <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a>, support XeTeX/LuaTeX.</p></td> </tr> -<tr><td><p>2015-09-04</p></td> -<td><p>0.13</p></td> +<tr><td><p>0.13</p></td> +<td><p>2015-09-04</p></td> <td><p>Support for <cite>variant symbols</cite>.</p></td> </tr> +<tr><td><p>0.13.2</p></td> +<td><p>2016-02-05</p></td> +<td><p>Support for standard Unicode text font encoding “TU” +(new in fontspec v2.5a).</p></td> +</tr> </tbody> </table> </dd> @@ -722,7 +738,7 @@ encoding while Unicode defines separate code points for the symbol variants.</p> without this package) and refer to GREEK LETTER … in text. For <span class="docutils literal">\epsilon</span> and <span class="docutils literal">phi</span>, this means that the selected symbol variant differs in text vs. math mode. Use <span class="docutils literal">\varepsilon</span> and <span class="docutils literal">\varphi</span> (see -section <a href="#id1"><span class="problematic" id="id2">`variant symbols`_</span></a> below) to select the GREEK LETTER …” in both, +section <a class="reference internal" href="#variant-shape-symbols">variant shape symbols</a> below) to select the GREEK LETTER …” in both, text and math mode.</p> <pre class="literal-block">\providecommand*{\Alpha}{\textAlpha} \providecommand*{\Beta}{\textBeta} @@ -902,13 +918,6 @@ macros:</p> - - - - - - - - - - --> </div> </div> -<div class="system-messages section"> -<h1>Docutils System Messages</h1> -<div class="system-message" id="id1"> -<p class="system-message-title">System Message: ERROR/3 (<span class="docutils literal">alphabeta.sty.txt</span>, line 182); <em><a href="#id2">backlink</a></em></p> -<p>Unknown target name: "variant symbols".</p> -</div> -</div> </div> </body> </html> |