summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html')
-rw-r--r--Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html1587
1 files changed, 870 insertions, 717 deletions
diff --git a/Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html b/Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html
index e63aee31dc8..9a9c3060eef 100644
--- a/Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html
+++ b/Master/texmf-dist/doc/latex/greek-fontenc/greek-euenc.def.html
@@ -1,644 +1,409 @@
-<?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">
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.13: http://docutils.sourceforge.net/" />
<title>greek-euenc.def</title>
-<meta name="copyright" content="© 2013 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 }
-
+/* Minimal style sheet for the HTML output of Docutils. */
+/* */
+/* :Author: Günter Milde, based on html4css1.css by David Goodger */
+/* :Id: $Id: minimal.css 7893 2015-05-11 15:38:58Z milde $ */
+/* :Copyright: © 2015 Günter Milde. */
+/* :License: Released under the terms of the `2-Clause BSD license`_, */
+/* in short: */
+/* */
+/* Copying and distribution of this file, with or without modification, */
+/* are permitted in any medium without royalty provided the copyright */
+/* notice and this notice are preserved. */
+/* */
+/* This file is offered as-is, without any warranty. */
+/* */
+/* .. _2-Clause BSD license: http://www.spdx.org/licenses/BSD-2-Clause */
+
+/* This CSS2.1_ stylesheet defines rules for Docutils elements without */
+/* HTML equivalent. It is required to make the document semantic visible. */
+/* */
+/* .. _CSS2.1: http://www.w3.org/TR/CSS2 */
+/* .. _validates: http://jigsaw.w3.org/css-validator/validator$link */
+
+/* Figure/table alignment */
+.align-left { text-align: left; }
+.align-right { text-align: right; }
+.align-center { clear: both; text-align: center;}
+
+/* titles */
+h1.title, p.subtitle {
+ text-align: center;
+}
+p.admonition-title,
+p.topic-title,
+p.sidebar-title,
+p.rubric,
+p.system-message-title {
+ font-weight: bold;
+}
+h1 + p.subtitle,
+h1 + p.section-subtitle {
+ font-size: 1.6em;
+}
+h2 + p.section-subtitle { font-size: 1.28em; }
+p.subtitle,
+p.section-subtitle,
+p.sidebar-subtitle {
+ font-weight: bold;
+ margin-top: -0.5em;
+}
+p.sidebar-title,
+p.rubric {
+ font-size: larger;
+}
+p.rubric { color: maroon; }
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;
+ color: black;
+ text-decoration: none; }
+
+/* Warnings, Errors */
+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.system-messages h1,
+div.error,
+span.problematic,
+p.system-message-title {
+ color: red;
}
-/* Uncomment (and remove this text!) to get bold-faced definition list terms
-dl.docutils dt {
- font-weight: bold }
-*/
+/* inline literals */
+span.docutils.literal {
+ font-family: monospace;
+ white-space: pre-wrap;
+}
+/* do not wraph at hyphens and similar: */
+.literal > span.pre { white-space: nowrap; }
-div.abstract {
- margin: 2em 5em }
+/* Lists */
-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 }
-*/
+/* compact and simple lists: no margin between items */
+.simple li, .compact li,
+.simple ul, .compact ul,
+.simple ol, .compact ol,
+.simple > li p, .compact > li p,
+dl.simple > dd, dl.compact > dd {
+ margin-top: 0;
+ margin-bottom: 0;
+}
-div.dedication {
- margin: 2em 5em ;
- text-align: center ;
- font-style: italic }
+/* Table of Contents */
+div.topic.contents { margin: 0; }
+ul.auto-toc {
+ list-style-type: none;
+ padding-left: 1.5em; }
+
+/* Enumerated Lists */
+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 }
+
+dt span.classifier { font-style: italic }
+dt span.classifier:before {
+ font-style: normal;
+ margin: 0.5em;
+ content: ":";
+}
-div.dedication p.topic-title {
- font-weight: bold ;
- font-style: normal }
+/* Field Lists and drivatives */
+/* bold field name, content starts on the same line */
+dl.field-list > dt,
+dl.option-list > dt,
+dl.docinfo > dt,
+dl.footnote > dt,
+dl.citation > dt {
+ font-weight: bold;
+ clear: left;
+ float: left;
+ margin: 0;
+ padding: 0;
+ padding-right: 0.5em;
+}
+/* Offset for field content (corresponds to the --field-name-limit option) */
+dl.field-list > dd,
+dl.option-list > dd,
+dl.docinfo > dd {
+ margin-left: 9em; /* ca. 14 chars in the test examples */
+}
+/* start field-body on a new line after long field names */
+dl.field-list > dd > *:first-child,
+dl.option-list > dd > *:first-child
+{
+ display: inline-block;
+ width: 100%;
+ margin: 0;
+}
+/* field names followed by a colon */
+dl.field-list > dt:after,
+dl.docinfo > dt:after {
+ content: ":";
+}
-div.figure {
- margin-left: 2em ;
- margin-right: 2em }
+/* Bibliographic Fields (docinfo) */
+pre.address { font: inherit; }
+dd.authors > p { margin: 0; }
-div.footer, div.header {
- clear: both;
- font-size: smaller }
+/* Option Lists */
+dl.option-list { margin-left: 40px; }
+dl.option-list > dt { font-weight: normal; }
+span.option { white-space: nowrap; }
-div.line-block {
- display: block ;
- margin-top: 1em ;
- margin-bottom: 1em }
+/* Footnotes and Citations */
+dl > dt.label { font-weight: normal; }
+dt.label > span.fn-backref { margin: 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: 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 }
+ margin-top: 0;
+ margin-bottom: 0;
+ margin-left: 40px;
+}
-img.align-center, .figure.align-center, object.align-center {
+/* Images and Figures */
+img.align-left,
+.figure.align-left,
+object.align-left {
+ display: block;
+ margin-right: auto;
+}
+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 }
-
+img.align-right,
+.figure.align-right,
+object.align-right {
+ display: block;
+ margin-left: auto;
+}
/* 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 }
+div.align-right { text-align: inherit }
+
+/* Admonitions and System Messages */
+div.admonition,
+div.system-message,
+div.sidebar{
+ margin: 40px;
+ border: medium outset;
+ padding-right: 1em;
+ padding-left: 1em;
+}
-table.docutils th.field-name, table.docinfo th.docinfo-name {
- font-weight: bold ;
- text-align: left ;
- white-space: nowrap ;
- padding-left: 0 }
+/* Sidebar */
+div.sidebar {
+ width: 30%;
+ max-width: 26em;
+ float: right;
+ clear: right;
+}
-/* "booktabs" style (no vertical lines) */
-table.docutils.booktabs {
- border: 0px;
- border-top: 2px solid;
- border-bottom: 2px solid;
- border-collapse: collapse;
+/* Text Blocks */
+div.topic,
+pre.literal-block,
+pre.doctest-block,
+pre.math,
+pre.code {
+ margin-right: 40px;
+ margin-left: 40px;
}
-table.docutils.booktabs * {
- border: 0px;
+pre.code .ln { color: gray; } /* line numbers */
+
+/* Tables */
+table { border-collapse: collapse; }
+td, th {
+ border-style: solid;
+ border-color: silver;
+ padding: 0 1ex;
+ border-width: thin;
}
-table.docutils.booktabs th {
- border-bottom: thin solid;
+td > p:first-child, th > p:first-child { margin-top: 0; }
+td > p, th > p { margin-bottom: 0; }
+
+table > caption {
text-align: left;
+ margin-bottom: 0.25em
}
-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 }
+table.borderless td, table.borderless th {
+ border: 0;
+ padding: 0;
+ padding-right: 0.5em /* separate table cells */
+}
</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 */
-/* ============= */
-
+/* CSS31_ style sheet for the output of Docutils HTML writers. */
+/* Rules for easy reading and pre-defined style variants. */
+/* */
+/* :Author: Günter Milde, based on html4css1.css by David Goodger */
+/* :Id: $Id: plain.css 7893 2015-05-11 15:38:58Z milde $ */
+/* :Copyright: © 2015 Günter Milde. */
+/* :License: Released under the terms of the `2-Clause BSD license`_, */
+/* in short: */
+/* */
+/* Copying and distribution of this file, with or without modification, */
+/* are permitted in any medium without royalty provided the copyright */
+/* notice and this notice are preserved. */
+/* */
+/* This file is offered as-is, without any warranty. */
+/* */
+/* .. _2-Clause BSD license: http://www.spdx.org/licenses/BSD-2-Clause */
+/* .. _CSS3: http://www.w3.org/TR/CSS3 */
+
+
+/* Document Structure */
+/* ****************** */
+
+/* "page layout" */
body {
padding: 0 5%;
margin: 8px 0;
+}
+div.document {
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;
+ /* avoid long lines --> better reading */
+ /* OTOH: lines should not be too short because of missing hyphenation, */
+ max-width: 50em;
margin: auto;
}
-/* separate items except for compact lists */
-dl > dd {
+/* Sections */
+
+/* Transitions */
+
+hr.docutils {
+ width: 80%;
+ margin-top: 1em;
margin-bottom: 1em;
+ clear: both;
}
-.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; */
+
+/* Paragraphs */
+/* ========== */
+
+/* vertical space (parskip) */
+p, ol, ul, dl,
+div.line-block,
+table{
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
}
-dl.simple, dl.compact, dl.simple > dd, dl.compact > dd {
- margin-top: 0;
- margin-bottom: 0;
-/* background: lightgreen; */
+h1, h2, h3, h4, h5, h6,
+dl > dd {
+ margin-bottom: 0.5em;
}
-/* space around paragraphs */
-dl > dd p:first-child, td > p {
- margin: 0;
-}
+/* Lists */
+/* ========== */
-/* Sidebar */
-/* ------- */
+/* Definition Lists */
-div.sidebar {
- margin-right: -5%;
-}
+dl > dd p:first-child { margin-top: 0; }
+/* :last-child is not part of CSS 2.1 (introduced in CSS 3) */
+/* dl > dd p:last-child { margin-bottom: 0; } */
-/* Special definition lists */
-/* ======================== */
+/* lists nested in definition lists */
+/* :only-child is not part of CSS 2.1 (introduced in CSS 3) */
+dd > ul:only-child, dd > ol:only-child { padding-left: 1em; }
-/* 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 {
+/* Description Lists */
+/* styled like in most dictionaries, encyclopedias etc. */
+dl.description > dt {
+ font-weight: bold;
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 */
+/* run-in: 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 */
+/* Bibliographic Fields */
-dl.docinfo > dd {
- margin-left: 8em;
-/* margin-bottom: 0.5em; */
+/* 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;
}
-
-
-/* option list */
-
-dl.option-list {
- margin-left: 1em;
- padding-left: 0;
+div.dedication {
+ margin: 2em 5em;
+ text-align: center;
+ font-style: italic;
}
-
-dl.option-list > dd {
- margin-left: 8em;
- /* margin-bottom: 0.5em; */
+div.dedication p.topic-title {
+ font-style: normal;
}
-/* start description on a new line after long options */
-dl.option-list > dd p {
- width: 100%;
- display: inline-block;
+/* Citations */
+dl.citation dt.label {
+ font-weight: bold;
}
-
-/* footnotes */
-
-a.footnote-reference, a.fn-backref {
- text-decoration: inherit; /* do not underline footnote links */
+span.fn-backref {
+ font-weight: normal;
}
-dl.footnote {
- /* line on the left */
- padding-left: 1ex;
- border-left: solid;
- border-left-width: thin;
- /* border-color: black; */
-}
+/* Text Blocks */
+/* ============ */
-/* paragraph on same line as backrefs */
-dd > em {
-/* background: green; */
- float: left;
- margin-right: 1ex
+/* Literal Blocks */
+pre.literal-block, pre.doctest-block,
+pre.math, pre.code {
+ margin-left: 1.5em;
+ margin-right: 1.5em
}
+/* Block Quotes */
-/*
-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 */
+blockquote,
+div.topic {
+ margin-left: 1.5em;
+ margin-right: 1.5em
}
-/* reset for child elements */
-ol > li > * {
- text-indent: 0px;
- text-indent: 0;
+blockquote > table,
+div.topic > table {
margin-top: 0;
- /* background: lightgreen; */
+ margin-bottom: 0;
}
-
-/* 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;
+blockquote p.attribution,
+div.topic p.attribution {
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;
+ margin-left: 20%;
}
-/* TODO: prefix, suffix? */
+/* Tables */
+/* ====== */
-/* 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;
-}
+/* th { vertical-align: bottom; } */
/* "booktabs" style (no vertical lines) */
table.booktabs {
@@ -647,7 +412,6 @@ table.booktabs {
border-bottom: 2px solid;
border-collapse: collapse;
}
-
table.booktabs * {
border: 0;
}
@@ -656,80 +420,138 @@ table.booktabs th {
text-align: left;
}
-table > caption {
- text-align: left;
- margin-bottom: 0.25em
-/* padding: 2em 0 1em 0; */
-}
-
-/* numbered tables*/
+/* numbered tables (counter defined in div.document) */
table.numbered > caption:before {
- counter-increment: table; /* defined/re-set in body */
+ counter-increment: table;
content: "Table " counter(table) ": ";
font-weight: bold;
}
+/* Explicit Markup Blocks */
+/* ====================== */
-/* literal text
- ------------
-*/
-/* whitespace and wrapping in inline literals */
-/* possible values: normal, nowrap, pre, pre-wrap, pre-line */
-tt.literal {
- white-space: pre-wrap;
+/* Footnotes and Citations */
+/* ----------------------- */
+
+/* line on the left */
+dl.footnote {
+ padding-left: 1ex;
+ border-left: solid;
+ border-left-width: thin;
}
-/* /* compensate for initial line-break (which is literal with XHTML 1.1) */ */
-/* pre.literal-block, pre.doctest-block { */
-/* margin-top: 0em ; */
-/* } */
+/* Directives */
+/* ---------- */
-/* Table of Contents */
+/* Body Elements */
+/* ~~~~~~~~~~~~~ */
-/* don't indent like a topic */
-div.topic.contents {
- margin: 0;
+/* Images and Figures */
+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
}
-/* div.topic.contents ul { */
-/* list-style: none; */
-/* } */
+/* Stop floating sidebars, images and figures at section level 1,2,3 */
+h1, h2, h3 { clear: both; }
+
+/* Sidebar */
-div.topic.contents a {
- text-decoration: none; /* no underline for links */
+/* Move into the margin. In a layout with fixed margins, */
+/* it can be moved into the margin completely. */
+div.sidebar {
+ width: 30%;
+ max-width: 26em;
+ margin-left: 1em;
+ margin-right: -5.5%;
+ background-color: #ffffee ;
}
-/* section numbers */
+/* Code */
+
+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/ */
+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}
+
+/* Math */
+/* styled separately (see math.css for math-output=HTML) */
+
+/* Epigraph */
+/* Highlights */
+/* Pull-Quote */
+/* Compound Paragraph */
+/* Container */
+
+/* can be styled in a custom stylesheet */
+
+/* Document Header and Footer */
-span.sectnum {
- padding-right: 1ex;
+div.footer, div.header {
+ clear: both;
+ font-size: smaller;
}
-/* admonitions */
+/* Inline Markup */
+/* ============= */
+
+/* Emphasis */
+/* em */
+/* Strong Emphasis */
+/* strong */
+/* Interpreted Text */
+/* span.interpreted */
+/* Title Reference */
+/* cite */
+/* Inline Literals */
+/* possible values: normal, nowrap, pre, pre-wrap, pre-line */
+/* span.docutils.literal { white-space: pre-wrap; } */
-/* 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 }
+/* Hyperlink References */
+a { text-decoration: none; }
+
+/* External Targets */
+/* span.target.external */
+/* Internal Targets */
+/* span.target.internal */
+/* Footnote References */
+/* a.footnote-reference */
+/* Citation References */
+/* a.citation-reference */
</style>
</head>
<body>
<div class="document" id="greek-euenc-def">
<h1 class="title">greek-euenc.def</h1>
-<h2 class="subtitle" id="greek-licr-definitions-for-xetex-and-luatex">Greek LICR definitions for XeTeX and LuaTeX</h2>
+<p class="subtitle" id="greek-licr-definitions-for-xetex-and-luatex">Greek LICR definitions for XeTeX and LuaTeX</p>
<dl class="docinfo">
<dt class="copyright">Copyright</dt>
<dd class="copyright">© 2013 Günter Milde</dd>
-<dt>Licence</dt>
-<dd><p>This work may be distributed and/or modified under the
+<dt class="licence">Licence</dt>
+<dd class="licence"><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&nbsp;1.3 of this license or any later version.</p>
+version 1.3 of this license or any later version.</p>
</dd>
-<dt>Identification</dt>
-<dd><pre class="literal-block">\ProvidesFile{greek-euenc.def}
-[2014/12/12 0.12 Greek LICRs for XeTeX and LuaTeX]
-</pre>
+<dt class="identification">Identification</dt>
+<dd class="identification"><pre class="literal-block">\ProvidesFile{greek-euenc.def}
+[2015/08/07 0.13 Greek LICRs for XeTeX and LuaTeX]</pre>
</dd>
</dl>
<div class="abstract topic">
@@ -737,13 +559,13 @@ version&nbsp;1.3 of this license or any later version.</p>
<p>Experimental support for Greek LICR macros with XeTeX and LuaTeX.
Extends <a class="reference external" href="http://www.ctan.org/pkg/euenc">euenc</a>. Used by <a class="reference external" href="http://www.ctan.org/pkg/babel-greek">babel-greek</a> and <a class="reference external" href="textalpha.sty.html">textalpha</a>.</p>
</div>
-<dl class="docutils">
-<dt>History:</dt>
+<dl>
+<dt><strong>History</strong>:</dt>
<dd><table class="borderless">
<colgroup>
-<col width="8%" />
-<col width="14%" />
-<col width="78%" />
+<col style="width: 8%" />
+<col style="width: 14%" />
+<col style="width: 78%" />
</colgroup>
<tbody>
<tr><td><p>0.1</p></td>
@@ -768,7 +590,7 @@ fix “hiatus” handling.</p></td>
<td><p>2013-10-01
..</p></td>
<td><p>remove clashing defs for legacy characters with oxia,
-fix upcasing of <tt class="literal">\finalsigma</tt>.</p></td>
+fix upcasing of <span class="docutils literal">\finalsigma</span>.</p></td>
</tr>
<tr><td><p>0.11.1</p></td>
<td><p>2013-12-01</p></td>
@@ -776,43 +598,76 @@ fix upcasing of <tt class="literal">\finalsigma</tt>.</p></td>
</tr>
<tr><td><p>0.11.2</p></td>
<td><p>2014-09-08</p></td>
-<td><p><tt class="literal">\textKoppa</tt> macro</p></td>
+<td><p><span class="docutils literal">\textKoppa</span> macro</p></td>
</tr>
<tr><td><!-- -->
</td>
-<td>&nbsp;</td>
+<td></td>
<td><p>(Capital Koppa is not defined in LGR but Unicode).</p></td>
</tr>
<tr><td><p>0.12</p></td>
<td><p>2014-12-12</p></td>
<td><p>Remove symbol macros for breathing accents.</p></td>
</tr>
+<tr><td><p>0.13</p></td>
+<td><p>2015-08-07</p></td>
+<td><p><span class="docutils literal">\lccode</span>/<span class="docutils literal">\uccode</span> corrections from <a class="reference external" href="http://www.ctan.org/pkg/xgreek">xgreek</a>.</p></td>
+</tr>
+<tr><td><!-- -->
+</td>
+<td></td>
+<td><p>LICR macros for symbol variants.</p></td>
+</tr>
</tbody>
</table>
</dd>
</dl>
+<div class="contents topic" id="contents">
+<p class="topic-title first">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="#requirements" id="id2">Requirements</a></p></li>
+<li><p><a class="reference internal" href="#greek-diacritics" id="id3">Greek Diacritics</a></p></li>
+<li><p><a class="reference internal" href="#common-definitions" id="id4">Common Definitions</a></p></li>
+<li><p><a class="reference internal" href="#character-definitions" id="id5">Character Definitions</a></p>
+<ul>
+<li><p><a class="reference internal" href="#general-punctuation" id="id6">General Punctuation</a></p></li>
+<li><p><a class="reference internal" href="#greek-and-coptic" id="id7">Greek and Coptic</a></p></li>
+<li><p><a class="reference internal" href="#greek-extended" id="id8">Greek Extended</a></p></li>
+<li><p><a class="reference internal" href="#letterlike-symbols" id="id9">Letterlike Symbols</a></p></li>
+<li><p><a class="reference internal" href="#ancient-greek-numbers" id="id10">Ancient Greek Numbers</a></p></li>
+</ul>
+</li>
+<li><p><a class="reference internal" href="#uppercase" id="id11">UPPERCASE</a></p>
+<ul>
+<li><p><a class="reference internal" href="#uc-lc-values" id="id12">uc/lc values</a></p></li>
+<li><p><a class="reference internal" href="#uclclist" id="id13">uclclist</a></p></li>
+</ul>
+</li>
+</ul>
+</div>
<div class="section" id="motivation">
-<h1>Motivation</h1>
+<h1><a class="toc-backref" href="#id1">Motivation</a></h1>
<p>LICR macro definitions for the Greek script are missing in both, <a class="reference external" href="http://www.ctan.org/pkg/xunicode">xunicode</a>
and <a class="reference external" href="http://www.ctan.org/pkg/euenc">euenc</a>.</p>
-<p>This file expands the font encoding definition files <tt class="literal">eu1enc.def</tt> rsp.
-<tt class="literal">eu2enc.def</tt> from <a class="reference external" href="http://www.ctan.org/pkg/euenc">euenc</a> defining <cite>LaTeX Internal Character
+<p>This file expands the font encoding definition files <span class="docutils literal">eu1enc.def</span> rsp.
+<span class="docutils literal">eu2enc.def</span> from <a class="reference external" href="http://www.ctan.org/pkg/euenc">euenc</a> defining <cite>LaTeX Internal Character
Representaction</cite> (LICR) macros for Greek letters and symbols. It works
independed of <a class="reference external" href="http://www.ctan.org/pkg/xunicode">xunicode</a> using the standard commands for <a class="reference external" href="http://mirror.ctan.org/macros/latex/doc/fntguide.pdf">LaTeX2e font
selection</a>.</p>
</div>
<div class="section" id="requirements">
-<h1>Requirements</h1>
+<h1><a class="toc-backref" href="#id2">Requirements</a></h1>
<p>Requires XeTeX or LuaTeX, <a class="reference external" href="http://www.ctan.org/pkg/euenc">euenc</a> (usually loaded via <a class="reference external" href="http://www.ctan.org/pkg/fontspec">fontspec</a>), and a font
with Greek characters.</p>
<p>See <a class="reference external" href="greek-euenc-doc.tex">greek-euenc-doc.tex</a> and <a class="reference external" href="greek-euenc-doc.pdf">greek-euenc-doc.pdf</a> for setup and
usage examples.</p>
</div>
<div class="section" id="greek-diacritics">
-<h1>Greek Diacritics</h1>
+<h1><a class="toc-backref" href="#id3">Greek Diacritics</a></h1>
<p>Define “named macros” for simple and combined diacritics.</p>
<ul class="simple">
-<li><p>Named accent macros can be used instead of the <tt class="literal">\&#64;tabacckludge</tt> by
+<li><p>Named accent macros can be used instead of the <span class="docutils literal">\&#64;tabacckludge</span> by
to-LaTeX converters to ensure working also inside the tabbing environment.</p></li>
<li><p>Named macros are required for upcasing according to Greek typesetting
conventions and in the definition of composite commands.</p></li>
@@ -820,21 +675,18 @@ conventions and in the definition of composite commands.</p></li>
<p>Greek alias names for standard accents:</p>
<pre class="literal-block">\DeclareTextCommand{\acctonos}{\LastDeclaredEncoding}{\&#64;tabacckludge'}
\DeclareTextCommand{\accvaria}{\LastDeclaredEncoding}{\&#64;tabacckludge`}
-\DeclareTextCommand{\accdialytika}{\LastDeclaredEncoding}{\&#64;tabacckludge&quot;}
-\DeclareTextCommand{\accperispomeni}{\LastDeclaredEncoding}{\&#64;tabacckludge~}
-</pre>
+\DeclareTextCommand{\accdialytika}{\LastDeclaredEncoding}{\&#64;tabacckludge&quot;}</pre>
+<p>The combining perispomeni character is normalized with Greek base letters,
+while the (standard) combining tilde is not:</p>
+<pre class="literal-block">\DeclareTextCommand{\accperispomeni}{\LastDeclaredEncoding}[1]{#1\char&quot;0342 }</pre>
<p>Breathings:</p>
<p>(The COMBINING GREEK KORONIS is a legacy character, discarded in favour of
COMBINING COMMA ABOVE)</p>
<pre class="literal-block">\DeclareTextCommand{\accpsili}{\LastDeclaredEncoding}[1]{#1\char&quot;0313 } % ψιλή spiritus lenis (smooth breathing)
-\DeclareTextCommand{\accdasia}{\LastDeclaredEncoding}[1]{#1\char&quot;0314 } % δασεῖα spiritus asper (rough breathing)
-% \DeclareTextCommand{\&gt;}{\LastDeclaredEncoding}{\accpsili}
-% \DeclareTextCommand{\&lt;}{\LastDeclaredEncoding}{\accdasia}
-</pre>
+\DeclareTextCommand{\accdasia}{\LastDeclaredEncoding}[1]{#1\char&quot;0314 } % δασεῖα spiritus asper (rough breathing)</pre>
<p>Sub-iota:</p>
-<p><tt class="literal">\ypogegrammeni</tt> is a postfix accent (ligature in LGR)</p>
-<pre class="literal-block">\DeclareTextSymbol{\ypogegrammeni}{\LastDeclaredEncoding}{0837} % COMBINING GREEK YPOGEGRAMMENI
-</pre>
+<p><span class="docutils literal">\ypogegrammeni</span> is a postfix accent (ligature in LGR)</p>
+<pre class="literal-block">\DeclareTextSymbol{\ypogegrammeni}{\LastDeclaredEncoding}{0837} % COMBINING GREEK YPOGEGRAMMENI</pre>
<p>Combined diacritics:</p>
<pre class="literal-block">% The COMBINING DIALYTIKA TONOS is discarded and not well supported by fonts:
\DeclareTextCommand{\accdialytikatonos}{\LastDeclaredEncoding}[1]{#1\char&quot;0308 \char&quot;0301 }
@@ -847,25 +699,22 @@ COMBINING COMMA ABOVE)</p>
\DeclareTextCommand{\accpsilioxia}{\LastDeclaredEncoding}[1]{#1\char&quot;0301 \char&quot;0313 }
\DeclareTextCommand{\accpsilivaria}{\LastDeclaredEncoding}[1]{#1\char&quot;0300 \char&quot;0313 }
-\DeclareTextCommand{\accpsiliperispomeni}{\LastDeclaredEncoding}[1]{#1\char&quot;0342 \char&quot;0313 }
-</pre>
+\DeclareTextCommand{\accpsiliperispomeni}{\LastDeclaredEncoding}[1]{#1\char&quot;0342 \char&quot;0313 }</pre>
</div>
<div class="section" id="common-definitions">
-<h1>Common Definitions</h1>
+<h1><a class="toc-backref" href="#id4">Common Definitions</a></h1>
<p>Use the <a class="reference external" href="greek-fontenc.def.html">common Greek font encoding definitions</a>:</p>
-<pre class="literal-block">\input{greek-fontenc.def}
-</pre>
+<pre class="literal-block">\input{greek-fontenc.def}</pre>
</div>
<div class="section" id="character-definitions">
-<h1>Character Definitions</h1>
+<h1><a class="toc-backref" href="#id5">Character Definitions</a></h1>
<div class="section" id="general-punctuation">
-<h2>General Punctuation</h2>
+<h2><a class="toc-backref" href="#id6">General Punctuation</a></h2>
<p>Ligature break up with ZERO WIDTH NON-JOINER:</p>
-<pre class="literal-block">\DeclareTextCommand{\textcompwordmark}{\LastDeclaredEncoding}{\char&quot;200C}
-</pre>
+<pre class="literal-block">\DeclareTextCommand{\textcompwordmark}{\LastDeclaredEncoding}{\char&quot;200C}</pre>
</div>
<div class="section" id="greek-and-coptic">
-<h2>Greek and Coptic</h2>
+<h2><a class="toc-backref" href="#id7">Greek and Coptic</a></h2>
<pre class="literal-block">% NR Unicode Name % babel name, % PU name
% 0370 GREEK CAPITAL LETTER HETA % Ͱ
% 0371 GREEK SMALL LETTER HETA % ͱ
@@ -880,7 +729,7 @@ COMBINING COMMA ABOVE)</p>
% 037B GREEK SMALL REVERSED LUNATE SIGMA SYMBOL
% 037C GREEK SMALL DOTTED LUNATE SIGMA SYMBOL
% 037D GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL
-\DeclareTextCommand{\texterotimatiko}{\LastDeclaredEncoding}{;} % \textquestion
+\DeclareTextCommand{\texterotimatiko}{\LastDeclaredEncoding}{;} % 037E GREEK QUESTION MARK
\DeclareTextCompositeCommand{\'}{\LastDeclaredEncoding}{\textcompwordmark}{΄}
\DeclareTextCompositeCommand{\accdialytikatonos}{\LastDeclaredEncoding}{\textcompwordmark}{΅}
@@ -932,6 +781,7 @@ COMBINING COMMA ABOVE)</p>
\DeclareTextCommand{\textgamma}{\LastDeclaredEncoding}{γ}
\DeclareTextCommand{\textdelta}{\LastDeclaredEncoding}{δ}
\DeclareTextCommand{\textepsilon}{\LastDeclaredEncoding}{ε}
+\DeclareTextCommand{\textvarepsilon}{\LastDeclaredEncoding}{ε} % cf. $\varepsiolon$
\DeclareTextCommand{\textzeta}{\LastDeclaredEncoding}{ζ}
\DeclareTextCommand{\texteta}{\LastDeclaredEncoding}{η}
\DeclareTextCommand{\texttheta}{\LastDeclaredEncoding}{θ}
@@ -952,6 +802,7 @@ COMBINING COMMA ABOVE)</p>
\DeclareTextCommand{\texttau}{\LastDeclaredEncoding}{τ}
\DeclareTextCommand{\textupsilon}{\LastDeclaredEncoding}{υ}
\DeclareTextCommand{\textphi}{\LastDeclaredEncoding}{φ}
+\DeclareTextCommand{\textvarphi}{\LastDeclaredEncoding}{φ} % cf. $\varphi$
\DeclareTextCommand{\textchi}{\LastDeclaredEncoding}{χ}
\DeclareTextCommand{\textpsi}{\LastDeclaredEncoding}{ψ}
\DeclareTextCommand{\textomega}{\LastDeclaredEncoding}{ω}
@@ -969,13 +820,30 @@ COMBINING COMMA ABOVE)</p>
\DeclareTextCommand{\textDigamma}{\LastDeclaredEncoding}{Ϝ}
\DeclareTextCommand{\textdigamma}{\LastDeclaredEncoding}{ϝ}
\DeclareTextCommand{\textKoppa}{\LastDeclaredEncoding}{Ϟ} % not defined in LGR
-\DeclareTextCommand{\textkoppa}{\LastDeclaredEncoding}{ϟ} % \koppa, \textqoppa&nbsp;[sic!]
+\DeclareTextCommand{\textkoppa}{\LastDeclaredEncoding}{ϟ} % \koppa, \textqoppa [sic!]
\DeclareTextCommand{\textSampi}{\LastDeclaredEncoding}{Ϡ}
\DeclareTextCommand{\textsampi}{\LastDeclaredEncoding}{ϡ}
-</pre>
+
+% Symbol variants
+\DeclareTextCommand{\textbetasymbol}{\LastDeclaredEncoding}{ϐ}
+\DeclareTextCommand{\textkappasymbol}{\LastDeclaredEncoding}{ϰ}
+\DeclareTextCommand{\textThetasymbol}{\LastDeclaredEncoding}{ϴ}
+\DeclareTextCommand{\textthetasymbol}{\LastDeclaredEncoding}{ϑ}
+\DeclareTextCommand{\textphisymbol}{\LastDeclaredEncoding}{ϕ}
+\DeclareTextCommand{\textpisymbol}{\LastDeclaredEncoding}{ϖ}
+\DeclareTextCommand{\textrhosymbol}{\LastDeclaredEncoding}{ϱ}
+\DeclareTextCommand{\textepsilonsymbol}{\LastDeclaredEncoding}{ϵ}
+% math compatibility aliases
+% $\varphi$ and $\varepsilon$ refer to the letter characters (see above)!
+\DeclareTextCommand{\textvarbeta}{\LastDeclaredEncoding}{\textbetasymbol}
+\DeclareTextCommand{\textvarkappa}{\LastDeclaredEncoding}{ϰ}
+\DeclareTextCommand{\textvarTheta}{\LastDeclaredEncoding}{ϴ}
+\DeclareTextCommand{\textvartheta}{\LastDeclaredEncoding}{ϑ}
+\DeclareTextCommand{\textvarpi}{\LastDeclaredEncoding}{ϖ}
+\DeclareTextCommand{\textvarrho}{\LastDeclaredEncoding}{ϱ}</pre>
</div>
<div class="section" id="greek-extended">
-<h2>Greek Extended</h2>
+<h2><a class="toc-backref" href="#id8">Greek Extended</a></h2>
<p>We skip definitions for characters “… WITH OXIA”, because they would
overwrite the defintions for “… WITH TONOS” in the <cite>Greek and Coptic</cite>
block.</p>
@@ -1094,86 +962,35 @@ block.</p>
\DeclareTextCompositeCommand{\`}{\LastDeclaredEncoding}{\textupsilon}{ὺ}
\DeclareTextCompositeCommand{\`}{\LastDeclaredEncoding}{\textomega}{ὼ}
-%% postfix ypogegrammeni cannot be second part of composite defs.
-% \DeclareTextCompositeCommand{\accpsili}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾀ}
-% \DeclareTextCompositeCommand{\accdasia}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾁ}
-% \DeclareTextCompositeCommand{\accpsilivaria}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾂ}
-% \DeclareTextCompositeCommand{\accdasiavaria}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾃ}
-% \DeclareTextCompositeCommand{\accpsilioxia}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾄ}
-% \DeclareTextCompositeCommand{\accdasiaoxia}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾅ}
-% \DeclareTextCompositeCommand{\accpsiliperispomeni}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾆ}
-% \DeclareTextCompositeCommand{\accdasiaperispomeni}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾇ}
-% \DeclareTextCompositeCommand{\accpsili}{\LastDeclaredEncoding}{\textAlpha\prosgegrammeni}{ᾈ}
-% \DeclareTextCompositeCommand{\accdasia}{\LastDeclaredEncoding}{\textAlpha\prosgegrammeni}{ᾉ}
-% \DeclareTextCompositeCommand{\accpsilivaria}{\LastDeclaredEncoding}{\textAlpha\prosgegrammeni}{ᾊ}
-% \DeclareTextCompositeCommand{\accdasiavaria}{\LastDeclaredEncoding}{\textAlpha\prosgegrammeni}{ᾋ}
-% \DeclareTextCompositeCommand{\accpsilioxia}{\LastDeclaredEncoding}{\textAlpha\prosgegrammeni}{ᾌ}
-% \DeclareTextCompositeCommand{\accdasiaoxia}{\LastDeclaredEncoding}{\textAlpha\prosgegrammeni}{ᾍ}
-% \DeclareTextCompositeCommand{\accpsiliperispomeni}{\LastDeclaredEncoding}{\textAlpha\prosgegrammeni}{ᾎ}
-% \DeclareTextCompositeCommand{\accdasiaperispomeni}{\LastDeclaredEncoding}{\textAlpha\prosgegrammeni}{ᾏ}
-%
-% \DeclareTextCompositeCommand{\accpsili}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ᾐ}
-% \DeclareTextCompositeCommand{\accdasia}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ᾑ}
-% \DeclareTextCompositeCommand{\accpsilivaria}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ᾒ}
-% \DeclareTextCompositeCommand{\accdasiavaria}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ᾓ}
-% \DeclareTextCompositeCommand{\accpsilioxia}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ᾔ}
-% \DeclareTextCompositeCommand{\accdasiaoxia}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ᾕ}
-% \DeclareTextCompositeCommand{\accpsiliperispomeni}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ᾖ}
-% \DeclareTextCompositeCommand{\accdasiaperispomeni}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ᾗ}
-% \DeclareTextCompositeCommand{\accpsili}{\LastDeclaredEncoding}{\textEta\prosgegrammeni}{ᾘ}
-% \DeclareTextCompositeCommand{\accdasia}{\LastDeclaredEncoding}{\textEta\prosgegrammeni}{ᾙ}
-% \DeclareTextCompositeCommand{\accpsilivaria}{\LastDeclaredEncoding}{\textEta\prosgegrammeni}{ᾚ}
-% \DeclareTextCompositeCommand{\accdasiavaria}{\LastDeclaredEncoding}{\textEta\prosgegrammeni}{ᾛ}
-% \DeclareTextCompositeCommand{\accpsilioxia}{\LastDeclaredEncoding}{\textEta\prosgegrammeni}{ᾜ}
-% \DeclareTextCompositeCommand{\accdasiaoxia}{\LastDeclaredEncoding}{\textEta\prosgegrammeni}{ᾝ}
-% \DeclareTextCompositeCommand{\accpsiliperispomeni}{\LastDeclaredEncoding}{\textEta\prosgegrammeni}{ᾞ}
-% \DeclareTextCompositeCommand{\accdasiaperispomeni}{\LastDeclaredEncoding}{\textEta\prosgegrammeni}{ᾟ}
-%
-% \DeclareTextCompositeCommand{\accpsili}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ᾠ}
-% \DeclareTextCompositeCommand{\accdasia}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ᾡ}
-% \DeclareTextCompositeCommand{\accpsilivaria}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ᾢ}
-% \DeclareTextCompositeCommand{\accdasiavaria}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ᾣ}
-% \DeclareTextCompositeCommand{\accpsilioxia}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ᾤ}
-% \DeclareTextCompositeCommand{\accdasiaoxia}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ᾥ}
-% \DeclareTextCompositeCommand{\accpsiliperispomeni}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ᾦ}
-% \DeclareTextCompositeCommand{\accdasiaperispomeni}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ᾧ}
-% \DeclareTextCompositeCommand{\accpsili}{\LastDeclaredEncoding}{\textOmega\prosgegrammeni}{ᾨ}
-% \DeclareTextCompositeCommand{\accdasia}{\LastDeclaredEncoding}{\textOmega\prosgegrammeni}{ᾩ}
-% \DeclareTextCompositeCommand{\accpsilivaria}{\LastDeclaredEncoding}{\textOmega\prosgegrammeni}{ᾪ}
-% \DeclareTextCompositeCommand{\accdasiavaria}{\LastDeclaredEncoding}{\textOmega\prosgegrammeni}{ᾫ}
-% \DeclareTextCompositeCommand{\accpsilioxia}{\LastDeclaredEncoding}{\textOmega\prosgegrammeni}{ᾬ}
-% \DeclareTextCompositeCommand{\accdasiaoxia}{\LastDeclaredEncoding}{\textOmega\prosgegrammeni}{ᾭ}
-% \DeclareTextCompositeCommand{\accpsiliperispomeni}{\LastDeclaredEncoding}{\textOmega\prosgegrammeni}{ᾮ}
-% \DeclareTextCompositeCommand{\accdasiaperispomeni}{\LastDeclaredEncoding}{\textOmega\prosgegrammeni}{ᾯ}
-
\DeclareTextCompositeCommand{\u}{\LastDeclaredEncoding}{\textalpha}{ᾰ}
\DeclareTextCompositeCommand{\=}{\LastDeclaredEncoding}{\textalpha}{ᾱ}
-% \DeclareTextCompositeCommand{\`}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾲ}
-% \DeclareTextCompositeCommand{\textalpha}{\LastDeclaredEncoding}{\ypogegrammeni}{ᾳ}
-% \DeclareTextCompositeCommand{\'}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾴ}
+% ᾲ
+% ᾳ
+% ᾴ
\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{\textalpha}{ᾶ}
+\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{α}{ᾶ}
\DeclareTextCompositeCommand{\accperispomeni}{\LastDeclaredEncoding}{\textalpha}{ᾶ}
-% \DeclareTextCompositeCommand{\accperispomeni}{\LastDeclaredEncoding}{\textalpha\ypogegrammeni}{ᾷ}
+% ᾷ
\DeclareTextCompositeCommand{\u}{\LastDeclaredEncoding}{\textAlpha}{Ᾰ}
\DeclareTextCompositeCommand{\=}{\LastDeclaredEncoding}{\textAlpha}{Ᾱ}
\DeclareTextCompositeCommand{\`}{\LastDeclaredEncoding}{\textAlpha}{Ὰ}
-% \DeclareTextCompositeCommand{\textAlpha}{\LastDeclaredEncoding}{\prosgegrammeni}{ᾼ}
+% ᾼ
\DeclareTextCompositeCommand{\accpsili}{\LastDeclaredEncoding}{\textcompwordmark}{᾽}
\DeclareTextCommand{\prosgegrammeni}{\LastDeclaredEncoding}{ι}
\DeclareTextCompositeCommand{\accpsili}{\LastDeclaredEncoding}{\textcompwordmark}{᾿}
-\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{\textcompwordmark}{῀}
\DeclareTextCompositeCommand{\accperispomeni}{\LastDeclaredEncoding}{\textcompwordmark}{῀}
\DeclareTextCompositeCommand{\accdialytikaperispomeni}{\LastDeclaredEncoding}{\textcompwordmark}{῁}
-% \DeclareTextCompositeCommand{\`}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ῂ}
-% \DeclareTextCompositeCommand{\texteta}{\LastDeclaredEncoding}{\ypogegrammeni}{ῃ}
-% \DeclareTextCompositeCommand{\'}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ῄ}
+% ῂ
+% ῃ
+% ῄ
\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{\texteta}{ῆ}
+\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{η}{ῆ}
\DeclareTextCompositeCommand{\accperispomeni}{\LastDeclaredEncoding}{\texteta}{ῆ}
-% \DeclareTextCompositeCommand{\accperispomeni}{\LastDeclaredEncoding}{\texteta\ypogegrammeni}{ῇ}
+% ῇ
\DeclareTextCompositeCommand{\`}{\LastDeclaredEncoding}{\textEpsilon}{Ὲ}
\DeclareTextCompositeCommand{\`}{\LastDeclaredEncoding}{\textEta}{Ὴ}
-% \DeclareTextCompositeCommand{\textEta}{\LastDeclaredEncoding}{\prosgegrammeni}{ῌ}
+% ῌ
\DeclareTextCompositeCommand{\accpsilivaria}{\LastDeclaredEncoding}{\textcompwordmark}{῍}
\DeclareTextCompositeCommand{\accpsilioxia}{\LastDeclaredEncoding}{\textcompwordmark}{῎}
\DeclareTextCompositeCommand{\accpsiliperispomeni}{\LastDeclaredEncoding}{\textcompwordmark}{῏}
@@ -1183,6 +1000,7 @@ block.</p>
\DeclareTextCompositeCommand{\accdialytikavaria}{\LastDeclaredEncoding}{\textiota}{ῒ}
\DeclareTextCompositeCommand{\accdialytikaoxia}{\LastDeclaredEncoding}{\textiota}{ΐ}
\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{\textiota}{ῖ}
+\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{ι}{ῖ}
\DeclareTextCompositeCommand{\accperispomeni}{\LastDeclaredEncoding}{\textiota}{ῖ}
\DeclareTextCompositeCommand{\accdialytikaperispomeni}{\LastDeclaredEncoding}{\textiota}{ῗ}
\DeclareTextCompositeCommand{\u}{\LastDeclaredEncoding}{\textIota}{Ῐ}
@@ -1199,6 +1017,7 @@ block.</p>
\DeclareTextCompositeCommand{\accpsili}{\LastDeclaredEncoding}{\textrho}{ῤ}
\DeclareTextCompositeCommand{\accdasia}{\LastDeclaredEncoding}{\textrho}{ῥ}
\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{\textupsilon}{ῦ}
+\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{υ}{ῦ}
\DeclareTextCompositeCommand{\accperispomeni}{\LastDeclaredEncoding}{\textupsilon}{ῦ}
\DeclareTextCompositeCommand{\accdialytikaperispomeni}{\LastDeclaredEncoding}{\textupsilon}{ῧ}
\DeclareTextCompositeCommand{\u}{\LastDeclaredEncoding}{\textUpsilon}{Ῠ}
@@ -1208,26 +1027,25 @@ block.</p>
\DeclareTextCompositeCommand{\accdialytikavaria}{\LastDeclaredEncoding}{\textcompwordmark}{῭}
\DeclareTextCompositeCommand{\accdialytikaoxia}{\LastDeclaredEncoding}{\textcompwordmark}{΅}
-% \DeclareTextCompositeCommand{\`}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ῲ}
-% \DeclareTextCompositeCommand{\textomega}{\LastDeclaredEncoding}{\ypogegrammeni}{ῳ}
-% \DeclareTextCompositeCommand{\'}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ῴ}
+% ῲ
+% ῳ
+% ῴ
\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{\textomega}{ῶ}
+\DeclareTextCompositeCommand{\~}{\LastDeclaredEncoding}{ω}{ῶ}
\DeclareTextCompositeCommand{\accperispomeni}{\LastDeclaredEncoding}{\textomega}{ῶ}
-% \DeclareTextCompositeCommand{\accperispomeni}{\LastDeclaredEncoding}{\textomega\ypogegrammeni}{ῷ}
+% ῷ
\DeclareTextCompositeCommand{\`}{\LastDeclaredEncoding}{\textOmicron}{Ὸ}
\DeclareTextCompositeCommand{\`}{\LastDeclaredEncoding}{\textOmega}{Ὼ}
-% \DeclareTextCompositeCommand{\textOmega}{\LastDeclaredEncoding}{\prosgegrammeni}{ῼ}
+% ῼ
\DeclareTextCompositeCommand{\accoxia}{\LastDeclaredEncoding}{\textcompwordmark}{´}
-\DeclareTextCompositeCommand{\accdasia}{\LastDeclaredEncoding}{\textcompwordmark}{῾}
-</pre>
+\DeclareTextCompositeCommand{\accdasia}{\LastDeclaredEncoding}{\textcompwordmark}{῾}</pre>
</div>
<div class="section" id="letterlike-symbols">
-<h2>Letterlike Symbols</h2>
-<pre class="literal-block">\DeclareTextCommand{\textohm}{\LastDeclaredEncoding}{Ω} % OHM SIGN
-</pre>
+<h2><a class="toc-backref" href="#id9">Letterlike Symbols</a></h2>
+<pre class="literal-block">\DeclareTextCommand{\textohm}{\LastDeclaredEncoding}{Ω} % OHM SIGN</pre>
</div>
<div class="section" id="ancient-greek-numbers">
-<h2>Ancient Greek Numbers</h2>
+<h2><a class="toc-backref" href="#id10">Ancient Greek Numbers</a></h2>
<p>TODO: map other chars to corresponding Greek letters.
See also the <a class="reference external" href="http://www.ctan.org/pkg/grnumalt">grnumalt</a> package.</p>
<p>Definition with literal Unicode characters, because the code-point has 5
@@ -1235,16 +1053,351 @@ hexadecimal digits:</p>
<pre class="literal-block">\DeclareTextCommand{\textpentedeka}{\LastDeclaredEncoding}{𐅄} % GREEK ACROPHONIC ATTIC FIFTY
\DeclareTextCommand{\textpentehekaton}{\LastDeclaredEncoding}{𐅅} % GREEK ACROPHONIC ATTIC FIVE HUNDRED
\DeclareTextCommand{\textpenteqilioi}{\LastDeclaredEncoding}{𐅆} % GREEK ACROPHONIC ATTIC FIVE THOUSAND
-\DeclareTextCommand{\textpentemuria}{\LastDeclaredEncoding}{𐅇} % GREEK ACROPHONIC ATTIC FIFTY THOUSAND
-</pre>
+\DeclareTextCommand{\textpentemuria}{\LastDeclaredEncoding}{𐅇} % GREEK ACROPHONIC ATTIC FIFTY THOUSAND</pre>
</div>
</div>
<div class="section" id="uppercase">
-<h1>UPPERCASE</h1>
+<h1><a class="toc-backref" href="#id11">UPPERCASE</a></h1>
+<p>Greek letters drop diacritics (eccept dialytika and sub-iota) in UPPERCASE.</p>
+<div class="section" id="uc-lc-values">
+<h2><a class="toc-backref" href="#id12">uc/lc values</a></h2>
+<p><span class="docutils literal">\lccode</span> and <span class="docutils literal">\uccode</span> corrections from the <a class="reference external" href="http://www.ctan.org/pkg/xgreek">xgreek</a> package by Apostolos Syropoulos:</p>
+<pre class="literal-block">\global\lccode&quot;0370=&quot;0371 \global\uccode&quot;0370=&quot;0370
+\global\lccode&quot;0371=&quot;0371 \global\uccode&quot;0371=&quot;0370
+\global\lccode&quot;0372=&quot;0373 \global\uccode&quot;0372=&quot;0372
+\global\lccode&quot;0373=&quot;0373 \global\uccode&quot;0373=&quot;0372
+\global\lccode&quot;0376=&quot;0377 \global\uccode&quot;0376=&quot;0376
+\global\lccode&quot;0377=&quot;0377 \global\uccode&quot;0377=&quot;0376
+\global\lccode&quot;03FD=&quot;037B \global\uccode&quot;03FD=&quot;03FD
+\global\lccode&quot;037B=&quot;037B \global\uccode&quot;037B=&quot;03FD
+\global\lccode&quot;03FE=&quot;037C \global\uccode&quot;03FE=&quot;03FE
+\global\lccode&quot;037C=&quot;037C \global\uccode&quot;037C=&quot;03FE
+\global\lccode&quot;03FF=&quot;037D \global\uccode&quot;03FF=&quot;03FF
+\global\lccode&quot;037D=&quot;037D \global\uccode&quot;037D=&quot;03FF
+\global\lccode&quot;0386=&quot;03AC \global\uccode&quot;0386=&quot;0391
+\global\lccode&quot;0388=&quot;03AD \global\uccode&quot;0388=&quot;0395
+\global\lccode&quot;0389=&quot;03AC \global\uccode&quot;0389=&quot;0397
+\global\lccode&quot;038A=&quot;03AF \global\uccode&quot;038A=&quot;0399
+\global\lccode&quot;038C=&quot;03CC \global\uccode&quot;038C=&quot;039F
+\global\lccode&quot;038E=&quot;03CD \global\uccode&quot;038E=&quot;03A5
+\global\lccode&quot;038F=&quot;03CE \global\uccode&quot;038F=&quot;03A9
+\global\lccode&quot;0390=&quot;0390 \global\uccode&quot;0390=&quot;03AA
+\global\lccode&quot;0391=&quot;03B1 \global\uccode&quot;0391=&quot;0391
+\global\lccode&quot;0392=&quot;03B2 \global\uccode&quot;0392=&quot;0392
+\global\lccode&quot;0393=&quot;03B3 \global\uccode&quot;0393=&quot;0393
+\global\lccode&quot;0394=&quot;03B4 \global\uccode&quot;0394=&quot;0394
+\global\lccode&quot;0395=&quot;03B5 \global\uccode&quot;0395=&quot;0395
+\global\lccode&quot;0396=&quot;03B6 \global\uccode&quot;0396=&quot;0396
+\global\lccode&quot;0397=&quot;03B7 \global\uccode&quot;0397=&quot;0397
+\global\lccode&quot;0398=&quot;03B8 \global\uccode&quot;0398=&quot;0398
+\global\lccode&quot;0399=&quot;03B9 \global\uccode&quot;0399=&quot;0399
+\global\lccode&quot;039A=&quot;03BA \global\uccode&quot;039A=&quot;039A
+\global\lccode&quot;039B=&quot;03BB \global\uccode&quot;039B=&quot;039B
+\global\lccode&quot;039C=&quot;03BC \global\uccode&quot;039C=&quot;039C
+\global\lccode&quot;039D=&quot;03BD \global\uccode&quot;039D=&quot;039D
+\global\lccode&quot;039E=&quot;03BE \global\uccode&quot;039E=&quot;039E
+\global\lccode&quot;039F=&quot;03BF \global\uccode&quot;039F=&quot;039F
+\global\lccode&quot;03A0=&quot;03C0 \global\uccode&quot;03A0=&quot;03A0
+\global\lccode&quot;03A1=&quot;03C1 \global\uccode&quot;03A1=&quot;03A1
+\global\lccode&quot;03A3=&quot;03C3 \global\uccode&quot;03A3=&quot;03A3
+\global\lccode&quot;03A4=&quot;03C4 \global\uccode&quot;03A4=&quot;03A4
+\global\lccode&quot;03A5=&quot;03C5 \global\uccode&quot;03A5=&quot;03A5
+\global\lccode&quot;03A6=&quot;03C6 \global\uccode&quot;03A6=&quot;03A6
+\global\lccode&quot;03A7=&quot;03C7 \global\uccode&quot;03A7=&quot;03A7
+\global\lccode&quot;03A8=&quot;03C8 \global\uccode&quot;03A8=&quot;03A8
+\global\lccode&quot;03A9=&quot;03C9 \global\uccode&quot;03A9=&quot;03A9
+\global\lccode&quot;03AA=&quot;03CA \global\uccode&quot;03AA=&quot;03AA
+\global\lccode&quot;03AB=&quot;03CB \global\uccode&quot;03AB=&quot;03AB
+\global\lccode&quot;03AC=&quot;03AC \global\uccode&quot;03AC=&quot;0391
+\global\lccode&quot;03AD=&quot;03AD \global\uccode&quot;03AD=&quot;0395
+\global\lccode&quot;03AE=&quot;03AE \global\uccode&quot;03AE=&quot;0397
+\global\lccode&quot;03AF=&quot;03AF \global\uccode&quot;03AF=&quot;0399
+\global\lccode&quot;03B0=&quot;03B0 \global\uccode&quot;03B0=&quot;03AB
+\global\lccode&quot;03B1=&quot;03B1 \global\uccode&quot;03B1=&quot;0391
+\global\lccode&quot;03B2=&quot;03B2 \global\uccode&quot;03B2=&quot;0392
+\global\lccode&quot;03B3=&quot;03B3 \global\uccode&quot;03B3=&quot;0393
+\global\lccode&quot;03B4=&quot;03B4 \global\uccode&quot;03B4=&quot;0394
+\global\lccode&quot;03B5=&quot;03B5 \global\uccode&quot;03B5=&quot;0395
+\global\lccode&quot;03B6=&quot;03B6 \global\uccode&quot;03B6=&quot;0396
+\global\lccode&quot;03B7=&quot;03B7 \global\uccode&quot;03B7=&quot;0397
+\global\lccode&quot;03B8=&quot;03B8 \global\uccode&quot;03B8=&quot;0398
+\global\lccode&quot;03B9=&quot;03B9 \global\uccode&quot;03B9=&quot;0399
+\global\lccode&quot;03BA=&quot;03BA \global\uccode&quot;03BA=&quot;039A
+\global\lccode&quot;03BB=&quot;03BB \global\uccode&quot;03BB=&quot;039B
+\global\lccode&quot;03BC=&quot;03BC \global\uccode&quot;03BC=&quot;039C
+\global\lccode&quot;03BD=&quot;03BD \global\uccode&quot;03BD=&quot;039D
+\global\lccode&quot;03BE=&quot;03BE \global\uccode&quot;03BE=&quot;039E
+\global\lccode&quot;03BF=&quot;03BF \global\uccode&quot;03BF=&quot;039F
+\global\lccode&quot;03C0=&quot;03C0 \global\uccode&quot;03C0=&quot;03A0
+\global\lccode&quot;03C1=&quot;03C1 \global\uccode&quot;03C1=&quot;03A1
+\global\lccode&quot;03C2=&quot;03C2 \global\uccode&quot;03C2=&quot;03A3
+\global\lccode&quot;03C3=&quot;03C3 \global\uccode&quot;03C3=&quot;03A3
+\global\lccode&quot;03C4=&quot;03C4 \global\uccode&quot;03C4=&quot;03A4
+\global\lccode&quot;03C5=&quot;03C5 \global\uccode&quot;03C5=&quot;03A5
+\global\lccode&quot;03C6=&quot;03C6 \global\uccode&quot;03C6=&quot;03A6
+\global\lccode&quot;03C7=&quot;03C7 \global\uccode&quot;03C7=&quot;03A7
+\global\lccode&quot;03C8=&quot;03C8 \global\uccode&quot;03C8=&quot;03A8
+\global\lccode&quot;03C9=&quot;03C9 \global\uccode&quot;03C9=&quot;03A9
+\global\lccode&quot;03CA=&quot;03CA \global\uccode&quot;03CA=&quot;03AA
+\global\lccode&quot;03CB=&quot;03CB \global\uccode&quot;03CB=&quot;03AB
+\global\lccode&quot;03CC=&quot;03CC \global\uccode&quot;03CC=&quot;039F
+\global\lccode&quot;03CD=&quot;03CD \global\uccode&quot;03CD=&quot;03A5
+\global\lccode&quot;03CE=&quot;03CE \global\uccode&quot;03CE=&quot;03A9
+\global\lccode&quot;03D0=&quot;03D0 \global\uccode&quot;03D0=&quot;0392
+\global\lccode&quot;03D1=&quot;03D1 \global\uccode&quot;03D1=&quot;0398
+\global\lccode&quot;03D2=&quot;03C5 \global\uccode&quot;03D2=&quot;03A5
+\global\lccode&quot;03D3=&quot;03CD \global\uccode&quot;03D3=&quot;03A5
+\global\lccode&quot;03D4=&quot;03CB \global\uccode&quot;03D4=&quot;03AB
+\global\lccode&quot;03D5=&quot;03C6 \global\uccode&quot;03D5=&quot;03A6
+\global\lccode&quot;03D6=&quot;03C0 \global\uccode&quot;03D6=&quot;03A0
+\global\lccode&quot;03DA=&quot;03DB \global\uccode&quot;03DA=&quot;03DA
+\global\lccode&quot;03DB=&quot;03DB \global\uccode&quot;03DB=&quot;03DA
+\global\lccode&quot;03DC=&quot;03DD \global\uccode&quot;03DC=&quot;03DC
+\global\lccode&quot;03DD=&quot;03DD \global\uccode&quot;03DD=&quot;03DC
+\global\lccode&quot;03DE=&quot;03DF \global\uccode&quot;03DE=&quot;03DE
+\global\lccode&quot;03DF=&quot;03DF \global\uccode&quot;03DF=&quot;03DE
+\global\lccode&quot;03E0=&quot;03E1 \global\uccode&quot;03E0=&quot;03E0
+\global\lccode&quot;03E1=&quot;03E1 \global\uccode&quot;03E1=&quot;03E0
+\global\lccode&quot;03F0=&quot;03BA \global\uccode&quot;03F0=&quot;039A
+\global\lccode&quot;03F1=&quot;03C1 \global\uccode&quot;03F1=&quot;03A1
+\global\lccode&quot;03F2=&quot;03F2 \global\uccode&quot;03F2=&quot;03F9
+\global\lccode&quot;03F9=&quot;03F2 \global\uccode&quot;03F9=&quot;03F9
+\global\lccode&quot;1F00=&quot;1F00 \global\uccode&quot;1F00=&quot;0391
+\global\lccode&quot;1F01=&quot;1F01 \global\uccode&quot;1F01=&quot;0391
+\global\lccode&quot;1F02=&quot;1F02 \global\uccode&quot;1F02=&quot;0391
+\global\lccode&quot;1F03=&quot;1F03 \global\uccode&quot;1F03=&quot;0391
+\global\lccode&quot;1F04=&quot;1F04 \global\uccode&quot;1F04=&quot;0391
+\global\lccode&quot;1F05=&quot;1F05 \global\uccode&quot;1F05=&quot;0391
+\global\lccode&quot;1F06=&quot;1F06 \global\uccode&quot;1F06=&quot;0391
+\global\lccode&quot;1F07=&quot;1F07 \global\uccode&quot;1F07=&quot;0391
+\global\lccode&quot;1F08=&quot;1F00 \global\uccode&quot;1F08=&quot;0391
+\global\lccode&quot;1F09=&quot;1F01 \global\uccode&quot;1F09=&quot;0391
+\global\lccode&quot;1F0A=&quot;1F02 \global\uccode&quot;1F0A=&quot;0391
+\global\lccode&quot;1F0B=&quot;1F03 \global\uccode&quot;1F0B=&quot;0391
+\global\lccode&quot;1F0C=&quot;1F04 \global\uccode&quot;1F0C=&quot;0391
+\global\lccode&quot;1F0D=&quot;1F05 \global\uccode&quot;1F0D=&quot;0391
+\global\lccode&quot;1F0E=&quot;1F06 \global\uccode&quot;1F0E=&quot;0391
+\global\lccode&quot;1F0F=&quot;1F07 \global\uccode&quot;1F0F=&quot;0391
+\global\lccode&quot;1F10=&quot;1F10 \global\uccode&quot;1F10=&quot;0395
+\global\lccode&quot;1F11=&quot;1F11 \global\uccode&quot;1F11=&quot;0395
+\global\lccode&quot;1F12=&quot;1F12 \global\uccode&quot;1F12=&quot;0395
+\global\lccode&quot;1F13=&quot;1F13 \global\uccode&quot;1F13=&quot;0395
+\global\lccode&quot;1F14=&quot;1F14 \global\uccode&quot;1F14=&quot;0395
+\global\lccode&quot;1F15=&quot;1F15 \global\uccode&quot;1F15=&quot;0395
+\global\lccode&quot;1F18=&quot;1F10 \global\uccode&quot;1F18=&quot;0395
+\global\lccode&quot;1F19=&quot;1F11 \global\uccode&quot;1F19=&quot;0395
+\global\lccode&quot;1F1A=&quot;1F12 \global\uccode&quot;1F1A=&quot;0395
+\global\lccode&quot;1F1B=&quot;1F13 \global\uccode&quot;1F1B=&quot;0395
+\global\lccode&quot;1F1C=&quot;1F14 \global\uccode&quot;1F1C=&quot;0395
+\global\lccode&quot;1F1D=&quot;1F15 \global\uccode&quot;1F1D=&quot;0395
+\global\lccode&quot;1F20=&quot;1F20 \global\uccode&quot;1F20=&quot;0397
+\global\lccode&quot;1F21=&quot;1F21 \global\uccode&quot;1F21=&quot;0397
+\global\lccode&quot;1F22=&quot;1F22 \global\uccode&quot;1F22=&quot;0397
+\global\lccode&quot;1F23=&quot;1F23 \global\uccode&quot;1F23=&quot;0397
+\global\lccode&quot;1F24=&quot;1F24 \global\uccode&quot;1F24=&quot;0397
+\global\lccode&quot;1F25=&quot;1F25 \global\uccode&quot;1F25=&quot;0397
+\global\lccode&quot;1F26=&quot;1F26 \global\uccode&quot;1F26=&quot;0397
+\global\lccode&quot;1F27=&quot;1F27 \global\uccode&quot;1F27=&quot;0397
+\global\lccode&quot;1F28=&quot;1F20 \global\uccode&quot;1F28=&quot;0397
+\global\lccode&quot;1F29=&quot;1F21 \global\uccode&quot;1F29=&quot;0397
+\global\lccode&quot;1F2A=&quot;1F22 \global\uccode&quot;1F2A=&quot;0397
+\global\lccode&quot;1F2B=&quot;1F23 \global\uccode&quot;1F2B=&quot;0397
+\global\lccode&quot;1F2C=&quot;1F24 \global\uccode&quot;1F2C=&quot;0397
+\global\lccode&quot;1F2D=&quot;1F25 \global\uccode&quot;1F2D=&quot;0397
+\global\lccode&quot;1F2E=&quot;1F26 \global\uccode&quot;1F2E=&quot;0397
+\global\lccode&quot;1F2F=&quot;1F27 \global\uccode&quot;1F2F=&quot;0397
+\global\lccode&quot;1F30=&quot;1F30 \global\uccode&quot;1F30=&quot;0399
+\global\lccode&quot;1F31=&quot;1F31 \global\uccode&quot;1F31=&quot;0399
+\global\lccode&quot;1F32=&quot;1F32 \global\uccode&quot;1F32=&quot;0399
+\global\lccode&quot;1F33=&quot;1F33 \global\uccode&quot;1F33=&quot;0399
+\global\lccode&quot;1F34=&quot;1F34 \global\uccode&quot;1F34=&quot;0399
+\global\lccode&quot;1F35=&quot;1F35 \global\uccode&quot;1F35=&quot;0399
+\global\lccode&quot;1F36=&quot;1F36 \global\uccode&quot;1F36=&quot;0399
+\global\lccode&quot;1F37=&quot;1F37 \global\uccode&quot;1F37=&quot;0399
+\global\lccode&quot;1F38=&quot;1F30 \global\uccode&quot;1F38=&quot;0399
+\global\lccode&quot;1F39=&quot;1F31 \global\uccode&quot;1F39=&quot;0399
+\global\lccode&quot;1F3A=&quot;1F32 \global\uccode&quot;1F3A=&quot;0399
+\global\lccode&quot;1F3B=&quot;1F33 \global\uccode&quot;1F3B=&quot;0399
+\global\lccode&quot;1F3C=&quot;1F34 \global\uccode&quot;1F3C=&quot;0399
+\global\lccode&quot;1F3D=&quot;1F35 \global\uccode&quot;1F3D=&quot;0399
+\global\lccode&quot;1F3E=&quot;1F36 \global\uccode&quot;1F3E=&quot;0399
+\global\lccode&quot;1F3F=&quot;1F37 \global\uccode&quot;1F3F=&quot;0399
+\global\lccode&quot;1F40=&quot;1F40 \global\uccode&quot;1F40=&quot;039F
+\global\lccode&quot;1F41=&quot;1F41 \global\uccode&quot;1F41=&quot;039F
+\global\lccode&quot;1F42=&quot;1F42 \global\uccode&quot;1F42=&quot;039F
+\global\lccode&quot;1F43=&quot;1F43 \global\uccode&quot;1F43=&quot;039F
+\global\lccode&quot;1F44=&quot;1F44 \global\uccode&quot;1F44=&quot;039F
+\global\lccode&quot;1F45=&quot;1F45 \global\uccode&quot;1F45=&quot;039F
+\global\lccode&quot;1F48=&quot;1F40 \global\uccode&quot;1F48=&quot;039F
+\global\lccode&quot;1F49=&quot;1F41 \global\uccode&quot;1F49=&quot;039F
+\global\lccode&quot;1F4A=&quot;1F42 \global\uccode&quot;1F4A=&quot;039F
+\global\lccode&quot;1F4B=&quot;1F43 \global\uccode&quot;1F4B=&quot;039F
+\global\lccode&quot;1F4C=&quot;1F44 \global\uccode&quot;1F4C=&quot;039F
+\global\lccode&quot;1F4D=&quot;1F45 \global\uccode&quot;1F4D=&quot;039F
+\global\lccode&quot;1F50=&quot;1F50 \global\uccode&quot;1F50=&quot;03A5
+\global\lccode&quot;1F51=&quot;1F51 \global\uccode&quot;1F51=&quot;03A5
+\global\lccode&quot;1F52=&quot;1F52 \global\uccode&quot;1F52=&quot;03A5
+\global\lccode&quot;1F53=&quot;1F53 \global\uccode&quot;1F53=&quot;03A5
+\global\lccode&quot;1F54=&quot;1F54 \global\uccode&quot;1F54=&quot;03A5
+\global\lccode&quot;1F55=&quot;1F55 \global\uccode&quot;1F55=&quot;03A5
+\global\lccode&quot;1F56=&quot;1F56 \global\uccode&quot;1F56=&quot;03A5
+\global\lccode&quot;1F57=&quot;1F57 \global\uccode&quot;1F57=&quot;03A5
+\global\lccode&quot;1F59=&quot;1F51 \global\uccode&quot;1F59=&quot;03A5
+\global\lccode&quot;1F5B=&quot;1F53 \global\uccode&quot;1F5B=&quot;03A5
+\global\lccode&quot;1F5D=&quot;1F55 \global\uccode&quot;1F5D=&quot;03A5
+\global\lccode&quot;1F5F=&quot;1F57 \global\uccode&quot;1F5F=&quot;03A5
+\global\lccode&quot;1F60=&quot;1F60 \global\uccode&quot;1F60=&quot;03A9
+\global\lccode&quot;1F61=&quot;1F61 \global\uccode&quot;1F61=&quot;03A9
+\global\lccode&quot;1F62=&quot;1F62 \global\uccode&quot;1F62=&quot;03A9
+\global\lccode&quot;1F63=&quot;1F63 \global\uccode&quot;1F63=&quot;03A9
+\global\lccode&quot;1F64=&quot;1F64 \global\uccode&quot;1F64=&quot;03A9
+\global\lccode&quot;1F65=&quot;1F65 \global\uccode&quot;1F65=&quot;03A9
+\global\lccode&quot;1F66=&quot;1F66 \global\uccode&quot;1F66=&quot;03A9
+\global\lccode&quot;1F67=&quot;1F67 \global\uccode&quot;1F67=&quot;03A9
+\global\lccode&quot;1F68=&quot;1F60 \global\uccode&quot;1F68=&quot;03A9
+\global\lccode&quot;1F69=&quot;1F61 \global\uccode&quot;1F69=&quot;03A9
+\global\lccode&quot;1F6A=&quot;1F62 \global\uccode&quot;1F6A=&quot;03A9
+\global\lccode&quot;1F6B=&quot;1F63 \global\uccode&quot;1F6B=&quot;03A9
+\global\lccode&quot;1F6C=&quot;1F64 \global\uccode&quot;1F6C=&quot;03A9
+\global\lccode&quot;1F6D=&quot;1F65 \global\uccode&quot;1F6D=&quot;03A9
+\global\lccode&quot;1F6E=&quot;1F66 \global\uccode&quot;1F6E=&quot;03A9
+\global\lccode&quot;1F6F=&quot;1F67 \global\uccode&quot;1F6F=&quot;03A9
+\global\lccode&quot;1F70=&quot;1F70 \global\uccode&quot;1F70=&quot;0391
+\global\lccode&quot;1F71=&quot;1F71 \global\uccode&quot;1F71=&quot;0391
+\global\lccode&quot;1F72=&quot;1F72 \global\uccode&quot;1F72=&quot;0395
+\global\lccode&quot;1F73=&quot;1F73 \global\uccode&quot;1F73=&quot;0395
+\global\lccode&quot;1F74=&quot;1F74 \global\uccode&quot;1F74=&quot;0397
+\global\lccode&quot;1F75=&quot;1F75 \global\uccode&quot;1F75=&quot;0397
+\global\lccode&quot;1F76=&quot;1F76 \global\uccode&quot;1F76=&quot;0399
+\global\lccode&quot;1F77=&quot;1F77 \global\uccode&quot;1F77=&quot;0399
+\global\lccode&quot;1F78=&quot;1F78 \global\uccode&quot;1F78=&quot;039F
+\global\lccode&quot;1F79=&quot;1F79 \global\uccode&quot;1F79=&quot;039F
+\global\lccode&quot;1F7A=&quot;1F7A \global\uccode&quot;1F7A=&quot;03A5
+\global\lccode&quot;1F7B=&quot;1F7B \global\uccode&quot;1F7B=&quot;03A5
+\global\lccode&quot;1F7C=&quot;1F7C \global\uccode&quot;1F7C=&quot;03A9
+\global\lccode&quot;1F7D=&quot;1F7D \global\uccode&quot;1F7D=&quot;03A9
+\global\lccode&quot;1F80=&quot;1F80 \global\uccode&quot;1F80=&quot;1FBC
+\global\lccode&quot;1F81=&quot;1F81 \global\uccode&quot;1F81=&quot;1FBC
+\global\lccode&quot;1F82=&quot;1F82 \global\uccode&quot;1F82=&quot;1FBC
+\global\lccode&quot;1F83=&quot;1F83 \global\uccode&quot;1F83=&quot;1FBC
+\global\lccode&quot;1F84=&quot;1F84 \global\uccode&quot;1F84=&quot;1FBC
+\global\lccode&quot;1F85=&quot;1F85 \global\uccode&quot;1F85=&quot;1FBC
+\global\lccode&quot;1F86=&quot;1F86 \global\uccode&quot;1F86=&quot;1FBC
+\global\lccode&quot;1F87=&quot;1F87 \global\uccode&quot;1F87=&quot;1FBC
+\global\lccode&quot;1F88=&quot;1F80 \global\uccode&quot;1F88=&quot;1FBC
+\global\lccode&quot;1F89=&quot;1F81 \global\uccode&quot;1F89=&quot;1FBC
+\global\lccode&quot;1F8A=&quot;1F82 \global\uccode&quot;1F8A=&quot;1FBC
+\global\lccode&quot;1F8B=&quot;1F83 \global\uccode&quot;1F8B=&quot;1FBC
+\global\lccode&quot;1F8C=&quot;1F84 \global\uccode&quot;1F8C=&quot;1FBC
+\global\lccode&quot;1F8D=&quot;1F85 \global\uccode&quot;1F8D=&quot;1FBC
+\global\lccode&quot;1F8E=&quot;1F86 \global\uccode&quot;1F8E=&quot;1FBC
+\global\lccode&quot;1F8F=&quot;1F87 \global\uccode&quot;1F8F=&quot;1FBC
+\global\lccode&quot;1F90=&quot;1F90 \global\uccode&quot;1F90=&quot;1FCC
+\global\lccode&quot;1F91=&quot;1F91 \global\uccode&quot;1F91=&quot;1FCC
+\global\lccode&quot;1F92=&quot;1F92 \global\uccode&quot;1F92=&quot;1FCC
+\global\lccode&quot;1F93=&quot;1F93 \global\uccode&quot;1F93=&quot;1FCC
+\global\lccode&quot;1F94=&quot;1F94 \global\uccode&quot;1F94=&quot;1FCC
+\global\lccode&quot;1F95=&quot;1F95 \global\uccode&quot;1F95=&quot;1FCC
+\global\lccode&quot;1F96=&quot;1F96 \global\uccode&quot;1F96=&quot;1FCC
+\global\lccode&quot;1F97=&quot;1F97 \global\uccode&quot;1F97=&quot;1FCC
+\global\lccode&quot;1F98=&quot;1F90 \global\uccode&quot;1F98=&quot;1FCC
+\global\lccode&quot;1F99=&quot;1F91 \global\uccode&quot;1F99=&quot;1FCC
+\global\lccode&quot;1F9A=&quot;1F92 \global\uccode&quot;1F9A=&quot;1FCC
+\global\lccode&quot;1F9B=&quot;1F93 \global\uccode&quot;1F9B=&quot;1FCC
+\global\lccode&quot;1F9C=&quot;1F94 \global\uccode&quot;1F9C=&quot;1FCC
+\global\lccode&quot;1F9D=&quot;1F95 \global\uccode&quot;1F9D=&quot;1FCC
+\global\lccode&quot;1F9E=&quot;1F96 \global\uccode&quot;1F9E=&quot;1FCC
+\global\lccode&quot;1F9F=&quot;1F97 \global\uccode&quot;1F9F=&quot;1FCC
+\global\lccode&quot;1FA0=&quot;1FA0 \global\uccode&quot;1FA0=&quot;1FFC
+\global\lccode&quot;1FA1=&quot;1FA1 \global\uccode&quot;1FA1=&quot;1FFC
+\global\lccode&quot;1FA2=&quot;1FA2 \global\uccode&quot;1FA2=&quot;1FFC
+\global\lccode&quot;1FA3=&quot;1FA3 \global\uccode&quot;1FA3=&quot;1FFC
+\global\lccode&quot;1FA4=&quot;1FA4 \global\uccode&quot;1FA4=&quot;1FFC
+\global\lccode&quot;1FA5=&quot;1FA5 \global\uccode&quot;1FA5=&quot;1FFC
+\global\lccode&quot;1FA6=&quot;1FA6 \global\uccode&quot;1FA6=&quot;1FFC
+\global\lccode&quot;1FA7=&quot;1FA7 \global\uccode&quot;1FA7=&quot;1FFC
+\global\lccode&quot;1FA8=&quot;1FA0 \global\uccode&quot;1FA8=&quot;1FFC
+\global\lccode&quot;1FA9=&quot;1FA1 \global\uccode&quot;1FA9=&quot;1FFC
+\global\lccode&quot;1FAA=&quot;1FA2 \global\uccode&quot;1FAA=&quot;1FFC
+\global\lccode&quot;1FAB=&quot;1FA3 \global\uccode&quot;1FAB=&quot;1FFC
+\global\lccode&quot;1FAC=&quot;1FA4 \global\uccode&quot;1FAC=&quot;1FFC
+\global\lccode&quot;1FAD=&quot;1FA5 \global\uccode&quot;1FAD=&quot;1FFC
+\global\lccode&quot;1FAE=&quot;1FA6 \global\uccode&quot;1FAE=&quot;1FFC
+\global\lccode&quot;1FAF=&quot;1FA7 \global\uccode&quot;1FAF=&quot;1FFC
+\global\lccode&quot;1FB0=&quot;1FB0 \global\uccode&quot;1FB0=&quot;1FB8
+\global\lccode&quot;1FB1=&quot;1FB1 \global\uccode&quot;1FB1=&quot;1FB9
+\global\lccode&quot;1FB2=&quot;1FB2 \global\uccode&quot;1FB2=&quot;1FBC
+\global\lccode&quot;1FB3=&quot;1FB3 \global\uccode&quot;1FB3=&quot;1FBC
+\global\lccode&quot;1FB4=&quot;1FB4 \global\uccode&quot;1FB4=&quot;1FBC
+\global\lccode&quot;1FB6=&quot;1FB6 \global\uccode&quot;1FB6=&quot;0391
+\global\lccode&quot;1FB7=&quot;1FB7 \global\uccode&quot;1FB7=&quot;1FBC
+\global\lccode&quot;1FB8=&quot;1FB0 \global\uccode&quot;1FB8=&quot;1FB8
+\global\lccode&quot;1FB9=&quot;1FB1 \global\uccode&quot;1FB9=&quot;1FB9
+\global\lccode&quot;1FBA=&quot;1F70 \global\uccode&quot;1FBA=&quot;0391
+\global\lccode&quot;1FBB=&quot;1F71 \global\uccode&quot;1FBB=&quot;0391
+\global\lccode&quot;1FBC=&quot;1FB3 \global\uccode&quot;1FBC=&quot;1FBC
+\global\lccode&quot;1FBD=&quot;1FBD \global\uccode&quot;1FBD=&quot;1FBD
+\global\lccode&quot;1FC2=&quot;1FC2 \global\uccode&quot;1FC2=&quot;1FCC
+\global\lccode&quot;1FC3=&quot;1FC3 \global\uccode&quot;1FC3=&quot;1FCC
+\global\lccode&quot;1FC4=&quot;1FC4 \global\uccode&quot;1FC4=&quot;1FCC
+\global\lccode&quot;1FC6=&quot;1FC6 \global\uccode&quot;1FC6=&quot;0397
+\global\lccode&quot;1FC7=&quot;1FC7 \global\uccode&quot;1FC7=&quot;1FCC
+\global\lccode&quot;1FC8=&quot;1F72 \global\uccode&quot;1FC8=&quot;0395
+\global\lccode&quot;1FC9=&quot;1F73 \global\uccode&quot;1FC9=&quot;0395
+\global\lccode&quot;1FCA=&quot;1F74 \global\uccode&quot;1FCA=&quot;0397
+\global\lccode&quot;1FCB=&quot;1F75 \global\uccode&quot;1FCB=&quot;0397
+\global\lccode&quot;1FCC=&quot;1FC3 \global\uccode&quot;1FCC=&quot;1FCC
+\global\lccode&quot;1FD0=&quot;1FD0 \global\uccode&quot;1FD0=&quot;1FD8
+\global\lccode&quot;1FD1=&quot;1FD1 \global\uccode&quot;1FD1=&quot;1FD9
+\global\lccode&quot;1FD2=&quot;1FD2 \global\uccode&quot;1FD2=&quot;03AA
+\global\lccode&quot;1FD3=&quot;1FD3 \global\uccode&quot;1FD3=&quot;03AA
+\global\lccode&quot;1FD6=&quot;1FD6 \global\uccode&quot;1FD6=&quot;0399
+\global\lccode&quot;1FD7=&quot;1FD7 \global\uccode&quot;1FD7=&quot;03AA
+\global\lccode&quot;1FD8=&quot;1FD0 \global\uccode&quot;1FD8=&quot;1FD8
+\global\lccode&quot;1FD9=&quot;1FD1 \global\uccode&quot;1FD9=&quot;1FD9
+\global\lccode&quot;1FDA=&quot;1F76 \global\uccode&quot;1FDA=&quot;0399
+\global\lccode&quot;1FDB=&quot;1F77 \global\uccode&quot;1FDB=&quot;0399
+\global\lccode&quot;1FE0=&quot;1FE0 \global\uccode&quot;1FE0=&quot;1FE8
+\global\lccode&quot;1FE1=&quot;1FE1 \global\uccode&quot;1FE1=&quot;1FE9
+\global\lccode&quot;1FE2=&quot;1FE2 \global\uccode&quot;1FE2=&quot;03AB
+\global\lccode&quot;1FE3=&quot;1FE3 \global\uccode&quot;1FE3=&quot;03AB
+\global\lccode&quot;1FE4=&quot;1FE4 \global\uccode&quot;1FE4=&quot;03A1
+\global\lccode&quot;1FE5=&quot;1FE5 \global\uccode&quot;1FE5=&quot;03A1
+\global\lccode&quot;1FE6=&quot;1FE6 \global\uccode&quot;1FE6=&quot;03A5
+\global\lccode&quot;1FE7=&quot;1FE7 \global\uccode&quot;1FE7=&quot;03AB
+\global\lccode&quot;1FE8=&quot;1FE0 \global\uccode&quot;1FE8=&quot;1FE8
+\global\lccode&quot;1FE9=&quot;1FE1 \global\uccode&quot;1FE9=&quot;1FE9
+\global\lccode&quot;1FEA=&quot;1F7A \global\uccode&quot;1FEA=&quot;03A5
+\global\lccode&quot;1FEB=&quot;1F7B \global\uccode&quot;1FEB=&quot;03A5
+\global\lccode&quot;1FEC=&quot;1FE5 \global\uccode&quot;1FEC=&quot;03A1
+\global\lccode&quot;1FF2=&quot;1FF2 \global\uccode&quot;1FF2=&quot;1FFC
+\global\lccode&quot;1FF3=&quot;1FF3 \global\uccode&quot;1FF3=&quot;1FFC
+\global\lccode&quot;1FF4=&quot;1FF4 \global\uccode&quot;1FF4=&quot;1FFC
+\global\lccode&quot;1FF6=&quot;1FF6 \global\uccode&quot;1FF6=&quot;03A9
+\global\lccode&quot;1FF7=&quot;1FF7 \global\uccode&quot;1FF7=&quot;1FFC
+\global\lccode&quot;1FF8=&quot;1F78 \global\uccode&quot;1FF8=&quot;039F
+\global\lccode&quot;1FF9=&quot;1F79 \global\uccode&quot;1FF9=&quot;039F
+\global\lccode&quot;1FFA=&quot;1F7C \global\uccode&quot;1FFA=&quot;03A9
+\global\lccode&quot;1FFB=&quot;1F7D \global\uccode&quot;1FFB=&quot;03A9
+\global\lccode&quot;1FFC=&quot;1FF3 \global\uccode&quot;1FFC=&quot;1FFC</pre>
+</div>
+<div class="section" id="uclclist">
+<h2><a class="toc-backref" href="#id13">uclclist</a></h2>
<p>The common Greek font encoding definitions in <a class="reference external" href="greek-fontenc.def.html">greek-fontenc.def</a> extend the
-<cite>uclclist</cite> with Greek LICR macros. Here, we add Unicode-specific “<a class="reference external" href="greek-fontenc.def.html#mark-hiatus">hiatus</a>”
-handling (copied from <a class="reference external" href="lgrenc.def.html">lgrenc.def</a> and changed Latin transcription to Unicode
-literals):</p>
+<cite>uclclist</cite> with Greek LICR macros. Here, we add textkoppa/textKoppa and
+Unicode-specific “<a class="reference external" href="greek-fontenc.def.html#mark-hiatus">hiatus</a>” handling (copied from <a class="reference external" href="lgrenc.def.html">lgrenc.def</a> and changed
+Latin transcription to Unicode literals).</p>
+<p>&#64;uclclist extension (see also <a class="reference external" href="greek-fontenc.def.html">greek-fontenc.def</a>):</p>
+<pre class="literal-block">\providecommand*\greek&#64;euenc&#64;update&#64;uclclist{%
+ \expandafter\def\expandafter\&#64;uclclist\expandafter{%
+ \&#64;uclclist
+ \textkoppa \textKoppa
+ }%
+ \let\greek&#64;euenc&#64;update&#64;uclclist\relax
+}</pre>
+<p>Expand the uclc list using the just defined macro:</p>
+<pre class="literal-block">\greek&#64;euenc&#64;update&#64;uclclist</pre>
+<p>Now the hiatus definition modifications:</p>
<pre class="literal-block">\DeclareTextCommand{\LGR&#64;A&#64;hiatus}{\LastDeclaredEncoding}{%
\LGR&#64;ifnextchar{Ι}{\textAlpha\&quot;}{%
\LGR&#64;ifnextchar{Υ}{\textAlpha\&quot;}{%
@@ -1262,10 +1415,10 @@ literals):</p>
}%
}%
}%
-}
-</pre>
+}</pre>
<!-- References -->
</div>
</div>
+</div>
</body>
</html>