summaryrefslogtreecommitdiff
path: root/language/greek/greek-fontenc/alphabeta.sty.html
diff options
context:
space:
mode:
Diffstat (limited to 'language/greek/greek-fontenc/alphabeta.sty.html')
-rw-r--r--language/greek/greek-fontenc/alphabeta.sty.html22
1 files changed, 16 insertions, 6 deletions
diff --git a/language/greek/greek-fontenc/alphabeta.sty.html b/language/greek/greek-fontenc/alphabeta.sty.html
index 97581b7a0d..84a217a1d7 100644
--- a/language/greek/greek-fontenc/alphabeta.sty.html
+++ b/language/greek/greek-fontenc/alphabeta.sty.html
@@ -620,7 +620,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}
- [2020/02/28 1.0 macros for Greek letters in text and math]</pre>
+ [2020/10/13 2.0 macros for Greek letters in text and math]</pre>
</dd>
</dl>
<div class="abstract topic">
@@ -672,6 +672,14 @@ mode.</p>
<td><p>rename <span class="docutils literal"><span class="pre">alphabeta-euenc.def</span></span> to
<span class="docutils literal"><span class="pre">alphabeta-tuenc.def</span></span>.</p></td>
</tr>
+<tr><td><p>1.0</p></td>
+<td><p>2020/09/25</p></td>
+<td><p>New package version. No changes in this file.</p></td>
+</tr>
+<tr><td><p>2.0</p></td>
+<td><p>2020/10/13</p></td>
+<td><p>Provide <span class="docutils literal">\Koppa</span>.</p></td>
+</tr>
</tbody>
</table>
</dd>
@@ -735,7 +743,7 @@ the next steps until the start of the document body:</p>
</section>
<section id="save-math-macros">
<h3>Save math macros</h3>
-<p>Provide an alias for the standard math commands:</p>
+<p>Map the standard math commands to maths-specific names:</p>
<pre class="literal-block">\let\mathGamma\Gamma
\let\mathDelta\Delta
\let\mathTheta\Theta
@@ -867,6 +875,7 @@ in both, text and math mode.</p>
\providecommand*{\stigma}{\textstigma} % ϛ
\providecommand*{\varstigma}{\textvarstigma} % stigma variant (CB.enc, teubner)
\providecommand*{\koppa}{\textkoppa} % ϟ (greek small letter koppa)
+\providecommand*{\Koppa}{\textKoppa} % Ϟ (greek letter koppa)
\providecommand*{\qoppa}{\textqoppa} % ϙ (archaic koppa)
\providecommand*{\Qoppa}{\textQoppa} % Ϙ (archaic Koppa)
\providecommand*{\Stigma}{\textStigma} % Ϛ (in some fonts ϹΤ ligature)
@@ -877,7 +886,7 @@ in both, text and math mode.</p>
<h4>Variant shape symbols</h4>
<p>TeX’s concept of “standard” vs. “variant” math symbols does not map to the
distinction between GREEK LETTER … vs. GREEK … SYMBOL in the Unicode
-standard (see <a class="reference external" href="tuenc-greek-doc.pdf">tuenc-greek-doc.pdf</a>).</p>
+standard (see <a class="reference external" href="test-tuenc-greek.pdf">test-tuenc-greek.pdf</a>).</p>
<p>The <span class="docutils literal"><span class="pre">\...symbol</span></span> macros select the GREEK … SYMBOL in both, text and
math mode. For <span class="docutils literal">\epsilonsymbol</span> and <span class="docutils literal">\phisymbol</span> this is the default
shape in math mode. The <span class="docutils literal"><span class="pre">\var...</span></span> macros select the shape used by TeX
@@ -918,11 +927,12 @@ it. In order to let compositions like <span class="docutils literal"><span class
<span class="docutils literal"><span class="pre">\ensuregreek{\&gt;&quot;\alpha}</span></span> work as expected we define TextComposites with the
<cite>letter name commands</cite>. (Composition only works if the active font encoding
is LGR).</p>
-<pre class="literal-block">\ifdefined\UTFencname
+<pre class="literal-block">\&#64;ifl&#64;aded{def}{tuenc-greek}{
\input{alphabeta-tuenc.def}
-\else % 8-bit TeX
+}{}
+\&#64;ifl&#64;aded{def}{lgrenc}{
\input{alphabeta-lgr.def}
-\fi</pre>
+}{}</pre>
</section>
<section id="re-definition-for-greek-unicode-input-in-math-mode">
<h3>Re-definition for Greek Unicode input in math mode</h3>