diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-13 22:08:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-13 22:08:47 +0000 |
commit | 6f3ea19c12e4e035a14c4092c3fdc4cbc359a7fb (patch) | |
tree | 14fd64cb0176e703de15e914e6a93fd87b6ecb35 /Master/texmf-dist/doc | |
parent | 85c6a8aa9952fa244dac588d1e2a036ecd7ca772 (diff) |
lgrx (13sep13)
git-svn-id: svn://tug.org/texlive/trunk@31646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/lgrx/README | 137 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/lgrx/README.html | 150 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/lgrx/alphabeta-test.pdf | bin | 264875 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/lgrx/alphabeta-test.tex | 232 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/lgrx/alphabeta.sty.html | 1144 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/lgrx/lgrxenc-test.pdf | bin | 236572 -> 236572 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/lgrx/lgrxenc.def.html | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/lgrx/textalpha-test.pdf | bin | 331428 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/lgrx/textalpha-test.tex | 224 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/lgrx/textalpha.sty.html | 969 |
10 files changed, 45 insertions, 2817 deletions
diff --git a/Master/texmf-dist/doc/latex/lgrx/README b/Master/texmf-dist/doc/latex/lgrx/README index ab87415a71d..e252413d879 100644 --- a/Master/texmf-dist/doc/latex/lgrx/README +++ b/Master/texmf-dist/doc/latex/lgrx/README @@ -8,13 +8,13 @@ Greek text with the LGR font encoding conditions of the `LaTeX Project Public License`_, either version 1.3 of this license or any later version. -:Abstract: The `lgrx` bundle provides packages that help typesetting Greek - symbols with 8-bit LaTeX in multi-lingual documents. - +:Abstract: Obsolete package for Greek in text. News ==== +The `lgrx` package is obsoleted by greek-fontenc_ and greek-inputenc_. + :2013-05-28: The new package greek-fontenc_ provides a comprehensive LGR font encoding file ``lgrenc.def``, that supersedes both this bundles ``lgrxenc.def`` and the minimal ``lgrenc.def`` @@ -31,137 +31,40 @@ News ``lgrxenc.def`` now loads ``lgrenc.def`` and adds some backwards compatibility definitions. -.. note:: The TeXLive 2012 pre-release contained the Unicode definition file - ``lgrenc.dfu`` in the documentation instead of the TEXPATH. To enable - `utf-8 support for Greek`_, update via `tlmgr` or place a copy in the - TEXPATH «by hand». See - http://tug.org/pipermail/tex-live/2012-June/031757.html +:2013-09-13: ``alphabeta.sty`` and ``textalpha.sty`` moved to greek-fontenc_ + and now also support XeTeX/LuaTeX. - -Files +Usage ===== -LaTeX files: - :textalpha.sty: `Default text macros for Greek symbols`_ independent of - the current font encoding. Requires greek-fontenc_, - enhances greek-inputenc_. - - Literal source: `<textalpha.sty.html>`_ - - :alphabeta.sty: `Generic macros for Greek symbols`_ in text and math. - Requires ``textalpha.sty``. - - Literal source: `<alphabeta.sty.html>`_ - - :lgrxenc.def: backwards compatibility file. New documents should use - greek-fontenc_'s ``lgrenc.def`` instead. - -Documentation and test documents: - .. class:: run-in - - :`<textalpha-test.pdf>`_: `The textalpha package`, - source `<textalpha-test.tex>`__ - :`<alphabeta-test.pdf>`_: `The alphabeta package`, - source `<alphabeta-test.tex>`__ - :`<lgrxenc-test.pdf>`_: source `<lgrxenc-test.tex>`__ - - -Components of the `lgrx` bundle -=============================== - - -The `lgrx` bundle consists of the `textalpha` and `alphabeta` packages and -the backwards compatibility file ``lgrxenc.def``. +To update existing documents, replace, e.g., :: + \usepackage[LGRx,T1]{fontenc} -Default text macros for Greek symbols -------------------------------------- +with :: -``textalpha.sty`` makes the ``\textalpha``, ``\textbeta`` ... macros as well as -the ``\ensuregreek`` command aviable in any font encoding. With the -greek-inputenc_ package, Unicode input of Greek letters works in any font -encoding, too. + \usepackage[LGR,T1]{fontenc} -.. _limitations: +No change is required for documents using the ``textalpha`` or ``alphabeta`` +packages now bundled with greek-fontenc_. -However, in any font encoding except LGR: -* there is no kerning between Greek characters, -* composition of diacritics (like ``\'"``) fails, -* accent macros do not select precomposed characters - (pre-composed Unicode literals work fine). - -See the literal source textalpha.sty.html_ and the example document -textalpha-test.pdf_ for details on usage, limitations, and recommended -workarounds. - - -Generic macros for Greek symbols --------------------------------- - -``alphabeta.sty`` allows you to use ``\alpha``, ``\beta``, ... in both, text -and math mode. For this, the math macros are redefined with the help of -``\TextOrMath`` from the standard package fixltx2e_. - -Unicode input of Greek letters works also in mathematical formulas. - -See the literal source alphabeta.sty.html_ and the example document -alphabeta-test.pdf_ for details. - - -LGR font encoding definition file ---------------------------------- - -``lgrxenc.def`` was an alternative to the rudimentary LGR encoding -definition file ``lgrenc.def`` that came with babel_'s Greek -support. It is now superseded by ``lgrenc.def`` from greek-fontenc_ but kept -here for backwards compatibility. - - -UTF-8 support for Greek ------------------------ - -Moved to the greek-inputenc_ package. +Files +===== +`<lgrxenc.def>`_ + backwards compatibility font encoding file -References -========== +`<lgrxenc-test.pdf>`_, `<lgrxenc-test.tex>`_ + test document -.. [fntguide] LaTeX3 Project Team, `LaTeX 2ε font selection`, 2005. - http://mirror.ctan.org/macros/latex/doc/fntguide.pdf -.. [encguide] Frank Mittelbach, Robin Fairbairns, Werner Lemberg, - LaTeX3 Project Team, `LaTeX font encodings`, 2006. - http://mirror.ctan.org/macros/latex/doc/encguide.pdf -.. [greek-usage] Apostolos Syropoulos, `Writing Greek with the greek option - of the babel package`, 1997. - http://www.tug.org/texlive/Contents/live/texmf-dist/doc/generic/babel/greek-usage.pdf -.. [cbfonts] Claudio Beccari, `The CB Greek fonts`, Εὔτυπον, τεῦχος № 21, 2008. - http://www.eutypon.gr/eutypon/pdf/e2008-21/e21-a01.pdf -.. [teubner-doc] Claudio Beccari, ``teubner.sty`` - `An extension to the greek option of the babel package`, 2011. - http://mirror.ctan.org/macros/latex/contrib/teubner/teubner-doc.pdf -.. [lemberg2008] Werner Lemberg, - `Unicode support for the Greek LGR encoding`, Εὔτυπον, τεῦχος № 20, 2008. - http://www.eutypon.gr/eutypon/pdf/e2008-20/e20-a03.pdf +.. References + ========== .. _LaTeX Project Public License: http://www.latex-project.org/lppl.txt -.. _CB Fonts: http://www.ctan.org/pkg/cbgreek-complete -.. _grtimes: http://www.ctan.org/pkg/grtimes -.. _GFS font collection: http://www.ctan.org/pkg/gfs -.. _Kerkis: http://www.ctan.org/pkg/kerkis -.. _lgrx: http://www.ctan.org/pkg/lgrx -.. _substitutefont: http://www.ctan.org/pkg/substitutefont -.. _babel: http://www.ctan.org/pkg/babel .. _babel-greek: http://www.ctan.org/pkg/babel-greek .. _fontenc: http://www.ctan.org/pkg/fontenc -.. _inputenc: http://www.ctan.org/pkg/inputenc -.. _fontspec: http://www.ctan.org/pkg/fontspec .. _greek-fontenc: http://www.ctan.org/pkg/greek-fontenc .. _greek-inputenc: http://www.ctan.org/pkg/greek-inputenc -.. _polyglossia: http://www.ctan.org/pkg/polyglossia -.. _textgreek: http://www.ctan.org/pkg/textgreek -.. _fixltx2e: http://www.ctan.org/pkg/fixltx2e -.. _hyperref: http://www.ctan.org/pkg/hyperref -.. _bookmark: http://www.ctan.org/pkg/bookmark diff --git a/Master/texmf-dist/doc/latex/lgrx/README.html b/Master/texmf-dist/doc/latex/lgrx/README.html index b84b420dd23..8343ea15860 100644 --- a/Master/texmf-dist/doc/latex/lgrx/README.html +++ b/Master/texmf-dist/doc/latex/lgrx/README.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 text with the LGR font encoding</title> <meta name="copyright" content="© 2010 Günter Milde" /> <style type="text/css"> @@ -728,12 +728,12 @@ version 1.3 of this license or any later version.</p> </dl> <div class="abstract topic"> <p class="topic-title first">Abstract</p> -<p>The <cite>lgrx</cite> bundle provides packages that help typesetting Greek -symbols with 8-bit LaTeX in multi-lingual documents.</p> +<p>Obsolete package for Greek in text.</p> </div> <!-- -*- rst-mode -*- --> <div class="section" id="news"> <h1>News</h1> +<p>The <cite>lgrx</cite> package is obsoleted by <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a> and <a class="reference external" href="http://www.ctan.org/pkg/greek-inputenc">greek-inputenc</a>.</p> <dl class="field-list"> <dt>2013-05-28</dt> <dd><p>The new package <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a> provides a comprehensive LGR @@ -752,139 +752,35 @@ from <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc"> <p><tt class="literal">lgrxenc.def</tt> now loads <tt class="literal">lgrenc.def</tt> and adds some backwards compatibility definitions.</p> </dd> +<dt>2013-09-13</dt> +<dd><p><tt class="literal">alphabeta.sty</tt> and <tt class="literal">textalpha.sty</tt> moved to <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a> +and now also support XeTeX/LuaTeX.</p> +</dd> </dl> -<div class="note"> -<p class="admonition-title">Note</p> -<p>The TeXLive 2012 pre-release contained the Unicode definition file -<tt class="literal">lgrenc.dfu</tt> in the documentation instead of the TEXPATH. To enable -<a class="reference internal" href="#utf-8-support-for-greek">utf-8 support for Greek</a>, update via <cite>tlmgr</cite> or place a copy in the -TEXPATH «by hand». See -<a class="reference external" href="http://tug.org/pipermail/tex-live/2012-June/031757.html">http://tug.org/pipermail/tex-live/2012-June/031757.html</a></p> </div> +<div class="section" id="usage"> +<h1>Usage</h1> +<p>To update existing documents, replace, e.g.,</p> +<pre class="literal-block">\usepackage[LGRx,T1]{fontenc} +</pre> +<p>with</p> +<pre class="literal-block">\usepackage[LGR,T1]{fontenc} +</pre> +<p>No change is required for documents using the <tt class="literal">textalpha</tt> or <tt class="literal">alphabeta</tt> +packages now bundled with <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a>.</p> </div> <div class="section" id="files"> <h1>Files</h1> <dl class="docutils"> -<dt>LaTeX files:</dt> -<dd><dl class="field-list"> -<dt>textalpha.sty</dt> -<dd><p><a class="reference internal" href="#default-text-macros-for-greek-symbols">Default text macros for Greek symbols</a> independent of -the current font encoding. Requires <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a>, -enhances <a class="reference external" href="http://www.ctan.org/pkg/greek-inputenc">greek-inputenc</a>.</p> -<p>Literal source: <a class="reference external" href="textalpha.sty.html">textalpha.sty.html</a></p> -</dd> -<dt>alphabeta.sty</dt> -<dd><p><a class="reference internal" href="#generic-macros-for-greek-symbols">Generic macros for Greek symbols</a> in text and math. -Requires <tt class="literal">textalpha.sty</tt>.</p> -<p>Literal source: <a class="reference external" href="alphabeta.sty.html">alphabeta.sty.html</a></p> -</dd> -<dt>lgrxenc.def</dt> -<dd><p>backwards compatibility file. New documents should use -<a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a>’s <tt class="literal">lgrenc.def</tt> instead.</p> -</dd> -</dl> -</dd> -<dt>Documentation and test documents:</dt> -<dd><dl class="run-in field-list simple"> -<dt><a class="reference external" href="textalpha-test.pdf">textalpha-test.pdf</a></dt> -<dd><p><cite>The textalpha package</cite>, -source <a class="reference external" href="textalpha-test.tex">textalpha-test.tex</a></p> -</dd> -<dt><a class="reference external" href="alphabeta-test.pdf">alphabeta-test.pdf</a></dt> -<dd><p><cite>The alphabeta package</cite>, -source <a class="reference external" href="alphabeta-test.tex">alphabeta-test.tex</a></p> +<dt><a class="reference external" href="lgrxenc.def">lgrxenc.def</a></dt> +<dd><p>backwards compatibility font encoding file</p> </dd> -<dt><a class="reference external" href="lgrxenc-test.pdf">lgrxenc-test.pdf</a></dt> -<dd><p>source <a class="reference external" href="lgrxenc-test.tex">lgrxenc-test.tex</a></p> -</dd> -</dl> -</dd> -</dl> -</div> -<div class="section" id="components-of-the-lgrx-bundle"> -<h1>Components of the <cite>lgrx</cite> bundle</h1> -<p>The <cite>lgrx</cite> bundle consists of the <cite>textalpha</cite> and <cite>alphabeta</cite> packages and -the backwards compatibility file <tt class="literal">lgrxenc.def</tt>.</p> -<div class="section" id="default-text-macros-for-greek-symbols"> -<h2>Default text macros for Greek symbols</h2> -<p><tt class="literal">textalpha.sty</tt> makes the <tt class="literal">\textalpha</tt>, <tt class="literal">\textbeta</tt> … macros as well as -the <tt class="literal">\ensuregreek</tt> command aviable in any font encoding. With the -<a class="reference external" href="http://www.ctan.org/pkg/greek-inputenc">greek-inputenc</a> package, Unicode input of Greek letters works in any font -encoding, too.</p> -<p id="limitations">However, in any font encoding except LGR:</p> -<ul class="simple"> -<li><p>there is no kerning between Greek characters,</p></li> -<li><p>composition of diacritics (like <tt class="literal">\'"</tt>) fails,</p></li> -<li><p>accent macros do not select precomposed characters -(pre-composed Unicode literals work fine).</p></li> -</ul> -<p>See the literal source <a class="reference external" href="textalpha.sty.html">textalpha.sty.html</a> and the example document -<a class="reference external" href="textalpha-test.pdf">textalpha-test.pdf</a> for details on usage, limitations, and recommended -workarounds.</p> -</div> -<div class="section" id="generic-macros-for-greek-symbols"> -<h2>Generic macros for Greek symbols</h2> -<p><tt class="literal">alphabeta.sty</tt> allows you to use <tt class="literal">\alpha</tt>, <tt class="literal">\beta</tt>, … in both, text -and math mode. For this, the math macros are redefined with the help of -<tt class="literal">\TextOrMath</tt> from the standard package <a class="reference external" href="http://www.ctan.org/pkg/fixltx2e">fixltx2e</a>.</p> -<p>Unicode input of Greek letters works also in mathematical formulas.</p> -<p>See the literal source <a class="reference external" href="alphabeta.sty.html">alphabeta.sty.html</a> and the example document -<a class="reference external" href="alphabeta-test.pdf">alphabeta-test.pdf</a> for details.</p> -</div> -<div class="section" id="lgr-font-encoding-definition-file"> -<h2>LGR font encoding definition file</h2> -<p><tt class="literal">lgrxenc.def</tt> was an alternative to the rudimentary LGR encoding -definition file <tt class="literal">lgrenc.def</tt> that came with <a class="reference external" href="http://www.ctan.org/pkg/babel">babel</a>’s Greek -support. It is now superseded by <tt class="literal">lgrenc.def</tt> from <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a> but kept -here for backwards compatibility.</p> -</div> -<div class="section" id="utf-8-support-for-greek"> -<h2>UTF-8 support for Greek</h2> -<p>Moved to the <a class="reference external" href="http://www.ctan.org/pkg/greek-inputenc">greek-inputenc</a> package.</p> -</div> -</div> -<div class="section" id="references"> -<h1>References</h1> -<dl class="citation"><dt class="label">[fntguide]</dt> -<dd id="fntguide"> -<p class="first last">LaTeX3 Project Team, <cite>LaTeX 2ε font selection</cite>, 2005. -<a class="reference external" href="http://mirror.ctan.org/macros/latex/doc/fntguide.pdf">http://mirror.ctan.org/macros/latex/doc/fntguide.pdf</a></p> -</dd> -</dl> -<dl class="citation"><dt class="label">[encguide]</dt> -<dd id="encguide"> -<p class="first last">Frank Mittelbach, Robin Fairbairns, Werner Lemberg, -LaTeX3 Project Team, <cite>LaTeX font encodings</cite>, 2006. -<a class="reference external" href="http://mirror.ctan.org/macros/latex/doc/encguide.pdf">http://mirror.ctan.org/macros/latex/doc/encguide.pdf</a></p> -</dd> -</dl> -<dl class="citation"><dt class="label">[greek-usage]</dt> -<dd id="greek-usage"> -<p class="first last">Apostolos Syropoulos, <cite>Writing Greek with the greek option -of the babel package</cite>, 1997. -<a class="reference external" href="http://www.tug.org/texlive/Contents/live/texmf-dist/doc/generic/babel/greek-usage.pdf">http://www.tug.org/texlive/Contents/live/texmf-dist/doc/generic/babel/greek-usage.pdf</a></p> -</dd> -</dl> -<dl class="citation"><dt class="label">[cbfonts]</dt> -<dd id="cbfonts"> -<p class="first last">Claudio Beccari, <cite>The CB Greek fonts</cite>, Εὔτυπον, τεῦχος № 21, 2008. -<a class="reference external" href="http://www.eutypon.gr/eutypon/pdf/e2008-21/e21-a01.pdf">http://www.eutypon.gr/eutypon/pdf/e2008-21/e21-a01.pdf</a></p> -</dd> -</dl> -<dl class="citation"><dt class="label">[teubner-doc]</dt> -<dd id="teubner-doc"> -<p class="first last">Claudio Beccari, <tt class="literal">teubner.sty</tt> -<cite>An extension to the greek option of the babel package</cite>, 2011. -<a class="reference external" href="http://mirror.ctan.org/macros/latex/contrib/teubner/teubner-doc.pdf">http://mirror.ctan.org/macros/latex/contrib/teubner/teubner-doc.pdf</a></p> -</dd> -</dl> -<dl class="citation"><dt class="label">[lemberg2008]</dt> -<dd id="lemberg2008"> -<p class="first last">Werner Lemberg, -<cite>Unicode support for the Greek LGR encoding</cite>, Εὔτυπον, τεῦχος № 20, 2008. -<a class="reference external" href="http://www.eutypon.gr/eutypon/pdf/e2008-20/e20-a03.pdf">http://www.eutypon.gr/eutypon/pdf/e2008-20/e20-a03.pdf</a></p> +<dt><a class="reference external" href="lgrxenc-test.pdf">lgrxenc-test.pdf</a>, <a class="reference external" href="lgrxenc-test.tex">lgrxenc-test.tex</a></dt> +<dd><p>test document</p> </dd> </dl> +<!-- References +========== --> </div> </div> </body> diff --git a/Master/texmf-dist/doc/latex/lgrx/alphabeta-test.pdf b/Master/texmf-dist/doc/latex/lgrx/alphabeta-test.pdf Binary files differdeleted file mode 100644 index cc9685828e3..00000000000 --- a/Master/texmf-dist/doc/latex/lgrx/alphabeta-test.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/lgrx/alphabeta-test.tex b/Master/texmf-dist/doc/latex/lgrx/alphabeta-test.tex deleted file mode 100644 index c71bc56b2ef..00000000000 --- a/Master/texmf-dist/doc/latex/lgrx/alphabeta-test.tex +++ /dev/null @@ -1,232 +0,0 @@ -\documentclass{article} -\usepackage{cmap} % fix search and cut-and-paste in PDF -\usepackage{parskip} -\usepackage{textcomp} -\usepackage{amsmath} -\usepackage{fixmath} -\usepackage{lmodern} -% \usepackage{gfsdidot} -% \usepackage{kerkis} -\usepackage[T1]{fontenc} -\usepackage[utf8]{inputenc} -\usepackage{hyperref} -\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue,pdfencoding=auto} -\usepackage{bookmark} -% No section numbers but PDF bookmarks for sections -\setcounter{secnumdepth}{0} - -% load alphabeta after math setup and encoding setup! -\usepackage{alphabeta} - -\begin{document} - -\title{The \emph{alphabeta} package} -\author{Günter Milde} -\maketitle - -With the \emph{alphabeta} package, you can write Greek letters ``by name'' -or as literal Unicode characters in both, ``text'' and ``math'' mode. The -mode determines whether the letters are taken from the text or math font. -Just like Latin letters, the Greek counterparts are by default italic in -math mode (capital letters upright without \emph{fixmath} or -\emph{\href{http://www.ctan.org/pkg/isomath}{isomath}}) and upright in text: - -\begin{quote} - Text: L \Gamma{} l \gamma, - emphasized text: \emph{L \Gamma{} l \gamma}, - mathematics: $ L \ \Gamma \ l \ \gamma $ -\end{quote} - -This makes it easy to write a single Greek symbol (like \Psi{} or \mu{}) or -a \lambda\omicron\gamma\omicron\varsigma{} in non-Greek text as well as -ISO-conforming formulas with upright symbols for constants like $A = -\text{\pi} r^2$ instead of $A = \pi r^2$. - -\section{Tests and examples} - -\subsection{Greek alphabet} - -Greek letters via Latin transscription in LGR font encoding: - -\begin{quote} - \ensuregreek{A B G D E Z H J I K L M N X O P R S T U F Q Y W}\\ - \ensuregreek{a b g d e z h j i k l m n x o p r s c t u f q y w} -\end{quote} - -Greek letters via default macros in LGR font encoding: - -\begin{quote} \ensuregreek{ - \Alpha{} \Beta{} \Gamma{} \Delta{} \Epsilon{} \Zeta{} \Eta{} \Theta{} - \Iota{} \Kappa{} \Lambda{} \Mu{} \Nu{} \Xi{} \Omicron{} \Pi{} \Rho{} - \Sigma{} \Tau{} \Upsilon{} \Phi{} \Chi{} \Psi{} \Omega{} - \\ - \alpha{} \beta{} \gamma{} \delta{} \epsilon{} \zeta{} \eta{} \theta{} - \iota{} \kappa{} \lambda{} \mu{} \nu{} \xi{} \omicron{} \pi{} \rho{} - \sigma{} \varsigma{} \tau{} \upsilon{} \phi{} \chi{} \psi{} \omega{} - \\ - \digamma{} \Digamma{} \stigma{} \varstigma{} \koppa{} \qoppa{} \Qoppa{} - \Stigma{} \Sampi{} \sampi{} - } -\end{quote} - -Greek letters via default macros in other font encoding (here T1): - -\begin{quote} - \Alpha{} \Beta{} \Gamma{} \Delta{} \Epsilon{} \Zeta{} \Eta{} \Theta{} - \Iota{} \Kappa{} \Lambda{} \Mu{} \Nu{} \Xi{} \Omicron{} \Pi{} \Rho{} - \Sigma{} \Tau{} \Upsilon{} \Phi{} \Chi{} \Psi{} \Omega{} - \\ - \alpha{} \beta{} \gamma{} \delta{} \epsilon{} \zeta{} \eta{} \theta{} - \iota{} \kappa{} \lambda{} \mu{} \nu{} \xi{} \omicron{} \pi{} \rho{} - \sigma{} \varsigma{} \tau{} \upsilon{} \phi{} \chi{} \psi{} \omega{} - \\ - \digamma{} \Digamma{} \stigma{} \varstigma{} \koppa{} \qoppa{} \Qoppa{} - \Stigma{} \Sampi{} \sampi{} -\end{quote} - -Greek letters via Unicode input in T1 font encoding: - -\begin{quote} - Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω\\ - α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ ς τ υ φ χ ψ ω\\ - ϝ Ϝ ϛ ϟ ϙ Ϙ Ϛ Ϡ ϡ -\end{quote} - -Greek letters in math (with \emph{fixmath}): -(There are no math macros for Greek letters wich exist with similar shape in -the Latin alphabet.) - -\begin{align*} - & - % \Alpha{} \Beta{} - \Gamma{} \Delta{} - % \Epsilon{} \Zeta{} \Eta{} - \Theta{} - % \Iota{} \Kappa{} - \Lambda{} - % \Mu{} \Nu{} - \Xi{} - % \Omicron{} - \Pi{} - % \Rho{} - \Sigma{} - % \Tau{} - \Upsilon{} \Phi{} - % \Chi{} - \Psi{} \Omega{} -\\& - \alpha{} \beta{} \gamma{} \delta{} \epsilon{} \zeta{} \eta{} \theta{} - \iota{} \kappa{} \lambda{} \mu{} \nu{} \xi{} - % \omicron{} - \pi{} \rho{} - \sigma{} \varsigma{} \tau{} \upsilon{} \phi{} \chi{} \psi{} \omega{} - \, \digamma{} -\end{align*} - -Unicode input in math mode: -\begin{align*} & Γ ΔΘΛΞΠΣΥ ΦΨ Ω \\ - & αβγδεζηθικλμνξπρσςτ υφχψω \, ϝ -\end{align*} - -\subsection{ - \ensuregreek{\<\Epsilon\lambda\lambda\eta\nu\iota\kappa\'\alpha{} (Ἑλληνικά)} - in PDF strings} - -With the alphabeta package, you get Greek letters in both, the document body -and PDF metadata generated by hyperref if the input uses Unicode literals or -macros. Wrapping in \verb+\ensuregreek+ ensures the right placement of the -accents and breathings (before, not above capital letters). With LICR input -(accent macros + symbol macros), non-standard diacritics are missing in the -PDF data, as hyperref's PU encoding (currently) does not support polytonic -Greek (dasia dropped at the start of the heading in the PDF toc). - -The generic macros result in warnings like -% -\begin{verbatim} -Package hyperref Warning: Token not allowed in a PDF string (Unicode): -(hyperref) removing `\TextOrMath ' on input line 109. - - -Package hyperref Warning: Token not allowed in a PDF string (Unicode): -(hyperref) removing `\mathlambda' on input line 109. -\end{verbatim} -% -that can savely be ignored. - -\subsection{Greek in math $\sin^2\alpha$} - -PDF strings do not know math mode. The content of a formula or equation is -evaluated in text mode with non-valid commands discarded. This works for -simple formulas (but not for super-/subscripts). With the \emph{alphabeta} -package, it works also for Greek letters (with the abovementionend warnings -from hyperref). - -In the main document, Greek continues to work as usual: - -\[\Gamma = \frac{\sin\alpha}{\cos{\beta}}. -\] - -Literal Unicode characters in mathematics are currently not supported. -% $sin^2 α$ is printed with latin letter a: sin²a - - -\subsection{Diacritics} - -Accent macros are set up for use with the generic macros by definition of -``TextComposite'' commands. - -Diacritics (except the dialytika) should placed -before capital letters and dropped with MakeUppercase: - -\ensuregreek{ -\<{\alpha} \>{\epsilon} \"'{\iota} \>`{\eta} -\'<{\omicron} \~<{\upsilon} \~>{\omega} -\\ -\<{\Alpha} \>{\Epsilon} \"'{\Iota} \>`{\Eta} -\'<{\Omicron} \~<{\Upsilon} \~>{\Omega} -\\ -\MakeUppercase{% - \<{\alpha} \>{\epsilon} \"'{\iota} \>`\eta{} - \'<{\omicron} \~<{\upsilon} \~>{\omega} -}} - -\subsection{Limitations} - -If the current font encoding is not LGR, the same limitation like with -\emph{textalpha} apply: - -\begin{itemize} - -\item Composition of diacritics (like \verb+\>\'+) fails: - - \<{\alpha} \>{\epsilon} \"'{\iota} \>`\eta{} - \'<{\omicron} \~<{\upsilon} \~>{\omega} - - Long names (like \verb+\accdasiaoxia+) work in any font encoding, - however they do not select precomposed characters (the difference - becomes obvious if you drag-and-drop text from the PDF version of this - document): - % - \ensuregreek{\<'\alpha{} \accdasia\acctonos\alpha{} \accdasiaoxia\alpha{}} - (LGR) vs. \accdasiaoxia\alpha{} (T1) - -\item MakeUppercase fails with composite diacritics in other font encodings. - % \MakeUppercase{% - % \<\alpha{} \>\epsilon{} \'\iota{} \`\eta{} \~\upsilon{} - % } - -\item There is no kerning between Greek letters, if the font encoding is not - LGR: compare \ensuregreek{AUA} (LGR) to \Alpha\Upsilon\Alpha (T1). - Because of this (and for proper hyphenation), use of the Babel package - and correct language setting is recommended for Greek quotes. - -\end{itemize} - -The \verb+\ensuregreek+ TextCommandDefault ensures that the argument is -typeset with a font encoding supporting Greek. This keeps kerning (if the -kerning pair is inside the argument, \ensuregreek{\Alpha\Upsilon\Alpha}), -and allows iterative accent macros where pre-composed characters are -selected (\ensuregreek{\<'\alpha}). - -\end{document} - diff --git a/Master/texmf-dist/doc/latex/lgrx/alphabeta.sty.html b/Master/texmf-dist/doc/latex/lgrx/alphabeta.sty.html deleted file mode 100644 index a320c720dbf..00000000000 --- a/Master/texmf-dist/doc/latex/lgrx/alphabeta.sty.html +++ /dev/null @@ -1,1144 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<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/" /> -<title>alphabeta: Greek symbols in text and math</title> -<meta name="copyright" content="© 2010 Günter Milde" /> -<style type="text/css"> - -/* -:Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $ -:Copyright: This stylesheet has been placed in the public domain. - -Default cascading style sheet for the HTML output of Docutils. - -See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to -customize this style sheet. -*/ - -/* used to remove borders from tables and images */ -.borderless, table.borderless td, table.borderless th { - border: 0 } - -table.borderless td, table.borderless th { - /* Override padding for "table.docutils td" with "! important". - The right padding separates the table cells. */ - padding: 0 0.5em 0 0 ! important } - -.first { - /* Override more specific margin styles with "! important". */ - margin-top: 0 ! important } - -.last, .with-subtitle { - margin-bottom: 0 ! important } - -.hidden { - display: none } - -a.toc-backref { - text-decoration: none ; - color: black } - -blockquote.epigraph { - margin: 2em 5em ; } - -dl.docutils dd { - margin-bottom: 0.5em } - -object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] { - overflow: hidden; -} - -/* Uncomment (and remove this text!) to get bold-faced definition list terms -dl.docutils dt { - font-weight: bold } -*/ - -div.abstract { - margin: 2em 5em } - -div.abstract p.topic-title { - font-weight: bold ; - text-align: center } - -div.admonition, div.attention, div.caution, div.danger, div.error, -div.hint, div.important, div.note, div.tip, div.warning { - margin: 2em ; - border: medium outset ; - padding: 1em } - -div.admonition p.admonition-title, div.hint p.admonition-title, -div.important p.admonition-title, div.note p.admonition-title, -div.tip p.admonition-title { - font-weight: bold ; - font-family: sans-serif } - -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title, .code .error { - color: red ; - font-weight: bold ; - font-family: sans-serif } - -/* Uncomment (and remove this text!) to get reduced vertical space in - compound paragraphs. -div.compound .compound-first, div.compound .compound-middle { - margin-bottom: 0.5em } - -div.compound .compound-last, div.compound .compound-middle { - margin-top: 0.5em } -*/ - -div.dedication { - margin: 2em 5em ; - text-align: center ; - font-style: italic } - -div.dedication p.topic-title { - font-weight: bold ; - font-style: normal } - -div.figure { - margin-left: 2em ; - margin-right: 2em } - -div.footer, div.header { - clear: both; - font-size: smaller } - -div.line-block { - display: block ; - margin-top: 1em ; - margin-bottom: 1em } - -div.line-block div.line-block { - margin-top: 0 ; - margin-bottom: 0 ; - margin-left: 1.5em } - -div.sidebar { - margin: 0 0 0.5em 1em ; - border: medium outset ; - padding: 1em ; - background-color: #ffffee ; - width: 40% ; - float: right ; - clear: right } - -div.sidebar p.rubric { - font-family: sans-serif ; - font-size: medium } - -div.system-messages { - margin: 5em } - -div.system-messages h1 { - color: red } - -div.system-message { - border: medium outset ; - padding: 1em } - -div.system-message p.system-message-title { - color: red ; - font-weight: bold } - -div.topic { - margin: 2em } - -h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, -h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { - margin-top: 0.4em } - -h1.title { - text-align: center } - -h2.subtitle { - text-align: center } - -hr.docutils { - width: 75% } - -img.align-left, .figure.align-left, object.align-left { - clear: left ; - float: left ; - margin-right: 1em } - -img.align-right, .figure.align-right, object.align-right { - clear: right ; - float: right ; - margin-left: 1em } - -img.align-center, .figure.align-center, object.align-center { - display: block; - margin-left: auto; - margin-right: auto; -} - -.align-left { - text-align: left } - -.align-center { - clear: both ; - text-align: center } - -.align-right { - text-align: right } - -/* reset inner alignment in figures */ -div.align-right { - text-align: inherit } - -/* div.align-center * { */ -/* text-align: left } */ - -ol.simple, ul.simple { - margin-bottom: 1em } - -ol.arabic { - list-style: decimal } - -ol.loweralpha { - list-style: lower-alpha } - -ol.upperalpha { - list-style: upper-alpha } - -ol.lowerroman { - list-style: lower-roman } - -ol.upperroman { - list-style: upper-roman } - -p.attribution { - text-align: right ; - margin-left: 50% } - -p.caption { - font-style: italic } - -p.credits { - font-style: italic ; - font-size: smaller } - -p.label { - white-space: nowrap } - -p.rubric { - font-weight: bold ; - font-size: larger ; - color: maroon ; - text-align: center } - -p.sidebar-title { - font-family: sans-serif ; - font-weight: bold ; - font-size: larger } - -p.sidebar-subtitle { - font-family: sans-serif ; - font-weight: bold } - -p.topic-title { - font-weight: bold } - -pre.address { - margin-bottom: 0 ; - margin-top: 0 ; - font: inherit } - -pre.literal-block, pre.doctest-block, pre.math, pre.code { - margin-left: 2em ; - margin-right: 2em } - -pre.code .ln { color: grey; } /* line numbers */ -pre.code, code { background-color: #eeeeee } -pre.code .comment, code .comment { color: #5C6576 } -pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } -pre.code .literal.string, code .literal.string { color: #0C5404 } -pre.code .name.builtin, code .name.builtin { color: #352B84 } -pre.code .deleted, code .deleted { background-color: #DEB0A1} -pre.code .inserted, code .inserted { background-color: #A3D289} - -span.classifier { - font-family: sans-serif ; - font-style: oblique } - -span.classifier-delimiter { - font-family: sans-serif ; - font-weight: bold } - -span.interpreted { - font-family: sans-serif } - -span.option { - white-space: nowrap } - -span.pre { - white-space: pre } - -span.problematic { - color: red } - -span.section-subtitle { - /* font-size relative to parent (h1..h6 element) */ - font-size: 80% } - -table.citation { - border-left: solid 1px gray; - margin-left: 1px } - -table.docinfo { - margin: 2em 4em } - -table.docutils { - margin-top: 0.5em ; - margin-bottom: 0.5em } - -table.footnote { - border-left: solid 1px black; - margin-left: 1px } - -table.docutils td, table.docutils th, -table.docinfo td, table.docinfo th { - padding-left: 0.5em ; - padding-right: 0.5em ; - vertical-align: top } - -table.docutils th.field-name, table.docinfo th.docinfo-name { - font-weight: bold ; - text-align: left ; - white-space: nowrap ; - padding-left: 0 } - -/* "booktabs" style (no vertical lines) */ -table.docutils.booktabs { - border: 0px; - border-top: 2px solid; - border-bottom: 2px solid; - border-collapse: collapse; -} -table.docutils.booktabs * { - border: 0px; -} -table.docutils.booktabs th { - border-bottom: thin solid; - text-align: left; -} - -h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, -h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { - font-size: 100% } - -ul.auto-toc { - list-style-type: none } - -</style> -<style type="text/css"> - -/* html4css2.css: Cascading style sheet for Docutils' html4strict writer. */ -/* */ -/* :Author: Günter Milde */ -/* :Copyright: © 2009 Günter Milde. */ -/* Released without warranties or conditions of any kind */ -/* under the terms of the Apache License, Version 2.0 */ -/* http://www.apache.org/licenses/LICENSE-2.0 */ -/* */ -/* This stylesheet supplements the Docutils standard style 'html4css1.css'. */ -/* It uses CSS 2.1 elements (supported by up-to-date versions of popular */ -/* browsers). */ - -/* General rules */ -/* ============= */ - -body { - padding: 0 5%; - margin: 8px 0; - line-height:1.3; - /* http://ilovetypography.com/2008/02/28/a-guide-to-web-typography/ - recommends "line-spacing that’s at least 140% of your text size" */ - counter-reset: table; - /* counter-reset: figure; */ -} - -/* avoid long lines --> better reading */ -/* OTOH: lines should not be too short because of missing hyphenation, */ -div.document { - max-width: 45em; - margin: auto; -} - -/* separate items except for compact lists */ -dl > dd { - margin-bottom: 1em; -} -.compact li, .compact p, .compact ul, .compact ol -dl.simple > dd, .simple li, .simple p, .simple ul, .simple ol { - margin-top: 0; - margin-bottom: 0; -/* background: magenta; */ -} -dl.simple, dl.compact, dl.simple > dd, dl.compact > dd { - margin-top: 0; - margin-bottom: 0; -/* background: lightgreen; */ -} - -/* space around paragraphs */ -dl > dd p:first-child, td > p { - margin: 0; -} - -/* Sidebar */ -/* ------- */ - -div.sidebar { - margin-right: -5%; -} - -/* Special definition lists */ -/* ======================== */ - -/* bold definition term on the same line as the label */ -dl.field-list > dt, dl.option-list > dt, dl.docinfo > dt, -dl.footnote > dt, dl.citation > dt, dl.description > dt { - clear: left; - float: left; - margin: 0; - padding: 0; - padding-right: 0.5em; - font-weight: bold; -} -/* except for these */ -dl.option-list > dt, dl.footnote > dt { - font-weight: normal; -} - - - -/* Field Lists */ -/* ----------- */ - -/* field names followed by a colon */ -dl.field-list > dt:after, dl.docinfo > dt:after { - content: ":"; -} - -/* Offset for field content (corresponds to the --field-name-limit option) */ -dl.field-list > dd { - margin-left: 9em; /* ca. 14 chars in the test examples */ - padding-left: 0.5em; -} - -/* start field-body on a new line after long field names */ -dl.field-list > dd p { - width: 100%; -/* display: inline-block; */ -/* background: yellow; */ -} - -dl.field-list > dd > p:first-child, -/* dl.field-list > dd > ol:first-child, */ -/* dl.field-list > dd > ul:first-child, */ -dl.field-list > dd > dl:first-child { - display: inline-block; -} - -/* field-list variants:: */ - -/* example for custom field-name width */ -dl.field-list.narrow > dd { - margin-left: 5em; -} - -/* start field-body on same line after long field names */ -dl.field-list.run-in > dd p { - display: block; -} - -/* wrap or truncate long field names */ -dl.field-list.fix-labelwidth > dt { - width: 8em; /* set to dl.field-list > dd margin-left - padding-left */ - overflow: hidden; -} -dl.field-list.fix-labelwidth > dd:after { - /* a "stopper" to prevent next dd floating up too far */ - content: ''; - display: block; - clear: left; -} - -/* docinfo */ - -dl.docinfo > dd { - margin-left: 8em; -/* margin-bottom: 0.5em; */ -} - - -/* option list */ - -dl.option-list { - margin-left: 1em; - padding-left: 0; -} - -dl.option-list > dd { - margin-left: 8em; - /* margin-bottom: 0.5em; */ -} - -/* start description on a new line after long options */ -dl.option-list > dd p { - width: 100%; - display: inline-block; -} - -/* footnotes */ - -a.footnote-reference, a.fn-backref { - text-decoration: inherit; /* do not underline footnote links */ -} - -dl.footnote { - /* line on the left */ - padding-left: 1ex; - border-left: solid; - border-left-width: thin; - /* border-color: black; */ -} - -/* paragraph on same line as backrefs */ -dd > em { -/* background: green; */ - float: left; - margin-right: 1ex -} - - -/* -Ordered List (Enumeration) --------------------------- - -Use counters to replace the deprecated start attribute. Make sure the -resulting list resembles the list-style 'outside' with a hanging indent. -*/ - -/* New ordered list: reset counter, suppress the default label */ -ol, ol.arabic, ol.loweralpha, ol.upperalpha, -ol.lowerroman, ol.upperroman { - counter-reset: item; - list-style: none -} - -/* Set the negative indent of the list label as feature of the list item */ -ol > li { - text-indent: -40px; /* Mozillas default indent */ -} -/* reset for child elements */ -ol > li > * { - text-indent: 0px; - text-indent: 0; - margin-top: 0; - /* background: lightgreen; */ -} - -/* Label */ -ol > li:before { - /* increment and typeset counter(s), */ - counter-increment: item; - content: counter(item) "."; - /* display next to the content (aligned top-right), */ - display: inline-block; - text-align: right; - vertical-align: top; - /* sum must match ol>li {text-indent:} (40px is Mozillas default) */ - width: 35px; - padding-right: 5px; -/* background: yellow; */ -} - -/* The list item's first line starts next to the label, without indent */ -ol > li > p:first-child, -ol > li > ol:first-child, -ol > li > ul:first-child, -ol > li > dl:first-child { - display: inline-block; - /* background: lightblue; */ -} - -/* default separator variants */ -ol.loweralpha > li:before { - content: counter(item, lower-alpha) ")"; -} -ol.upperalpha > li:before { - content: counter(item, upper-alpha) "."; -} -ol.lowerroman > li:before { - content: "(" counter(item, lower-roman) ")"; -} -ol.upperroman > li:before { - content: counter(item, upper-roman) ")"; -} -/* nested counters (1, 1.1, 1.1.1, etc) */ -/* nested enumerated lists "inherit" the class attribute, other lists not */ -ol.nested > li:before, ol.nested ol > li:before { - content: counters(item, ".") " "; -} - -/* lists nested in definition list */ - -dd > ul, dd > ol { - padding-left: 0pt; -} - -/* TODO: prefix, suffix? */ - -/* smaller font for super- and subscripts */ -/* sub, sup {font-size: 70%;} */ /* Mozilla default is `smaller` */ - - -/* Tables */ -/* ====== */ - -/* margins and borders for "normal" tables */ -table { -/* background: magenta; */ - margin-top: 1em ; - margin-bottom: 1em; -/* border-style: outset; */ - border-style: solid; - border-color: silver; - border-width: thin; - border-collapse: collapse; -} -blockquote > table { - margin-top: 0em ; - margin-bottom: 0em; -} - -td, th { - border-style: solid; - border-width: thin; - border-color: silver; - /* text-align: left; */ - padding: 0 1ex; -} - -td > p:first-child, th > p:first-child { - margin-top: 0; -} -td > p, th > p { - margin-bottom: 0; -} - -/* no borders for "borderless" tables */ -table.borderless, table.borderless * { - border-style: none; -} - -/* "booktabs" style (no vertical lines) */ -table.booktabs { - border: 0; - border-top: 2px solid; - border-bottom: 2px solid; - border-collapse: collapse; -} - -table.booktabs * { - border: 0; -} -table.booktabs th { - border-bottom: thin solid; - text-align: left; -} - -table > caption { - text-align: left; - margin-bottom: 0.25em -/* padding: 2em 0 1em 0; */ -} - -/* numbered tables*/ -table.numbered > caption:before { - counter-increment: table; /* defined/re-set in body */ - content: "Table " counter(table) ": "; - font-weight: bold; -} - - -/* literal text - ------------ -*/ -/* whitespace and wrapping in inline literals */ -/* possible values: normal, nowrap, pre, pre-wrap, pre-line */ -tt.literal { - white-space: pre-wrap; -} - -/* /* compensate for initial line-break (which is literal with XHTML 1.1) */ */ -/* pre.literal-block, pre.doctest-block { */ -/* margin-top: 0em ; */ -/* } */ - -/* Table of Contents */ - -/* don't indent like a topic */ -div.topic.contents { - margin: 0; -} -/* div.topic.contents ul { */ -/* list-style: none; */ -/* } */ - -div.topic.contents a { - text-decoration: none; /* no underline for links */ -} - -/* section numbers */ - -span.sectnum { - padding-right: 1ex; -} - -/* admonitions */ - -/* no padding for top and bottom */ -div.admonition, div.attention, div.caution, div.danger, div.error, -div.hint, div.important, div.note, div.tip, div.warning { - padding: 0px 1em } - -</style> -</head> -<body> -<div class="document" id="alphabeta-greek-symbols-in-text-and-math"> -<h1 class="title">alphabeta: Greek symbols in text and math</h1> - -<dl class="docinfo"> -<dt class="copyright">Copyright</dt> -<dd class="copyright">© 2010 Günter Milde</dd> -<dt>Licence</dt> -<dd><p>This work may be distributed and/or modified under the -conditions of the <a class="reference external" href="http://www.latex-project.org/lppl.txt">LaTeX Project Public License</a>, either -version 1.3 of this license or any later version.</p> -</dd> -<dt>Identification</dt> -<dd><pre class="literal-block">\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{alphabeta} -[2013/05/28 v0.3 macros for Greek letters in text and math] -</pre> -<p>This package is part of the <a class="reference external" href="http://www.ctan.org/pkg/lgrx">lgrx</a> bundle.</p> -</dd> -</dl> -<div class="abstract topic"> -<p class="topic-title first">Abstract</p> -<p>Use <tt class="literal">\alpha, \beta, ...</tt> for Greek letters in text and math -mode.</p> -</div> -<dl class="docutils"> -<dt>Changelog:</dt> -<dd><table class="borderless"> -<colgroup> -<col width="14%" /> -<col width="7%" /> -<col width="79%" /> -</colgroup> -<tbody> -<tr><td><p>2012-06-26</p></td> -<td><p>0.1</p></td> -<td><p>initial version</p></td> -</tr> -<tr><td><p>2013-05-03</p></td> -<td><p>0.2</p></td> -<td><p>new accent macro names with <tt class="literal">lgrxenc.def</tt> 0.7</p></td> -</tr> -<tr><td><p>2013-05-28</p></td> -<td><p>0.3</p></td> -<td><p>use <tt class="literal">lgrenc.def</tt> from greek-fontenc,</p></td> -</tr> -<tr><td><!-- --> -</td> -<td> </td> -<td><p>enable Unicode input in math mode</p></td> -</tr> -</tbody> -</table> -</dd> -</dl> -<div class="section" id="motivation"> -<h1>Motivation</h1> -<p>By default, the <tt class="literal">\alpha, \beta, ...</tt> macros for Greek letters -are only valid in mathematical mode.</p> -<p>With this package, the math macros are redefined to work in both, text and -math mode, so that Greek letters can be specified with the established -command names in text, too.</p> -<p>If used together with the <tt class="literal">utf8</tt> option of <a class="reference external" href="http://www.ctan.org/pkg/inputenc">inputenc</a>, literal Unicode -characters can be used for Greek symbols in mathematical formulas.</p> -<dl class="docutils"> -<dt>Attention</dt> -<dd><p>The macros work well in any font encoding for single symbols.</p> -<p>However, the automatic font-encoding switches behind the doors interfere -with kerning between letters and replacement of accent+character with a -pre-composed character. Therefore, Greek text should be wrapped in the -provided <tt class="literal">\ensuregreek</tt> macro or written with the help of <a class="reference external" href="http://www.ctan.org/cgi-bin/ctanPackageInformation.py?id=babel">babel</a>, -setting the language to <tt class="literal">greek</tt>.</p> -</dd> -</dl> -</div> -<div class="section" id="implementation"> -<h1>Implementation</h1> -<div class="section" id="requirements"> -<h2>Requirements</h2> -<p>This package extends the <a class="reference external" href="textalpha.sty.html">textalpha</a> package:</p> -<pre class="literal-block">\RequirePackage{textalpha} -</pre> -<p><cite>textalpha</cite> depends on <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a> and recommends <a class="reference external" href="http://www.ctan.org/pkg/greek-inputenc">greek-inputenc</a>.</p> -<p>This package requires the <a class="reference external" href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=etex">e-TeX</a> extensions (i.e. a not too old TeX -distribution) for the <tt class="literal">\ifdefined</tt> test.</p> -<p>It uses the <tt class="literal">\TextOrMath</tt> test from the <a class="reference external" href="http://www.ctan.org/pkg/fixltx2e">fixltx2e</a> standard LaTeX -package:</p> -<pre class="literal-block">\RequirePackage{fixltx2e} -</pre> -</div> -<div class="section" id="postpone-the-re-definitions"> -<h2>Postpone the re-definitions</h2> -<p>To prevent other packages overwriting the re-defined commands we postpone -the next steps until the start of the document body:</p> -<pre class="literal-block">\AtBeginDocument{ -</pre> -</div> -<div class="section" id="save-math-macros"> -<h2>Save math macros</h2> -<p>Provide an alias for the standard math commands:</p> -<pre class="literal-block">\let\mathGamma\Gamma -\let\mathDelta\Delta -\let\mathTheta\Theta -\let\mathLambda\Lambda -\let\mathXi\Xi -\let\mathPi\Pi -\let\mathSigma\Sigma -\let\mathUpsilon\Upsilon -\let\mathPhi\Phi -\let\mathPsi\Psi -\let\mathOmega\Omega -% -\let\mathalpha\alpha -\let\mathbeta\beta -\let\mathgamma\gamma -\let\mathdelta\delta -\let\mathepsilon\epsilon -\let\mathzeta\zeta -\let\matheta\eta -\let\maththeta\theta -\let\mathiota\iota -\let\mathkappa\kappa -\let\mathlambda\lambda -\let\mathmu\mu -\let\mathnu\nu -\let\mathxi\xi -\let\mathpi\pi -\let\mathrho\rho -\let\mathsigma\sigma -\let\mathvarsigma\varsigma -\let\mathtau\tau -\let\mathupsilon\upsilon -\let\mathphi\phi -\let\mathchi\chi -\let\mathpsi\psi -\let\mathomega\omega -% ``\digamma`` is defined by amsmath, provide a fallback -\providecommand*{\digamma}{\textit{\textdigamma}} -\let\mathdigamma\digamma -</pre> -</div> -<div class="section" id="commands-to-access-greek-letters-by-name"> -<h2>Commands to access Greek letters by name</h2> -<p>For letters defined in math mode, the commands work in both, text and math.</p> -<p>Some Greek letters look identic to Latin letters and can therefore not be -used as variable symbols in math formulas. These letters are not defined in -TeX’s math mode, we provide an alias to the corrsponding <tt class="literal"><span class="pre">\text...</span></tt> -command.</p> -<pre class="literal-block">\providecommand*{\Alpha}{\textAlpha} -\providecommand*{\Beta}{\textBeta} -\renewcommand*{\Gamma}{\TextOrMath{\textGamma}{\mathGamma}} -\renewcommand*{\Delta}{\TextOrMath{\textDelta}{\mathDelta}} -\providecommand*{\Epsilon}{\textEpsilon} -\providecommand*{\Zeta}{\textZeta} -\providecommand*{\Eta}{\textEta} -\renewcommand*{\Theta}{\TextOrMath{\textTheta}{\mathTheta}} -\providecommand*{\Iota}{\textIota} -\providecommand*{\Kappa}{\textKappa} -\renewcommand*{\Lambda}{\TextOrMath{\textLambda}{\mathLambda}} -\providecommand*{\Mu}{\textMu} -\providecommand*{\Nu}{\textNu} -\renewcommand*{\Xi}{\TextOrMath{\textXi}{\mathXi}} -\providecommand*{\Omicron}{\textOmicron} -\renewcommand*{\Pi}{\TextOrMath{\textPi}{\mathPi}} -\providecommand*{\Rho}{\textRho} -\renewcommand*{\Sigma}{\TextOrMath{\textSigma}{\mathSigma}} -\providecommand*{\Tau}{\textTau} -\renewcommand*{\Upsilon}{\TextOrMath{\textUpsilon}{\mathUpsilon}} -\renewcommand*{\Phi}{\TextOrMath{\textPhi}{\mathPhi}} -\providecommand*{\Chi}{\textChi} -\renewcommand*{\Psi}{\TextOrMath{\textPsi}{\mathPsi}} -\renewcommand*{\Omega}{\TextOrMath{\textOmega}{\mathOmega}} -% -\renewcommand*{\alpha}{\TextOrMath{\textalpha}{\mathalpha}} -\renewcommand*{\beta}{\TextOrMath{\textbeta}{\mathbeta}} -\renewcommand*{\gamma}{\TextOrMath{\textgamma}{\mathgamma}} -\renewcommand*{\delta}{\TextOrMath{\textdelta}{\mathdelta}} -\renewcommand*{\epsilon}{\TextOrMath{\textepsilon}{\mathepsilon}} -\renewcommand*{\zeta}{\TextOrMath{\textzeta}{\mathzeta}} -\renewcommand*{\eta}{\TextOrMath{\texteta}{\matheta}} -\renewcommand*{\theta}{\TextOrMath{\texttheta}{\maththeta}} -\renewcommand*{\iota}{\TextOrMath{\textiota}{\mathiota}} -\renewcommand*{\kappa}{\TextOrMath{\textkappa}{\mathkappa}} -\renewcommand*{\lambda}{\TextOrMath{\textlambda}{\mathlambda}} -\renewcommand*{\mu}{\TextOrMath{\textmu}{\mathmu}} -\renewcommand*{\nu}{\TextOrMath{\textnu}{\mathnu}} -\renewcommand*{\xi}{\TextOrMath{\textxi}{\mathxi}} -\providecommand*{\omicron}{\textomicron} -\renewcommand*{\pi}{\TextOrMath{\textpi}{\mathpi}} -\renewcommand*{\rho}{\TextOrMath{\textrho}{\mathrho}} -\renewcommand*{\sigma}{\TextOrMath{\textsigma}{\mathsigma}} -\renewcommand*{\varsigma}{\TextOrMath{\textvarsigma}{\mathvarsigma}} -\providecommand*{\finalsigma}{\varsigma} -\renewcommand*{\tau}{\TextOrMath{\texttau}{\mathtau}} -\renewcommand*{\upsilon}{\TextOrMath{\textupsilon}{\mathupsilon}} -\renewcommand*{\phi}{\TextOrMath{\textphi}{\mathphi}} -\renewcommand*{\chi}{\TextOrMath{\textchi}{\mathchi}} -\renewcommand*{\psi}{\TextOrMath{\textpsi}{\mathpsi}} -\renewcommand*{\omega}{\TextOrMath{\textomega}{\mathomega}} -</pre> -<div class="section" id="archaic-letters"> -<h3>Archaic letters</h3> -<pre class="literal-block">\renewcommand*{\digamma}{\TextOrMath{\textdigamma}{\mathdigamma}} % ϝ -\providecommand*{\Digamma}{\textDigamma} % Ϝ -\providecommand*{\stigma}{\textstigma} % ϛ -\providecommand*{\varstigma}{\textvarstigma} % stigma variant (CB.enc, teubner) -\providecommand*{\koppa}{\textkoppa} % ϟ (greek small letter koppa) -\providecommand*{\qoppa}{\textqoppa} % ϙ (archaic koppa) -\providecommand*{\Qoppa}{\textQoppa} % Ϙ (archaic Koppa) -\providecommand*{\Stigma}{\textStigma} % Ϛ (in some fonts ϹΤ ligature) -\providecommand*{\Sampi}{\textSampi} % Ϡ -\providecommand*{\sampi}{\textsampi} % ϡ -</pre> -</div> -</div> -<div class="section" id="textcompositecommands-for-the-generic-macros"> -<h2>TextCompositeCommands for the generic macros</h2> -<p>The NFSS TextComposite mechanism looks for the next token without expanding -it. In order to let compositions like <tt class="literal"><span class="pre">\TextGreek{\'\Alpha}</span></tt> or -<tt class="literal"><span class="pre">\TextGreek{\>"\alpha}</span></tt> 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">\DeclareTextComposite{\accvaria}{LGR}{\alpha}{128} -\DeclareTextComposite{\accdasia}{LGR}{\alpha}{129} -\DeclareTextComposite{\accpsili}{LGR}{\alpha}{130} -\DeclareTextComposite{\accdasiavaria}{LGR}{\alpha}{131} -\DeclareTextComposite{\acctonos}{LGR}{\alpha}{136} -\DeclareTextComposite{\accdasiaoxia}{LGR}{\alpha}{137} -\DeclareTextComposite{\accpsilioxia}{LGR}{\alpha}{138} -\DeclareTextComposite{\accpsilivaria}{LGR}{\alpha}{139} -\DeclareTextComposite{\accperispomeni}{LGR}{\alpha}{144} -\DeclareTextComposite{\accdasiaperispomeni}{LGR}{\alpha}{145} -\DeclareTextComposite{\accpsiliperispomeni}{LGR}{\alpha}{146} -\DeclareTextComposite{\accvaria}{LGR}{\eta}{152} -\DeclareTextComposite{\accdasia}{LGR}{\eta}{153} -\DeclareTextComposite{\accpsili}{LGR}{\eta}{154} -\DeclareTextComposite{\acctonos}{LGR}{\eta}{160} -\DeclareTextComposite{\accdasiaoxia}{LGR}{\eta}{161} -\DeclareTextComposite{\accpsilioxia}{LGR}{\eta}{162} -\DeclareTextComposite{\accdasiavaria}{LGR}{\eta}{163} -\DeclareTextComposite{\accperispomeni}{LGR}{\eta}{168} -\DeclareTextComposite{\accdasiaperispomeni}{LGR}{\eta}{169} -\DeclareTextComposite{\accpsiliperispomeni}{LGR}{\eta}{170} -\DeclareTextComposite{\accpsilivaria}{LGR}{\eta}{171} -\DeclareTextComposite{\accvaria}{LGR}{\omega}{176} -\DeclareTextComposite{\accdasia}{LGR}{\omega}{177} -\DeclareTextComposite{\accpsili}{LGR}{\omega}{178} -\DeclareTextComposite{\accdasiavaria}{LGR}{\omega}{179} -\DeclareTextComposite{\acctonos}{LGR}{\omega}{184} -\DeclareTextComposite{\accdasiaoxia}{LGR}{\omega}{185} -\DeclareTextComposite{\accpsilioxia}{LGR}{\omega}{186} -\DeclareTextComposite{\accpsilivaria}{LGR}{\omega}{187} -\DeclareTextComposite{\accperispomeni}{LGR}{\omega}{192} -\DeclareTextComposite{\accdasiaperispomeni}{LGR}{\omega}{193} -\DeclareTextComposite{\accpsiliperispomeni}{LGR}{\omega}{194} -\DeclareTextComposite{\accvaria}{LGR}{\iota}{200} -\DeclareTextComposite{\accdasia}{LGR}{\iota}{201} -\DeclareTextComposite{\accpsili}{LGR}{\iota}{202} -\DeclareTextComposite{\accdasiavaria}{LGR}{\iota}{203} -\DeclareTextComposite{\acctonos}{LGR}{\iota}{208} -\DeclareTextComposite{\accdasiaoxia}{LGR}{\iota}{209} -\DeclareTextComposite{\accpsilioxia}{LGR}{\iota}{210} -\DeclareTextComposite{\accpsilivaria}{LGR}{\iota}{211} -\DeclareTextComposite{\accperispomeni}{LGR}{\iota}{216} -\DeclareTextComposite{\accdasiaperispomeni}{LGR}{\iota}{217} -\DeclareTextComposite{\accpsiliperispomeni}{LGR}{\iota}{218} -\DeclareTextComposite{\accdialytika}{LGR}{\iota}{240} -\DeclareTextComposite{\accdialytikavaria}{LGR}{\iota}{241} -\DeclareTextComposite{\accdialytikatonos}{LGR}{\iota}{242} -\DeclareTextComposite{\accdialytikaperispomeni}{LGR}{\iota}{243} -\DeclareTextComposite{\accvaria}{LGR}{\upsilon}{204} -\DeclareTextComposite{\accdasia}{LGR}{\upsilon}{205} -\DeclareTextComposite{\accpsili}{LGR}{\upsilon}{206} -\DeclareTextComposite{\accdasiavaria}{LGR}{\upsilon}{207} -\DeclareTextComposite{\acctonos}{LGR}{\upsilon}{212} -\DeclareTextComposite{\accdasiaoxia}{LGR}{\upsilon}{213} -\DeclareTextComposite{\accpsilioxia}{LGR}{\upsilon}{214} -\DeclareTextComposite{\accpsilivaria}{LGR}{\upsilon}{215} -\DeclareTextComposite{\accperispomeni}{LGR}{\upsilon}{220} -\DeclareTextComposite{\accdasiaperispomeni}{LGR}{\upsilon}{221} -\DeclareTextComposite{\accpsiliperispomeni}{LGR}{\upsilon}{222} -\DeclareTextComposite{\accdialytika}{LGR}{\upsilon}{244} -\DeclareTextComposite{\accdialytikavaria}{LGR}{\upsilon}{245} -\DeclareTextComposite{\accdialytikatonos}{LGR}{\upsilon}{246} -\DeclareTextComposite{\accdialytikaperispomeni}{LGR}{\upsilon}{247} -\DeclareTextComposite{\accvaria}{LGR}{\epsilon}{224} -\DeclareTextComposite{\accdasia}{LGR}{\epsilon}{225} -\DeclareTextComposite{\accpsili}{LGR}{\epsilon}{226} -\DeclareTextComposite{\accdasiavaria}{LGR}{\epsilon}{227} -\DeclareTextComposite{\acctonos}{LGR}{\epsilon}{232} -\DeclareTextComposite{\accdasiaoxia}{LGR}{\epsilon}{233} -\DeclareTextComposite{\accpsilioxia}{LGR}{\epsilon}{234} -\DeclareTextComposite{\accpsilivaria}{LGR}{\epsilon}{235} -\DeclareTextComposite{\accvaria}{LGR}{\omicron}{228} -\DeclareTextComposite{\accdasia}{LGR}{\omicron}{229} -\DeclareTextComposite{\accpsili}{LGR}{\omicron}{230} -\DeclareTextComposite{\accdasiavaria}{LGR}{\omicron}{231} -\DeclareTextComposite{\acctonos}{LGR}{\omicron}{236} -\DeclareTextComposite{\accdasiaoxia}{LGR}{\omicron}{237} -\DeclareTextComposite{\accpsilioxia}{LGR}{\omicron}{238} -\DeclareTextComposite{\accpsilivaria}{LGR}{\omicron}{239} -\DeclareTextCompositeCommand{\accdasia}{LGR}{\Alpha}{<A} -\DeclareTextCompositeCommand{\accdasiavaria}{LGR}{\Alpha}{<`A} -\DeclareTextCompositeCommand{\accdasiaoxia}{LGR}{\Alpha}{<'A} -\DeclareTextCompositeCommand{\accdasiaperispomeni}{LGR}{\Alpha}{<\char126A} -\DeclareTextCompositeCommand{\accpsili}{LGR}{\Alpha}{>A} -\DeclareTextCompositeCommand{\accpsilivaria}{LGR}{\Alpha}{>`A} -\DeclareTextCompositeCommand{\accpsilioxia}{LGR}{\Alpha}{>'A} -\DeclareTextCompositeCommand{\accpsiliperispomeni}{LGR}{\Alpha}{>\char126A} -\DeclareTextCompositeCommand{\acctonos}{LGR}{\Alpha}{'A} -\DeclareTextCompositeCommand{\accvaria}{LGR}{\Alpha}{`A} -\DeclareTextCompositeCommand{\accdasia}{LGR}{\Epsilon}{<E} -\DeclareTextCompositeCommand{\accdasiaoxia}{LGR}{\Epsilon}{<'E} -\DeclareTextCompositeCommand{\accdasiavaria}{LGR}{\Epsilon}{<`E} -\DeclareTextCompositeCommand{\accpsili}{LGR}{\Epsilon}{>E} -\DeclareTextCompositeCommand{\accpsilioxia}{LGR}{\Epsilon}{>'E} -\DeclareTextCompositeCommand{\accpsilivaria}{LGR}{\Epsilon}{>`E} -\DeclareTextCompositeCommand{\acctonos}{LGR}{\Epsilon}{'E} -\DeclareTextCompositeCommand{\accvaria}{LGR}{\Epsilon}{`E} -\DeclareTextCompositeCommand{\accdasia}{LGR}{\Eta}{<H} -\DeclareTextCompositeCommand{\accdasiavaria}{LGR}{\Eta}{<`H} -\DeclareTextCompositeCommand{\accdasiaoxia}{LGR}{\Eta}{<'H} -\DeclareTextCompositeCommand{\accdasiaperispomeni}{LGR}{\Eta}{<\char126H} -\DeclareTextCompositeCommand{\accpsili}{LGR}{\Eta}{>H} -\DeclareTextCompositeCommand{\accpsilivaria}{LGR}{\Eta}{>`H} -\DeclareTextCompositeCommand{\accpsilioxia}{LGR}{\Eta}{>'H} -\DeclareTextCompositeCommand{\accpsiliperispomeni}{LGR}{\Eta}{>\char126H} -\DeclareTextCompositeCommand{\acctonos}{LGR}{\Eta}{'H} -\DeclareTextCompositeCommand{\accvaria}{LGR}{\Eta}{`H} -\DeclareTextCompositeCommand{\accdasia}{LGR}{\Iota}{<I} -\DeclareTextCompositeCommand{\accdasiavaria}{LGR}{\Iota}{<`I} -\DeclareTextCompositeCommand{\accdasiaoxia}{LGR}{\Iota}{<'I} -\DeclareTextCompositeCommand{\accdasiaperispomeni}{LGR}{\Iota}{<\char126I} -\DeclareTextCompositeCommand{\accpsili}{LGR}{\Iota}{>I} -\DeclareTextCompositeCommand{\accpsilivaria}{LGR}{\Iota}{>`I} -\DeclareTextCompositeCommand{\accpsilioxia}{LGR}{\Iota}{>'I} -\DeclareTextCompositeCommand{\accpsiliperispomeni}{LGR}{\Iota}{>\char126I} -\DeclareTextCompositeCommand{\acctonos}{LGR}{\Iota}{'I} -\DeclareTextCompositeCommand{\accvaria}{LGR}{\Iota}{`I} -\DeclareTextCompositeCommand{\accdasia}{LGR}{\Omicron}{<O} -\DeclareTextCompositeCommand{\accdasiavaria}{LGR}{\Omicron}{<`O} -\DeclareTextCompositeCommand{\accdasiaoxia}{LGR}{\Omicron}{<'O} -\DeclareTextCompositeCommand{\accpsili}{LGR}{\Omicron}{>O} -\DeclareTextCompositeCommand{\accpsilivaria}{LGR}{\Omicron}{>`O} -\DeclareTextCompositeCommand{\accpsilioxia}{LGR}{\Omicron}{>'O} -\DeclareTextCompositeCommand{\acctonos}{LGR}{\Omicron}{'O} -\DeclareTextCompositeCommand{\accvaria}{LGR}{\Omicron}{`O} -\DeclareTextCompositeCommand{\accdasia}{LGR}{\Upsilon}{<U} -\DeclareTextCompositeCommand{\accdasiavaria}{LGR}{\Upsilon}{<`U} -\DeclareTextCompositeCommand{\accdasiaoxia}{LGR}{\Upsilon}{<'U} -\DeclareTextCompositeCommand{\accdasiaperispomeni}{LGR}{\Upsilon}{<\char126U} -\DeclareTextCompositeCommand{\acctonos}{LGR}{\Upsilon}{'U} -\DeclareTextCompositeCommand{\accvaria}{LGR}{\Upsilon}{`U} -\DeclareTextCompositeCommand{\accdasia}{LGR}{\Omega}{<W} -\DeclareTextCompositeCommand{\accdasiavaria}{LGR}{\Omega}{<`W} -\DeclareTextCompositeCommand{\accdasiaoxia}{LGR}{\Omega}{<'W} -\DeclareTextCompositeCommand{\accdasiaperispomeni}{LGR}{\Omega}{<\char126W} -\DeclareTextCompositeCommand{\accpsili}{LGR}{\Omega}{>W} -\DeclareTextCompositeCommand{\accpsilivaria}{LGR}{\Omega}{>`W} -\DeclareTextCompositeCommand{\accpsilioxia}{LGR}{\Omega}{>'W} -\DeclareTextCompositeCommand{\accpsiliperispomeni}{LGR}{\Omega}{>\char126W} -\DeclareTextCompositeCommand{\acctonos}{LGR}{\Omega}{'W} -\DeclareTextCompositeCommand{\accvaria}{LGR}{\Omega}{`W} -\DeclareTextComposite{\accdialytika}{LGR}{\Iota}{219} -\DeclareTextComposite{\accdialytika}{LGR}{\Upsilon}{223} -\DeclareTextCompositeCommand{\LGR@hiatus}{LGR}{\Alpha}{\LGR@A@hiatus} -\DeclareTextCompositeCommand{\LGR@hiatus}{LGR}{\Epsilon}{\LGR@E@hiatus} -</pre> -</div> -<div class="section" id="re-definition-for-greek-unicode-input-in-math-mode"> -<h2>Re-definition for Greek Unicode input in math mode</h2> -<p>Check with <tt class="literal">\ifdefined</tt> for the definition of -<tt class="literal">\DeclareUnicodeCharacter</tt>. In contrast to <tt class="literal">\@ifdefined</tt>, this works -without side-effects. It makes, however, the package dependent on the <cite>e-TeX</cite> -extensions. Alternatively, we could provide a dummy definition</p> -<pre class="code latex literal-block"><span class="keyword">\providecommand*</span><span class="name builtin">{</span><span class="keyword">\DeclareUnicodeCharacter</span><span class="name builtin">}</span>[2]<span class="name builtin">{}</span> -</pre> -<p>Map Greek characters that are also defined in math mode to the generic -macros:</p> -<pre class="literal-block">\ifdefined\DeclareUnicodeCharacter - \DeclareUnicodeCharacter{0393}{\Gamma} % Γ - \DeclareUnicodeCharacter{0394}{\Delta} % Δ - \DeclareUnicodeCharacter{0398}{\Theta} % Θ - \DeclareUnicodeCharacter{039B}{\Lambda} % Λ - \DeclareUnicodeCharacter{039E}{\Xi} % Ξ - \DeclareUnicodeCharacter{03A0}{\Pi} % Π - \DeclareUnicodeCharacter{03A3}{\Sigma} % Σ - \DeclareUnicodeCharacter{03A5}{\Upsilon} % Υ - \DeclareUnicodeCharacter{03A6}{\Phi} % Φ - \DeclareUnicodeCharacter{03A8}{\Psi} % Ψ - \DeclareUnicodeCharacter{03A9}{\Omega} % Ω - - \DeclareUnicodeCharacter{03B1}{\alpha} % α - \DeclareUnicodeCharacter{03B2}{\beta} % β - \DeclareUnicodeCharacter{03B3}{\gamma} % γ - \DeclareUnicodeCharacter{03B4}{\delta} % δ - \DeclareUnicodeCharacter{03B5}{\epsilon} % ε - \DeclareUnicodeCharacter{03B6}{\zeta} % ζ - \DeclareUnicodeCharacter{03B7}{\eta} % η - \DeclareUnicodeCharacter{03B8}{\theta} % θ - \DeclareUnicodeCharacter{03B9}{\iota} % ι - \DeclareUnicodeCharacter{03BA}{\kappa} % κ - \DeclareUnicodeCharacter{03BB}{\lambda} % λ - \DeclareUnicodeCharacter{03BC}{\mu} % μ - \DeclareUnicodeCharacter{03BD}{\nu} % ν - \DeclareUnicodeCharacter{03BE}{\xi} % ξ - \DeclareUnicodeCharacter{03C0}{\pi} % π - \DeclareUnicodeCharacter{03C1}{\rho} % ρ - \DeclareUnicodeCharacter{03C2}{\varsigma} % ς - \DeclareUnicodeCharacter{03C3}{\sigma} % σ - \DeclareUnicodeCharacter{03C4}{\tau} % τ - \DeclareUnicodeCharacter{03C5}{\upsilon} % υ - \DeclareUnicodeCharacter{03C6}{\phi} % φ - \DeclareUnicodeCharacter{03C7}{\chi} % χ - \DeclareUnicodeCharacter{03C8}{\psi} % ψ - \DeclareUnicodeCharacter{03C9}{\omega} % ω - - \DeclareUnicodeCharacter{03DD}{\digamma} % ϝ -\fi -</pre> -<pre class="literal-block">} % close the \AtBeginDocument macro -</pre> -<!-- References -- - - - - - - - - - --> -</div> -</div> -</div> -</body> -</html> diff --git a/Master/texmf-dist/doc/latex/lgrx/lgrxenc-test.pdf b/Master/texmf-dist/doc/latex/lgrx/lgrxenc-test.pdf Binary files differindex 058ffe32c44..7dad0528684 100644 --- a/Master/texmf-dist/doc/latex/lgrx/lgrxenc-test.pdf +++ b/Master/texmf-dist/doc/latex/lgrx/lgrxenc-test.pdf diff --git a/Master/texmf-dist/doc/latex/lgrx/lgrxenc.def.html b/Master/texmf-dist/doc/latex/lgrx/lgrxenc.def.html index bc6b06f298b..2936bf2d222 100644 --- a/Master/texmf-dist/doc/latex/lgrx/lgrxenc.def.html +++ b/Master/texmf-dist/doc/latex/lgrx/lgrxenc.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>lgrxenc.def</title> <meta name="copyright" content="© 2010 Günter Milde" /> <style type="text/css"> @@ -729,12 +729,10 @@ version 1.3 of this license or any later version.</p> </dl> <div class="abstract topic"> <p class="topic-title first">Abstract</p> -<p>This file is only kept for backwards compatibility with existing -documents.</p> +<p>Obsolete font encoding file for Greek in text.</p> <p>For new documents, use <tt class="literal">lgrenc.def</tt> from <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a> (which is also required by this file).</p> </div> -<p>This file is part of the <a class="reference external" href="http://www.ctan.org/pkg/lgrx">lgrx</a> bundle.</p> <div class="contents topic" id="contents"> <p class="topic-title first">Contents</p> <ul class="simple"> diff --git a/Master/texmf-dist/doc/latex/lgrx/textalpha-test.pdf b/Master/texmf-dist/doc/latex/lgrx/textalpha-test.pdf Binary files differdeleted file mode 100644 index 4373e67f7e7..00000000000 --- a/Master/texmf-dist/doc/latex/lgrx/textalpha-test.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/lgrx/textalpha-test.tex b/Master/texmf-dist/doc/latex/lgrx/textalpha-test.tex deleted file mode 100644 index 0a600a5a2eb..00000000000 --- a/Master/texmf-dist/doc/latex/lgrx/textalpha-test.tex +++ /dev/null @@ -1,224 +0,0 @@ -\documentclass{article} -\usepackage{cmap} % fix search and cut-and-paste in PDF -\usepackage{lmodern} -\usepackage{parskip} -\usepackage{booktabs} -\usepackage{textcomp} -\usepackage[T1]{fontenc} -\usepackage[utf8]{inputenc} -\usepackage[pdfencoding=auto,colorlinks=true]{hyperref} -\usepackage{bookmark} -% \pagestyle{headings} - -\usepackage{textalpha} - - -\begin{document} - -\title{The \emph{textalpha} package} -\author{Günter Milde} -\maketitle - -With the \emph{textalpha} package, you can easily write a single Greek -symbol (like \textPsi{} or \textmu{}) or a -\textlambda\textomicron\textgamma\textomicron\textvarsigma{} in non-Greek -text as well as ISO-conforming formulas with upright constants (like -\textpi): $A = \mbox{\textpi} r^2$ vs. $A = \pi r^2$. Input is possible via -LICR macros (\verb|\textalpha| \ldots \verb|\textOmega|) or (with the utf8 -option to \href{http://www.ctan.org/pkg/inputenc}{inputenc}) Unicode literals. - -\section{Greek alphabet} - -Greek letters via Latin transcription in LGR font encoding: - -\begin{quote} - \ensuregreek{A B G D E Z H J I K L M N X O P R S T U F Q Y W}\\ - \ensuregreek{a b g d e z h j i k l m n x o p r sv c t u f q y w} -\end{quote} - -Greek letters via default macros in other font encoding (here T1): - -\begin{quote} - \textAlpha{} \textBeta{} \textGamma{} \textDelta{} \textEpsilon{} - \textZeta{} \textEta{} \textTheta{} \textIota{} \textKappa{} - \textLambda{} \textMu{} \textNu{} \textXi{} \textOmicron{} \textPi{} - \textRho{} \textSigma{} \textTau{} \textUpsilon{} \textPhi{} - \textChi{} \textPsi{} \textOmega{} - \\ - \textalpha{} \textbeta{} \textgamma{} \textdelta{} \textepsilon{} - \textzeta{} \texteta{} \texttheta{} \textiota{} \textkappa{} - \textlambda{} \textmu{} \textnu{} \textxi{} \textomicron{} \textpi{} - \textrho{} \textsigma{} \textvarsigma{} \texttau{} \textupsilon{} - \textphi{} \textchi{} \textpsi{} \textomega{} -\end{quote} - -Archaic Greek letters and Greek punctuation - -\begin{quote} - \textDigamma - \textanoteleia - \textQoppa - \textSampi - \textStigma - \textnumeralsigngreek - \texterotimatiko - \\ - \textdigamma - \textkoppa - \textqoppa - \textsampi - \textstigma - \textnumeralsignlowergreek - \textvarstigma -\end{quote} - -\pagebreak{} - -\section{Greek Unicode characters in non-Greek text} - -With the \emph{textalpha} package and input encoding \texttt{utf8}, Greek -Unicode characters can be used in text with any font encoding. - -Kerning is preserved if the font encoding is LGR. This holds also for -pre-composed accented characters: \ensuregreek{AΫA}. - -All characters of the Greek and Coptic Unicode Block present in LGR via -literal Unicode input in T1 font encoding -(legend: * glyph missing in LGR): - -\begin{tabular}{rrrrrrrrrrrrrrrrr} -\toprule - & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & A & B & C & D & E & F\\ -\midrule -370 & * & * & * & * & ʹ & ͵ & * & * & & & ͺ & * & * & * & ; & \\ -380 & & & & & ΄ & ΅ & Ά & · & Έ & Ή & Ί & & Ό & & Ύ & Ώ\\ -390 & ΐ & Α & Β & Γ & Δ & Ε & Ζ & Η & Θ & Ι & Κ & Λ & Μ & Ν & Ξ & Ο\\ -3A0 & Π & Ρ & & Σ & Τ & Υ & Φ & Χ & Ψ & Ω & Ϊ & Ϋ & ά & έ & ή & ί\\ -3B0 & ΰ & α & β & γ & δ & ε & ζ & η & θ & ι & κ & λ & μ & ν & ξ & ο\\ -3C0 & π & ρ & ς & σ & τ & υ & φ & χ & ψ & ω & ϊ & ϋ & ό & ύ & ώ & \\ -3D0 & * & * & * & * & * & * & * & * & Ϙ & ϙ & Ϛ & ϛ & Ϝ & ϝ & * & ϟ\\ -3E0 & Ϡ & ϡ & * & * & * & * & * & * & * & * & * & * & * & * & * & *\\ -3F0 & * & * & * & * & * & * & * & * & * & * & * & * & * & * & * & *\\ -\bottomrule -\end{tabular} - -All characters of the Greek Extended Unicode Block via literal Unicode -input in T1 font encoding: - -\begin{tabular}{rrrrrrrrrrrrrrrrr} -\toprule - & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & A & B & C & D & E & F\\ -\midrule -1F00 & ἀ & ἁ & ἂ & ἃ & ἄ & ἅ & ἆ & ἇ & Ἀ & Ἁ & Ἂ & Ἃ & Ἄ & Ἅ & Ἆ & Ἇ\\ -1F10 & ἐ & ἑ & ἒ & ἓ & ἔ & ἕ & & & Ἐ & Ἑ & Ἒ & Ἓ & Ἔ & Ἕ & & \\ -1F20 & ἠ & ἡ & ἢ & ἣ & ἤ & ἥ & ἦ & ἧ & Ἠ & Ἡ & Ἢ & Ἣ & Ἤ & Ἥ & Ἦ & Ἧ\\ -1F30 & ἰ & ἱ & ἲ & ἳ & ἴ & ἵ & ἶ & ἷ & Ἰ & Ἱ & Ἲ & Ἳ & Ἴ & Ἵ & Ἶ & Ἷ\\ -1F40 & ὀ & ὁ & ὂ & ὃ & ὄ & ὅ & & & Ὀ & Ὁ & Ὂ & Ὃ & Ὄ & Ὅ & & \\ -1F50 & ὐ & ὑ & ὒ & ὓ & ὔ & ὕ & ὖ & ὗ & & Ὑ & & Ὓ & & Ὕ & & Ὗ\\ -1F60 & ὠ & ὡ & ὢ & ὣ & ὤ & ὥ & ὦ & ὧ & Ὠ & Ὡ & Ὢ & Ὣ & Ὤ & Ὥ & Ὦ & Ὧ\\ -1F70 & ὰ & ά & ὲ & έ & ὴ & ή & ὶ & ί & ὸ & ό & ὺ & ύ & ὼ & ώ & & \\ -1F80 & ᾀ & ᾁ & ᾂ & ᾃ & ᾄ & ᾅ & ᾆ & ᾇ & ᾈ & ᾉ & ᾊ & ᾋ & ᾌ & ᾍ & ᾎ & ᾏ\\ -1F90 & ᾐ & ᾑ & ᾒ & ᾓ & ᾔ & ᾕ & ᾖ & ᾗ & ᾘ & ᾙ & ᾚ & ᾛ & ᾜ & ᾝ & ᾞ & ᾟ\\ -1FA0 & ᾠ & ᾡ & ᾢ & ᾣ & ᾤ & ᾥ & ᾦ & ᾧ & ᾨ & ᾩ & ᾪ & ᾫ & ᾬ & ᾭ & ᾮ & ᾯ\\ -1FB0 & ᾰ & ᾱ & ᾲ & ᾳ & ᾴ & & ᾶ & ᾷ & Ᾰ & Ᾱ & Ὰ & Ά & ᾼ & ᾽ & ι & ᾿\\ -1FC0 & ῀ & ῁ & ῂ & ῃ & ῄ & & ῆ & ῇ & Ὲ & Έ & Ὴ & Ή & ῌ & ῍ & ῎ & ῏\\ -1FD0 & ῐ & ῑ & ῒ & ΐ & & & ῖ & ῗ & Ῐ & Ῑ & Ὶ & Ί & & ῝ & ῞ & ῟\\ -1FE0 & ῠ & ῡ & ῢ & ΰ & ῤ & ῥ & ῦ & ῧ & Ῠ & Ῡ & Ὺ & Ύ & Ῥ & ῭ & ΅ & `\\ -1FF0 & & & ῲ & ῳ & ῴ & & ῶ & ῷ & Ὸ & Ό & Ὼ & Ώ & ῼ & ´ & ῾ & \\ -\bottomrule -\end{tabular} - - -Combined Diacritics work ᾅ, diacritics (except diaeresis) are dropped with -MakeUppercase (μαΐστρος $\mapsto$ \MakeUppercase{μαΐστρος}). - - - -\section{PDF strings} - -With \emph{textalpha}, you can get Greek letters in PDF strings, too. - -\subsection{\textlambda\textomicron\textgamma\textomicron\textvarsigma{}, - λογος and \ensuregreek{logos}} - -The subsection title above uses: text* macros, Unicode input and the LGR -transcription for the Greek word \ensuregreek{logos}. Check the table of -contents in the PDF viewer: text* macros and Unicode literals work fine, the -Latin transcription stays Latin in the PDF metadata. - - -\section{Limitations} - -Because the internal font encoding switch interferes with other work behind -the scenes, kerning, diacritics and up/down-casing show problems if Greek -letters are used without explicit change of the font encoding. These -problems can be avoided by use of \emph{babel} and the correct language -setting (greek) or an explicit font encoding switch (e.g. -wrapping the Greek text in \verb|\ensuregreek|% -\footnote{The \texttt{\textbackslash ensuregreek} macro ensures the argument -is set in a font encoding supporting Greek. This can be used to fix these -problems without adverse side-effects if the active font encoding is already -LGR.}). - -\subsection{Diacritics} - -Composition of diacritics (like \verb|\accdasia\acctonos|) fails in other -font encodings. Long names (like \verb|\accdasiaoxia|) work, however they do -not select pre-composed characters. With LGR, pre-composed glyphs are chosen -if available (the difference becomes obvious if you drag-and-drop text from -the PDF version of this document): -% -\ensuregreek{\<'a \accdasia\acctonos a \accdasiaoxia a -\accdasiaoxia\textalpha} (LGR) vs. \accdasiaoxia\textalpha{} (T1). - -According to Greek typographical tradition, diacritics (except the -dialytika) are placed before capital letters in titlecase and dropped in -all-caps: -% -\begin{quote} - \ensuregreek{% - \<{\textalpha} \>{\textepsilon} \"'{\textiota} \`>\texteta{} - \'<{\textomicron} \~<{\textupsilon} \~>{\textomega} - \\ - \<{\textAlpha} \>{\textEpsilon} \"{\textIota} \`>\textEta{} - \'<{\textOmicron} \~<{\textUpsilon} \~>{\textOmega} - \\ - \MakeUppercase{% - \<{\textalpha} \>{\textepsilon} \"'{\textiota} \`\>\texteta{} - \'<{\textomicron} \~<{\textupsilon} \~>{\textomega}. - } - } -\end{quote} -% -This fails if the active font encoding is not LGR: -\ensuregreek{\'\textAlpha} (LGR) vs. \'\textAlpha (T1). -To overcome this, the \verb|\ensuregreek| macro is used in composite Unicode -character definitions: \ensuregreek{Ά} (LGR) = Ά (T1). - - -The dialytika marks a \emph{hiatus} (break-up of a diphthong). It must be -present in UPPERCASE even where it is redundant in lowercase (the hiatus can -also be marked by an accent on the first character of a diphthong). The -auto-hiatus feature works in LGR font encoding only: -\acctonos\textalpha\textupsilon{}, \acctonos\textepsilon\textiota{} $\mapsto$ -\MakeUppercase{\ensuregreek{ - \acctonos\textalpha\textupsilon{}, \acctonos\textepsilon\textiota{} -}} vs. -\MakeUppercase{ - \acctonos\textalpha\textupsilon{}, \acctonos\textepsilon\textiota{}% -}. - -Currently, the second vowel of the diphthong must be given as macro, not -Unicode literal if the auto-hiatus feature should work: -\ensuregreek{ἀ\textupsilon{}πνία} $\mapsto$ -\ensuregreek{\MakeUppercase{\ensuregreek{ἀ\textupsilon{}πνία}}} vs. -\ensuregreek{\MakeUppercase{\ensuregreek{ἀυπνία}}}. - -\subsection{Kerning} - -No kerning occurs between Greek characters in non-Greek text due to the -internal font encoding switch: compare -\ensuregreek{\textAlpha\textUpsilon\textAlpha} (LGR) to -\textAlpha\textUpsilon\textAlpha (T1). - -\end{document} diff --git a/Master/texmf-dist/doc/latex/lgrx/textalpha.sty.html b/Master/texmf-dist/doc/latex/lgrx/textalpha.sty.html deleted file mode 100644 index 56632c2c82a..00000000000 --- a/Master/texmf-dist/doc/latex/lgrx/textalpha.sty.html +++ /dev/null @@ -1,969 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<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/" /> -<title>textalpha: Greek symbols in text</title> -<meta name="copyright" content="© 2010 Günter Milde" /> -<style type="text/css"> - -/* -:Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $ -:Copyright: This stylesheet has been placed in the public domain. - -Default cascading style sheet for the HTML output of Docutils. - -See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to -customize this style sheet. -*/ - -/* used to remove borders from tables and images */ -.borderless, table.borderless td, table.borderless th { - border: 0 } - -table.borderless td, table.borderless th { - /* Override padding for "table.docutils td" with "! important". - The right padding separates the table cells. */ - padding: 0 0.5em 0 0 ! important } - -.first { - /* Override more specific margin styles with "! important". */ - margin-top: 0 ! important } - -.last, .with-subtitle { - margin-bottom: 0 ! important } - -.hidden { - display: none } - -a.toc-backref { - text-decoration: none ; - color: black } - -blockquote.epigraph { - margin: 2em 5em ; } - -dl.docutils dd { - margin-bottom: 0.5em } - -object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] { - overflow: hidden; -} - -/* Uncomment (and remove this text!) to get bold-faced definition list terms -dl.docutils dt { - font-weight: bold } -*/ - -div.abstract { - margin: 2em 5em } - -div.abstract p.topic-title { - font-weight: bold ; - text-align: center } - -div.admonition, div.attention, div.caution, div.danger, div.error, -div.hint, div.important, div.note, div.tip, div.warning { - margin: 2em ; - border: medium outset ; - padding: 1em } - -div.admonition p.admonition-title, div.hint p.admonition-title, -div.important p.admonition-title, div.note p.admonition-title, -div.tip p.admonition-title { - font-weight: bold ; - font-family: sans-serif } - -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title, .code .error { - color: red ; - font-weight: bold ; - font-family: sans-serif } - -/* Uncomment (and remove this text!) to get reduced vertical space in - compound paragraphs. -div.compound .compound-first, div.compound .compound-middle { - margin-bottom: 0.5em } - -div.compound .compound-last, div.compound .compound-middle { - margin-top: 0.5em } -*/ - -div.dedication { - margin: 2em 5em ; - text-align: center ; - font-style: italic } - -div.dedication p.topic-title { - font-weight: bold ; - font-style: normal } - -div.figure { - margin-left: 2em ; - margin-right: 2em } - -div.footer, div.header { - clear: both; - font-size: smaller } - -div.line-block { - display: block ; - margin-top: 1em ; - margin-bottom: 1em } - -div.line-block div.line-block { - margin-top: 0 ; - margin-bottom: 0 ; - margin-left: 1.5em } - -div.sidebar { - margin: 0 0 0.5em 1em ; - border: medium outset ; - padding: 1em ; - background-color: #ffffee ; - width: 40% ; - float: right ; - clear: right } - -div.sidebar p.rubric { - font-family: sans-serif ; - font-size: medium } - -div.system-messages { - margin: 5em } - -div.system-messages h1 { - color: red } - -div.system-message { - border: medium outset ; - padding: 1em } - -div.system-message p.system-message-title { - color: red ; - font-weight: bold } - -div.topic { - margin: 2em } - -h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, -h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { - margin-top: 0.4em } - -h1.title { - text-align: center } - -h2.subtitle { - text-align: center } - -hr.docutils { - width: 75% } - -img.align-left, .figure.align-left, object.align-left { - clear: left ; - float: left ; - margin-right: 1em } - -img.align-right, .figure.align-right, object.align-right { - clear: right ; - float: right ; - margin-left: 1em } - -img.align-center, .figure.align-center, object.align-center { - display: block; - margin-left: auto; - margin-right: auto; -} - -.align-left { - text-align: left } - -.align-center { - clear: both ; - text-align: center } - -.align-right { - text-align: right } - -/* reset inner alignment in figures */ -div.align-right { - text-align: inherit } - -/* div.align-center * { */ -/* text-align: left } */ - -ol.simple, ul.simple { - margin-bottom: 1em } - -ol.arabic { - list-style: decimal } - -ol.loweralpha { - list-style: lower-alpha } - -ol.upperalpha { - list-style: upper-alpha } - -ol.lowerroman { - list-style: lower-roman } - -ol.upperroman { - list-style: upper-roman } - -p.attribution { - text-align: right ; - margin-left: 50% } - -p.caption { - font-style: italic } - -p.credits { - font-style: italic ; - font-size: smaller } - -p.label { - white-space: nowrap } - -p.rubric { - font-weight: bold ; - font-size: larger ; - color: maroon ; - text-align: center } - -p.sidebar-title { - font-family: sans-serif ; - font-weight: bold ; - font-size: larger } - -p.sidebar-subtitle { - font-family: sans-serif ; - font-weight: bold } - -p.topic-title { - font-weight: bold } - -pre.address { - margin-bottom: 0 ; - margin-top: 0 ; - font: inherit } - -pre.literal-block, pre.doctest-block, pre.math, pre.code { - margin-left: 2em ; - margin-right: 2em } - -pre.code .ln { color: grey; } /* line numbers */ -pre.code, code { background-color: #eeeeee } -pre.code .comment, code .comment { color: #5C6576 } -pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } -pre.code .literal.string, code .literal.string { color: #0C5404 } -pre.code .name.builtin, code .name.builtin { color: #352B84 } -pre.code .deleted, code .deleted { background-color: #DEB0A1} -pre.code .inserted, code .inserted { background-color: #A3D289} - -span.classifier { - font-family: sans-serif ; - font-style: oblique } - -span.classifier-delimiter { - font-family: sans-serif ; - font-weight: bold } - -span.interpreted { - font-family: sans-serif } - -span.option { - white-space: nowrap } - -span.pre { - white-space: pre } - -span.problematic { - color: red } - -span.section-subtitle { - /* font-size relative to parent (h1..h6 element) */ - font-size: 80% } - -table.citation { - border-left: solid 1px gray; - margin-left: 1px } - -table.docinfo { - margin: 2em 4em } - -table.docutils { - margin-top: 0.5em ; - margin-bottom: 0.5em } - -table.footnote { - border-left: solid 1px black; - margin-left: 1px } - -table.docutils td, table.docutils th, -table.docinfo td, table.docinfo th { - padding-left: 0.5em ; - padding-right: 0.5em ; - vertical-align: top } - -table.docutils th.field-name, table.docinfo th.docinfo-name { - font-weight: bold ; - text-align: left ; - white-space: nowrap ; - padding-left: 0 } - -/* "booktabs" style (no vertical lines) */ -table.docutils.booktabs { - border: 0px; - border-top: 2px solid; - border-bottom: 2px solid; - border-collapse: collapse; -} -table.docutils.booktabs * { - border: 0px; -} -table.docutils.booktabs th { - border-bottom: thin solid; - text-align: left; -} - -h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, -h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { - font-size: 100% } - -ul.auto-toc { - list-style-type: none } - -</style> -<style type="text/css"> - -/* html4css2.css: Cascading style sheet for Docutils' html4strict writer. */ -/* */ -/* :Author: Günter Milde */ -/* :Copyright: © 2009 Günter Milde. */ -/* Released without warranties or conditions of any kind */ -/* under the terms of the Apache License, Version 2.0 */ -/* http://www.apache.org/licenses/LICENSE-2.0 */ -/* */ -/* This stylesheet supplements the Docutils standard style 'html4css1.css'. */ -/* It uses CSS 2.1 elements (supported by up-to-date versions of popular */ -/* browsers). */ - -/* General rules */ -/* ============= */ - -body { - padding: 0 5%; - margin: 8px 0; - line-height:1.3; - /* http://ilovetypography.com/2008/02/28/a-guide-to-web-typography/ - recommends "line-spacing that’s at least 140% of your text size" */ - counter-reset: table; - /* counter-reset: figure; */ -} - -/* avoid long lines --> better reading */ -/* OTOH: lines should not be too short because of missing hyphenation, */ -div.document { - max-width: 45em; - margin: auto; -} - -/* separate items except for compact lists */ -dl > dd { - margin-bottom: 1em; -} -.compact li, .compact p, .compact ul, .compact ol -dl.simple > dd, .simple li, .simple p, .simple ul, .simple ol { - margin-top: 0; - margin-bottom: 0; -/* background: magenta; */ -} -dl.simple, dl.compact, dl.simple > dd, dl.compact > dd { - margin-top: 0; - margin-bottom: 0; -/* background: lightgreen; */ -} - -/* space around paragraphs */ -dl > dd p:first-child, td > p { - margin: 0; -} - -/* Sidebar */ -/* ------- */ - -div.sidebar { - margin-right: -5%; -} - -/* Special definition lists */ -/* ======================== */ - -/* bold definition term on the same line as the label */ -dl.field-list > dt, dl.option-list > dt, dl.docinfo > dt, -dl.footnote > dt, dl.citation > dt, dl.description > dt { - clear: left; - float: left; - margin: 0; - padding: 0; - padding-right: 0.5em; - font-weight: bold; -} -/* except for these */ -dl.option-list > dt, dl.footnote > dt { - font-weight: normal; -} - - - -/* Field Lists */ -/* ----------- */ - -/* field names followed by a colon */ -dl.field-list > dt:after, dl.docinfo > dt:after { - content: ":"; -} - -/* Offset for field content (corresponds to the --field-name-limit option) */ -dl.field-list > dd { - margin-left: 9em; /* ca. 14 chars in the test examples */ - padding-left: 0.5em; -} - -/* start field-body on a new line after long field names */ -dl.field-list > dd p { - width: 100%; -/* display: inline-block; */ -/* background: yellow; */ -} - -dl.field-list > dd > p:first-child, -/* dl.field-list > dd > ol:first-child, */ -/* dl.field-list > dd > ul:first-child, */ -dl.field-list > dd > dl:first-child { - display: inline-block; -} - -/* field-list variants:: */ - -/* example for custom field-name width */ -dl.field-list.narrow > dd { - margin-left: 5em; -} - -/* start field-body on same line after long field names */ -dl.field-list.run-in > dd p { - display: block; -} - -/* wrap or truncate long field names */ -dl.field-list.fix-labelwidth > dt { - width: 8em; /* set to dl.field-list > dd margin-left - padding-left */ - overflow: hidden; -} -dl.field-list.fix-labelwidth > dd:after { - /* a "stopper" to prevent next dd floating up too far */ - content: ''; - display: block; - clear: left; -} - -/* docinfo */ - -dl.docinfo > dd { - margin-left: 8em; -/* margin-bottom: 0.5em; */ -} - - -/* option list */ - -dl.option-list { - margin-left: 1em; - padding-left: 0; -} - -dl.option-list > dd { - margin-left: 8em; - /* margin-bottom: 0.5em; */ -} - -/* start description on a new line after long options */ -dl.option-list > dd p { - width: 100%; - display: inline-block; -} - -/* footnotes */ - -a.footnote-reference, a.fn-backref { - text-decoration: inherit; /* do not underline footnote links */ -} - -dl.footnote { - /* line on the left */ - padding-left: 1ex; - border-left: solid; - border-left-width: thin; - /* border-color: black; */ -} - -/* paragraph on same line as backrefs */ -dd > em { -/* background: green; */ - float: left; - margin-right: 1ex -} - - -/* -Ordered List (Enumeration) --------------------------- - -Use counters to replace the deprecated start attribute. Make sure the -resulting list resembles the list-style 'outside' with a hanging indent. -*/ - -/* New ordered list: reset counter, suppress the default label */ -ol, ol.arabic, ol.loweralpha, ol.upperalpha, -ol.lowerroman, ol.upperroman { - counter-reset: item; - list-style: none -} - -/* Set the negative indent of the list label as feature of the list item */ -ol > li { - text-indent: -40px; /* Mozillas default indent */ -} -/* reset for child elements */ -ol > li > * { - text-indent: 0px; - text-indent: 0; - margin-top: 0; - /* background: lightgreen; */ -} - -/* Label */ -ol > li:before { - /* increment and typeset counter(s), */ - counter-increment: item; - content: counter(item) "."; - /* display next to the content (aligned top-right), */ - display: inline-block; - text-align: right; - vertical-align: top; - /* sum must match ol>li {text-indent:} (40px is Mozillas default) */ - width: 35px; - padding-right: 5px; -/* background: yellow; */ -} - -/* The list item's first line starts next to the label, without indent */ -ol > li > p:first-child, -ol > li > ol:first-child, -ol > li > ul:first-child, -ol > li > dl:first-child { - display: inline-block; - /* background: lightblue; */ -} - -/* default separator variants */ -ol.loweralpha > li:before { - content: counter(item, lower-alpha) ")"; -} -ol.upperalpha > li:before { - content: counter(item, upper-alpha) "."; -} -ol.lowerroman > li:before { - content: "(" counter(item, lower-roman) ")"; -} -ol.upperroman > li:before { - content: counter(item, upper-roman) ")"; -} -/* nested counters (1, 1.1, 1.1.1, etc) */ -/* nested enumerated lists "inherit" the class attribute, other lists not */ -ol.nested > li:before, ol.nested ol > li:before { - content: counters(item, ".") " "; -} - -/* lists nested in definition list */ - -dd > ul, dd > ol { - padding-left: 0pt; -} - -/* TODO: prefix, suffix? */ - -/* smaller font for super- and subscripts */ -/* sub, sup {font-size: 70%;} */ /* Mozilla default is `smaller` */ - - -/* Tables */ -/* ====== */ - -/* margins and borders for "normal" tables */ -table { -/* background: magenta; */ - margin-top: 1em ; - margin-bottom: 1em; -/* border-style: outset; */ - border-style: solid; - border-color: silver; - border-width: thin; - border-collapse: collapse; -} -blockquote > table { - margin-top: 0em ; - margin-bottom: 0em; -} - -td, th { - border-style: solid; - border-width: thin; - border-color: silver; - /* text-align: left; */ - padding: 0 1ex; -} - -td > p:first-child, th > p:first-child { - margin-top: 0; -} -td > p, th > p { - margin-bottom: 0; -} - -/* no borders for "borderless" tables */ -table.borderless, table.borderless * { - border-style: none; -} - -/* "booktabs" style (no vertical lines) */ -table.booktabs { - border: 0; - border-top: 2px solid; - border-bottom: 2px solid; - border-collapse: collapse; -} - -table.booktabs * { - border: 0; -} -table.booktabs th { - border-bottom: thin solid; - text-align: left; -} - -table > caption { - text-align: left; - margin-bottom: 0.25em -/* padding: 2em 0 1em 0; */ -} - -/* numbered tables*/ -table.numbered > caption:before { - counter-increment: table; /* defined/re-set in body */ - content: "Table " counter(table) ": "; - font-weight: bold; -} - - -/* literal text - ------------ -*/ -/* whitespace and wrapping in inline literals */ -/* possible values: normal, nowrap, pre, pre-wrap, pre-line */ -tt.literal { - white-space: pre-wrap; -} - -/* /* compensate for initial line-break (which is literal with XHTML 1.1) */ */ -/* pre.literal-block, pre.doctest-block { */ -/* margin-top: 0em ; */ -/* } */ - -/* Table of Contents */ - -/* don't indent like a topic */ -div.topic.contents { - margin: 0; -} -/* div.topic.contents ul { */ -/* list-style: none; */ -/* } */ - -div.topic.contents a { - text-decoration: none; /* no underline for links */ -} - -/* section numbers */ - -span.sectnum { - padding-right: 1ex; -} - -/* admonitions */ - -/* no padding for top and bottom */ -div.admonition, div.attention, div.caution, div.danger, div.error, -div.hint, div.important, div.note, div.tip, div.warning { - padding: 0px 1em } - -</style> -</head> -<body> -<div class="document" id="textalpha-greek-symbols-in-text"> -<h1 class="title">textalpha: Greek symbols in text</h1> - -<dl class="docinfo"> -<dt class="copyright">Copyright</dt> -<dd class="copyright">© 2010 Günter Milde</dd> -<dt>Licence</dt> -<dd><p>This work may be distributed and/or modified under the -conditions of the <a class="reference external" href="http://www.latex-project.org/lppl.txt">LaTeX Project Public License</a>, either -version 1.3 of this license or any later version.</p> -</dd> -<dt>Identification</dt> -<dd><pre class="literal-block">\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{textalpha} -[2013/05/28 v0.4 macros for Greek letters in text] -</pre> -<p>This package is part of the <a class="reference external" href="http://www.ctan.org/pkg/lgrx">lgrx</a> bundle.</p> -</dd> -</dl> -<div class="abstract topic"> -<p class="topic-title first">Abstract</p> -<p>Provide a set of <tt class="literal">\text*</tt> macros for Greek letters -outside math.</p> -</div> -<div class="note"> -<p class="admonition-title">Note</p> -<p>The package was renamed from <cite>textgreek</cite> to <cite>textalpha</cite> to prevent -confusion with the <a class="reference external" href="http://www.ctan.org/pkg/textgreek">textgreek</a> package by Leonard Michlmayr.</p> -</div> -<dl class="docutils"> -<dt>Changelog:</dt> -<dd><table class="borderless"> -<colgroup> -<col width="14%" /> -<col width="7%" /> -<col width="79%" /> -</colgroup> -<tbody> -<tr><td><p>2010-06-16</p></td> -<td><p>0.1</p></td> -<td><p>initial version</p></td> -</tr> -<tr><td><p>2012-06-27</p></td> -<td><p>0.2</p></td> -<td><p>support for compound Unicode definitions outside LGR</p></td> -</tr> -<tr><td><p>2013-05-03</p></td> -<td><p>0.3</p></td> -<td><p>new accent macro names with <tt class="literal">lgrxenc.def</tt> 0.7</p></td> -</tr> -<tr><td><p>2013-05-28</p></td> -<td><p>0.4</p></td> -<td><p>use <tt class="literal">lgrenc.def</tt> from greek-fontenc</p></td> -</tr> -</tbody> -</table> -</dd> -</dl> -<div class="section" id="motivation"> -<h1>Motivation</h1> -<p>By default, TeX macros for Greek letters are only valid in mathematical -mode. This package declares the LGR font encoding as default for Greek LICR -macros (<tt class="literal">\textalpha</tt> – <tt class="literal">\textOmega</tt>).</p> -<ul class="simple"> -<li><p>Symbols from a Greek text font (e.g. the <a class="reference external" href="http://www.ctan.org/pkg/cbgreek-complete">CB fonts</a>) can be accessed -without the need for an explicite font-encoding switch.</p></li> -<li><p>In combination with <tt class="literal"><span class="pre">\usepackage[utf8]{inputenc}</span></tt> and <tt class="literal">lgrenc.dfu</tt> -from <a class="reference external" href="http://www.ctan.org/pkg/greek-inputenc">greek-inputenc</a>, Unicode input of Greek characters is supported in -any font encoding.</p></li> -<li><p>In combination with the <tt class="literal">\text</tt> macro from amsmath, this can be used to -get matching upright and bold upright Greek symbols in math mode.</p></li> -</ul> -<dl class="docutils"> -<dt>Attention</dt> -<dd><p>The macros work well in any font encoding for single symbols.</p> -<p>However, the automatic font-encoding switches behind the doors interfere -with kerning between letters and replacement of accent+character with a -pre-composed character. Therefore, Greek text should be written with the -help of <a class="reference external" href="http://www.ctan.org/cgi-bin/ctanPackageInformation.py?id=babel">babel</a>, setting the language to <tt class="literal">greek</tt> or wrapped in the -provided <a class="reference internal" href="#ensuregreek">ensuregreek</a> macro.</p> -</dd> -</dl> -<p>The package uses NFSS default definitions as explained in the <a class="reference external" href="http://www.ctan.org/tex-archive/macros/latex/doc/fntguide.pdf">fntguide</a> -(section 5.3).</p> -</div> -<div class="section" id="implementation"> -<h1>Implementation</h1> -<div class="section" id="requirements"> -<h2>Requirements</h2> -<p>This package requires the font encoding definitions from <a class="reference external" href="http://www.ctan.org/pkg/greek-fontenc">greek-fontenc</a>:</p> -<pre class="literal-block">\input{lgrenc.def} -</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 in -a font encoding with support for Greek. We define LGR as default encoding for -Greek text:</p> -<pre class="literal-block">\DeclareTextCommandDefault{\ensuregreek}[1]{{\fontencoding{LGR}\selectfont #1}} -</pre> -<!-- The [fntguide_] writes - - Note that ``\DeclareTextAccentDefault`` can be used on any - one-argument encoding-specific command, not just those defined with - ``\DeclareTextAccent``. - -However, the simpler alternative -``\DeclareTextAccentDefault{\ensuregreek}{LGR}`` fails with the table of -Unicode characters in the test document `<textalpha-test.tex>`__: - - ``! You can't use a prefix with `end-group character }'.`` --> -<p>Eventually, all font encodings supporting Greek script (e.g. LGI, PU, EU1, -EU2) will declare <tt class="literal">\ensuregreek</tt> as text command that passes the argument -unchanged. This way, kerning and selection of precomposed glyphs would work -also for cases like <tt class="literal"><span class="pre">\ensuregreek{\'A}U</span></tt>.</p> -<!-- Do this for PU here? ``\DeclareTextCommand{\ensuregreek}{PU}[1]{#1}`` - -Can lead to infinite recursion (``TeX capacity exeeded``) without the -``unicode=true`` hyperref option. -(How about a test whether the PU font encoding is defined?). --> -</div> -<div class="section" id="greek-alphabet"> -<h2>Greek Alphabet</h2> -<p>Define the <tt class="literal">text*</tt> marcos as default for all font encodings:</p> -<pre class="literal-block">\DeclareTextSymbolDefault{\textAlpha}{LGR} -\DeclareTextSymbolDefault{\textBeta}{LGR} -\DeclareTextSymbolDefault{\textGamma}{LGR} -\DeclareTextSymbolDefault{\textDelta}{LGR} -\DeclareTextSymbolDefault{\textEpsilon}{LGR} -\DeclareTextSymbolDefault{\textZeta}{LGR} -\DeclareTextSymbolDefault{\textEta}{LGR} -\DeclareTextSymbolDefault{\textTheta}{LGR} -\DeclareTextSymbolDefault{\textIota}{LGR} -\DeclareTextSymbolDefault{\textKappa}{LGR} -\DeclareTextSymbolDefault{\textLambda}{LGR} -\DeclareTextSymbolDefault{\textMu}{LGR} -\DeclareTextSymbolDefault{\textNu}{LGR} -\DeclareTextSymbolDefault{\textXi}{LGR} -\DeclareTextSymbolDefault{\textOmicron}{LGR} -\DeclareTextSymbolDefault{\textPi}{LGR} -\DeclareTextSymbolDefault{\textRho}{LGR} -\DeclareTextSymbolDefault{\textSigma}{LGR} -\DeclareTextSymbolDefault{\textTau}{LGR} -\DeclareTextSymbolDefault{\textUpsilon}{LGR} -\DeclareTextSymbolDefault{\textPhi}{LGR} -\DeclareTextSymbolDefault{\textChi}{LGR} -\DeclareTextSymbolDefault{\textPsi}{LGR} -\DeclareTextSymbolDefault{\textOmega}{LGR} -% -\DeclareTextSymbolDefault{\textalpha}{LGR} -\DeclareTextSymbolDefault{\textbeta}{LGR} -\DeclareTextSymbolDefault{\textgamma}{LGR} -\DeclareTextSymbolDefault{\textdelta}{LGR} -\DeclareTextSymbolDefault{\textepsilon}{LGR} -\DeclareTextSymbolDefault{\textzeta}{LGR} -\DeclareTextSymbolDefault{\texteta}{LGR} -\DeclareTextSymbolDefault{\texttheta}{LGR} -\DeclareTextSymbolDefault{\textiota}{LGR} -\DeclareTextSymbolDefault{\textkappa}{LGR} -\DeclareTextSymbolDefault{\textlambda}{LGR} -\DeclareTextSymbolDefault{\textmu}{LGR} -\DeclareTextSymbolDefault{\textnu}{LGR} -\DeclareTextSymbolDefault{\textxi}{LGR} -\DeclareTextSymbolDefault{\textomicron}{LGR} -\DeclareTextSymbolDefault{\textpi}{LGR} -\DeclareTextSymbolDefault{\textrho}{LGR} -\DeclareTextSymbolDefault{\textsigma}{LGR} -\DeclareTextSymbolDefault{\textvarsigma}{LGR} -\DeclareTextSymbolDefault{\textfinalsigma}{LGR} % alias for \textvarsigma -\DeclareTextSymbolDefault{\textautosigma}{LGR} % char 115 in LGR -\DeclareTextSymbolDefault{\texttau}{LGR} -\DeclareTextSymbolDefault{\textupsilon}{LGR} -\DeclareTextSymbolDefault{\textphi}{LGR} -\DeclareTextSymbolDefault{\textchi}{LGR} -\DeclareTextSymbolDefault{\textpsi}{LGR} -\DeclareTextSymbolDefault{\textomega}{LGR} -</pre> -<div class="section" id="additional-greek-symbols"> -<h3>Additional Greek symbols</h3> -<p>Including alias names for compatibility with hyperref’s puenc.def.</p> -<p>Ancient Greek Numbers (Athenian Numerals):</p> -<pre class="literal-block">\DeclareTextSymbolDefault{\textpentedeka}{LGR} % GREEK ACROPHONIC ATTIC FIFTY -\DeclareTextSymbolDefault{\textpentehekaton}{LGR} % GREEK ACROPHONIC ATTIC FIVE HUNDRED -\DeclareTextSymbolDefault{\textpenteqilioi}{LGR} % GREEK ACROPHONIC ATTIC FIVE THOUSAND -\DeclareTextSymbolDefault{\textpentemurioi}{LGR} % GREEK ACROPHONIC ATTIC FIFTY THOUSAND -</pre> -<p>Archaic letters:</p> -<pre class="literal-block">\DeclareTextSymbolDefault{\textstigma}{LGR} % ϛ -\DeclareTextSymbolDefault{\textstigmagreek}{LGR} % ϛ (puenc.def) -\DeclareTextSymbolDefault{\textvarstigma}{LGR} % stigma variant -\DeclareTextSymbolDefault{\textkoppa}{LGR} % ϟ (greek small letter koppa) -\DeclareTextSymbolDefault{\textkoppagreek}{LGR} % ϟ (puenc.def) -\DeclareTextSymbolDefault{\textqoppa}{LGR} % ϙ (archaic koppa) -\DeclareTextSymbolDefault{\textQoppa}{LGR} % Ϙ (archaic Koppa) -\DeclareTextSymbolDefault{\textStigma}{LGR} % Ϛ ϹΤ ligature in some fonts -\DeclareTextSymbolDefault{\textStigmagreek}{LGR} % Ϛ (puenc.def) -\DeclareTextSymbolDefault{\textSampi}{LGR} % Ϡ -\DeclareTextSymbolDefault{\textSampigreek}{LGR} % Ϡ (puenc.def) -\DeclareTextSymbolDefault{\textsampi}{LGR} % ϡ -\DeclareTextSymbolDefault{\textsampigreek}{LGR} % ϡ (puenc.def) -\DeclareTextSymbolDefault{\textanoteleia}{LGR} % · -\DeclareTextSymbolDefault{\texterotimatiko}{LGR} % ; (003B is the preferred character) -\DeclareTextSymbolDefault{\textdigamma}{LGR} % ϝ -\DeclareTextSymbolDefault{\textDigamma}{LGR} % Ϝ -\DeclareTextSymbolDefault{\textdigammagreek}{LGR} % ϝ (puenc.def) -\DeclareTextSymbolDefault{\textDigammagreek}{LGR} % Ϝ (puenc.def) -</pre> -<p>numeral signs: <a class="reference external" href="http://en.wikipedia.org/wiki/Greek_numerals">http://en.wikipedia.org/wiki/Greek_numerals</a></p> -<pre class="literal-block">\DeclareTextSymbolDefault{\textnumeralsigngreek}{LGR} % (puenc.def) -\DeclareTextSymbolDefault{\textnumeralsignlowergreek}{LGR} % (puenc.def) -</pre> -</div> -</div> -<div class="section" id="diacritics"> -<h2>Diacritics</h2> -<p>Greek diacritics via “named” macros:</p> -<pre class="literal-block">\DeclareTextAccentDefault{\accdasia}{LGR} -\DeclareTextAccentDefault{\accpsili}{LGR} -\DeclareTextAccentDefault{\acctonos}{LGR} -\DeclareTextAccentDefault{\accvaria}{LGR} -\DeclareTextAccentDefault{\accperispomeni}{LGR} -\DeclareTextAccentDefault{\accdialytika}{LGR} -\DeclareTextAccentDefault{\<}{LGR} -\DeclareTextAccentDefault{\>}{LGR} -% -\DeclareTextAccentDefault{\accdasiaoxia}{LGR} -\DeclareTextAccentDefault{\accdasiavaria}{LGR} -\DeclareTextAccentDefault{\accdasiaperispomeni}{LGR} -\DeclareTextAccentDefault{\accpsilioxia}{LGR} -\DeclareTextAccentDefault{\accpsilivaria}{LGR} -\DeclareTextAccentDefault{\accpsiliperispomeni}{LGR} -\DeclareTextAccentDefault{\accdialytikatonos}{LGR} -\DeclareTextAccentDefault{\accdialytikavaria}{LGR} -\DeclareTextAccentDefault{\accdialytikaperispomeni}{LGR} -</pre> -<p>Postfix accents:</p> -<pre class="literal-block">\DeclareTextSymbolDefault{\ypogegrammeni}{LGR} % "small" sub-iota -\DeclareTextSymbolDefault{\prosgegrammeni}{LGR} % "capital" sub-iota -</pre> -</div> -<div class="section" id="auxiliary-macros"> -<h2>Auxiliary macros</h2> -<p><tt class="literal">\MakeUppercase</tt> requires two internal commands:</p> -<pre class="literal-block">\DeclareTextAccentDefault{\LGR@hiatus}{LGR} -\DeclareTextAccentDefault{\LGR@Dialytika}{LGR} -</pre> -<!-- References -- - - - - - - - - - --> -</div> -</div> -</div> -</body> -</html> |