diff options
Diffstat (limited to 'language/greek/greek-fontenc/alphabeta.sty.html')
-rw-r--r-- | language/greek/greek-fontenc/alphabeta.sty.html | 635 |
1 files changed, 384 insertions, 251 deletions
diff --git a/language/greek/greek-fontenc/alphabeta.sty.html b/language/greek/greek-fontenc/alphabeta.sty.html index 84a217a1d7..3bbd1ca681 100644 --- a/language/greek/greek-fontenc/alphabeta.sty.html +++ b/language/greek/greek-fontenc/alphabeta.sty.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="utf-8"/> -<meta name="generator" content="Docutils 0.17b.dev: http://docutils.sourceforge.net/" /> +<meta name="generator" content="Docutils 0.17b2.dev: http://docutils.sourceforge.net/" /> <title>alphabeta: Greek symbols in text and math</title> <meta name="dcterms.rights" content="© 2010 Günter Milde" /> <link rel="schema.dcterms" href="http://purl.org/dc/terms/"/> @@ -39,7 +39,8 @@ .align-bottom { vertical-align: bottom; } /* titles */ -h1.title, p.subtitle { +h1.title, +p.subtitle { text-align: center; } p.topic-title, @@ -49,12 +50,12 @@ p.admonition-title, p.system-message-title { font-weight: bold; } -h1 + p.subtitle, -h2 + p.section-subtitle { +h1 + p.subtitle { font-size: 1.6em; } -h3 + p.section-subtitle { - font-size: 1.28em; +h2 + p.section-subtitle, +p.sidebar-title { + font-size: 1.2em; } p.subtitle, p.section-subtitle, @@ -62,9 +63,6 @@ p.sidebar-subtitle { font-weight: bold; margin-top: -0.5em; } -p.sidebar-title { - font-size: larger; -} p.rubric { font-size: larger; color: maroon; @@ -156,7 +154,10 @@ dl.docinfo > dt:after { } /* Bibliographic Fields (docinfo) */ -pre.address { font: inherit; } +pre.address { + font: inherit; + margin: 0.5em 0; +} dd.authors > p { margin: 0; } /* Option Lists */ @@ -167,7 +168,7 @@ span.option { white-space: nowrap; } /* Footnotes and Citations */ dl.footnote.superscript > dd {margin-left: 1em; } dl.footnote.brackets > dd {margin-left: 2em; } -dl > dt.label { font-weight: normal; } +dl.footnote > dt { font-weight: normal; } a.footnote-reference.brackets:before, dt.label > span.brackets:before { content: "["; } a.footnote-reference.brackets:after, @@ -175,19 +176,11 @@ dt.label > span.brackets:after { content: "]"; } a.footnote-reference.superscript, dl.footnote.superscript > dt.label { vertical-align: super; - font-size: smaller; + font-size: small; } dt.label > span.fn-backref { margin-left: 0.2em; } dt.label > span.fn-backref > a { font-style: italic; } -/* Line Blocks */ -div.line-block { display: block; } -div.line-block div.line-block { - margin-top: 0; - margin-bottom: 0; - margin-left: 40px; -} - /* Figures, Images, and Tables */ .figure.align-left, figure.align-left, @@ -234,16 +227,18 @@ aside.sidebar { blockquote, div.topic, div.admonition, -div.system-message, -pre.literal-block, -pre.doctest-block, -pre.math, -pre.code { - margin-left: 1.5em; - margin-right: 1.5em; +div.system-message { + margin-left: 2em; + margin-right: 2em; } +div.line-block { display: block; } +div.line-block div.line-block { + margin: 0 0 0 2em; +} +pre { margin-left: 2em; } pre.code .ln { color: gray; } /* line numbers */ + /* Tables */ table { border-collapse: collapse; } td, th { @@ -257,7 +252,11 @@ td > p, th > p { margin-bottom: 0; } table > caption { text-align: left; - margin-bottom: 0.25em + margin-top: 0.2em; + margin-bottom: 0.2em; +} +table.captionbelow { + caption-side: bottom; } table.borderless td, table.borderless th { @@ -278,12 +277,13 @@ header, section, footer, aside, nav, main, article, figure { </style> <style type="text/css"> -/* CSS31_ style sheet for the output of Docutils HTML writers. */ -/* Rules for easy reading and pre-defined style variants. */ +/* CSS3_ style sheet for the output of Docutils HTML writers. */ +/* Generic responsive design for all screen sizes. */ +/* */ +/* :Author: Günter Milde */ /* */ -/* :Author: Günter Milde, based on html4css1.css by David Goodger */ /* :Id: $Id$ */ -/* :Copyright: © 2015 Günter Milde. */ +/* :Copyright: © 2021 Günter Milde. */ /* :License: Released under the terms of the `2-Clause BSD license`_, */ /* in short: */ /* */ @@ -297,153 +297,194 @@ header, section, footer, aside, nav, main, article, figure { /* .. _CSS3: http://www.w3.org/TR/CSS3 */ -/* Document Structure */ -/* ****************** */ +/* General Settings */ +/* ================ */ + +/* Suited for all screen sizes or special to small ones (mobile first). */ +/* For adaption to larger screens see media queries below */ +@viewport { + zoom: 1.0; + width: extend-to-zoom; +} -/* "page layout" */ body { - margin: 0; - background-color: #dbdbdb; + background-color: #fafaf6; + font-size: larger; + line-height: 1.4; + margin: auto; } -div.document, main { - line-height:1.3; - counter-reset: table figure; - /* avoid long lines --> better reading */ - /* optimum is 45…75 characters/line <http://webtypography.net/2.1.2> */ - /* OTOH: lines should not be too short because of missing hyphenation, */ - max-width: 50em; - padding: 1px 2%; /* 1px on top avoids grey bar above title (mozilla) */ - margin: auto; + counter-reset: figure table; +} +main, header, footer { + padding: 0.5em 5%; background-color: white; + max-width: 66em; } -/* Sections */ - -/* Transitions */ - -hr.docutils { - width: 80%; - margin-top: 1em; - margin-bottom: 1em; - clear: both; +main > *, section > * { + max-width: 55em; /* ca. 90…100 characters */ +} +main > section, section > section { + max-width: 100%; } -/* Paragraphs */ -/* ========== */ - -/* vertical space (parskip) */ -p, ol, ul, dl, li, dd, +/* Vertical Space (Parskip) */ +p, ol, ul, dl, li, div.line-block, div.topic, table { margin-top: 0.5em; margin-bottom: 0.5em; } -p:first-child { margin-top: 0; } -/* (:last-child is new in CSS 3) */ -p:last-child { margin-bottom: 0; } - h1, h2, h3, h4, h5, h6, dl > dd { margin-bottom: 0.5em; } +/* exceptions */ +p:first-child { + margin-top: 0; +} +p:last-child { + margin-bottom: 0; +} +blockquote > table, +div.topic > table { + margin-top: 0; + margin-bottom: 0; +} -/* Lists */ -/* ===== */ +/* Indented Blocks */ +blockquote, +figure, +div.topic { + /* background-color: Honeydew; */ + margin: 0.5em 2%; + padding-left: 1em; +} +div.line-block div.line-block, +dl.option-list, +.literal-block, +pre { + /* background-color: LightCyan; */ + margin-left: calc(2% + 1em); +} -/* Separate list entries in compound lists */ -dl > dd, ol > li, +/* Object styling */ +/* ============== */ -/* Definition Lists */ -/* Indent lists nested in definition lists */ -/* (:only-child is new in CSS 3) */ -dd > ul:only-child, dd > ol:only-child { padding-left: 1em; } +footer > *, header > *, +aside.sidebar > *, .marginal > * { + font-size: smaller; +} -/* Description Lists */ -/* styled like in most dictionaries, encyclopedias etc. */ -dl.description > dt { - font-weight: bold; - clear: left; - float: left; - margin: 0; +/* Frontmatter */ +blockquote.dedication, +div.topic.dedication { padding: 0; - padding-right: 0.5em; + margin-left: 0; + font-style: italic; + font-size: larger; +} +div.abstract p.topic-title { + margin-left: calc(-2% - 1em); +} +div.dedication p.topic-title { + display: none; } -/* Field Lists */ +blockquote p.attribution, +div.topic p.attribution { + text-align: right; +} -/* example for custom field-name width */ -dl.field-list.narrow > dd { - margin-left: 5em; +/* Table of Contents */ +div.topic.contents { + padding: 0; } -/* run-in: start field-body on same line after long field names */ -dl.field-list.run-in > dd p { - display: block; +ul.auto-toc > li > p { + padding-left: 1em; + text-indent: -1em; +} +div.topic.contents ul { + padding-left: 1em; } -/* Bibliographic Fields */ +/* Transitions */ +hr { + margin: 1em 10%; +} -/* generally, bibliographic fields use special definition list dl.docinfo */ -/* but dedication and abstract are placed into "topic" divs */ -div.abstract p.topic-title { - text-align: center; +/* Lists */ + +/* Smaller indent on small screens */ +ul, ol { + padding-left: 1.1em; } -div.dedication { - margin: 2em 5em; - text-align: center; - font-style: italic; +dd { + margin-left: 1.5em; } -div.dedication p.topic-title { - font-style: normal; +dl.field-list > dd { + margin-left: 4em; +} +dl.field-list.narrow > dd, +dl.docinfo > dd, +dl.option-list > dd { + margin-left: 2.4em; +} +/* run-in: start field-body on same line after long field names */ +dl.field-list.run-in > dd p { + display: block; } -/* Citations */ -dl.citation dt.label { +/* "description style" like in most dictionaries, encyclopedias etc. */ +dl.description > dt { + clear: left; + float: left; + margin: 0; + padding: 0; + padding-right: 0.5em; font-weight: bold; } -span.fn-backref { - font-weight: normal; +dl.description > dd:after { + display: block; + content: ""; + clear: both; } - -/* Text Blocks */ -/* =========== */ - -/* Literal Blocks */ - -pre.literal-block, -pre.doctest-block, -pre.math, -pre.code { - font-family: monospace; +/* start lists nested in description/field lists on new line */ +dd > dl:first-child, +dd > ul:first-child, +dd > ol:first-child { + clear: left; +} +/* Footnotes and Citations */ +/* TODO: use <aside> */ +dl.footnote { + font-size: smaller; + padding-left: 0.5em; +/* text-indent: -0.5em; */ + border-left: solid; + border-left-width: thin; } -/* Block Quotes */ - -blockquote > table, -div.topic > table { - margin-top: 0; - margin-bottom: 0; +/* Images, Figures, and Tables */ +img { + display: block; } -blockquote p.attribution, -div.topic p.attribution { - text-align: right; - margin-left: 20%; +p > img, p > a > img, +figure > img, figure > a > img { + display: inline; } -/* Tables */ -/* ====== */ +table tr { + text-align: left; +} /* th { vertical-align: bottom; } */ - -table tr { text-align: left; } - /* "booktabs" style (no vertical lines) */ table.booktabs { - border: 0; border-top: 2px solid; border-bottom: 2px solid; - border-collapse: collapse; } table.booktabs * { border: 0; @@ -452,101 +493,59 @@ table.booktabs th { border-bottom: thin solid; } -/* numbered tables (counter defined in div.document) */ -table.numbered > caption:before { - counter-increment: table; - content: "Table " counter(table) ": "; - font-weight: bold; -} - -/* Explicit Markup Blocks */ -/* ====================== */ - -/* Footnotes and Citations */ -/* ----------------------- */ - -/* line on the left */ -dl.footnote { - padding-left: 1ex; - border-left: solid; - border-left-width: thin; -} - -/* Directives */ -/* ---------- */ - -/* Body Elements */ -/* ~~~~~~~~~~~~~ */ - -/* Images and Figures */ - -/* let content flow to the side of aligned images and figures */ -.figure.align-left, -figure.align-left, -img.align-left, -object.align-left { - display: block; - clear: left; - float: left; - margin-right: 1em; +figcaption, +table > caption { + /* font-size: smaller; */ + font-style: italic; } -.figure.align-right, -figure.align-right, -img.align-right, -object.align-right { - display: block; - clear: right; - float: right; - margin-left: 1em; +figcaption > .legend { + font-size: smaller; + font-style: initial; } -/* Stop floating sidebars, images and figures at section level 1,2,3 */ -h1, h2, h3, h4 { clear: both; } -/* Numbered figures */ figure.numbered > figcaption > p:before { counter-increment: figure; content: "Figure " counter(figure) ": "; font-weight: bold; + font-style: initial; +} +table.numbered > caption:before { + counter-increment: table; + content: "Table " counter(table) ": "; + font-weight: bold; + font-style: initial; } - /* Admonitions and System Messages */ - div.admonition, -div.system-message, -aside.sidebar { - border: medium outset; - margin: 1em 1.5em; - padding: 0.5em 1em; +div.system-message { + box-sizing: border-box; + border-style: solid; + border-color: silver; + border-width: thin; + margin: 1em 2%; + padding: 0.5em; } - div.caution p.admonition-title, div.attention p.admonition-title, div.danger p.admonition-title, -div.error p.admonition-title, div.warning p.admonition-title, div.error { - color: red; + color: maroon; +} +div.system-message > p > span.literal { + overflow-wrap: break-word; } - -/* Sidebar */ - -/* Move right. In a layout with fixed margins, */ -/* it can be moved into the margin. */ -div.sidebar, -aside.sidebar { - width: 30%; - max-width: 26em; - margin-left: 1em; - margin-right: -2%; - background-color: #ffffee; +/* Literal and Code */ +pre { + /* font-family: Consolas, "Liberation Mono", Menlo, monospace; */ + /* font-size: 0.9em; */ +/* overflow: auto; */ + margin-right: -5%; } -/* Code */ -pre.code { padding: 0.7ex } -pre.code, code { background-color: #eeeeee } pre.code .ln { color: gray; } /* line numbers */ /* basic highlighting: for a complete scheme, see */ /* http://docutils.sourceforge.net/sandbox/stylesheets/ */ @@ -557,52 +556,160 @@ 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} -/* Math */ -/* styled separately (see math.css for math-output=HTML) */ -/* Epigraph */ -/* Highlights */ -/* Pull-Quote */ -/* Compound Paragraph */ -/* Container */ -/* Document Header and Footer */ +.sans { + font-family: "Gill Sans", "Gill Sans MT", Calibri, "Lucida Sans", "Noto Sans", sans-serif; + letter-spacing: .02em; +} -footer, header { - font-size: smaller; +/* Hyperlink References */ +/* underline that clears descenders */ +a { + text-decoration: none; + text-decoration-skip-ink: auto; /* nonstandard selector */ +} +a:link{ + overflow-wrap: break-word; +} +/* undecorated links */ +a[href^="#system-message"], +.contents a, a.toc-backref, a.image-reference, +a.footnote-reference, a.fn-backref, .fn-backref a, +a.citation-reference { + color: inherit; +} +a:link:hover { + text-decoration: underline; +} + + +/* Block Alignment */ +/* Let content flow to the side of aligned images and figures */ + +/* no floats around this elements */ +dl.footnote, dl.citation, /* errors with internal floats */ +footer, header, hr, +h1, h2, h3, .contents > p.topic-title { clear: both; - padding: 0.5em 2%; - background-color: #ebebee; - border: none; } -/* Inline Markup */ -/* ============= */ +img.align-left, +figure.align-left, +table.align-left { + margin-left: 0; + padding-left: 0; + margin-right: 0.5em; + clear: left; + float: left; +} +img.align-right, +figure.align-right, +table.align-right { + margin-left: 0.5em; + clear: right; + float: right; +} -/* Emphasis */ -/* em */ -/* Strong Emphasis */ -/* strong */ -/* Interpreted Text */ -/* span.interpreted */ -/* Title Reference */ -/* cite */ +/* Margin Elements */ +/* see below for screen size dependent rules */ +aside.sidebar { +/* overwrite minimal.css */ + width: auto; + max-width: 100%; +/* float: none; */ +} +aside.sidebar, +.marginal, +.admonition.marginal, +.topic.marginal { + background-color: #efefea; + box-sizing: border-box; + margin: 0.5em 0; + padding: 0.5em; + clear: right; +} -/* Inline Literals */ -/* possible values: normal, nowrap, pre, pre-wrap, pre-line */ -/* span.docutils.literal { white-space: pre-wrap; } */ +/* Adaptive page layout */ + +/* larger margins and floating elements moderately small screens */ +/* main text more than around 40 characters/line */ +@media (min-width: 35em) { + /* wider margins */ + main, header, footer { + padding: 0.5em calc(20% - 5rem); + line-height: 1.6 + } + pre { + margin-right: calc(5rem - 20%); + } + /* floating margin elements */ + aside.sidebar, + .marginal, + .admonition.marginal, + .topic.marginal { + max-width: min(45%, 18em); + margin-left: 1em; + clear: right; + float: right; + } + /* more indent for field-list values */ + dl.field-list > dd, + dl.docinfo > dd { + margin-left: 6.4em; + } + dl.option-list > dd { + margin-left: 5em; + } +} -/* Hyperlink References */ -a { text-decoration: none; } +@media (min-width: 65em) { + /* 2 column layout with wide margin */ + main, header, footer { + padding: 0.5em 15%; + } + aside.sidebar, + .marginal, + .admonition.marginal, + .topic.marginal { + background-color: inherit; + /* background-color: lavender; */ + margin-right: -18%; + padding: 0; + } + .admonition.marginal { padding: 0.5em; } +} -/* External Targets */ -/* span.target.external */ -/* Internal Targets */ -/* span.target.internal */ -/* Footnote References */ -/* a.footnote-reference */ -/* Citation References */ -/* a.citation-reference */ +/* Move ToC to the left */ +@media (min-width: 100em) { + main, header, footer { + margin-left: min(15%, 18em); + } + main > div.topic.contents { + position: fixed; + top: 0; + left: 0; + box-sizing: border-box; + width: min(25%, 28em); + height: 100vh; + margin: 0; + background-color: #fafaf6; + padding: 1em 2%; + overflow: auto; + } + main > div.topic.contents > * { + padding-left: 0; + } + +/* marginal elements outside of main text */ +@media (min-width: 126em) { + aside.sidebar, + figure.marginal, + .topic.marginal, + p.marginal { + width: min(45%, 18em); + } +} </style> </head> @@ -684,8 +791,34 @@ mode.</p> </table> </dd> </dl> +<div class="contents topic" id="contents"> +<p class="topic-title">Contents</p> +<ul class="simple"> +<li><p><a class="reference internal" href="#motivation" id="id1">Motivation</a></p></li> +<li><p><a class="reference internal" href="#usage" id="id2">Usage</a></p> +<ul> +<li><p><a class="reference internal" href="#conflicts" id="id3">Conflicts</a></p></li> +</ul> +</li> +<li><p><a class="reference internal" href="#implementation" id="id4">Implementation</a></p> +<ul> +<li><p><a class="reference internal" href="#requirements" id="id5">Requirements</a></p></li> +<li><p><a class="reference internal" href="#postpone-the-re-definitions" id="id6">Postpone the re-definitions</a></p></li> +<li><p><a class="reference internal" href="#save-math-macros" id="id7">Save math macros</a></p></li> +<li><p><a class="reference internal" href="#commands-to-access-greek-letters-by-name" id="id8">Commands to access Greek letters by name</a></p> +<ul> +<li><p><a class="reference internal" href="#archaic-letters" id="id9">Archaic letters</a></p></li> +<li><p><a class="reference internal" href="#variant-shape-symbols" id="id10">Variant shape symbols</a></p></li> +</ul> +</li> +<li><p><a class="reference internal" href="#textcompositecommands-for-the-generic-macros" id="id11">TextCompositeCommands for the generic macros</a></p></li> +<li><p><a class="reference internal" href="#re-definition-for-greek-unicode-input-in-math-mode" id="id12">Re-definition for Greek Unicode input in math mode</a></p></li> +</ul> +</li> +</ul> +</div> <section id="motivation"> -<h2>Motivation</h2> +<h2><a class="toc-backref" href="#id1">Motivation</a></h2> <p>By default, the <span class="docutils literal">\alpha, \beta, ...</span> 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 @@ -706,14 +839,14 @@ to ensure proper hyphenation.</p> </div> </section> <section id="usage"> -<h2>Usage</h2> +<h2><a class="toc-backref" href="#id2">Usage</a></h2> <pre class="code latex literal-block"><code><span class="keyword">\usepackage</span><span class="name builtin">{</span>alphabeta<span class="name builtin">}</span></code></pre> <p>The <a class="reference external" href="http://ctan.org/pkg/greek-inputenc">greek-inputenc</a> package provides support for Unicode (utf-8) input of Greek characters with 8-bit TeX and the <a class="reference external" href="http://ctan.org/pkg/inputenc">inputenc</a> package:</p> <pre class="code latex literal-block"><code><span class="keyword">\usepackage</span><span class="name attribute">[utf-8]</span><span class="name builtin">{</span>inputenc<span class="name builtin">}</span> <span class="keyword">\usepackage</span><span class="name builtin">{</span>alphabeta<span class="name builtin">}</span></code></pre> <section id="conflicts"> -<h3>Conflicts</h3> +<h3><a class="toc-backref" href="#id3">Conflicts</a></h3> <p><cite>alphabeta</cite> does not work if the <span class="docutils literal">utf8x</span> input encoding is selected. (<span class="docutils literal">utf8x</span> is an interface to the <span class="docutils literal">ucs</span> package which uses a non-compatible definition of <span class="docutils literal">\DeclareUnicodeCharacter</span>.)</p> @@ -721,9 +854,9 @@ non-compatible definition of <span class="docutils literal">\DeclareUnicodeChara </section> </section> <section id="implementation"> -<h2>Implementation</h2> +<h2><a class="toc-backref" href="#id4">Implementation</a></h2> <section id="requirements"> -<h3>Requirements</h3> +<h3><a class="toc-backref" href="#id5">Requirements</a></h3> <p>This package extends the <a class="reference external" href="textalpha.sty.html">textalpha</a> package. Package options are passed on to <cite>textalpha</cite>:</p> <pre class="literal-block">\RequirePackageWithOptions{textalpha}</pre> @@ -736,13 +869,13 @@ distribution) for the <span class="docutils literal">\ifdefined</span> test.</p> <pre class="code latex literal-block"><code><span class="keyword">\usepackage</span><span class="name builtin">{</span>fixltx2e<span class="name builtin">}</span></code></pre> </section> <section id="postpone-the-re-definitions"> -<h3>Postpone the re-definitions</h3> +<h3><a class="toc-backref" href="#id6">Postpone the re-definitions</a></h3> <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> </section> <section id="save-math-macros"> -<h3>Save math macros</h3> +<h3><a class="toc-backref" href="#id7">Save math macros</a></h3> <p>Map the standard math commands to maths-specific names:</p> <pre class="literal-block">\let\mathGamma\Gamma \let\mathDelta\Delta @@ -799,7 +932,7 @@ the next steps until the start of the document body:</p> \fi</pre> </section> <section id="commands-to-access-greek-letters-by-name"> -<h3>Commands to access Greek letters by name</h3> +<h3><a class="toc-backref" href="#id8">Commands to access Greek letters by name</a></h3> <p>For letters defined in math mode, the commands work in both, text and math.</p> <p>Some Greek letters look identical to Latin letters and can therefore not be used as variable symbols in math formulas. These letters are not defined in @@ -869,7 +1002,7 @@ in both, text and math mode.</p> \renewcommand*{\psi}{\TextOrMath{\textpsi}{\mathpsi}} \renewcommand*{\omega}{\TextOrMath{\textomega}{\mathomega}}</pre> <section id="archaic-letters"> -<h4>Archaic letters</h4> +<h4><a class="toc-backref" href="#id9">Archaic letters</a></h4> <pre class="literal-block">\renewcommand*{\digamma}{\TextOrMath{\textdigamma}{\mathdigamma}} % ϝ \providecommand*{\Digamma}{\textDigamma} % Ϝ \providecommand*{\stigma}{\textstigma} % ϛ @@ -883,7 +1016,7 @@ in both, text and math mode.</p> \providecommand*{\sampi}{\textsampi} % ϡ</pre> </section> <section id="variant-shape-symbols"> -<h4>Variant shape symbols</h4> +<h4><a class="toc-backref" href="#id10">Variant shape symbols</a></h4> <p>TeX’s concept of “standard” vs. “variant” math symbols does not map to the distinction between GREEK LETTER … vs. GREEK … SYMBOL in the Unicode standard (see <a class="reference external" href="test-tuenc-greek.pdf">test-tuenc-greek.pdf</a>).</p> @@ -921,7 +1054,7 @@ math (or, if not supported, the SYMBOL shape):</p> </section> </section> <section id="textcompositecommands-for-the-generic-macros"> -<h3>TextCompositeCommands for the generic macros</h3> +<h3><a class="toc-backref" href="#id11">TextCompositeCommands for the generic macros</a></h3> <p>The NFSS TextComposite mechanism looks for the next token without expanding it. In order to let compositions like <span class="docutils literal"><span class="pre">\ensuregreek{\'\Alpha}</span></span> or <span class="docutils literal"><span class="pre">\ensuregreek{\>"\alpha}</span></span> work as expected we define TextComposites with the @@ -935,7 +1068,7 @@ is LGR).</p> }{}</pre> </section> <section id="re-definition-for-greek-unicode-input-in-math-mode"> -<h3>Re-definition for Greek Unicode input in math mode</h3> +<h3><a class="toc-backref" href="#id12">Re-definition for Greek Unicode input in math mode</a></h3> <p>Check with <span class="docutils literal">\ifdefined</span> for the definition of <span class="docutils literal">\DeclareUnicodeCharacter</span>. In contrast to <span class="docutils literal">\@ifdefined</span>, this works without side-effects. It makes the package dependent on the <a class="reference external" href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=etex">e-TeX</a> |